分页: 1 / 1
pppoeconf 配置问题
发表于 : 2011-11-16 19:45
由 huangbohappy
大家好!今天我用pppoeconf来设置adsl上网,发现输入sudo pppoeconf后,弹出一个界面:sorry,no working ethernet card could be found,标题是:未找到接口,希望大家帮我解决一下。谢谢!!!
Re: pppoeconf 配置问题
发表于 : 2011-11-16 19:58
由 ubuntu606
huangbohappy 写了:大家好!今天我用pppoeconf来设置adsl上网,发现输入sudo pppoeconf后,弹出一个界面:sorry,no working ethernet card could be found,标题是:未找到接口,希望大家帮我解决一下。谢谢!!!
右上角里面有网络配置
Re: pppoeconf 配置问题
发表于 : 2011-11-16 20:01
由 photor
网卡识别了吗?

Re: pppoeconf 配置问题
发表于 : 2011-11-17 10:39
由 huangbohappy
ifconfig eth0出现以下内容:
eth0 Link encap:以太网 硬件地址 00:1e:ec:92:b6:96
inet6 地址: fe80::21e:ecff:fe92:b696/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:5872 错误:0 丢弃:1 过载:0 帧数:0
发送数据包:1797 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:2139940 (2.1 MB) 发送字节:253412 (253.4 KB)
中断:19
网卡被识别了
Re: pppoeconf 配置问题
发表于 : 2011-11-17 10:42
由 huangbohappy
在网络配置中如何配置 ? 好像我的图形界面的配置不能用,出现service错误
Re: pppoeconf 配置问题
发表于 : 2011-11-17 10:44
由 leeaman
你的是啥型号网卡?lspci看看
Re: pppoeconf 配置问题
发表于 : 2011-11-17 11:14
由 huangbohappy
#lspci后的部分内容如下(我摘取的):
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04)
Re: pppoeconf 配置问题
发表于 : 2011-11-17 11:18
由 leeaman
这个不是网卡的啊,全部贴出来看看嘛
Re: pppoeconf 配置问题
发表于 : 2011-11-17 11:34
由 huangbohappy
huangbo@huangbo-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 04)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 04)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 04)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 04)
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
06:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
08:06.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
08:06.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
08:06.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
08:06.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
Re: pppoeconf 配置问题
发表于 : 2011-11-17 14:59
由 leeaman
代码: 全选
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
06:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
这两个都是网卡的,broadcom加入linux基金会了啊,应该支持的
Re: pppoeconf 配置问题
发表于 : 2011-11-18 14:06
由 huangbohappy
我也不知道为什么 ,我重新装了一下系统,也是这种情况 ,输入sudo pppoeconf就出现如如下情况:
未找到接口
sorry,no working ethernet card could be found.
Re: pppoeconf 配置问题
发表于 : 2011-11-18 14:21
由 photor
huangbohappy 写了:我也不知道为什么 ,我重新装了一下系统,也是这种情况 ,输入sudo pppoeconf就出现如如下情况:
未找到接口
sorry,no working ethernet card could be found.
重装了也不行?进recovery模式运行pppoeconf行吗?

Re: pppoeconf 配置问题
发表于 : 2011-11-18 15:00
由 leeaman
啥版本的?试试最新的内核看看?
Re: pppoeconf 配置问题
发表于 : 2011-11-18 20:02
由 huangbohappy
最后我输入sudo pppoeconf eth0,就可以,我的系统版本是linux 3.0.0-12-generic,kde sc版本是4.7.2