Wifi issue on Macbook Pro 9.2

Hi everyone.

I’ve recently been having some issues with the Wi-Fi connection on my MacBook Pro 9.2 mid-2012. For a few days now, the card seems to be randomly dropping packets and often gives me errors with DNS resolution or web page loading.

I’ll leave you with some details, but if you can help me, please ask me what you think might help me identify the problem.

lspci -k | grep -A3 -i network
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n (rev 02)
Subsystem: Apple Inc. AirPort Extreme
Kernel driver in use: wl
Kernel modules: bcma, wl

pacman -Q | grep broadcom
broadcom-wl-dkms 6.30.223.271-44
linux-firmware-broadcom 20250808-1

These are two ping attempts made back to back. The first failed, but the second worked immediately.

❯ ping 1.1.1.1
ping: Do you want to ping broadcast? Then -b. If not, check your local firewall rules
❯ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=54 time=18.9 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=54 time=18.7 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=54 time=18.9 ms
^C
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 18.680/18.835/18.947/0.113 ms

The card has always worked perfectly despite its age.
Power saving is disabled.

It would be great to have some help.

Thanks!

2 Likes

I think it’s not a wifi issue, but the kernel ipv4 bug.

Check out this

2 Likes

Thanks!!
I temporarily solved the problem by downgrading the kernel while waiting for a working patch in the next updates.

❯ uname -r
6.12.41-1-lts

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.