Wonderful Community!
I'm in a bind and would be grateful for some help.
I'm currently on the road and trying to play more with Linux. I don't have Wi-Fi at my place, but I do have access occasionally (a few hours a day). I've have successfully created a dual boot with Kali (the only distro I had). The network card not working seems to be a common issue for people with my computer (Acer Aspire V), and I've tried to follow the instructions found online. Most instructions reference the same sources and solutions, and they can be found with a quick search regarding Linux, error code, ath10k and/or the computer make and model.
Helpful sites include:
https://github.com/kvalo/ath10k-firmware
https://bbs.archlinux.org/viewtopic.php?id=208874
https://ubuntuforums.org/showthread.php?t=2308578
https://github.com/kvalo/ath10k-firmware/pull/2
upon booting I get the notice:
firmware: failed to load ath10k/cal-pci-0000:07:00.0.bin (-2)
firmware: failed to load ath10k/QCA6174/hw2.1/board-pci-168c:003e:e08e.bin
After following the information online, I type into the terminal:
lspci -nnk | grep -iA2 net; dmesg | grep ath10k
the following is returned:
07:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 20)
Subsystem: Foxconn International, Inc. QCA6174 802.11ac Wireless Network Adapter [105b:e08e]
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:0123]
Kernel driver in use: r8169
Kernel modules: r8169
[ 8.397873] ath10k_pci 0000:07:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 8.664056] ath10k_pci 0000:07:00.0: firmware: failed to load ath10k/cal-pci-0000:07:00.0.bin (-2)
[ 8.664057] ath10k_pci 0000:07:00.0: Direct firmware load for ath10k/cal-pci-0000:07:00.0.bin failed with error -2
[ 8.664251] ath10k_pci 0000:07:00.0: firmware: failed to load ath10k/QCA6174/hw2.1/board-pci-168c:003e:105b:e08e.bin (-2)
[ 8.664252] ath10k_pci 0000:07:00.0: Direct firmware load for ath10k/QCA6174/hw2.1/board-pci-168c:003e:105b:e08e.bin failed with error -2
[ 8.664253] ath10k_pci 0000:07:00.0: failed to load spec board file, falling back to generic: -2
[ 8.669585] ath10k_pci 0000:07:00.0: firmware: direct-loading firmware ath10k/QCA6174/hw2.1/board.bin
[ 8.927225] ath10k_pci 0000:07:00.0: firmware: direct-loading firmware ath10k/QCA6174/hw2.1/firmware-5.bin
[ 10.124523] ath10k_pci 0000:07:00.0: qca6174 hw2.1 (0x05010000, 0x003405ff, 168c:003e:105b:e08e fallback) fw SW_RM.1.1.1-00157-QCARMSWPZ-1 api 5 htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features ignore-otp,no-4addr-pad
[ 10.124526] ath10k_pci 0000:07:00.0: debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 23.019201] ath10k_pci 0000:07:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 23.019204] ath10k_pci 0000:07:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 23.019205] ath10k_pci 0000:07:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
Maybe one of you in the community who is smarter than me and more familiar with Linux can help me solve this... Any thoughts would be appreciated at this time. And if any more information might be helpful, just let me know.
I'm also thinking about scrapping windows altogether and committing to Debian if there is an easier solution there. If I go that route, I'll try to use a KVM via PCI so I can still have access to my games. (From my research, this seems possible...)
This has been a good learning experience for me and I look forward to continue learning with help from the community. Again, thanks in advance to anyone who is willing to contribute time and effort to help me, and thanks for tolerating my inexperience.
Rhydian