You are not logged in.
I got wifi issue after install archlinux in my (Lenovo E41-25)
lspci -k | grep -i atheros
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
Subsystem: Lenovo Qualcomm Atheros QCA9377 Wireless Network Adapter
sudo dmesg | grep ath10k
[ 24.073551] ath10k_pci 0000:02:00.0: failed to iomap BAR0
[ 24.073608] ath10k_pci 0000:02:00.0: failed to claim device: -5
[ 24.073748] ath10k_pci 0000:02:00.0: probe with driver ath10k_pci failed with error -5'
ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 9c:5a:44:35:25:9f brd ff:ff:ff:ff:ff:ff
altname enx9c5a4435259f
3: enp0s16u3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 6e:f8:f6:f4:be:32 brd ff:ff:ff:ff:ff:ff
altname enx6ef8f6f4be32
Last edited by Chaostypos (2025-01-23 22:56:40)
Offline
is linux-firmware installed? If you're dual booting, make sure fast boot in Windows is disabled.
Offline
this does not work either. Same problem....
Offline
Test the LTS kernel, and maybe post a full log:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Offline
This time, I formatted my laptop's hard disk to remove both Windows 10 and Arch Linux. Then, I reinstalled Arch Linux in EFI mode with the Linux-zen kernel, Linux-firmware, and NetworkManager. I did not reinstall Windows 10; I only installed Arch Linux. It will show same issue... No change ?
Last edited by Chaostypos (2025-01-24 15:32:45)
Offline
Yes, there's no reason that would help if fast boot is confirmed to be disabled. It's very possible to be a kernel bug, test the LTS kernel and post the output I asked for, if you don't have an internet connection do
sudo journalctl -b > /tmp/journal.txt
and usb walk that file to some system that allows you to post the contents.
Offline