1

Please help me with my problem.

I am trying to install from Wireless not Working on Dell Latitude D430. But I can't install and terminal is showing

E: Unable to locate package firmware-b43-installer

I think that Package is not support Ubuntu Desktop 16.04.2 LTS.

1 Answers1

3

The package is supported and available in Ubuntu 16.04. With a temporary working internet connection by ethernet, tethered or whatever means possible, please open a terminal and do:

sudo apt-get update
sudo apt-get install firmware-b43-installer

Reboot.

chili555
  • 60,188