Hello all, I have a 2013 Retina MacBook Pro, and I just recently started seeing a strange network issue with it.
I am using a Netgear WNDR3400 as my Wi-Fi router, and it works great for my MacBook when I'm booted into MacOS, but my ping times are sporadic and often outrageous when I'm booted into Kubuntu.
Both MacOS and Kubuntu can only see b/g/n networks created by the router, so that's what I'm using for both.
My network security is WPA2-PSK [AES].
I can log into the network just fine on both MacOS and Kubuntu.
When booted into Kubuntu, my network connection will sporadically drop entirely, or my ping times to 8.8.8.8 will go up to thousands of milliseconds.
It will even get to the point that I can't even reach the router at its IP address, so the issue is not my modem or internet connection.
It typically comes back after a couple minutes, but it might go to poop again within seconds or minutes. Impossible to predict.
I assume this is a Wi-Fi driver issue?
I have never bothered to install Wi-Fi drivers on my MacBook. I have always just left an Ethernet cable plugged in during install of the OS, and let Kubuntu sort out what it wants/needs for itself. It's never behaved strangely until today, but I wasn't paying much attention to what recently got updated.
I followed the directions here to the letter: https://askubuntu.com/questions/5586...reless-drivers
No change. Still being ridiculous. I followed the instructions for Special Case #3 - For the 14e4:43a0 rev 03, and below is the result.
Hot garbage.
Further down the instructions page, it says, "IMPORTANT NOTE - After September 2014, if you follow this answer and still you have problems installing the correct driver, please try the firmware-b43-installer package and the linux-firmware package."
Well, when I try to run
I get
If I google that error, it takes me to the same page suggesting I just sudo apt install firmware-b43-installer
I'm running around in circles here.
I am using a Netgear WNDR3400 as my Wi-Fi router, and it works great for my MacBook when I'm booted into MacOS, but my ping times are sporadic and often outrageous when I'm booted into Kubuntu.
Both MacOS and Kubuntu can only see b/g/n networks created by the router, so that's what I'm using for both.
My network security is WPA2-PSK [AES].
I can log into the network just fine on both MacOS and Kubuntu.
When booted into Kubuntu, my network connection will sporadically drop entirely, or my ping times to 8.8.8.8 will go up to thousands of milliseconds.
It will even get to the point that I can't even reach the router at its IP address, so the issue is not my modem or internet connection.
It typically comes back after a couple minutes, but it might go to poop again within seconds or minutes. Impossible to predict.
I assume this is a Wi-Fi driver issue?
I have never bothered to install Wi-Fi drivers on my MacBook. I have always just left an Ethernet cable plugged in during install of the OS, and let Kubuntu sort out what it wants/needs for itself. It's never behaved strangely until today, but I wasn't paying much attention to what recently got updated.
Code:
lspci -nn -d 14e4: 03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Dual Band Wireless Network Adapter [14e4:43a0] (rev 03) 04:00.0 Multimedia controller [0480]: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera [14e4:1570]
No change. Still being ridiculous. I followed the instructions for Special Case #3 - For the 14e4:43a0 rev 03, and below is the result.
Code:
:~$ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=36.2 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=118 time=31.5 ms 64 bytes from 8.8.8.8: icmp_seq=3 ttl=118 time=37.7 ms 64 bytes from 8.8.8.8: icmp_seq=4 ttl=118 time=2848 ms 64 bytes from 8.8.8.8: icmp_seq=5 ttl=118 time=3511 ms 64 bytes from 8.8.8.8: icmp_seq=6 ttl=118 time=4411 ms 64 bytes from 8.8.8.8: icmp_seq=7 ttl=118 time=4148 ms 64 bytes from 8.8.8.8: icmp_seq=8 ttl=118 time=3348 ms 64 bytes from 8.8.8.8: icmp_seq=9 ttl=118 time=3110 ms 64 bytes from 8.8.8.8: icmp_seq=10 ttl=118 time=2973 ms 64 bytes from 8.8.8.8: icmp_seq=11 ttl=118 time=2088 ms 64 bytes from 8.8.8.8: icmp_seq=12 ttl=118 time=1200 ms 64 bytes from 8.8.8.8: icmp_seq=13 ttl=118 time=1442 ms 64 bytes from 8.8.8.8: icmp_seq=14 ttl=118 time=1393 ms 64 bytes from 8.8.8.8: icmp_seq=15 ttl=118 time=1358 ms 64 bytes from 8.8.8.8: icmp_seq=16 ttl=118 time=1565 ms 64 bytes from 8.8.8.8: icmp_seq=17 ttl=118 time=1110 ms 64 bytes from 8.8.8.8: icmp_seq=18 ttl=118 time=1074 ms 64 bytes from 8.8.8.8: icmp_seq=19 ttl=118 time=410 ms 64 bytes from 8.8.8.8: icmp_seq=20 ttl=118 time=2321 ms From 192.168.0.19 icmp_seq=21 Destination Host Unreachable From 192.168.0.19 icmp_seq=22 Destination Host Unreachable From 192.168.0.19 icmp_seq=23 Destination Host Unreachable From 192.168.0.19 icmp_seq=24 Destination Host Unreachable From 192.168.0.19 icmp_seq=25 Destination Host Unreachable
Further down the instructions page, it says, "IMPORTANT NOTE - After September 2014, if you follow this answer and still you have problems installing the correct driver, please try the firmware-b43-installer package and the linux-firmware package."
Well, when I try to run
Code:
sudo apt install firmware-b43-installer
Code:
dpkg: error processing package firmware-b43-installer (--configure): installed firmware-b43-installer package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: firmware-b43-installer E: Sub-process /usr/bin/dpkg returned an error code (1)
I'm running around in circles here.