You are not logged in.
Pages: 1
Hi there,
So the problem is wifi randomly stop working saying "limited connectivity" and after NetworkManager daemon restart system completely freeze.
Before updates that's happened more rarely but now it's almost every day which is very annoying.
linux 6.3.5-arch1-1
broadcom-wl 6.30.223.271-474
I've also tried dkms version but results the same.
lspci -vnn -d 14e4:
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Apple Inc. AirPort Extreme [106b:00d6]
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at a0600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number bd-1e-6d-ff-ff-35-68-a8
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: wl
Kernel modules: bcma, wljournalctl --grep=wl
Jun 03 17:30:10 macbook wpa_supplicant[452]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
Jun 03 17:30:10 macbook kernel: ERROR @wl_cfg80211_scan :
Jun 03 17:30:10 macbook kernel: WLC_SCAN error (-22)Would be happy to see any advice and help. Thanks
Offline
Post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fLast edited by V1del (2023-06-07 20:26:14)
Offline
Post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
bluetooth.service | bluetooth.target.wants
dbus-org.bluez.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.thermald.service | system
dbus-org.freedesktop.timesync1.service | system
display-manager.service | system
fstrim.timer | timers.target.wants
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-pulse.socket | sockets.target.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
sshd.service | multi-user.target.wants
systemd-timesyncd.service | sysinit.target.wants
thermald.service | multi-user.target.wants
turbo-boost.service | multi-user.target.wants
wireplumber.service | pipewire.service.wants
xdg-user-dirs-update.service | default.target.wantsOffline
Looks okayish, might be a kernel bug and wl did at least have a regression in one of the 6.2.x kernels but that should be fixed afaik. Can you test/reproduce on linux-lts? Don't forget to install linux-lts-headers and broadcom-wl-dkms to test that.
Offline
Looks okayish, might be a kernel bug and wl did at least have a regression in one of the 6.2.x kernels but that should be fixed afaik. Can you test/reproduce on linux-lts? Don't forget to install linux-lts-headers and broadcom-wl-dkms to test that.
So, I've tested lts kernel and results the same unfortunately.
Offline
Please post a complete system journal covering an affected boot:
sudo journalctl -b | curl -F 'f:1=<-' ix.iofor the current one.
Offline
Please post a complete system journal covering an affected boot:
sudo journalctl -b | curl -F 'f:1=<-' ix.iofor the current one.
Reboot at Jun 08 15:17:05, after wifi break.
Offline
Stop networkmananger, connect w/ wifi-menu from the netctl package.
If that works, disable https://wiki.archlinux.org/title/Networ … domization and try NM again.
Offline
Stop networkmananger, connect w/ wifi-menu from the netctl package.
If that works, disable https://wiki.archlinux.org/title/Networ … domization and try NM again.
Seems like netctl work without any issues, so then i've tried to disable NM mac randomization but it doesn't help.
Offline
https://wiki.archlinux.org/title/Networ … ets_(WiFi)
You're getting disconnected and rejected from c8:bf:4c:4e:55:5d (the 5GHz AP), so try c8:bf:4c:4e:55:5c (the 2.4GHz AP)
Offline
After latest system update problem solved and NetworkManager works well.
Anyway thanks for answers guys, very appreciate it.
Offline
Pages: 1