我是 Ubuntu 的新用户,继承了一台装有 12.04LTS 的笔记本电脑。有线和无线互联网都无法使用。我想让两者都能正常工作。以下是输出ifconfig
:
lo Link encap:Local Loopback
inet addr:237.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:516 errors:0 dropped:0 overruns:0 frame:0
TX packets:516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:41264 (41.2 KB) TX bytes:41264 (41.2 KB)
有人能帮忙吗?谢谢!!
编辑:lspci -nn|grep -e 0200 -e 0280
显示:
03:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c](rev 02)
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
答案1
请连接以太网电缆。打开终端并执行以下操作:
sudo modprobe b44
你的以太网现在应该可以正常工作了。然后执行以下操作:
sudo apt-get remove --purge bcmwl-kernel-source
如果没有安装,没关系,继续:
sudo apt-get update
sudo apt-get install firmware-b43-lpphy-installer
断开以太网,重新启动,两个设备现在都应该可以正常工作。