安装 ubuntu 17.04 后无法连接 WiFi

安装 ubuntu 17.04 后无法连接 WiFi

我在 Windows 10 的同时安装了 Ubuntu 17.04,安装成功后,我无法连接到 WiFi 网络来完成其他一些活动。

我尝试了所有建议的解决方案,例如修改 NetworkConfig.conf 和重新启动网络服务,但对我没有任何作用。

$ lspci -knn | grep Net -A3; rfkill list

执行上述命令的结果如下:

06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
    Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
    Kernel driver in use: ath9k
    Kernel modules: ath9k
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
3: dell-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes
4: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

答案1

在终端中运行

sudo tee /etc/modprobe.d/blacklist-dell.conf <<< "blacklist dell_wmi"

然后重新启动。

相关内容