0

I have a PC with a wireless network adapter called: ASUS PCE-AC68

After entering the command lspci -knn | grep Net -A2 I can see it is found and called:

Broadcom Corporation BCM4360 802.11account wireless network adapter [14e4:43a0] (rev 03). Kernel drive: bcma-pci-bridge

My problem is that I don't get the option to find wireless networks available, only Ethernet is an option for network.

Flimzy
  • 380
Varyag
  • 103
  • 2
    use this method by luis alvadro this can help you. http://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers – sahasrara62 Mar 04 '16 at 16:28
  • So I did all he wrote, but I'm obviously unable to update and the bcwml-kernel-source is still not located as before. This is so frustrating... – Varyag Mar 04 '16 at 16:38
  • Can I download the bcwml-kernel-source on my phone and then transfer it to the pc? – Varyag Mar 04 '16 at 16:38
  • try this , method by chili555 . midas has same problem as of your network adaptor http://askubuntu.com/a/592666/427621 – sahasrara62 Mar 04 '16 at 17:09

1 Answers1

0

I had the same problem and I believe I solved it with installing the following in the terminal:

sudo apt-get install bcmwl-kernel-source

and then reboot.