I am no expert, but...
Are you sure that you compile the correct driver for your
networking card into the new kernel? I get errors like
this after I have recompiled the kernel with the wrong
ethernet card driver. If you think you did this correctly,
did you compile the driver as a module? Are y
Vaibhav Goel wrote:...
>I installed Debian 1.3.1 off the InfoMagic Developers CD. This release
>incorporates the 2.0.29 kernel. Installation goes without a hitch.
>Everything works fine. I download the latest developers kernel (2.1.71)
>and compile it. Everything seems to compile fine.
Vaibhav Goel wrote:
>
> Hello;
>
> I recently obtained and installed Debian 1.3.1 off the InfoMagic
> CD. It installs kernel 2.0.29. I then downloaded and
> compiled kernel ver 2.1.62 and 2.1.63 and upon booting
> I get the following error:
>
> SIOCADDRT: Invalid Arguement
> SIOCADDRT: Invalid
Vaibhav Goel wrote:
> #! /bin/sh
> ifconfig lo 127.0.0.1
> route add -net 127.0.0.0
> IPADDR=204.69.208.4
> NETMASK=255.255.255.0
> NETWORK=204.69.208.0
> BROADCAST=204.69.208.255
> GATEWAY=
> ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
> route add -net ${NETWORK}
> [ "${GA
4 matches
Mail list logo