I am trying to use a Qualcomm QCN9274 (compex WLE7002E25) module on my Jetson Orin Nano.
I know this qualcomm wifi module need the ath12k driver, but I can’t seem to find it in the default system(5.15). dmesg and lsmod show nothing related to it.
do you know how to install or enable the ath12k driver on the Orin Nano?
Linux engineer-desktop 5.15.148-tegra #1 SMP PREEMPT Thu Sep 18 15:08:33 PDT 2025 aarch64 aarch64 aarch64 GNU/Linux
engineer@engineer-desktop:~$ modinfo ath12k
modinfo: ERROR: Module ath12k not found.
engineer@engineer-desktop:~$ lspci
0001:00:00.0 PCI bridge: NVIDIA Corporation Device 229e (rev a1)
0001:01:00.0 Network controller: Qualcomm Device 1109 (rev 01)
0008:00:00.0 PCI bridge: NVIDIA Corporation Device 229c (rev a1)
0008:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Thanks!!!