2

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-firmware

And 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!

  • Tar files usually have an script called ./config, to install em. Descompress the file and read the readme, it usually says where is the script or instructions of how to install the package – kek Aug 18 '16 at 06:37
  • 1
    Please [edit] your question and add output of lspci -knn | grep Net -A2 terminal command. – Pilot6 Aug 18 '16 at 07:54

2 Answers2

0
  1. 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,

  1. 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.

Joe Lu
  • 131
0

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.

see the pic

Videonauth
  • 33,355
  • 17
  • 105
  • 120
Amir
  • 591