分页: 1 / 1
请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办
发表于 : 2014-05-25 16:38
由 hrbeumaster
联想电脑lenovo b4400s,装了14.04后发现没有无线网卡的驱动,于是我按照http://blog.csdn.net/qqcc0000/article/details/22700881文章的办法安装了驱动程序,但是不稳定,有时候掉线,连不上,只能重启才能用,请问有解决办法吗 我的网卡是Realtek rtl8723be。。。
Re: 请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办
发表于 : 2014-05-27 14:07
由 8liang
立即生效:执行
代码: 全选
sudo modprobe -r rtl8723be
sudo modprobe rtl8723be -v ips=0 fwlps=0 swenc=1
开机加载:新建/etc/modprobe.d/rtl8723be.conf,添加
代码: 全选
options rtl8723be ips=0 fwlps=0 swenc=1
Re: 请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办
发表于 : 2014-05-27 16:00
由 poloshiao
Re: 请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办
发表于 : 2014-08-02 11:08
由 Archer123
sudo echo "options rtl8723be fwlps=0 swlps=0" > /etc/modprobe.d/rtl8723be.conf
sudo reboot
安装的ubuntu系统,相信其他系统应该也一样使用。
参考:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1240940
见第35,38,41楼的回复
#38楼
Currently, it's working fine on my Lenovo B5400 under Ubuntu 14.04 x86_64 (kernel 3.13.0-30) and configured in /etc/modprobe.d/rtl8723be.conf with parameters
options rtl8723be fwlps=0 swlps=0
Re: 请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办
发表于 : 2014-08-02 15:50
由 poloshiao