在Ubuntu 14.04中没有互联网

我在笔记本电脑上使用Windows 10和Ubuntu 14.04。 当我使用Windows 10而不是Ubuntu 14.04时,我可以在笔记本电脑上访问互联网(有线和WiFi)。 调制解调器工作得很好,调制解调器没有问题,但是当我在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 dmesg | grep iwl

最有可能是命令

 sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=8" 

并重新启动将解决无线问题。