You are not logged in.
I have a Legion 9 and the internal MediaTek wifi (7927) is not supported in the latest Kernel (I'm using 6.17.5-arch1-1). Anyway, i have an old USB Wifi adaptor that works on Ubuntu 24.04 but when I plug it into my new Arch setup nothing ![]()
Here is the output from sudo hmesg -Hw when I plug it in:
[ +0.025549] usb 1-4: ath9k_htc: USB layer deinitialized
[ +4.191961] usb 1-4: new high-speed USB device number 9 using xhci_hcd
[ +0.128055] usb 1-4: New USB device found, idVendor=0cf3, idProduct=7015, bcdDevice= 2.02
[ +0.000012] usb 1-4: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ +0.000004] usb 1-4: Product: USB WLAN
[ +0.000003] usb 1-4: Manufacturer: ATHEROS
[ +0.000002] usb 1-4: SerialNumber: 12345
[ +0.003906] usb 1-4: ath9k_htc: Firmware ath9k_htc/htc_7010-1.4.0.fw requested
[ +0.106997] usb 1-4: ath9k_htc: Transferred FW: ath9k_htc/htc_7010-1.4.0.fw, size: 72812
[ +0.070344] ath9k_htc 1-4:1.0: ath9k_htc: HTC initialized with 45 credits
[ +0.223245] ath9k_htc 1-4:1.0: ath9k_htc: FW Version: 1.4
[ +0.000010] ath9k_htc 1-4:1.0: FW RMW support: On
[ +0.000011] ath: EEPROM regdomain: 0x809c
[ +0.000004] ath: EEPROM indicates we should expect a country code
[ +0.000002] ath: doing EEPROM country->regdmn map search
[ +0.000002] ath: country maps to regdmn code: 0x52
[ +0.000002] ath: Country alpha2 being used: CN
[ +0.000002] ath: Regpair used: 0x52
[ +0.003969] ieee80211 phy1: Atheros AR9287 Rev:2and lsmod | grep ath9k_htc gives me:
ath9k_htc 131072 0
ath9k_common 53248 1 ath9k_htc
ath9k_hw 573440 2 ath9k_htc,ath9k_common
ath 40960 3 ath9k_htc,ath9k_common,ath9k_hw
mac80211 1679360 2 ath9k_htc,ath9k_hw
cfg80211 1421312 4 ath9k_htc,ath9k_common,ath,mac80211
rfkill 45056 10 ath9k_htc,bluetooth,ideapad_laptop,cfg80211So the kernel module is loaded? Not sure why this is not working...?
Last edited by CpILL (2025-10-29 06:51:34)
Offline
does the lts kernel work?
I Have Linux Perl Can i Download Gnome???
Offline
Also what exactly does "not working" mean?
https://bbs.archlinux.org/viewtopic.php?id=57855
ip a
rfkillLast edited by seth (2025-10-28 08:56:11)
Offline
Haven't tried the LTS kernel. I'll give it a try. Given that the Legion 9 is very new I was going for the most recent stable Kernel.
By not working, I plug in the USB adaptor into the USB port and the light goes on but does not flash, so no network traffic. I assumed once the right driver was laoded it would start to be used...? Do I have to manually configure the network setup somehow or setup routing tables?
Last edited by CpILL (2025-10-28 21:01:13)
Offline
Do I have to manually configure the network setup somehow or setup routing tables?
Depends on your definition of "manually", but you'll need to install/enable some network configuration service, https://wiki.archlinux.org/title/Networ … k_managers
nb. *ONE* service!
Offline
That seemed to do the trick! Thank you!!
On to the next problem...
Offline