[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nForce2 ethernet not working after dist-upgrade to lenny



Quoth david wright- [白熊] at 2009-03-16 16:18...
... however as of today, I have no network connection
<snip/>

[dwright@debian dwright]$ sudo /sbin/ifconfig eth2
eth2 Link encap:Ethernet HWaddr 00:26:54:13:be:fb inet6 addr: fe80::226:54ff:fe13:befb/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:267 errors:0 dropped:0 overruns:1 frame:0
          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 RX bytes:52583 (51.3 KiB) TX bytes:7981 (7.7 KiB) Interrupt:20 Base address:0xe000

Firstly, were you using eth2 before?

The thing that looks glaringly wrong to me in your ifconfig output is that you haven't actually got an IPv4 address configured there. That could happen if your configuration is for eth0 or eth1 and the interface has been renumbered by udev. (I've had this happen to me before, not on Debian though.)

Try configuring the interface manually and see if the world reappears:

ifconfig eth2 your_ip_address netmask your_netmask up
route add default gw ip_of_your_gateway

Just strikes me as odd that you've got an eth2 if you've only got 2 cards - they'd normally come up as eth0 and eth1 but then I'd believe any weirdness when udev is involved.

If you're only using IPv6, please ignore this ;-)

Cheers

M

--
Matthew Smith
Smiffytech - Technology Consulting & Web Application Development
Business:      http://www.smiffytech.com/
Blog/personal: http://www.smiffysplace.com/
LinkedIn:      http://www.linkedin.com/in/smiffy
Skype:         msmiffy
Twitter:       @smiffytech


Reply to: