0

I want to install Ubuntu on my Lenovo z51 Laptop. It has a Broadcomm bcm43162 Wifi Card.

When I boot into the Live CD, it doesnt have WiFi. When I go into the terminal and try:

sudo apt install firmware-b43-installer

It installs succesfully, but I still dont have a network connection.

A year ago I've managed to get it to work on my Ubuntu partition, but it got corrupted and I've forgotton how I did that.

I've tried Linux Mint, Manjaro & Ubuntu but they all don't seem to work.

Edit: Someone suggested: Installing Broadcom Wireless Drivers

But I've already stated that when I try

sudo apt install firmware-b43-installer

Nothing happens. And I can't reboot since I used the Live CD, because I want it to work first before I format my main partition.

1 Answers1

-1

try this:

sudo apt install firmware-b43-installer
sudo apt install net-tools
sudo apt-get install --reinstall bcmwl-kernel-source

It work for me

waltinator
  • 36,399
jose
  • 1