ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
mrro
帖子: 6
注册时间: 2011-08-31 14:35

ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#1

帖子 mrro »

通过ndiswrapper安装了win8下的网卡驱动,显示驱动已安装,但是无法看到WIFI
有线上网正常

yangs@ubuntu:~$ ndiswrapper -l
bcmwlhigh6 : driver installed
device (0846:9020) present
yangs@ubuntu:~$ sudo lshw -numeric -class network
[sudo] password for yangs:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 09
serial: 50:46:5d:b5:81:bd
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168f-1_0.0.5 06/18/12 ip=192.168.1.4 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:53 ioport:e000(size=256) memory:d0004000-d0004fff memory:d0000000-d0003fff
yangs@ubuntu:~$ sudo ifconfig -a
eth0 Link encap:以太网 硬件地址 50:46:5d:b5:81:bd
inet 地址:192.168.1.4 广播:192.168.1.255 掩码:255.255.255.0
inet6 地址: fe80::5246:5dff:feb5:81bd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:147897 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:124363 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:171315163 (171.3 MB) 发送字节:12858179 (12.8 MB)

lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 跃点数:1
接收数据包:8180 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:8180 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:1232210 (1.2 MB) 发送字节:1232210 (1.2 MB)

yangs@ubuntu:~$ sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
yangs@ubuntu:~$ sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
yangs@ubuntu:~$
taohunter
帖子: 1555
注册时间: 2012-03-31 3:29

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#2

帖子 taohunter »

要用ndiswrapper的话就要同时装ndiswrapper-common和ndiswrapper-utils-1.9.。。。

参考:http://ubuntuforums.org/showthread.php?t=2241079
三年后终于回到16.04--稳定了!
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#3

帖子 poloshiao »

sudo lshw -numeric -class network
沒有偵測到 無線網卡

補充
sudo lspci
sudo lsusb
看看有沒有無線網卡
mrro
帖子: 6
注册时间: 2011-08-31 14:35

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#4

帖子 mrro »

poloshiao 写了:
sudo lshw -numeric -class network
沒有偵測到 無線網卡

補充
sudo lspci
sudo lsusb
看看有沒有無線網卡
已经检查到USB无线网卡

yangs@ubuntu:~$ sudo lspci
[sudo] password for yangs:
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660D]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller
00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03)
00:10.1 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 14)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0)
00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 1)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 5
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)
yangs@ubuntu:~$ sudo lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 046d:0829 Logitech, Inc.
Bus 001 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 04b4:0101 Cypress Semiconductor Corp. Keyboard/Hub
Bus 003 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 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 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
yangs@ubuntu:~$
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#5

帖子 poloshiao »

Bus 001 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
1. sudo apt-get install pastebinit
2. sudo lsusb -v | pastebinit
會回應 http://paste.ubuntu.com/xxxxxxx # xxxxxxx 是一組數字
3. 把 http://paste.ubuntu.com/xxxxxxx 貼上來
4. 補充
因為 lsusb -v 輸出的結果 行數很多
所以存到 http://paste.ubuntu.com
mrro
帖子: 6
注册时间: 2011-08-31 14:35

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#6

帖子 mrro »

taohunter 写了:要用ndiswrapper的话就要同时装ndiswrapper-common和ndiswrapper-utils-1.9.。。。

参考:http://ubuntuforums.org/showthread.php?t=2241079
全套都装了
还是不行
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#7

帖子 poloshiao »

Bus 001 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
http://www.linux-usb.org/usb.ids
0846 NetGear, Inc.
9020 WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]

請參閱
http://askubuntu.com/a/276607/198920
如果還有問題 歡迎再貼文
全套都装了
还是不行
參考上面的連結網頁
要阻擋一些 Broadcom 其它驅動
mrro
帖子: 6
注册时间: 2011-08-31 14:35

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#8

帖子 mrro »

poloshiao 写了:
Bus 001 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
1. sudo apt-get install pastebinit
2. sudo lsusb -v | pastebinit
會回應 http://paste.ubuntu.com/xxxxxxx # xxxxxxx 是一組數字
3. 把 http://paste.ubuntu.com/xxxxxxx 貼上來
4. 補充
因為 lsusb -v 輸出的結果 行數很多
所以存到 http://paste.ubuntu.com
http://paste.ubuntu.com/8300570/

thx~!
mrro
帖子: 6
注册时间: 2011-08-31 14:35

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#9

帖子 mrro »

poloshiao 写了:
Bus 001 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
http://www.linux-usb.org/usb.ids
0846 NetGear, Inc.
9020 WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]

請參閱
http://askubuntu.com/a/276607/198920
如果還有問題 歡迎再貼文
全套都装了
还是不行
參考上面的連結網頁
要阻擋一些 Broadcom 其它驅動
信息量好大
纯新手,看天书一样

结论是linux出的通用驱动不行,还是需要用windows的驱动?
lsmod | grep "ssb\|wl\|b43\|bcma"

这个命令敲完是这个样
>

输入下边的代码没有反应
Blacklist these drivers, to prevent them from loading:

echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf
echo "blacklist b43" >> /etc/modprobe.d/blacklist.conf
echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf

查看了blacklist.conf文件
算是行了吗?
准备重启试试。。。。

# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx


# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
mrro
帖子: 6
注册时间: 2011-08-31 14:35

Re: ubuntu 14.04 LTS netgear USB无线网卡 WNA3100 无法链接WIFI

#10

帖子 mrro »

I drove to the closest PC shop and bought an Edimax EW-77IIUAn 150 Mbps Wireless USB adapter. It worked out of the box - No installation whatsoever :-) I plugged it in, and Ubuntu immediately detected it and connected to my wireless network.

Sometimes it's just not worth the trouble to get around driver issues.


老外都放弃了,看来我还是从了吧
感谢LS的各位
回复