[Solved] No Wifi adapter found for QCNFA765 Wireless Network Adapter
Hi,
I've installed RHEL8 on my laptop with "QCNFA765" Wireless Network Adapter (pci id 17cb:1103). Looking at some forums, I find that ath11k_pci is the required kernel module to make the wifi work.
I installed elrepo kernel-ml.
$ uname -a
Linux mypc 5.17.4-1.el8.elrepo.x86_64 #1 SMP PREEMPT Tue Apr 19 12:13:17 EDT 2022 x86_64 x86_64 x86_64 GNU/Linux
I see that the kernel module is loaded.
$ lsmod | grep ath
ath11k_pci 32768 0
ath11k 364544 1 ath11k_pci
qmi_helpers 32768 1 ath11k
mac80211 1101824 1 ath11k
cfg80211 1044480 2 ath11k,mac80211
mhi 90112 1 ath11k_pci
$ lspci -nn | grep -i net
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0e)
03:00.0 Network controller [0280]: Qualcomm Device [17cb:1103] (rev 01)
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
I checked that the wifi hardware works in Windows and Ubuntu liveusb. So, the hardware is okay.
Any help in getting the wifi to work in rhel will be appreciated.
Varun