0

I have a brand new Hp 15 r215nt notebook. I have just installed 14.04 LTS. I noticed that wireless connection drops after sometime and needs a startup. (Disconnect/Connect wifi doesn't help) If I connect powercord I don't have this problem. Is there any solution?

0a:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
 Subsystem: Hewlett-Packard Company Device [103c:2231]
 Kernel driver in use: rtl8723be
Pilot6
  • 90,100
  • 91
  • 213
  • 324

2 Answers2

0

Run this command and reboot:

echo "options rtl8723be fwlps=N ips=N" | sudo tee /etc/modprobe.d/rtl8723be.conf

Ubuntu
  • 16
  • 8
0

If Power Management is on, your wifi card will stop working after some time to save power especially when power cord not plugged in. So check whether Power Management is on using iwconfig

for restarting wifi use sudo service network-manager restart

dhiya
  • 953