ubuntu10.04关于PPPOE拨号频繁断线的问题

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
liloyin
帖子: 10
注册时间: 2009-10-30 1:32

ubuntu10.04关于PPPOE拨号频繁断线的问题

#1

帖子 liloyin »

我的网络是私人搞的小区宽带,插上网线用PPPOE虚拟拨号。XP下没有问题,但是在ubntu下拨号后1到2分钟就会断线。 :em20 经过我的多次折腾后,我发现只要我的网卡不是eth0就没有问题不会断线,eth1就可以。但是eth0的设备不能存在,存在不用也会断线。这个问题困扰了我很久也搞不明白为什么,上论坛问一下高手这是为什么??? :em05
头像
monk
帖子: 19507
注册时间: 2010-01-28 10:45

Re: ubuntu10.04关于PPPOE拨号频繁断线的问题

#2

帖子 monk »

lspci
ifconfig
贴结果上来

*********宁静致远*********
如果我说的有什么不对,请看签名第一行
liloyin
帖子: 10
注册时间: 2009-10-30 1:32

Re: ubuntu10.04关于PPPOE拨号频繁断线的问题

#3

帖子 liloyin »

00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a2)
00:01.0 ISA bridge: nVidia Corporation MCP78S [GeForce 8200] LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP78S [GeForce 8200] SMBus (rev a1)
00:01.2 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1)
00:01.3 Co-processor: nVidia Corporation MCP78S [GeForce 8200] Co-Processor (rev a2)
00:01.4 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
00:04.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
00:04.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
00:06.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] IDE (rev a1)
00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:09.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] SATA Controller (non-AHCI mode) (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
00:12.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
00:13.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:14.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
02:00.0 VGA compatible controller: nVidia Corporation C77 [GeForce 8100 / nForce 720a] (rev a2)
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
现在又悲剧了,这一招也不行了,不到一分钟就断线了,我快疯掉了。
:em20 :em20 :em20
ryanbaw
帖子: 12
注册时间: 2012-09-06 15:36
系统: ubuntu 10.04

Re: ubuntu10.04关于PPPOE拨号频繁断线的问题

#4

帖子 ryanbaw »

我也遇到了跟你一样的问题了,怎么解决呢?
头像
jogetwoo
帖子: 158
注册时间: 2012-07-07 16:44

Re: ubuntu10.04关于PPPOE拨号频繁断线的问题

#5

帖子 jogetwoo »

配置过 /etc/network/interfaces 吗?有的话改为 auto eth0 有gateway的也去掉

iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up
provider dsl-provider

代码: 全选

传说中肉隐肉现的那位!
回复