You are not logged in.

#1 2024-03-04 07:06:44

kox
Member
Registered: 2015-05-01
Posts: 146

[SOLVED] wlan0 disappeared after recent upgrade

Hey,

the wireless interface has disappeared after the recent upgrade. linux-firmware is installed. Any tips on how to troubleshoot it? Thanks.

Last edited by kox (2024-03-04 08:06:10)

Offline

#2 2024-03-04 07:55:35

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: [SOLVED] wlan0 disappeared after recent upgrade

Start by looking at the system journal and test the LTS kernel.

But before any of that compare "uname -a" and "pacman -Qs kernel".
Chances are you either didn't reboot after a kernel update or are booting a older kernel because you forgot to mount the boot partition or are booting from the root partition (if unsure, see whether "cat /proc/cmdline" references the kernel by /boot/vmlinuz* - in that case you're booting from the root partition) and the general consequence is that there's no wifi module for your running kernel.

Offline

#3 2024-03-04 07:55:42

kox
Member
Registered: 2015-05-01
Posts: 146

Re: [SOLVED] wlan0 disappeared after recent upgrade

I have recalled that the driver I have been using was wl. When I do modprobe wl I get:

modprobe: FATAL: Module wl not found in directory /lib/modules/6.7.7-arch1-1

Offline

#4 2024-03-04 07:58:05

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: [SOLVED] wlan0 disappeared after recent upgrade

kernel and broadcom are at 6.7.8 wink

Offline

#5 2024-03-04 08:05:46

kox
Member
Registered: 2015-05-01
Posts: 146

Re: [SOLVED] wlan0 disappeared after recent upgrade

Yes it works after upgrade, thanks smile Perhaps I have upgraded at the wrong time where the broadcom-wl package was made for the newer kernel before the newer kernel got in the repo.

Offline

Board footer

Powered by FluxBB