- Qualcomm Inc
QCNFA765
- Kernel driver in use:
ath11k_pci
iwctl device list
iwctl station wlan0 scan
iwctl station wlan0 get-networks
iwctl station wlan0 connect <SSID>
sudo journalctl -xb -p3
sudo dmesg | grep firmware
sudo dmesg | grep ath11k_pci
sudo journalctl -b | grep ath11k_pci
rfkill
rfkill list
rfkill unblock all
# disable tlp
sudo systemctl stop tlp
sudo systemctl disable tlp
# remove kernel module
modprobe --remove ath11k_pci
modprobe --remove ath11k
# reload kernel modules
modprobe ath11k
modprobe ath11k_pci
Add the following parameters to the options line:
pcie_aspm=off pci=noaer