RE: problem networking after a reboot

1999-02-24 Thread Pollywog

On 24-Feb-99 Shaleh wrote:
> Make sure there is a link in either rc.boot or rc2.d pointing to the network
> script (there should be).
> 
> The script should set up the IP via ifconfig and set the route if you are
> running a 2.0.x kernel.  Since it works when you run it by hand, all is
> probably well.

The kernel messages on boot indicate the network script runs, but I still have
to rerun it.

I will try another thing that someone suggested for laptops.  I saved that
messages for later digestion.

--
Andrew


Re: problem networking after a reboot

1999-02-24 Thread Dale E. Martin
Pollywog <[EMAIL PROTECTED]> writes:

> I installed Debian 2.0 to a ThinkPad, and each time I reboot the machine, the
> network card will not work until I do:
> 
> /etc/init.d/network start
> 
> It works after that.  Should I edit the script and give my interfaces and
> routes expicitly or is there a better way to get things working when I reboot,
> without having to enter the above command?

Quoted from an earlier email to this list:
Pollywog <[EMAIL PROTECTED]> writes:
> On 24-Feb-99 Mark Ciciretti wrote:
> > Try running '/etc/init.d/network start' after the PCMCIA services
> > are started.  IIRC this is what I had to do when I installed Debian on a
> > friend's laptop.
> > 
> 
> ummm.. I am not sure, but I think that worked.  I am pinging the laptop from
> here now and it did not work before.  I think that did it.

The "proper" way to do this, by the way, is to put all of the info for your 
network into /etc/pcmcia/network.opts.  The advantage of doing it that way
is the network will automatically get started when you plug the card in and 
stopped when you pop it out.

Later,
Dale

-- 
+- pgp key available --+
| Dale E. Martin |  Clifton Labs, Inc.  |  Senior Computer Engineer|
| [EMAIL PROTECTED]|http://www.clifton-labs.com |
+--+


RE: problem networking after a reboot

1999-02-24 Thread Shaleh

On 24-Feb-99 Pollywog wrote:
> I installed Debian 2.0 to a ThinkPad, and each time I reboot the machine, the
> network card will not work until I do:
> 
> /etc/init.d/network start
> 
> It works after that.  Should I edit the script and give my interfaces and
> routes expicitly or is there a better way to get things working when I
> reboot,
> without having to enter the above command?
> 

Make sure there is a link in either rc.boot or rc2.d pointing to the network
script (there should be).

The script should set up the IP via ifconfig and set the route if you are
running a 2.0.x kernel.  Since it works when you run it by hand, all is
probably well.


problem networking after a reboot

1999-02-24 Thread Pollywog
I installed Debian 2.0 to a ThinkPad, and each time I reboot the machine, the
network card will not work until I do:

/etc/init.d/network start

It works after that.  Should I edit the script and give my interfaces and
routes expicitly or is there a better way to get things working when I reboot,
without having to enter the above command?

thanks

--
Andrew