Hello everyone,
I just installed OpenSuse (Tumbleweed) for first time. I cannot connect to Wi-Fi using a TP-LINK TL-WN422G. After trying for a while I just plugged another device (from a different vendor) and worked flawlessly. The TP-LINK TL-WN422G worked fine in other GNU/Linux distributions which were replaced during the installation.
I am not an expert but it seems to me that the device is properly recognized and the kernel modules are loaded:
Code:
sudo dmesg
[11054.080314] usb 1-9: new high-speed USB device number 4 using xhci_hcd
[11054.347819] usb 1-9: New USB device found, idVendor=0cf3, idProduct=1006, bcdDevice= 1.08
[11054.347834] usb 1-9: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[11054.347835] usb 1-9: Product: USB2.0 WLAN
[11054.347836] usb 1-9: Manufacturer: ATHEROS
[11054.347837] usb 1-9: SerialNumber: 12345
[11054.457085] usb 1-9: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[11054.457152] usbcore: registered new interface driver ath9k_htc
[11055.544158] usb 1-9: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
[11055.794575] ath9k_htc 1-9:1.0: ath9k_htc: HTC initialized with 33 credits
However, no interface seems to be created:
Code:
sudo iwconfig
lo no wireless extensions.
enp10s0 no wireless extensions.
and I cannot see the Wi-Fi networks that are close to the computer.
Digging in internet I found the following thread https://lkml.org/lkml/2020/6/26/432 that makes me suspect that the problem is in the latest versions of the kernel. In such case I would not have any problem with downgrade the kernel if it can be done in a simple way (I am using the nvidia drivers from the repository, I need them because the Nouveau driver did not work properly)
Is there any way to solve this issue?
Thanks in advance