我最近买了一台 Alienware M17x,其默认无线网卡是 Intel® Centrino® Wireless-n 2230。我尝试了其他早期版本的卡所建议的操作,但没有成功。如果需要,我可以使用 Windows 上网。
任何帮助都将不胜感激,并提前致谢。
答案1
我在使用相同版本的 ubuntu 时遇到了同样的问题,我在终端上输入了以下命令
sudo apt-get install linux-backports-modules-cw-3.3-$(uname -r)
重启后我的问题就解决了。如果这没有帮助,请查看以下链接以供参考。
http://ubuntuforums.org/showthread.php?t=2062633
http://wiki.ubuntuusers.de/WLAN/Linux-backports-modules
祝你好运。