昨晚所有网络连接都断了。之前它一直运行良好。
lspci -knn | grep Net -A3; rfkill list
演出
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) [8086:1502] (rev 04)
Subsystem: Dell 82579LM Gigabit Network Connection (Lewisville) [1028:0493]
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 04)
--03:00.0 Network controller [0280]: Broadcom Limited BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Dell Wireless 1530 Half-size Mini PCIe Card [1028:0011]
Kernel driver in use: wl
Kernel modules: bcma, wl
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
命令:
lspci -nn -d 14e4:
节目
03:00.0 Network controller [0280]: Broadcom Limited BCM43228 802.11a/b/g/n [14e4:4359]
戴尔 Latitude E6420
- 3.7 GiB
- 英特尔® 酷睿™ i7-2760QM CPU @ 2.40GHz × 8
- NVS 4200M/PCIe/SSE2
答案1
我有相同的配置,并且找到了解决方案
(如果您已经知道您有 BCM43228,请跳过下一行)
sudo lshw -class network
然后安装驱动程序(您必须通过以太网电缆或蓝牙连接到互联网)
sudo apt install bcmwl-kernel-source
重启网络管理器
sudo systemctl restart network-manager
现在您已经安装了 wifi 卡并可以通过 wifi 连接到互联网 :)
答案2
尽管无线网卡在 Windows 10 中仍然可以工作,但这不应该是问题,但它确实解决了这个问题。
完全关闭笔记本电脑,取出电池和电源线,然后按住电源按钮 15 秒以耗尽所有电池的电量。
马上恢复了。不是(但可能还是)驱动程序问题...
很高兴 Linux 回来了,这样我就可以使用我的计算机而不是我的操作系统了……准备你的计算机……请等待九百万年
答案3
我的 HP Elitebook 740 G2 也遇到了同样的问题。结果发现需要将 BIOS 更新到最新版本,问题立即得到解决。