0

I installed Ubuntu on an HP WiFi-only PC. After Installation The OS does not find the WiFi device. This is my maiden voyage with Ubuntu. I suspect that I did something wrong.

NIMISHAN
  • 1,625
  • 4
  • 20
  • 28
MFW
  • 1

1 Answers1

0

Disable Secure Boot in BIOS, connect to the Internet using your phone and run in a terminal

sudo apt update
sudo apt install bcmwl-kernel-source

That will install the driver.

Pilot6
  • 92,041