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 ("
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
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
> 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
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
> 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
).
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
> 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
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
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
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
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,
> 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
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
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
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
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.
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
18 matches
Mail list logo