0

I recently keep having the problem that my internet stops working. On firefox, I get server not found. And the usual make sure that you didn't type ww instead of www.

Wi-Fi is still connected. A restart always fixes the problem. In Skype, I get multiple messages with people going offline at the exact same moment. Is there a way to fix this so I don't have to keep restarting it?

$ lspci -knn | grep Net -A2
01:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57765 Gigabit Ethernet PCIe [14e4:16b4] (rev 10)
Subsystem: Broadcom Corporation NetXtreme BCM57765 Gigabit Ethernet PCIe [14e4:16b4]
Kernel driver in use: tg3
01:00.1 SD Host controller [0805]: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 10)
--
02:00.0 Network controller [0280]: Broadcom Corporation BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Apple Inc. AirPort Extreme [106b:00f5]
Kernel driver in use: bcma-pci-bridge

UPDATE:

It seems that Skype keeps fluctuating between everyone offline and some online. But it happens separately to when the browser stops working


I have a MacBook Pro with Ubuntu as a partition

Pilot6
  • 92,041
John K
  • 455

1 Answers1

1

Your wireless wl driver is not installed. You probably tried to install a wrong version that did not build for 14.04.

When wl driver is installed, lspci -knn | grep Net -A2 shows Kernel driver in use: wl

Install the driver this way.

Pilot6
  • 92,041