-1

I installed ubuntu 14.04 on my notebook. I can't access internet even when i am connected to wifi. No matter how many restarts, no matter how many connections-disconnections to the network the internet access dissapears after a short period of time.

With cable works fine, so I am guessing it has something to do with wifi.

ps: I have also installed Windows and everything works great!

lspci -knn | grep Net -A2

04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
    Subsystem: XAVi Technologies Corp. Device [1b9a:2485]
    Kernel driver in use: rtl8723be
Mr T
  • 323

2 Answers2

1

I googled "RTL8732BE linux driver" which gave me this thread and this, both which looks like exactly your problem.

You'll need to install a proper driver for your wifi adapter. There are answers in both threads that show you how.

jogco
  • 126
  • I hope if installing a new driver for my wifi adapter wont affect wifi-connection on Windows! Thanks for your effort! – Mr T Jan 13 '16 at 11:42
  • 1
    You need to install it on Ubuntu, so that will not affect your Windows installation. – jogco Jan 13 '16 at 12:19
  • I took courage and followed the first thread. It work! Thanks a lot!! – Mr T Jan 14 '16 at 00:00
0

This is based on the Trial with the rtl8732be.conf file located in /etc/modprobe.d/ folder

Create or Edit the existing file by typing the below code in terminal

 sudo gedit /etc/modprobe.d/rtl8723be.conf

Type your root password then copy and paste below given text

options rtl8723be fwlps=N ips=N ant_sel=1

Save the file & Reboot. Now you should have a proper working WIFI.

Hope This helps all of you, This worked on my new HP245 G5 laptop with 16.04.1

Thanks to all who have tried to post information to get this wifi device working.