bug: iwl4965 bug on load debug=0×43fff [it]

a gentile richiesta di axj sul forum di fsugitalia.org traduco in italiano il post

ho trovato alcune difficolta seguendo la guida intel per installare i nuovi moduli per la mia wifi iwl4965 (su notebook lenovo T61)

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

verso la fine della guide ci sono queste istruzioni:


% 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

ma su ubuntu gutsy eseguendo  ” ./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). è stata preparata una nuova versione 1.2.25 che oggi provero.

Leave a Reply