You are not logged in.

#1 2021-10-18 07:20:09

teddybonkers
Member
Registered: 2021-10-18
Posts: 3

Newtork interfaces not workingafter install [SOLVED]

Hi,
I installed ArchLinux alongside WIndows 10. During installation, the WiFi interface was available and working. After install and booting into KDE, the network interfaces are all down and not working. Can you help me with that please.

Thanks

Output of*uname -a:
Linux username 5.14.12-arch1-1 #1 SMP PREEMPT Wed, 13 Oct 2021 16:58:16 +0000 x86_64 GNU/Linux``

ip link:
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: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
    link/ether 38:87:d5:0c:3d:a7 brd ff:ff:ff:ff:ff:ff
3: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether 90:2e:16:d5:14:3e brd ff:ff:ff:ff:ff:ff

dmesg | grep wifi:
[    1.535871] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    1.539870] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-64.ucode failed with error -2
[    1.545756] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    1.545767] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    1.545971] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm
[    1.825012] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[    1.945638] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
[    2.012119] iwlwifi 0000:00:14.3: base HW address: 38:87:d5:0c:3d:a7

Last edited by teddybonkers (2021-10-18 09:41:06)

Offline

#2 2021-10-18 07:42:25

alysher
Member
Registered: 2017-07-31
Posts: 56

Re: Newtork interfaces not workingafter install [SOLVED]

did you forget to install linux-firmware? most if not all of the current wifi drivers/firmwares are in that package.

Last edited by alysher (2021-10-18 07:43:40)


I started learning linux under Debian, and this is what I hope for every time I interact with the awesome Arch community.

Offline

#3 2021-10-18 07:52:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,723

Re: Newtork interfaces not workingafter install [SOLVED]

Did you enable anything that would handle the network? The interfaces are present but it just looks like don't use anything to actually make use of them.

Offline

#4 2021-10-18 08:04:08

teddybonkers
Member
Registered: 2021-10-18
Posts: 3

Re: Newtork interfaces not workingafter install [SOLVED]

No, it's installed, version is 20210919.d526e04-1.

I tried using iwctl, but it just hangs with message "Waiting for IWD to start...".

I also installed dhcpcd during install, and can connect to a wired network, but when trying to connect to WiFi I get a timeout.

Offline

#5 2021-10-18 08:48:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,723

Re: Newtork interfaces not workingafter install [SOLVED]

Offline

#6 2021-10-18 09:40:33

teddybonkers
Member
Registered: 2021-10-18
Posts: 3

Re: Newtork interfaces not workingafter install [SOLVED]

V1del wrote:

I did that, then used iwctl to connect and it works! Thank you very much.

I also added the following lines to /etc/iwd/main.conf:
[Settings]
AutoConnect=true

as I read that's needed for auto connect.

However, before that I tried using wifi-menu, and it fails every time. I find it more convenient than iwctl. Can you please suggest what can be done in order to get connections with wifi-menu?

Offline

#7 2021-10-18 09:52:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,723

Re: Newtork interfaces not workingafter install [SOLVED]

Then you'd need to disable iwd, potentially remove the package and instead set up netctl: https://wiki.archlinux.org/title/Netctl

Offline

Board footer

Powered by FluxBB