Ubuntu 18.04 未找到 WiFi 适配器

Ubuntu 18.04 未找到 WiFi 适配器

我的 WiFi 适配器 Qualcomm Atheros QCA9565/AR9565 无线网络适配器无法工作,甚至无法出现在系统设置中。我正在使用 ubuntu 18.04 和 windows 10 双启动。WiFi 适配器在 windows 中工作。lspci -knn | grep Net -A3 的输出:

03:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Lite-On Communications Inc QCA9565 / AR9565 Wireless Network Adapter [11ad:0803]
Kernel modules: ath9k

请参阅lspci-knn| grep Net-A2

03:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Lite-On Communications Inc QCA9565 / AR9565 Wireless Network Adapter [11ad:0803]
Kernel modules: ath9k

sudo rfkill 列表

0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

sudo lshw -C 网络

*-network  

   description: Ethernet interface
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:02:00.0
   logical name: enp2s0
   version: 15
   serial: 1c:39:47:53:6c:4b
   size: 10Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
   resources: irq:-2147483648 ioport:3000(size=256) memory:c1104000-c1104fff memory:c1100000-c1103fff
 *-network UNCLAIMED
   description: Network controller
   product: QCA9565 / AR9565 Wireless Network Adapter
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:03:00.0
   version: 01
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress cap_list
   configuration: latency=0
   resources: memory:c1000000-c107ffff memory:c1080000-c108ffff
 *-network
   description: Ethernet interface
   physical id: 1
   logical name: enp0s20u1
   serial: 76:f5:dc:14:1d:16
   capabilities: ethernet physical
   configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.239 link=yes multicast=yes

消息 | grep ath9k

[   21.252360] ath9k 0000:03:00.0: PCI INT A: not connected
[   21.252404] ath9k 0000:03:00.0: request_irq failed
[   21.252423] ath9k: probe of 0000:03:00.0 failed with error -107

答案1

请注意命令lspci -knn | grep Net -A2输出不包含任何行Kernel driver in use。只需执行

sudo modprobe ath9k

接下来检查无线模块是否有软硬阻断

sudo rfkill list

由于你的笔记本电脑是 Acer,请尝试

echo blacklist acer-wmi | sudo tee -a /etc/modprobe.d/blacklist-acer-wmi.conf

重新启动笔记本电脑并重lspci -knn | grep Net -A2sudo rfkill list

如果没有什么帮助,请尝试任何 Linux 平台上的 Acer Aspire E5 573 均无 Wifi

最后尝试帖子#22 中的解决方案这里

附录

cd
sudo apt update
sudo apt install git
git clone https://github.com/kvalo/ath10k-firmware.git
sudo rm -rf /lib/firmware/ath10k
sudo cp -r ath10k-firmware/ /lib/firmware/ath10k/
sudo mv /lib/firmware/ath10k/QCA6174/hw2.1/firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 /lib/firmware/ath10k/QCA6174/hw2.1/firmware-5.bin
sudo chmod +x /lib/firmware/ath10k/QCA6174/hw2.1/*
sudo chmod +x /lib/firmware/ath10k/QCA6174/hw2.1/firmware-5.bin

重新启动笔记本电脑。

附录 #2

尝试

sudo apt install --reinstall linux-firmware

重新启动笔记本电脑。

答案2

我在 ubuntu 17 中遇到了同样的问题,并按照以下步骤解决了该问题。

首先,我尝试从网站下载网络内核-->https://ubuntu.pkgs.org/17.10/ubuntu-restricted-amd64/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu3_amd64.deb.html

如果你的架构是 x64,

sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu3_amd64.deb
sudo apt install -f

然后,我看到了网络服务的配置

 cat /etc/NetworkManager/NetworkManager.conf 

默认情况下,

 [main]`
 plugins=ifupdown,keyfile

 [ifupdown]
 managed=false

 [device]
 wifi.scan-rand-mac-address=no

如果它与您的不同,请更改它。

然后,您需要重新启动内核配置。

  sudo service network-manager restart

重新启动计算机。

在 bios 上,更改启动安全:

boot secure: disabled   ->    boot secure: enabled

好的。

适用于 ubuntu 17、Positivo Stilo XCi7660。

再见

答案3

由于我在 ubuntu 上遇到了 WiFi 网络和 Atheros 驱动程序问题,所以我也在 askubunt 上寻求建议。笔记本电脑没有显示 WiFi 网络。在互联网上,安装 WiFi 适配器驱动程序等提示没有帮助。我通过简单地重置路由器解决了这个问题。所以这不是笔记本电脑或 ubuntu 的问题,而是路由器的问题。尝试重置路由器或将路由器重置为出厂设置。此外,如果您多次在笔记本电脑上安装了 Linux,则可能将安全启动搞得一团糟,也许这就是为什么在启用了安全启动的情况下您无法在 ubuntu 上使用 WiFi 的原因。因此,在全新安装 ubuntu 之前,请将 BIOS/UEFI 安全启动重置为出厂设置,然后重新安装 ubuntu。至少在 acer 笔记本电脑上是这样的。

管理员很抱歉我跟进了旧话题但它可能会对某些人有所帮助。

相关内容