0

When I am installing Ubuntu I cannot connect to my wifi network. It keeps trying and finally fails.

After installation I am not able to use internet either via WLan or even if I directly attach the LAN cord of my router to my laptop.

What is going wrong and how do I fix it ?

dkms status output :

rtlwifi-new 0.10 4.4.0-21-generic, x86_x64: installed

2 Answers2

1

If you do not have any internet connection, you can download the package using another computer, a phone, etc.

The package is HERE

You will also need DKMS installed. You can find the DKMS package for Ubuntu 16.04 HERE

Copy these two files to the Ubuntu Home folder (~/) and run in terminal

sudo dpkg -i dkms*.deb rtlwifi*.deb

Then reboot.

If a signal is still too weak, run

echo "options rtl8723be ant_sel=2"  | sudo tee /etc/modprobe.d/rtl8723be.conf

and reboot again.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
-2

You mentioned that your were unable to connect to net via ethernet port using lan cable from router. so use lspci command to check weather your ethernet card is getting recognized or not(Its displayed as xx.xx.x Ethernet controller. xxxxxx.........). If recognizable the model and driver type will be displayed there itself. so try downloading the drivers manually and install them.

pandu
  • 9