I was having the same issues with the wireless, it was disconnecting after some time with no avail but to restart the system. I got my wireless card to work continously in a similar fashion as described by Eklipse1229, in summary this are the steps I followed in a terminal (minus the hashtag comments).
Eklipze1229: I'm only following directions here, so for everyone's reference: can you explain why are you using "swlps=0"? The instructions I found don't have this extra command but they work.
Code:
sudo apt-get install linux-headers-generic build-essential git
# needed only if you don't have yet that package
git clonehttp://github.com/lwfinger/rtl8723be
# needed only if you don't have yet downloaded rtl8723be
cd rtl8723be
git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9
# because of older kernel issues
make clean
make
sudo make install
sudo modprobe rtl8723be
echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
# Prevents the WiFi card from automatically sleeping and halting connection
from:
https://bugs.launchpad.net/ubuntu/+s...x/+bug/1320070 post # 29
related post:
https://bugs.launchpad.net/ubuntu/+s...x/+bug/1240940
I'm on a clevo W740SU / Sager NP2740 / Galago UltraPro with rtl8723be wireless card Ubuntu 14.04 64bit
Bookmarks