You are not logged in.

#1 2025-01-23 22:56:08

Chaostypos
Member
Registered: 2025-01-23
Posts: 6

Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter Not working

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

#2 2025-01-23 23:40:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,905

Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter Not working

is linux-firmware installed? If you're dual booting, make sure fast boot in Windows is disabled.

Offline

#3 2025-01-24 03:38:23

Chaostypos
Member
Registered: 2025-01-23
Posts: 6

Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter Not working

this does not work either. Same problem....

Offline

#4 2025-01-24 09:59:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,905

Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter Not working

Test the LTS kernel, and maybe post a full log:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#5 2025-01-24 15:31:39

Chaostypos
Member
Registered: 2025-01-23
Posts: 6

Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter Not working

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

#6 2025-01-24 15:38:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,905

Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter Not working

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

Board footer

Powered by FluxBB