No WiFi option in Ubuntu 16 in HP probook 450 G3
I have recently installed ubuntu 16.04 LTS on my new HP probook 450 G3, by dual boot. The wifi menu does not show any option to connect to wifi, I am using usb tethering. I ran this command from another question - Wi-Fi on hp probook 450 G2
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmwareAnd selected yes to wherever it asked in the command terminal. But no result.
I have also downloaded this file but it is a tar file and I don't know how to install. Plus I am not sure if it will work.
Thanks for answers!
22 Answers
input the command below in the terminal to check whether is because the network manager is closed.
sudo /etc/init.d/network-manager start
If this doesn't work,
- when booting the computer, enter BIOS, close the secure boot. Then, install your wireless card driver. As for how to install, you can see this
Hope it can help you.
I also ran into same problem. I have same HP probook 450-G3. Solution is to connect to Internet with Ethernet. Open Additional Drivers(comes Pre-installed) from dashboard, check for available drivers and Apply. This should install Wifi drivers compatible with your hardware.
Also while installing ubuntu (for next time) , you should check on installing third-party softwares, that will automatically install wifi drivers as well.