我刚刚在笔记本电脑上安装了全新的 Ubuntu 15.04,但是无法连接到 wifi。我的网络显示正常,但是当我尝试连接时,它只是等待一分钟尝试连接,然后显示一条消息“您已断开连接”。有没有什么简单的解决方法?我的无线网卡是 Realtek 的,我相信。任何建议或帮助都将不胜感激!
编辑:在终端中运行命令“lspci -knn | grep Net -A2”的结果如下
08:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b4] (rev 93)
Subsystem: Intel Corporation Dual Band Wireless AC 3160 [8086:8270]
Kernel driver in use: iwlwifi
答案1
在终端中运行
sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=1"
然后重新启动。