You are not logged in.

#1 2019-10-09 15:32:21

evn
Member
Registered: 2019-10-09
Posts: 4

[Solved] No network interface showing for wireless card on fresh in...

Hi guys,

I have just installed Arch on my laptop. After rebooting and logging into the system ip link shows only 'lo' and 'enp2s0' entries, no entry for my wireless card. I rebooted into the Arch live system and ip link does have an entry for my wireless card. I don't know where to go from here and have had no luck searching for a solution, any help would be appreciated.

Also, I have previously installed Arch on this laptop without this issue.

Arch install dmesg output
Arch live env dmesg output

Arch install lspci output (Arch live env output is identical):

03:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
	Subsystem: Dell QCA9377 802.11ac Wireless Network Adapter [1028:1810]
	Kernel driver in use: ath10k_pci
	Kernel modules: ath10k_pci

Arch install ip link output:

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: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 8c:ec:4b:08:79:f3 brd ff:ff:ff:ff:ff:ff

Arch live env ip link output:

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: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 8c:ec:4b:08:79:f3 brd ff:ff:ff:ff:ff:ff
3: wlp3s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether b0:52:16:0c:53:65 brd ff:ff:ff:ff:ff:ff

Last edited by evn (2019-10-09 16:16:18)

Offline

#2 2019-10-09 16:01:17

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,541

Re: [Solved] No network interface showing for wireless card on fresh in...

Did you install linux-firmware?

Offline

#3 2019-10-09 16:11:42

evn
Member
Registered: 2019-10-09
Posts: 4

Re: [Solved] No network interface showing for wireless card on fresh in...

Scimmia wrote:

Did you install linux-firmware?

pacman -Ss linux-firmware shows that it is not installed. It shows as "core/linux-firmware 20190923.417a9c6-1 (base),"  does that not mean it should have been installed by pacstrap'ing base (which I definitely did)?

After installing linux-firmware and rebooting the wireless card now shows up with ip link so I guess that's solved. Thank you for your help!

Last edited by evn (2019-10-09 16:12:24)

Offline

#4 2019-10-09 16:12:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,541

Re: [Solved] No network interface showing for wireless card on fresh in...

it's an optional dep of the standard kernel; you have to pay attention to what pacman tells you. I know it's a lot with pacstrap, but it's important.

Where it says base, it's talking about the group that isn't used anymore.

Last edited by Scimmia (2019-10-09 16:13:26)

Offline

Board footer

Powered by FluxBB