[ 已解决 ]Netgear WNA3100 驱动如何安装呢?

linux-lbvi:/home/aroamer # lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 005 Device 002: ID 04fc:2003 Sunplus Technology Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
Bus 002 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver

于是放狗一顿狂搜,发现只能用 NDIS 来安装,于是:

linux-lbvi:/home/bcmwlhigh6.inf_amd64 # ndiswrapper -i bcm
bcmh43xx64.cat    bcmihvui64.dll    bcmwlhigh664.sys  bcmwlhigh6.PNF
bcmihvsrv64.dll   bcmwlcoi64.dll    bcmwlhigh6.inf    
linux-lbvi:/home/bcmwlhigh6.inf_amd64 # ndiswrapper -i bcmwlhigh6
bcmwlhigh664.sys  bcmwlhigh6.inf    bcmwlhigh6.PNF    
linux-lbvi:/home/bcmwlhigh6.inf_amd64 # ndiswrapper -i bcmwlhigh6.inf 
driver bcmwlhigh6 is already installed
linux-lbvi:/home/bcmwlhigh6.inf_amd64 # ndiswrapper -l
bcmwlhigh6 : driver installed
	device (0846:9020) present
linux-lbvi:/home/bcmwlhigh6.inf_amd64 # ndiswrapper -m
module configuration contains directive install usb:v0846p9011d*dc*dsc*dp*ic*isc*ip* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper line 868, <MODPROBE> line 381.
module configuration contains directive install usb:v0846p9020d*dc*dsc*dp*ic*isc*ip* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper line 868, <MODPROBE> line 382.
module configuration already contains alias directive

linux-lbvi:/home/bcmwlhigh6.inf_amd64 # iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

依然没有。。。这可咋办哪。。。。

update
已经解决。
没有注销模块屏蔽语句。。。

鼓励自行解决问题!

虽然我受你启发在研究这个:

zh.opensuse.org/SDB:Ndiswrapper

里面有教你怎么提取最新的 Windows 驱动。

这个。。其实链接上讲得很全了。
其实我来分享下我是如何提取驱动的。。。
1,在 windows 下安装 everthing。
2. 运行之,键入网卡名字,或者厂商名字。。
3,复制到某根目录。
4. 进 opensuse 找到并加载之,,
所有的 windows 下的安装程序,都会自解压本身倒某个缓存目录,所以找到这个目录即可。