bug: iwl4965 bug on load debug=0×43fff

I found some difficulties following the intel guide to install the new modules for my wi-fi card iwl4965 (notebook lenovo T61)lspci:

Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)

at the end of the guide u’ll see this lines:

% dmesg -c > /dev/null
% ./load debug=0×43fff
Verify that loading succeeds without any errors in the kernel:
% dmesg -c
Bring up the interface so it can be configured:
% ifconfig wlan0 up
Verify that you can scan and see access points:
% iwlist wlan0 scan
Associate to your network:
% iwconfig wlan0 essid XXXXXX
If you use WEP encryption, configure your key:
% iwconfig wlan0 key [1] …your key in hex…
% iwconfig <– Verify that you are associated
% dhcpcd wlan0

running ubuntu gutsy and typing ” ./load debug=0x43fff"

will give this error

./unload: 4: Syntax error: Bad substitution

the issue can be quickly solved changing the line #!/bin/sh into #!/bin/bash in both files ./load ./unload

Update 05.02.2008:

this bug is now reported as closed on bughost and there is a new version commit . today I’ll test the new 1.2.25 version.

One Response to “bug: iwl4965 bug on load debug=0×43fff”

  1. [...] più letti bug: iwl4965 bug on load debug=0×43fffhowto: calcolare la distanza con mysql conoscendo latitudine e longitudinehowto: convertire i p.o.i. [...]

Leave a Reply