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!!.
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!!.
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.
lspci -nn | grep 0280
. Thanks. – chili555 Apr 17 '15 at 19:37bcmwl-kernel-source
. Here is how to install it without an internet connection: http://askubuntu.com/questions/453252/setup-problems-ubuntu-14-04-wifi-on-macbookpro-13-3-w-retina-dual-boot/453669#453669 – chili555 Apr 17 '15 at 20:35