0

I have newly installed ubuntu-14.04 in my laptop but the WiFi is not working on browsing the net.

I have tried some methods that are presented but none of the made favour to me, I have gone through the /etc/modprobe.d/ to check the rtl8723be.conf but it was not present.

heemayl
  • 91,753
rohith
  • 3

1 Answers1

0

You need to intall new driver.

 sudo apt-get install linux-headers-generic build-essential git  
 git clone https://github.com/lwfinger/rtlwifi_new.git  
 cd rtlwifi_new   
 make  
 sudo make install  
 sudo reboot
Ravan
  • 9,379