以太网卡BCM4401-B0不再被识别?

我将Ubuntu更新为14.04 LTS,我再也看不到我的网络 – 网络下拉菜单中没有可用的网络设备。 网络已启用,如果我选择从网络启动Dell Inspiron 1300,我会看到卡上有一些活动,但在Linux中没有。 尼克的两盏灯都会永久保持。

我不知道在哪里寻找相应的事件查看器或类似甚至开始进行故障排除,在我更新之前只有大约两个小时的安装。 原始安装是去年十月。

我们将非常感激地收到关于在日志中查看的位置的任何指示。

02:00.0 Ethernet controller [0200]: Broadcomm Corporation BCM4401-B0 100base-tx [14e4:170c] (Rev 02) Subsystem dell Device [1028:01c9] cat /etc/modprobe.d/blacklist-bcm43.conf # Warning: This file is autogenerated by bcmwl. All changes to this file will be lost. blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma blacklist b44 install wl modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install wl ; modprobe --ignore-install b44 

您的有线网络驱动程序b44可能已被无线驱动程序列入黑名单。

这应该由

 sudo -H gedit /etc/modprobe.d/blacklist-bcm43.conf 

并删除blacklist b44b44; modprobe --ignore-install b44 ; modprobe --ignore-install b44从最后一行; modprobe --ignore-install b44

该文件应该是这样的

 # Warning: This file is autogenerated by bcmwl. All changes to this file will be lost. blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma install wl modprobe -r b43 b43legacy ssb; modprobe --ignore-install wl 

保存文件。

之后有线网络应该在重启后工作。

注意如果升级bcmwl-kernel-source ,可能应该再次执行此过程。

有线修复:

 sudo gedit /etc/modprobe.d/blacklist-bcm43.conf 

并删除黑名单b44,b44和; modprobe – 从最后一行安装b44。

该文件应该是这样的

 # Warning: This file is autogenerated by bcmwl. All changes to this file will be lost. blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma install wl modprobe -r b43 b43legacy ssb; modprobe --ignore-install wl 

保存文件。

之后有线网络应该在重启后工作。

连接后,通过终端或应用程序运行所有更新

 sudo apt-get upgrade 

Wifi修复:

 sudo modprobe b43 dmesg |grep -e b43 -e bcma