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

Re: eth0: unknown interface



Removing the module won't work, because bye removing the module the
interface eth0 still won't exist (you could say it exists even less) and
the error will still occur. Renaming the scripts will work, along with
editing /etc/init.d/network and another possible solution is reconfiguring
the network (the way you did installing debian).

Ron

On Mon, 21 Feb 2000 webmaster@euronetwork.com wrote:

> 
> > Well, what you said about the modules.conf would only prevent the computer
> > from loading the module for the network card when booting. By loading in
> > this module the interface (eth0, or if there are more network cards eth1,
> > eth2 etc.) is known, later during boot the init.d scripts are being called
> > (when switching to runlevel 2, as specified in /etc/rc.2) and the
> > /etc/init.d/network script is also called, that script configures the
> > network and uses the interface eth0 to do so. That's where the error
> > occurs, the script tries to bring eth0 up (using ifconfig) where the
> > interface does not exist.
> So I think there are only two ways to stop an unnecessary network card
> form starting up at bootup.
> 
> 1) Start the installation program from CD and remove the unwanted modul
> 
> 2) Deactivate any unwanted startup job in "/etc/init.d/" and you can
> later activate it if you want. There are several files in know which
> must be stoped from starting network jobs.
> 
> /etc/init.d/netstd_init
> /etc/init.d/netstd_misc
> /etc/init.d/network
> 
> Am I right?
> 
> Uwe
> 


Reply to: