RE: Debian Problem after Compiling Kernel

1997-12-08 Thread Paul Rightley
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

Re: Debian Problem after Compiling Kernel

1997-12-08 Thread Oliver Elphick
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.

Re: Debian Problem after compiling kernel

1997-11-27 Thread Luka Pravica
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

Re: Debian Problem after compiling kernel

1997-11-27 Thread Wintermute
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