我的笔记本电脑上安装了 Windows 10 和 Ubuntu 14.04。使用 Windows 10 时,我可以在笔记本电脑上访问互联网(有线和 WiFi),但使用 Ubuntu 14.04 时却不行。调制解调器工作正常,没有问题,但是当我在 Ubuntu 中打开 Firefox 时,出现错误“未找到服务器”。我无法在 Ubuntu 中通过有线或 WiFi 连接使用互联网。
$ lspci -knn | grep -EA3 'Eth|Net'
09:00.0 Network controller [0280]: Intel Coropration Centrino Wireless-N 1030 [Rainbow Peak]
[8086:008b] (rev34)
Subsystem: Intel Coropration Centrino Wireless-N 1030 BGN [8086:5315]
Kernel driver in use: iwlwifi
0a:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card
Reader [10ec:5209] (rev 01)
--
10:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet [1969:1083]
(rev c0)
Subsystem: Hewlett-Packard Company Device [103c:1651]
Kernel driver in use: atlid
$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
dmesg | grep iwl
:
答案1
最有可能的命令
sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=8"
重新启动将解决无线问题。