0

I hope someone can help! Well here is a description: I am new to Ubuntu, and just installed it. I am having allot of trouble getting my wifi adapter to work... here is the model: Broadcom Corporation BCM43142 What should i do? And how do i do it? Any good feedback would be immensely liked, Thanks! (I have access to Internet through Ethernet)

1 Answers1

1

Open a terminal - to do this press Ctrl+Alt+T - and then execute the following commands :

sudo apt-get update  
sudo apt-get install bcmwl-kernel-source  
sudo reboot  

After the restart of the operating system you are able to use the BROADCOM wireless adapter.

cl-netbox
  • 31,491