分页: 1 / 2
ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-14 9:06
由 sy921002
我的联想G480装了linux 无线网能上去 我编辑了dsl有线网 插上网线 网线接口不亮 ifconfig了一下 发现只有lo、 wlan0 没有eth0 是不是驱动有问题 我该怎么办

(网线本身没有问题 连了其它电脑 可以上网)
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-14 13:21
由 lxr1234
lspci
ifconfig -a
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-16 8:04
由 sy921002
lspci
00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09)
00:01.1 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
01:00.0 3D controller: NVIDIA Corporation Device 1140 (rev a1)
03:00.0 Ethernet controller: Atheros Communications Inc. AR8162 Fast Ethernet (rev 08)
04:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
ifconfig -a
lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 跃点数:1
接收数据包:772 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:772 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:116401 (116.4 KB) 发送字节:116401 (116.4 KB)
wlan0 Link encap:以太网 硬件地址 e0:06:e6:27:1b:c6
inet 地址:192.168.1.100 广播:192.168.1.255 掩码:255.255.255.0
inet6 地址: fe80::e206:e6ff:fe27:1bc6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:2801 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:2975 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:2367256 (2.3 MB) 发送字节:389581 (389.5 KB)
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-16 8:22
由 YeLee
代码: 全选
lspci -vv|grep -A9 -i net
先确定你的模块的问题吧。
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-16 8:38
由 sy921002
lspci -vv|grep -A9 -i net
03:00.0 Ethernet controller: Atheros Communications Inc. AR8162 Fast Ethernet (rev 08)
Subsystem: Lenovo Device 3979
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d3500000 (64-bit, non-prefetchable)
Region 2: I/O ports at 2000
Capabilities: <access denied>
04:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Subsystem: Broadcom Corporation Device 051b
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at d3400000 (64-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: brcmsmac
Kernel modules: bcma, brcmsmac

Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-16 8:40
由 YeLee
看是真的没模块啊,看是只能自己去编译了。
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-16 8:48
由 sy921002
YeLee 写了:看是真的没模块啊,看是只能自己去编译了。
啊啊 怎么编译

Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-23 19:11
由 sy921002

自己再顶一下 希望高手支招
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-26 21:30
由 AIvin24
我装的ubuntu10.04也是这种情况,而且只有一个lo,不知道怎么配置呀,求解!
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-26 22:51
由 lumlogubt
我用wubi装的10.04跟楼主一样的问题啊!求高人帮忙啊!!
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-28 16:21
由 wangguohao
Atheros AR8162 我也没有驱动模块
纠结 应该到哪里下载 驱动?
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-28 17:47
由 wangguohao
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-28 18:02
由 zkwlx
ls头像
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-08-28 22:35
由 onlylove
木有驱动……需要自己下载编译了……而且更新内核的话需要重新编译……
Re: ubuntu12.04 没有eth0怎么办(菜鸟求助)
发表于 : 2012-09-01 15:01
由 pkuphy
去
http://linuxwireless.org/download/compat-wireless-2.6/ 下载compat-wireless-2012-07-03.tar.bz2(最新版本好像不支持 alx)
解压,cd 进解压出来的目录
代码: 全选
./scripts/driver-select alx
make
sudo make install
modeprobe alx
Good luck! ^_^