0

Hi I have just switched from Windows 10 to Ubuntu 16.04

Compiled Log From This scriptLog for wireless diagnostics

I am just learning the system and have gone to use firefox and my internet is not working and saying that there are no connections available.

I'm kind of new to all this so simplifying things to me would help, please please help me as I have set it as my default OS.

Laptop is an HP Stream Notebook 13

Ryan Day
  • 1
  • 2

1 Answers1

0

Without any internet access nor the install DVD or USB, I suggest that you download the .deb file for bcmwl-kernel-source here: http://packages.ubuntu.com/xenial/bcmwl-kernel-source Be certain to download the 32- or 64-bit version as appropriate. Find out what you need from the terminal:

arch

If the command returns x86_64, then yours is a 64-bit system and you need the amd64 version. Likewise, download dkms: http://packages.ubuntu.com/xenial/dkms

Transfer the deb files on a USB drive or similar to the desktop of the Ubuntu computer. Next, in a terminal:

cd ~/Desktop
sudo dpkg -i dkms*.deb
sudo dpkg -i bcmwl*.deb

Reboot.

chili555
  • 61,330