You are not logged in.

#1 2004-04-04 20:18:58

dustismo
Member
Registered: 2004-02-12
Posts: 17
Website

Help with network

I cannot seem to get my network up.. 
It loads the module correctly (3c59x) i think..  lsmod lists it but says used by: 0

I am behind a linksys router so I enabled dhcp.  when I run

/etc/rc.d/network start

I get

eth0: command 0x5800 did not complete! status=0xffff
...
eth0: command 0x3002 did not complete! status=0xffff
SIOCADDRT: Network is unreachable


CAn anyone help?????

-Dustin

Offline

#2 2004-04-04 20:45:44

dustismo
Member
Registered: 2004-02-12
Posts: 17
Website

Re: Help with network

oh and Im using the 2.6.3 kernel from the 0.6 install cd

Offline

#3 2004-04-05 01:05:16

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

Re: Help with network

Not sure, need more info.  I'd guess that there's no route to the network or the interface is not setup.  Check if eth0 is up and that it has an IP address with 'ifconfig' and if it is check your routes with 'route'.

If there's no address then you're not getting an address from the dhcp server on your router.  Check that "eth0="dhcp"' in rc.conf.  Check that dhcpcd is installed.  If so try running 'dhcpcd eth0' to see what happens.

Good luck.

Offline

#4 2004-04-05 03:34:49

dustismo
Member
Registered: 2004-02-12
Posts: 17
Website

Re: Help with network

A little internet searching leads to a bug in the 2.6 kernel which makes the 3c59x module not work properly..  I compiled the kernel with 3c59x and now it works smile..  So hopefully this will help someone else if htey have a similar problem.

-Dustin

Offline

#5 2004-04-06 01:56:15

dustismo
Member
Registered: 2004-02-12
Posts: 17
Website

Re: Help with network

Sorry, I was wrong..  It is not a problem with the module but a problem with the kernel's power management of the NIC.  The network card does not respond when I do a warm reboot (i.e. type "reboot"). but if I power down and resart it works fine.  I have been researching and it seems like I need to recompile with no acpi support.  I don't feel like recompiling just now, but I'll post my results if that fixes it.

-Dustin

Offline

#6 2004-05-02 20:13:47

dustismo
Member
Registered: 2004-02-12
Posts: 17
Website

Re: Help with network

In case anyone has a similar problem.  Recompiling kernel with no ACPI support fixed this problem.

-Dustin

Offline

#7 2004-05-02 22:33:09

farphel
Forum Fellow
From: New Hampshire - USA
Registered: 2003-09-18
Posts: 250
Website

Re: Help with network

Did you try booting your kernel and pass in the acpi=off option?  That probably would have worked instead of recompiling the kernel without ACPI support.


Follow the link below, sign up, and accept one promotional offer.  If I can get five suckers (err... friends) to do this, I'll get a free iPod.  Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142

Offline

#8 2004-05-02 23:41:38

dustismo
Member
Registered: 2004-02-12
Posts: 17
Website

Re: Help with network

I did and it didn't work..

-Dustin

Offline

Board footer

Powered by FluxBB