用UBUNTU上网, 狂掉, 几乎不到一分钟就掉, 下面是我PLOG下来的东东,帮忙看看
这些是分几次弄的, 不连续
linux@linux-laptop:~$ pon dsl-provider
Plugin rp-pppoe.so loaded.
linux@linux-laptop:~$ plog
Apr 28 22:46:42 linux-laptop pppd[6870]: Connection terminated.
Apr 28 22:46:42 linux-laptop pppd[6870]: Modem hangup
Apr 28 22:46:42 linux-laptop pppd[6876]: LCP: timeout sending Config-Requests
Apr 28 22:46:42 linux-laptop pppd[6876]: Connection terminated.
Apr 28 22:46:42 linux-laptop pppd[6876]: Modem hangup
Apr 28 22:46:42 linux-laptop pppd[7225]: Plugin rp-pppoe.so loaded.
Apr 28 22:46:42 linux-laptop pppd[7227]: pppd 2.4.4 started by linux, uid 1000
Apr 28 22:46:42 linux-laptop pppd[7227]: PPP session is 524
Apr 28 22:46:42 linux-laptop pppd[7227]: Failed to connect PPPoE socket: 114 Operation already in progress
Apr 28 22:46:42 linux-laptop pppd[7227]: Exit.
linux@linux-laptop:~$
linux@linux-laptop:~$
linux@linux-laptop:~$ sudo pppoeconf
Plugin rp-pppoe.so loaded.
linux@linux-laptop:~$ plog
Apr 28 22:50:16 linux-laptop pppd[6674]: Connect: ppp7 <--> eth0
Apr 28 22:50:19 linux-laptop pppd[6674]: Remote message: IP allocation fail
Apr 28 22:50:19 linux-laptop pppd[6674]: PAP authentication failed
Apr 28 22:50:22 linux-laptop pppd[6864]: LCP: timeout sending Config-Requests
Apr 28 22:50:22 linux-laptop pppd[6864]: Connection terminated.
Apr 28 22:50:22 linux-laptop pppd[6864]: Modem hangup
Apr 28 22:50:25 linux-laptop pppd[6674]: Connection terminated.
Apr 28 22:50:25 linux-laptop pppd[6674]: Modem hangup
linux@linux-laptop:~$ plog
Apr 28 22:50:25 linux-laptop pppd[6674]: Connection terminated.
Apr 28 22:50:25 linux-laptop pppd[6674]: Modem hangup
Apr 28 22:50:34 linux-laptop pppd[6894]: PPP session is 125
Apr 28 22:50:34 linux-laptop pppd[6894]: Using interface ppp0
Apr 28 22:50:34 linux-laptop pppd[6894]: Connect: ppp0 <--> eth0
Apr 28 22:50:36 linux-laptop pppd[6781]: LCP: timeout sending Config-Requests
Apr 28 22:50:36 linux-laptop pppd[6781]: Connection terminated.
Apr 28 22:50:36 linux-laptop pppd[6781]: Modem hangup
linux@linux-laptop:~$
linux@linux-laptop:~$ plog
Apr 28 22:56:47 linux-laptop pppd[8549]: LCP: timeout sending Config-Requests
Apr 28 22:56:47 linux-laptop pppd[8549]: Connection terminated.
Apr 28 22:56:47 linux-laptop pppd[8549]: Modem hangup
Apr 28 22:56:48 linux-laptop pppd[8639]: PPP session is 1548
Apr 28 22:56:48 linux-laptop pppd[8639]: Using interface ppp1
Apr 28 22:56:48 linux-laptop pppd[8639]: Connect: ppp1 <--> eth0
Apr 28 22:56:48 linux-laptop pppd[8151]: No response to 4 echo-requests
Apr 28 22:56:48 linux-laptop pppd[8151]: Serial link appears to be disconnected.
Apr 28 22:56:48 linux-laptop pppd[8151]: Connect time 2.5 minutes.
Apr 28 22:56:48 linux-laptop pppd[8151]: Sent 2415 bytes, received 0 bytes.
linux@linux-laptop:~$
[问题]掉线
-
- 帖子: 117
- 注册时间: 2007-01-08 11:41
modem hangup ??
我最近也遇到这情况啊,狂郁闷,上不了一分钟,就modem hangup ,然后再pon dsl- 重新拨号,然后又modem hangup,至今还没用解决,快崩溃了。用了7个月得ubuntu从没遇到这情况啊。。楼主解决了没啊,解决得话,能不能发站内信告诉小弟一声解决得方法,最近又只能重回XP了
- RegentW
- 帖子: 1486
- 注册时间: 2007-02-27 21:47
- 来自: NN
用路由器上网,可以解决问题
没有的话,可
把内容修改成:
没有的话,可
代码: 全选
sudo gedit /etc/ppp/peers/dsl-provider
我过去就是这么改的,好像解决了问题# Minimalistic default options file for DSL/PPPoE connections
noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
holdoff 0
plugin rp-pppoe.so eth0
usepeerdns
user "xxxxxxxxxxx"
Core i5, 512G + SSD 20G, DDRIII 8G
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
Re:
我也加上这个参数试试~RegentW 写了:用路由器上网,可以解决问题
没有的话,可把内容修改成:代码: 全选
sudo gedit /etc/ppp/peers/dsl-provider
我过去就是这么改的,好像解决了问题# Minimalistic default options file for DSL/PPPoE connections
noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
holdoff 0
plugin rp-pppoe.so eth0
usepeerdns
user "xxxxxxxxxxx"