WiFi不适用于Ubuntu 18.04 LTS联想军团Y520

我有一个联想军团Y520,我做的第一件事是安装Ubuntu 18.04 LTS。

我勾选了“安装图形和wifi硬件的第三方软件”复选框并安装它。 但是,在WiFi设置中,会显示消息“找不到Wi-Fi适配器”。

“软件和更新”中的“其他驱动程序”选项卡未显示与WiFi相关的任何内容。

我还在终端中运行了这个命令:

lspci | grep Network 

这是输出:

 02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31) 

我应该尝试安装旧版本的Ubuntu吗?

提前致谢。

编辑:

我运行了这个命令:

 lspci -knn | grep Net -A3; rfkill list 

这是输出:

 02:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31) Subsystem: Lenovo QCA9377 802.11ac Wireless Network Adapter [17aa:0901] Kernel driver in use: ath10k_pci Kernel modules: ath10k_pci, wl 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10) 0: ideapad_wlan: Wireless LAN Soft blocked: no Hard blocked: yes 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: yes 2: hci0: Bluetooth Soft blocked: no Hard blocked: no 3: phy0: Wireless LAN Soft blocked: no Hard blocked: no 

该设备被平台ideapad驱动程序阻止。 在终端中运行

 sudo tee /etc/modprobe.d/blacklist-ideapad.conf <<< "blacklist ideapad_laptop" 

并重新启动。

我还建议删除您安装的Broadcom驱动程序。

 sudo apt purge bcmwl-kernel-source