after a lot of jumps around several forums I have collapsed here the working solution:
From here:
install backports for driverssudo apt-get install linux-backports-modules-hardy
create as super user:sudo gedit /etc/modprobe.d/blacklist-ipw3945
write this line inside:blacklist ipw3945
--- restart ---
to test if it is working try with:
sudo iwlist wlan0 scan
probably it is not enough, if you have errors during scanning, you have to do:
sudo gedit /etc/modprobe.d/iwl3945
write inside it the following lines:
alias wlan0 iwl3945
options iwl3945 disable_hw_scan=1
--- restart --- again
Nessun commento:
Posta un commento