Can't connect to wifi standard n (below ac)

Hi!
I have windows as the second OS, I can connect to my wifi that uses n standard.
But I can’t do it using Linux.
Infinity “Configuring interface”.
Also, I have second wifi that uses ac standard, and Linux can connect to it.
I think because I have wifi-adapter “Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter” for 802.11ac standard. But how it works on windows? Maybe I should install some drivers on linux?
Thanks in advance!

Hello @opt :wink:

Please add these output of the terminal:

inxi -Nazy

Drivers for that adapter are already included in the kernel. It’s the ath10k module.

Searching these forums, our archived forum and the Arch forums should yield good results.

Disclaimer: Manjaro is not Arch. Arch is not Manjaro. Please do not post in the Arch forums unless your are using Arch.

Network:
Device-1: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter
vendor: Lite-On driver: ath10k_pci v: kernel port: 4000 bus ID: 02:00.0
chip ID: 168c:003e
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Acer Incorporated ALI driver: r8168 v: 8.048.03-NAPI modules: r8169
port: 3000 bus ID: 03:00.1 chip ID: 10ec:8168

@opt

Maybe dmesg shows more information:

sudo dmesg | grep ath10k

Also a full journal log could help to see a hint of your problem:

journalctl -b1 --no-pager

And sure in the forum are a lot of problems with that driver.

sudo dmesg | grep ath10k:

[ 19.958657] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 20.395159] ath10k_pci 0000:02:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 11ad:0807
[ 20.395164] ath10k_pci 0000:02:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[ 20.396339] ath10k_pci 0000:02:00.0: firmware ver WLAN.RM.4.4.1-00157-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 90eebe
fb
[ 20.502041] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 318825bf
[ 20.594287] ath10k_pci 0000:02:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 20.744129] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0

The last log entry is dated November 29. I don’t know why, I tried to connect to wifi after this date.