请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
hrbeumaster
帖子: 7
注册时间: 2014-05-25 16:33
系统: ubuntu 14.04

请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办

#1

帖子 hrbeumaster » 2014-05-25 16:38

联想电脑lenovo b4400s,装了14.04后发现没有无线网卡的驱动,于是我按照http://blog.csdn.net/qqcc0000/article/details/22700881文章的办法安装了驱动程序,但是不稳定,有时候掉线,连不上,只能重启才能用,请问有解决办法吗 我的网卡是Realtek rtl8723be。。。
8liang
帖子: 17
注册时间: 2013-03-17 2:06
系统: ubuntu12.04

Re: 请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办

#2

帖子 8liang » 2014-05-27 14:07

立即生效:执行

代码: 全选

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
头像
Archer123
帖子: 146
注册时间: 2008-05-18 10:16

Re: 请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办

#4

帖子 Archer123 » 2014-08-02 11:08

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
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请问ubuntu 14.04的rtl8723be网卡驱动不稳定怎么办

#5

帖子 poloshiao » 2014-08-02 15:50

回复