I have an installation of Ubuntu 16.04 x64 on my MacBook Pro Retina 2013 15". Using Internet via the Apple Thunderbolt-to-Ethernet adapter is fine but using WIFI internet works the way different: it "sees" the network, it connects and it stay online for about 10 minutes. After it the WIFI interrupts and I have to switch OFF and then again ON the WIFI to recover the connection for the next 5-10 minutes and it repeats and repeats.. over and over..
I have installed driver Broadcom 802.11 (BCM4331 802.11a/b/g/n
(AirPort Extreme)) but with this driver the WIFI does not work completely. If I switch to the default driver (via Software&Updates->Additional Drivers
) the WIFI works as described above.
Here is a system report: Download SYSTEM REPORT HERE
UPDATE:
The output of the lspci -knn | grep Net -A2
command:
03:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57786 Gigabit Ethernet PCIe [14e4:16a3] (rev 10)
Subsystem: Broadcom Corporation NetXtreme BCM57786 Gigabit Ethernet PCIe [14e4:16b4]
03:00.1 SD Host controller [0805]: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 10)
Subsystem: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader [14e4:96bc]
--
04:00.0 Network controller [0280]: Broadcom Corporation BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Apple Inc. AirPort Extreme [106b:00ef]
Kernel driver in use: bcma-pci-bridge
UPDATED:
The solution, kindly suggested by the user Pilot6, did not work for me as: once I have done it step by step and reboot the WIFI completely disappears from the menu and even system settings.
The only thing began working form that point was to enable the Broadcom
driver from the Software&Updates->Additional Drivers
menu. But the problem is still the problem: the internet interrupts every 10-15 minutes.
The WIFI module works perfectly on MacOs 10.9 so the problem does not relate to the module's condition at all.
Any help is appreciated!
Thank you!
lspci -knn | grep Net -A2
terminal command. – Pilot6 Jan 24 '17 at 19:14grep b43 /etc/modprobe.d/*
. – Pilot6 Jan 25 '17 at 12:27bcma
may be correct, remove theblacklist-bcma.conf
– Pilot6 Jan 26 '17 at 15:47