现象:刚开机可以连接上网络,一阵子之后无法连接外网,ping 网关不通 原因:RealTek的网卡在linux下不太好用,也就是官方驱动的问题,我的网卡型号是:rtl8723be 查看网卡型号方法: 使用以下命令: lspci | grep -i net 解决方法: http://askubuntu.com/questions/457341/wifi-drops-and-wont-reconnect-until-reboot-14-04-with-rtl8723be 使用以下命令: echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf 相关文章: