eth0: unknown interface: No such device

2001-02-11 Thread Krzys Majewski
I run ifconfig I get: eth0: unknown interface: No such device. I've tried adding ether=10,0xb000,eth0 as arguments to the kernel, but no go (I've also tried ether=0,0,eth0). I've also tried compiling the driver as a module but no luck with this either ("

SOLVED: eth0: unknown interface

2000-02-22 Thread Armin Wegner
It is fine now. My /etc/init.d/network looks like this #! /bin/sh ifconfig lo 127.0.0.1 route add -net 127.0.0.0 netmask 255.255.255.0 lo I added the netmask to avoid the SIOCADDRT: invalid argument message at boot time. This has been a last years subject. Thank you. Armin

Re: eth0: unknown interface

2000-02-21 Thread Ron Rademaker
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

Re: eth0: unknown interface

2000-02-21 Thread webmaster
> 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

Re: eth0: unknown interface

2000-02-21 Thread Ron Rademaker
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 (w

Re: eth0: unknown interface

2000-02-21 Thread webmaster
> That has nothing to do with it and won't work (by the way, there are a lot > more network cards then just ne compatible ones). > What you should do is edit your /etc/init.d/network, you should make it > look like something like this: > > #! /bin/sh > ifconfig lo 127.0.0.1 > route add -net 127.0

Re: eth0: unknown interface

2000-02-21 Thread Ron Rademaker
). Ron On Mon, 21 Feb 2000 [EMAIL PROTECTED] wrote: > > > eth0: unknown interface: No such device > > > > I guess that eth0 is an interface for ethernet cards. I don't have > > one. So I don't need this message. What can I do against it? Is there > > a pack

Re: eth0: unknown interface

2000-02-21 Thread webmaster
> eth0: unknown interface: No such device > > I guess that eth0 is an interface for ethernet cards. I don't have > one. So I don't need this message. What can I do against it? Is there > a package which I can delete? Maybe it's enough to deactivate the following l

eth0: unknown interface

2000-02-21 Thread Armin Wegner
Hi, At boot potato gives me this message eth0: unknown interface: No such device I guess that eth0 is an interface for ethernet cards. I don't have one. So I don't need this message. What can I do against it? Is there a package which I can delete? Armin

Re: eth0: unknown interface...

1999-10-04 Thread Hugo van der Merwe
On Fri, 1 Oct 1999, Matthew Dalton wrote: > It may not help, but I installed debian on my laptop using a laplink > cable and it was not too difficult to set up. I was planning on using an > ethernet card, but I couldn't get one right away... so I spent $10 on a > laplink cable instead. I install

Re: eth0: unknown interface...

1999-10-01 Thread Matthew Dalton
It may not help, but I installed debian on my laptop using a laplink cable and it was not too difficult to set up. I was planning on using an ethernet card, but I couldn't get one right away... so I spent $10 on a laplink cable instead. Hugo van der Merwe wrote: > > Hello, > > I have installed t

Re: eth0: unknown interface...

1999-09-29 Thread Jens Ritter
Hugo van der Merwe <[EMAIL PROTECTED]> writes: > > I have installed the debian base system on a laptop, but now I need to > > install the rest over a network (from another brilliant working Debian > > machine). For this to work, I must get the pcmcia network card working... > > I just realised,

Re: eth0: unknown interface...

1999-09-29 Thread Hugo van der Merwe
> I have installed the debian base system on a laptop, but now I need to > install the rest over a network (from another brilliant working Debian > machine). For this to work, I must get the pcmcia network card working... I just realised, I think I didn't make use of the menu item "Configure PCMC

eth0: unknown interface...

1999-09-29 Thread Hugo van der Merwe
Hello, I have installed the debian base system on a laptop, but now I need to install the rest over a network (from another brilliant working Debian machine). For this to work, I must get the pcmcia network card working... I installed the same kernel package I installed on anther laptop, and the

Re: eth0: unknown interface

1998-12-09 Thread John Stevenson
Ethernet dirvers are not included in default kernel (as far as I am aware) so unless you have re-compiled your kernel then you shouldn't have any in. If you want to check, well I guess you could just look at the screen output during boot time and see if there is any repeated info about setting up

Re: eth0: unknown interface

1998-12-09 Thread Rino Mardo
t. I read thru all the HOWTOs and >> mini-HOWTOs (relevant ones of course), recompiled the kernel >> with 3C509 support but still it would give me: >> >> eth0: unknown interface >> >> as the error message. In SCO UNIX there's this netconfig >> comma

Re: eth0: unknown interface

1998-12-08 Thread John Stevenson
with 3C509 support but still it would give me: > > eth0: unknown interface > > as the error message. In SCO UNIX there's this netconfig > command to add a NIC and assign protocols and ip address > before recompiling the kernel. What's the equivalent > command/steps in Linux? > > TIA.

eth0: unknown interface

1998-12-08 Thread Rino Mardo
t.  I read thru all the HOWTOs and mini-HOWTOs (relevant ones of course), recompiled the kernel with 3C509 support but still it would give me:   eth0: unknown interface   as the error message.  In SCO UNIX there's this netconfig command to add a NIC and assign protocols and ip address befo