|
如题
网络断线间隔未定,有时几天都不断一次,有时五六分钟内连断两次或者一天之内连续中断多次。
断线前所做的事情未定,有时只是在用firefox上网(最近换成了chromium),有时是在开着下载。。有时是有事要离开一会儿,机子自动黑屏后,就断了线。。
具体状况为:pppoe拨号中断,protocol-Reject for unsuported protocol 0x1cf2
modern hangup
断线后,再次pppoe-connect无效。。
/etc/init.d/net.wlan0 restart 重启网络后又可重新联网
注:使用wlan0无线连接无线路由器拨号连网,配置文件:
/etc/conf.d/net
modules=( "iwconfig" )
essid_wlan0="dormitory"
channel_wlan0="11"
config_wlan0="dhcp"
dhcpcd_wlan0="-t 5" |
|