So I have read the previous post https://ubuntuforums.org/showthread.php?t=2384640 about a VERY similar issue, but my issue fails on the current version(s) of Linux. I have tried Ubuntu 20.04.4 LTS and I have tried Xubuntu 22.04 AND I have tried Kali 2022.2. All fail with the same:
Output of: dmesg | grep ath
Code:
[ 277.827172] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 277.829061] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 279.127016] ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 144d:c14f
[ 279.127022] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 279.127442] ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.4.4.1-00140-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 29eb8ca1
[ 279.318796] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 4ac0889b
[ 279.409720] ath10k_pci 0000:01:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 279.487519] ath: EEPROM regdomain: 0x5f
[ 279.487523] ath: EEPROM indicates we should expect a direct regpair map
[ 279.487524] ath: invalid regulatory domain/country code 0x5f
[ 279.487524] ath: Invalid EEPROM contents
[ 279.487528] ath10k_pci 0000:01:00.0: failed to initialise regulatory: -22
[ 279.487531] ath10k_pci 0000:01:00.0: could not register to mac80211 (-22)
Output of : lspci -nnk | grep -iA2 net
Code:
01:00.0 Network Controller [0280]: Qualcomm Atheros QCA 802.11ac Wireless Network Adapter [168c:003e] (rev32)
Subsystem: Samsung Electronics Co Ltd QCA6174 802.11ac Wireless Network Adapter [144d:c14f]
Kernel driver in use: ath10k_pci
Kernel modules: ath10kpci
rfkill list all
Code:
0: hci: Bluetooth
Soft blocked: no
Hard blocked: no
(bluetooth does work)
I tried following chili555's recommendations to bring the .bin files from Windows over to Ubuntu, and I get the exact same output.
My first failure in following the post is here where jeremy31 suggested to do the following:
I get the output:
Code:
~/backports-4.14$ make defconfig-wifi
Generating local configuration database from kernel ...Kernel version parse failed!
make: *** [Makefile:42: defconfig-wifi] Error 1
obviously this solution was for a different build of Ubuntu and subsequently other versions of linux... and now going forward and probably with every future release some manual method needs to apply. But Ill end my rant here...
Can I get assistance on getting this wifi to work on BOTH Ubuntu 20.04.4 AND Xubuntu 22.04? (ill also attempt to get it work on Kali with the same instructions but I am not as hopeful)
p.s. is there an easier way to transfer files from Ubuntu than "Settings -> Bluetooth -> Click on Device -> Click Send Files... ->" ????
p.s.s.
Kali Kernel version 5.16.0-kali7-amd64
Xubuntu Kernel version 5.15.0-39-generic
Ubuntu Kernel version 5.13.0-30-generic
EDIT: I continued to read the post and found another "solution" it made a difference, I can see access points but cannot connect to them Actually, I CAN now connect to 5G wifi now. But cannot connect to 2g
Deleting board.bin and board-2.bin and copied the `eeprom_ar6320_3p0_TX8_clpc.bin` file to `lib/firmware/ath10k/QCA6174/hw3.0/board.bin
heres the output:
Code:
[ 286.142849] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 286.144890] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 286.610362] ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 144d:c14f
[ 286.610370] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 286.610800] ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.4.4.1-00140-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 29eb8ca1
[ 286.687266] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 c8f42334
[ 286.778460] ath10k_pci 0000:01:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 286.864880] ath: EEPROM regdomain sanitized
[ 286.864885] ath: EEPROM regdomain: 0x64
[ 286.864887] ath: EEPROM indicates we should expect a direct regpair map
[ 286.864890] ath: Country alpha2 being used: 00
[ 286.864891] ath: Regpair used: 0x64
[ 286.875374] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
rfkill list all
Code:
0: hci: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
(bluetooth still works and wireless card seems detected now, but will not connect with message "Connection failed Activation of network connection failed"
perhaps I am close...
UPDATE: https://paste.ubuntu.com/p/98TPqNWfzf/
Bookmarks