我刚刚从 CyberPower PC 公司购买了一台笔记本电脑,并选择不花 39 美元让他们安装 Windows 8。我刚刚从闪存驱动器启动了 Precise Pangolin 并将其安装在我的电脑上。除了无线功能外,一切正常。我查看了论坛上的几篇帖子,但无法确定我的问题的解决方案。我知道无线网卡来自 Atheros,仅此而已。当我尝试命令时,iwconfig
出现了以下内容,结果如下:
$ sudo iwconfig
lo no wireless extensions
eth0 no wireless extensions
我还尝试在主板上安装 ath9k 驱动程序和 atl1c 驱动程序,如本文所示:以太网连接不工作 Atheros AR8152 OS 12.04
似乎这两个驱动程序都不起作用,我不确定该怎么做。上面的帖子很旧,使用的是 compat...tar.bz2 文件的旧版本之一,而不是网站上的最新版本。我对 Ubuntu 很陌生,所以我很困惑下一步该做什么。我不知道为什么这个帖子对其他用户有用,而对我自己却没用,或者我是否应该从完全不同的角度来解决这个问题。
另外,我不确定我的 Atheros 卡是什么型号,也不知道如何找到它。任何帮助我都非常感谢。
答案1
http://ubuntuforums.org/showthread.php?t=2035902&page=3
我在 reddit.com 上获得了此链接。它救了我的命,现在我的无线网络工作得很好。感谢所有捐款的人!
答案2
查看设备管理器,看看无线网卡旁边是否有感叹号,如果有,则表示您的计算机可以看到它。
我不确定我的 Atheros 卡是什么型号或者如何找到它。
查看 BIOS,它会告诉您这是什么类型的卡,还要确保它在 BIOS 中已启用,这可能是您的问题,如果没有,则再次进入 BIOS 以启用它。您可能必须更新 BIOS。
答案3
我在一台 DELL 机器上重新安装 Ubuntu 12.04 LTS(精确)后也遇到了同样的问题。我做了以下操作,重启电脑后,无线又恢复了!注意:你必须连接到互联网(有线连接)!!
1. sudo apt-get remove --purge bcmwl-kernel-source
2. sudo apt-get install firmware-b43-installer
3. sudo apt-get install b43-fwcutter (though you do not need this step since the 'b43-fwcutter' package is a dependency for the 'firmware-b43-installer' package, so it automatically gets installed in step 2)
4. sudo apt-get install firmware-b43legacy-installer (if you are using the b43-legacy wireless)
5. sudo apt-get install bcmwl-kernel-source
6. sudo reboot
希望这对你也有用!干杯,Peyman