Dark_MaGe wrote:here we go...
- Code: Select all
rmmod iwl3945 && rmmod ipw3945 && modprobe ipw3945 && echo "iwl3945" >> /etc/modules.d/blacklist
this should solve your problem permanently!!!! if not look for iwl3945.ko and delete it
here i am...
bad news
i've execute the command but even after reboot the iwl3945 module was stil there (in lsmod), even if it was in the /etc/modules.d/blacklist....
aftar that i have delete (mv...) the
/lib/modules/2.6.22-sabayon/kernel/drivers/net/wireless/mac80211/iwlwifi/iwl3945.ko
i reboot the sabayon with some error messages (file iwl3945.ko non found) in the boot log; now i've got only the ipw3956 in lsmod and in dmesg:
localhost ~ # dmesg | grep 3945
[ 30.399584] ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.0dmpr
[ 30.399592] ipw3945: Copyright(c) 2003-2006 Intel Corporation
[ 30.399990] ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
localhost ~ # lsmod | grep 3945
ipw3945 192420 0
ieee80211 32712 1 ipw3945
but open the knetworkmanager there is no wifi net, and this is my iwconfig:
localhost ~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
I don't know if i should have some cmd to lunch or not....
i've tried /etc/init.d/net.eth1 start without success (network interface does not exist)
tnx again Mr Dark_MaGe
FF