升级至 14.04 后无法检测到 Wifi

升级至 14.04 后无法检测到 Wifi

我连接了以太网电缆并等待其他驱动程序出现,但没有出现。急需帮助。

这是无线脚本的结果: http://paste.ubuntu.com/10516365/

答案1

你可以尝试sudo modprobe ath9k看看它是否有效。如果它不包含来自dmesg | tail

如果sudo modprobe ath9k可以的话echo ath9k | sudo tee -a /etc/modules,它将在重启后工作

答案2

我从原版内核升级时就遇到了这个问题!下面是对我有用的方法。

代码:

sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl

祈祷吧!

相关内容