I am trying to get my wireless up and running. I have a USB Netgear WNDA 3100 (version 2).
lsusb shows
- Code: Select all
Bus 003 Device 002: ID 0846:9011 NetGear, Inc. WNDA3100v2 802.11abgn [Broadcom BCM4323]
I extracted the netgear drivers from Windows 7 and saved them into its own folder in my home directory.
I went to Menu -> Administration -> Windows Wireless Drivers
and I put the .inf file into it and clicked "Install new driver"
I get an error 'FATAL: Module ndiswrapper not found'.
I went into terminal
- Code: Select all
sudo ndiswrapper -i '/home/gary/wireless drivers/bcmwlhigh6.inf'
[sudo] password for gary:
driver bcmwlhigh6 is already installed
So I tried this
- Code: Select all
gary@linuxbox ~ $ sudo ndiswrapper -l
bcmwlhigh6 : driver installed
device (0846:9011) present
gary@linuxbox ~ $ sudo depmod -a
gary@linuxbox ~ $ sudo modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
Now Im stuck. I dunno what I am doing wrong. I checked and I have ndiswrapper-common, ndiswrapper-utils-1.9, and ndisgtk all installed. Is there an opensource driver for this or is there a proprietary driver in the repositories that I just missed? Should I downgrade to 32 bit Mint and see if that is the problem?




