0

So I've installed both Windows 8.1 and Ubuntu (dual-booting), and the for the most part, I have followed instructions. However, right now I can't figure out why my wifi on my Ubuntu does not work. When I click on the Network icon, the "Enable Wifi" does not even appear.

My machine is the Lenovo Flex 2, 15 inch.

$ lspci -knn | grep Net -A2 && rfkill list

02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n[14e4:4365] (rev 01)
        Subsystem: Lenovo Device [17aa:0621]
        Kernel driver in use: bcma-pci-bridge
0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: ideapad_bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
Edasaur
  • 103

1 Answers1

0
sudo apt-get install bcmwl-kernel-source

will fix it.

Offline Guide.

Pilot6
  • 90,100
  • 91
  • 213
  • 324