View previous topic :: View next topic |
Author |
Message |
Martial
Joined: 26 Feb 2006 Posts: 23
|
Posted: Sun Feb 26, 2006 8:39 pm Post subject: etho0 [DOWN]?? |
|
|
I am trying to get a network connection on an old laptop to which I recently installed Lunar using the 1.5.1. ISO and the default (normal) kernel. When I go "lnet", option 0 says [DOWN] Edit device eth0. What does this mean, [DOWN]?
This machine has an Etherfast PCMCIA card for which the driver is pcnet_cs. lnet seems to know that. I requested dhcpcd, which later fails silently when I try to run it. When I go insmod pcnet_cs, it comes back with with "unresolved symbols", e.g. ei_open_Rf208657c, ei_interrupt_Rb93d8fa5 and a few others.
ifconfig shows only lo, no eth0.
After booting lunar, the PCMCIA card shows a green "act" light, an amber "10/100" light, and a blinking green "link" light. |
|
Back to top |
|
 |
RedKennedy
Joined: 22 Aug 2005 Posts: 57 Location: The Moon
|
Posted: Mon Feb 27, 2006 3:38 am Post subject: |
|
|
I had some trouble with lnet getting dhcp to work the first time. If I were you I would just try dhcpcd eth0 manually. I prefer dhclient over dhcpcd, but that's just me. _________________ In Soviet Russia, ISOs install you. |
|
Back to top |
|
 |
Martial
Joined: 26 Feb 2006 Posts: 23
|
Posted: Tue Feb 28, 2006 7:34 pm Post subject: But "[DOWN]"? |
|
|
But since this expression "[DOWN]" is printed by lnet, presumably it signifies something? Maybe I can find lnet and try to figure out what it's doing, but it would be nice if someone here knew. |
|
Back to top |
|
 |
dveatch
Joined: 12 Aug 2005 Posts: 18 Location: Port Saint Lucie, Florida
|
Posted: Thu Mar 02, 2006 1:52 pm Post subject: Re: But "[DOWN]"? |
|
|
Martial wrote: | But since this expression "[DOWN]" is printed by lnet, presumably it signifies something? Maybe I can find lnet and try to figure out what it's doing, but it would be nice if someone here knew. |
Yes, "[DOWN]" means you have not started /etc/init.d/network. Run "chkconfig --level 35 network on" to have it started automagically on boot. To save yourself a reboot just at cli as root run; "/etc/init.d/network start" and that should bring the link up. _________________ You can tune a piano but you can't tuna fish. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Fri Mar 03, 2006 5:09 am Post subject: what DOWN means |
|
|
either:
* the cable is unplugged
* there is nothing working on the other side of the cable
* the device has not been turned on by `ifconfig`
to *properly* turn on the default automatically, enable the network script at boot with `lservices` (don't use chkconfig - the lunar tools remember only your lservices setting or when you run `lin -r`!). Also you can re-enable networking automatically by doing `lin -r net-tools` and answering 'y' when asked to start 'network' at boot time. |
|
Back to top |
|
 |
|