2

My Ubuntu 14.04 install doesn't connect to any WiFi network I have access to.

All the required information should hopefully be here.

Let me know if you need to know anything else.

Fabby
  • 34,259
Charles
  • 23

1 Answers1

1

Install the driver this way

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware

and reboot.

If you want bluetooth working, run also

sudo apt-get install rtl8723au-bt-dkms
Pilot6
  • 90,100
  • 91
  • 213
  • 324