You are not logged in.

#1 2022-01-09 18:45:51

donbruno
Member
Registered: 2022-01-09
Posts: 18

[SOLVED] Network after update and reboot, not working

Hello,

my wlan is not working, from one day to an other.. :-(

ok, I do

yay -Syu 

but a

ip addr 

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever

and a

lsmod| grep br
brcmfmac              499712  0
brcmutil               24576  1 brcmfmac
cfg80211             1073152  1 brcmfmac
mmc_core              225280  2 rtsx_pci_sdmmc,brcmfmac
 
dmesg
[   15.306548] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1
[   15.306599] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Dell Inc.-XPS 15 9550.bin failed with error -2
[   15.306615] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.bin failed with error -2
lspci -nnk   

02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC [14e4:43ba] (rev 01)
	Subsystem: Dell Device [1028:0020]
	Kernel modules: brcmfmac

where is my problem, can someone help me, please?

greetings
Bruno

Last edited by donbruno (2022-01-11 09:24:57)

Offline

#2 2022-01-09 20:59:13

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

Check rfkill and please post your complete system journal (sudo journalctl -b  | curl -F 'f:1=<-' ix.io) and the outputs of "uname -a" and "pacman -Qs linux"

Offline

#3 2022-01-09 21:32:37

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

rfkill    
         
ID TYPE      DEVICE      SOFT      HARD
 0 bluetooth hci0   entsperrt entsperrt

sudo journalctl -b  | curl -F 'f:1=<-' ix.io
http://ix.io/3LHD

uname -a
Linux brunos 5.15.13-arch1-1 #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000 x86_64 GNU/Linux

pacman -Qs linux
local/alsa-lib 1.2.6.1-1
local/alsa-utils 1.2.6-1
local/alsi 0.4.9-1
local/android-udev 20220102-1
local/apparmor 3.0.3-2
local/archlinux-keyring 20211028-1
local/autofs 5.1.7-2
local/avahi 0.8+22+gfd482a7-3
local/bridge-utils 1.7.1-1
local/broadcom-wl 6.30.223.271-354
local/bumblebee 3.2.1-21
local/clamtk 6.14-1
local/codecs64 20071007-1
local/drbl 2.30.5-1
local/ecryptfs-utils 111-5
local/efibootmgr 17-2
local/filesystem 2021.12.07-1
local/firejail 0.9.66-3
local/gufw 21.04.0-2
local/hdparm 9.62-1
local/ibus 1.5.25-5
local/inotify-tools 3.21.9.6-1
local/iptables 1:1.8.7-1
local/keyutils 1.6.3-1
local/kmod 29-1
local/libaio 0.3.112-2
local/libcap-ng 0.8.2-6
local/libiec61883 1.2.0-6
local/libimobiledevice 1.3.0-5
local/libraw1394 2.1.2-3
local/liburing 2.1-1
local/libva 2.13.0-1
local/libxshmfence 1.3-2
local/linux 5.15.13.arch1-1
local/linux-api-headers 5.12.3-1
local/linux-headers 5.15.13.arch1-1
local/lirc 1:0.10.1-10
local/lynis 3.0.5-1
local/man-pages 5.13-1
local/mdadm 4.1-2
local/mplayer 38322-2
local/ndctl 72-1
local/noson-app 4.5.0.r0.g81434a05-1 (base-devel)
local/notepadqq 1.4.8-5
local/pacman-mirrorlist 20211212-1
local/plymouth-theme-dark-arch 20151130-2
local/python-distro 1.6.0-4
local/skypeforlinux-stable-bin 8.79.0.95-1
local/udftools 2.3-1
local/util-linux 2.37.2-5
local/util-linux-libs 2.37.2-5
local/v4l-utils 1.22.1-1

Last edited by donbruno (2022-01-09 21:33:11)

Offline

#4 2022-01-09 21:52:51

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

Kernel matches, device isn't rfkilled and the journal really has only those brcmfmac calls.
But you don't seem to have linux-firmware installed? (What matches the error, -2 is ENOENT)

Offline

#5 2022-01-09 21:57:18

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

but I have no device :-(

Offline

#6 2022-01-09 22:00:29

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

You mean you can't fetch the package because you've no internet access?
Do you have a smartphone, https://wiki.archlinux.org/title/Tethering?
How are you online right now? You could download the package, usb-walk it onto the dead system and "pacman -U" it.

Offline

#7 2022-01-09 22:03:58

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

I installed the package linux-firmware.

I'm on, over wirred... that works

ip addr

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp0s20f0u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000

Offline

#8 2022-01-09 22:06:07

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

Did you reboot after the insntallation?
Please post an updated journal.

Offline

#9 2022-01-09 22:11:58

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

http://ix.io/3LHU

yesterday, all works fine... with wifi

Offline

#10 2022-01-09 22:21:13

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

This journal doesn't have the chip at all - does it still show up in "lspci"?
You could try the LTS kernel.

Ceterum ceseo: do you have a parallel windows installation?

Offline

#11 2022-01-09 22:22:41

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC (rev 01)

how I install LTS kernel?

yes, I try it

Offline

#12 2022-01-09 22:25:11

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

If you run an parallel windows, the 3rd link below is a mandatory read.
You install the lts kernel the way you installed the main kernel, it's just "linux-lts" (you can have both installed together and select them at your bootloader)

Offline

#13 2022-01-09 22:28:33

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

ok, I check windows... there is wifi connection :-) hardware is still there ;-) and works

Offline

#14 2022-01-09 22:31:06

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

sorry /boot is empty of space, I can't install lts :-(

Offline

#15 2022-01-09 22:47:09

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

You're supposed to read the 3rd link below and deacitvate windows fast start (hibernation in disguise) because there's a huge chance that this is what causes the chip to be absent on linux…

Offline

#16 2022-01-10 06:54:39

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

good morning....

I have Win10 on a external USB SSD and boot from there... the internal ssd is only for arch....


is there a chance to build the kernel new ?

Last edited by donbruno (2022-01-10 06:59:41)

Offline

#17 2022-01-10 07:26:04

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

ook what we have:

- the device is still there and works under win 10 (externalSSD booting from BIOS)
- lspci --> the device is already here
- kernel modules are loaded
- rfkill doesn't show the device?

a "ip addr" doesn't show the device :-(

Last edited by donbruno (2022-01-10 07:26:57)

Offline

#18 2022-01-10 07:46:01

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

It does not matter where windows is installed. The problem is what its hibernation state does to the bios and the rest of the hardware.
Follow the 3rd link below and make sure windows fast-start is disabled and it's not hibernating otherwise. Then reboot windows and linux a couple of times (borderline voodo, once should™ be enough, but anecdotally, two rebbots can be required) and see whether the device shows up again.

Offline

#19 2022-01-10 08:49:00

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

ok, I deactivate hibernation.... but I think it was still deactivated....
and I do some reboot

Problem is still present :-(

Offline

#20 2022-01-10 08:55:43

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

Windows fast start, not explicit hibernation (hybrid sleep)
Windows does not really shut down by default - it just hibernates to create the illusion that it can boot really fast now.

Please read the link I've directed you towards about a dozen times now.

Offline

#21 2022-01-10 08:56:17

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

soory I mean fast start :-( sorry

Offline

#22 2022-01-10 15:57:15

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

mmmhhh I shutdown the linux and the laptop for a few hours... and after the restart it works....

was it Windows fast start?

Offline

#23 2022-01-10 16:05:17

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Network after update and reboot, not working

If it's now consistently up: yes.
Otherwise it might be a temperature problem (but that would not match the previous situation where it would always work w/ windows - and: this is a classical pattern for the hibernating windows…)

Offline

#24 2022-01-11 09:19:21

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

ok... not bad...
thx for your service

Offline

#25 2022-01-11 09:21:13

donbruno
Member
Registered: 2022-01-09
Posts: 18

Re: [SOLVED] Network after update and reboot, not working

can be closed, pls

Offline

Board footer

Powered by FluxBB