[Bug 315947] Re: forcedeth NIC fails to operate
Luc
luc007.skywalker at gmail.com
Thu Mar 18 14:15:32 UTC 2010
I am still not able to connect to my wired connection. Using DHCP, it
never receives a dhcp offer and when set to static it is not able to
send or receive any packets.
I was wondering if the link comes up during boot, and tried:
sudo rmmod -f forcedeth
sudo modprobe forcedeth phy_power_down=0
and created a /etc/modprobe.d/forcedeth.conf but still no luck.
Ethernet works in Win --- Can somebody help .... Thanks
lspci | grep -i ethernet
00:0a.0 Ethernet controller: nVidia Corporation MCP79 Ethernet (rev b1)
uname -a
Linux etclive-desktop 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux
nm-tool result:
Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: forcedeth
State: unavailable
Default: no
HW Address: 00:01:2E:2C:22:4B
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: off
sudo lshw -C network
*-network
description: Ethernet interface
product: MCP79 Ethernet
vendor: nVidia Corporation
physical id: a
bus info: pci at 0000:00:0a.0
logical name: eth0
version: b1
serial: 00:01:2e:2c:22:4b
capacity: 100MB/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 latency=0 link=no maxlatency=20 mingnt=1 multicast=yes port=MII
resources: irq:22 memory:fe02b000-fe02bfff ioport:fc00(size=8) memory:fe02a000-fe02a0ff memory:fe029000-fe02900f
*-network
description: Wireless interface
physical id: 1
logical name: wlan1
serial: 00:14:d1:6a:e9:18
capabilities: ethernet physical wireless
configuration: broadcast=yes ip=130.15.41.33 multicast=yes wireless=IEEE
lsmod | grep forced
forcedeth 61292 0
I added a forcedeth.conf, but still disconnected...
more /etc/modprobe.d/forcedeth.conf
alias eth0 forcedeth
options forcedeth phy_power_down=0
sudo dhclient3 eth0
[sudo] password for etclive:
Internet Systems Consortium DHCP Client V3.1.2
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:01:2e:2c:22:4b
Sending on LPF/eth0/00:01:2e:2c:22:4b
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:01:2e:2c:22:4b
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:22 Base address:0x4000
eth0:avahi Link encap:Ethernet HWaddr 00:01:2e:2c:22:4b
inet addr:169.254.3.225 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:22 Base address:0x4000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:128 errors:0 dropped:0 overruns:0 frame:0
TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8960 (8.9 KB) TX bytes:8960 (8.9 KB)
wlan1 Link encap:Ethernet HWaddr 00:14:d1:6a:e9:18
inet addr:130.15.41.33 Bcast:130.15.41.255 Mask:255.255.255.0
inet6 addr: fe80::214:d1ff:fe6a:e918/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:87996 errors:0 dropped:0 overruns:0 frame:0
TX packets:27437 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55655894 (55.6 MB) TX bytes:3447736 (3.4 MB)
wmaster0 Link encap:UNSPEC HWaddr 00-14-D1-6A-E9-18-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
dmesg | grep -i eth0
[ 2.040725] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x0 @ 1, addr 00:01:2e:2c:22:4b
[ 12.204669] eth0: no link during initialization.
[ 12.205165] ADDRCONF(NETDEV_UP): eth0: link is not ready
--
forcedeth NIC fails to operate
https://bugs.launchpad.net/bugs/315947
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list