bug: iwl4965 bug on load debug=0x43fff

Ho trovato alcune difficolta seguendo la guida Intel per installare i nuovi moduli per la mia wifi iwl4965 (su notebook lenovo T61). C'è un piccolo baco, risolto qui.
Sto usando Ubuntu Gutsy.
lspci Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)
Alla fine della guida ci son queste righe:
% 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
se digito:
./load debug=0x43fff
ottengo questo errore
./unload: 4: Syntax error: Bad substitution Il problemino si risolve facilmente sostituendo la linea #!/bin/sh in #!/bin/bash in entrambi gli script ./load ./unload
Aggiornamento 05.02.2008: questo baco, da me segnalato su bughost, è stato chiuso (grazie a Reinette Chatre). Ho provato la nuova versione 1.2.25 e funziona! Baco risolto.
- blog di dam
- 350 letture

Invia nuovo commento