Ladies & Gents,
It seams that some time in the last few months the forcedeth driver has begun to malfunction in my lappy. The last time I used a wired connection was a few months ago when I was having trouble with my wireless access point. Last night I hooked up to test the dhcp server on a new firewall I am building only to discover that my lappy was foo-boo-d. I have notice over the last few months that there have been some connectivity issues with my wireless, sometimes forcing a reboot to be able to reestablish a connection but I am not sure that it is related.
Code:
$ uname -r
2.6.26-1-amd64
$ dmesg | grep forcedeth
[ 2.706795] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[ 3.255277] forcedeth 0000:00:14.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:16:36:8b:8e:af
[ 3.260666] forcedeth 0000:00:14.0: highdma pwrctl timirq lnktim desc-v3
$ lspci | grep Ethernet
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
$
$ sudo ifconfig
eth0 Link encap:UNSPEC HWaddr 00-1A-73-3F-3E-3B-E0-A9-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING 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)
eth1 Link encap:Ethernet HWaddr 00:16:36:8b:8e:af
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:20
wlan0_rename Link encap:Ethernet HWaddr 00:1a:73:3f:3e:3b
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21a:73ff:fe3f:3e3b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:198095 errors:0 dropped:0 overruns:0 frame:0
TX packets:144624 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:136860763 (130.5 MiB) TX bytes:13250593 (12.6 MiB)
$ sudo ifup eth0
[sudo] password for user:
Ignoring unknown interface eth0=eth0.
$ sudo ifup eth1
ifup: interface eth1 already configured
$
I do see what looks like a ipv6 mac on eth0 but the mac for eth1 is what is listed for forcedeth. This leads me to think that ipv6 is involved somehow.
This machine does get hibernated a lot but a reboot did not fix the problem. Tried that first.
It is also puzzling that ifconfig reports the existence of an interface that ifup can't find.
I have been looking on google but everything I have looked at so far is dated and not seemingly related to my problem. The lan worked out of the box.
Any thoughts? Thanks.