Dell XPS 15-9500 Ubuntu 20.04 Qualcommチップセットath11k(WiFiアダプタなし)

Dell XPS 15-9500 Ubuntu 20.04 Qualcommチップセット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のすべてのソリューションも機能しないようです。

ath11kUbuntuでドライバを動作させるにはどうすればよいですか?

ベストアンサー1

ath11kサポートされているカスタムカーネルをコンパイルする必要があります。

方法:wireless.wiki.kernel.orgにath11kをインストールする

この記事を書く時点(2020年12月)LinuxディストリビューションはデフォルトでQCA6390 PCIデバイスをサポートしていないため、カーネルとファームウェアを手動でインストールする必要があります。以下は、ath11k PCIと最新のath11kファームウェアをサポートするLinuxカーネルv5.10をインストールする方法の簡単な説明です。

おすすめ記事