View previous topic :: View next topic |
Author |
Message |
lnxlv n00b
Joined: 27 May 2012 Posts: 4
|
Posted: Thu Jul 02, 2020 8:08 pm Post subject: TL-WN822N not working after kernel upgrade [SOLVED] |
|
|
Hello,
Code: | uname -a
Linux lnx 5.4.38-gentoo #2 SMP Thu Jul 2 08:11:47 EEST 2020 x86_64 Intel(R) Atom(TM) CPU D510 @ 1.66GHz GenuineIntel GNU/Linux |
stable version, with all latest updates (regularly updated with emerge --sync && emerge -Du world)
After kernel upgrade linux-5.4.38-gentoo -> linux-5.4.48-gentoo not working USB wireless device.
Same .config used from linux-5.4.38-gentoo kernel.
Code: | lsusb:
Bus 001 Device 047: ID 0cf3:7015 Qualcomm Atheros Communications TP-Link TL-WN821N v3 / TL-WN822N v2 802.11n [Atheros AR7010+AR9287] |
all the time repeating messages in dmesg:
Code: | [15302.509497] ath: phy533: Reading Magic # failed
[15302.509503] ath: phy533: Unable to initialize hardware; initialization status: -5
[15302.509507] ath: phy533: Unable to initialize hardware; initialization status: -5
[15302.509540] ath9k_htc: Failed to initialize the device
[15302.509574] usb 1-3: ath9k_htc: USB layer deinitialized
[15302.514471] systemd-udevd[5299]: 1-3: Failed to process device, ignoring: No such file or directory
[15302.781049] usb 1-3: new high-speed USB device number 37 using ehci-pci
[15302.938400] usb 1-3: ath9k_htc: Firmware ath9k_htc/htc_7010-1.4.0.fw requested
[15303.047334] usb 1-3: ath9k_htc: Transferred FW: ath9k_htc/htc_7010-1.4.0.fw, size: 72812
[15303.117825] ath9k_htc 1-3:1.0: ath9k_htc: HTC initialized with 45 credits
[15330.780906] usb 1-3: USB disconnect, device number 37
[15331.180741] ath: phy534: Reading Magic # failed
[15331.180747] ath: phy534: Unable to initialize hardware; initialization status: -5
[15331.180750] ath: phy534: Unable to initialize hardware; initialization status: -5
[15331.180783] ath9k_htc: Failed to initialize the device
[15331.180817] usb 1-3: ath9k_htc: USB layer deinitialized
[15331.185697] systemd-udevd[5305]: 1-3: Failed to process device, ignoring: No such file or directory
[15331.453033] usb 1-3: new high-speed USB device number 38 using ehci-pci
[15331.610388] usb 1-3: ath9k_htc: Firmware ath9k_htc/htc_7010-1.4.0.fw requested
[15331.719320] usb 1-3: ath9k_htc: Transferred FW: ath9k_htc/htc_7010-1.4.0.fw, size: 72812
[15331.789811] ath9k_htc 1-3:1.0: ath9k_htc: HTC initialized with 45 credits |
Everything works perfect after downgrade to linux-5.4.38-gentoo
How to find the problem cause?
Last edited by lnxlv on Tue Aug 25, 2020 8:09 pm; edited 1 time in total |
|
Back to top |
|
|
mastarink n00b
Joined: 20 Jul 2020 Posts: 1
|
Posted: Mon Jul 20, 2020 3:31 pm Post subject: TL-WN822N not working after kernel upgrade |
|
|
I have similar problem with TL-WN722N
Code: |
ath: phy0: Invalid EEPROM magic (0xfffb).
ath: phy0: Unable to initialize hardware; initialization status: -22
ath: phy0: Unable to initialize hardware; initialization status: -22
ath9k_htc: Failed to initialize the device
usb 1-1.3: ath9k_htc: USB layer deinitialized
|
|
|
Back to top |
|
|
lnxlv n00b
Joined: 27 May 2012 Posts: 4
|
Posted: Tue Aug 25, 2020 6:55 pm Post subject: the problem is solved in 5.4.60-gentoo |
|
|
After kernel upgrade to version linux-5.4.60-gentoo the problem is solved and everything works OK.
same kernel .config used, without changes
also spamming messages
Quote: | ath: phy0: Short RX data len, dropping (dlen: 4)
ath: phy0: Short RX data len, dropping (dlen: 7)
....
|
are gone from dmesg |
|
Back to top |
|
|
|