Re: Network Interfaces Not Initialized On Boot

2005-11-08 Thread Patrick Wiseman
On 11/8/05, Patrick Wiseman <[EMAIL PROTECTED]> wrote:
On 11/7/05, mikepolniak <[EMAIL PROTECTED]> wrote:

On 16:40 Sun 06 Nov , Cloaked Hunter wrote:> I'm running the testing release of Debian. I recently updated my Debian> packages, and I also built and installed a new 2.6.14 kernel. Now,> regardless of what kernel I boot, none of my network interfaces will
> initialize during boot, not even the loopback interface. If I manually> start them using ifup -a, everything works perfectly, but I cannot> identify what is preventing them from initializing automatically during
> boot. Any suggestions? Thanks in advance for any help you can provide.Check if you still have a /etc/network/options file. That has beendeprecated. If you remove or rename that file, networking should start again.

That didn't work for me (I was having the same problem, but on a laptop).  I had to edit /etc/pcmcia/network.opts so:

# Extra stuff to do after setting up the interface
#    start_fn () { return; }
    start_fn () { ifup $1; }
# Extra stuff to do before shutting down the interface
#    stop_fn () { return; }
Oops - sorry - missed a line in my copy and paste:

    stop_fn () { ifdown $1; }

Patrick


Re: Network Interfaces Not Initialized On Boot

2005-11-08 Thread Patrick Wiseman
On 11/7/05, mikepolniak <[EMAIL PROTECTED]> wrote:
On 16:40 Sun 06 Nov , Cloaked Hunter wrote:> I'm running the testing release of Debian. I recently updated my Debian> packages, and I also built and installed a new 2.6.14 kernel. Now,> regardless of what kernel I boot, none of my network interfaces will
> initialize during boot, not even the loopback interface. If I manually> start them using ifup -a, everything works perfectly, but I cannot> identify what is preventing them from initializing automatically during
> boot. Any suggestions? Thanks in advance for any help you can provide.Check if you still have a /etc/network/options file. That has beendeprecated. If you remove or rename that file, networking should start again.

That didn't work for me (I was having the same problem, but on a laptop).  I had to edit /etc/pcmcia/network.opts so:

# Extra stuff to do after setting up the interface
#    start_fn () { return; }
    start_fn () { ifup $1; }
# Extra stuff to do before shutting down the interface
#    stop_fn () { return; }

Those lines appear at the end of the file.

Patrick


Re: Network Interfaces Not Initialized On Boot

2005-11-07 Thread Cloaked Hunter
Deleted, rebooted, and it worked! Thank you VERY much! I greatly
appreciate your assistance.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Network Interfaces Not Initialized On Boot

2005-11-07 Thread mikepolniak
On 16:40 Sun 06 Nov , Cloaked Hunter wrote:
> I'm running the testing release of Debian. I recently updated my Debian
> packages, and I also built and installed a new 2.6.14 kernel. Now,
> regardless of what kernel I boot, none of my network interfaces will
> initialize during boot, not even the loopback interface. If I manually
> start them using ifup -a, everything works perfectly, but I cannot
> identify what is preventing them from initializing automatically during
> boot. Any suggestions? Thanks in advance for any help you can provide.

Check if you still have a /etc/network/options file. That has been
deprecated. If you remove or rename that file, networking should start again.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]