戴尔 XPS 15-9500 Ubuntu 20.04 高通芯片组 ath11k 无 WiFi 适配器

戴尔 XPS 15-9500 Ubuntu 20.04 高通芯片组 ath11k 无 WiFi 适配器
simon@simon-XPS-15-9500:~$ sudo lshw -C network
[sudo] password for simon: 
  *-network UNCLAIMED       
       description: Network controller
       product: Qualcomm
       vendor: Qualcomm
       physical id: 0
       bus info: pci@0000:6c:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: memory:b4200000-b42fffff
  *-network
       description: Ethernet interface
       physical id: 3
       bus info: usb@4:2.4
       logical name: enx00e04c7863f8
       serial: 00:e0:4c:78:63:f8
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.11.11 duplex=full firmware=rtl8153a-4 v2 02/07/20 ip=10.0.0.2 link=yes multicast=yes port=MII speed=1Gbit/s
simon@simon-XPS-15-9500:~$ lspci -knn | grep Net -A3; rfkill list
6c:00.0 Network controller [0280]: Qualcomm Device [17cb:1101] (rev 01)
    Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]
6d:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5260 PCI Express Card Reader [10ec:5260] (rev 01)
    Subsystem: Dell RTS5260 PCI Express Card Reader [1028:097d]
    Kernel driver in use: rtsx_pci
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
simon@simon-XPS-15-9500:~$ uname -r
5.8.0-38-generic

我在尝试让 WiFi 适配器在这台笔记本电脑上工作时遇到问题。我尝试安装 backport-iwlwifi 并将内核版本更新到 5.10(必须重置回 5.8),但没有运气,似乎 Qualcom Atheros 的所有解决方案也不起作用。

如何让ath11k驱动程序在 Ubuntu 上运行?

答案1

您需要在ath11k支持下编译自定义内核。

如何在 wireless.wiki.kernel.org 中:安装 ath11k

截至撰写本文时(2020 年 12 月)Linux 发行版不支持开箱即用的 QCA6390 PCI 设备,因此您需要手动安装内核和固件。以下是如何安装支持 ath11k PCI 和最新 ath11k 固件的 Linux 内核 v5.10 的简单说明。

相关内容