Install usb wifi Netgear WNDA3100v3

Archived topics about LMDE 1 and LMDE 2
cldjean

Re: Install usb wifi Netgear WNDA3100v3

Post by cldjean »

JeremyB wrote:You should be able to disable the internal with

Code: Select all

echo "blacklist iwl3945" | sudo tee /etc/modprobe.d/iwl3945.conf
Reboot and enable wifi using the button
Ok, Jeremy, the usb wireless is working and seems stable.

Thank you very much for your guiding which was perfect.

I hope to have a stable internet connexion with this device.

Best regards
youstupiddarkness

Re: Install usb wifi Netgear WNDA3100v3

Post by youstupiddarkness »

That's odd---from what I have seen on the Net, Intel wi-fi devices have been consistently just about the best and most stable performers in Linux. Are you certain you have an Intel 3945? I've found some posts on the Net with people saying their 6510b actually has a Broadcom wi-fi device...


What happens when it crashes? Do any error messages show up at the end of the output of the "dmesg" command?

Can you unload and reload the possible driver as root or with sudo:

Code: Select all

rmmod iwl3945
modprobe iwl3945
and see if that gets it working again?
Locked

Return to “LMDE Archive”