1

I'm running Ubuntu 14.10 on HP pavilion P045TX Dual booting with windows 8.1. WiFi drivers are not found. How do i install the drivers for the same.

Please help me out!!.

2 Answers2

0

This will work

sudo apt-get install firmware-b43-installer
0

If you can connect it to the internet via an ethernet cable I would suggest running

lspci | grep -i wireless

And then searching Google for how to install the drivers for that network adapter under ubuntu. It would probably look something like

sudo apt-get install bcmwl-kernel-source

or (recommended)

sudo apt-get install firmware-b43-installer

But it may differ because the support page for your laptop lists wireless drivers for Broadcom, Atheros, and Intel.

Ian
  • 675
  • I don't have any ethernet connection. Do you have any other solution? – Vaibhav Shelke Apr 17 '15 at 18:51
  • 1
    You could try an external WiFi or ethernet USB adapter. Most don't require any additional drivers under linux. You could always just take the laptop somewhere with an ether connection, like a library. – Ian Apr 17 '15 at 18:52
  • I'm using an external USB adapter. Apparently it requires drivers. Can you please suggest drivers for the same. I've tried searching online. But is not useful – Trect Jul 30 '18 at 17:33