折腾了一上午,亲测无误,同时解决了rtl8723be不稳定总掉线的问题
首先是安装无线网卡驱动:
sudo apt-get install linux-headers-generic build-essential git
git clone http://github.com/lwfinger/rtlwifi_new
cd rtlwifi_new
make
sudo make install
ubuntu 14.04的rtl8723be网卡驱动不稳定解决方法:
sudo echo “options rtl8723be fwlps=0 swlps=0” > /etc/modprobe.d/rtl8723be.conf
sudo reboot
有使用上的问题,请留言