Re: Help: eth0 is not being found

1997-05-04 Thread Terrence M. Brannon
Actually, Brian Freeze told me something that worked: modprobe -t net \* Fredrik Ax <[EMAIL PROTECTED]> writes: > > > On 3 May 1997, Terrence M. Brannon wrote: > > [CUT] > > > I will be more than happy to add lines to this one-at-a-time if there > > is a list of them somewhere. > > Heres yo

Re: Help: eth0 is not being found

1997-05-04 Thread Fredrik Ax
On 3 May 1997, Terrence M. Brannon wrote: [CUT] > I will be more than happy to add lines to this one-at-a-time if there > is a list of them somewhere. Heres your list: ls /lib/modules/kernelversion/net/*.o | cut -d. -f1 where kernelversion is something like 2.0.27 you can try running insmod

Re: Help: eth0 is not being found

1997-05-04 Thread Terrence M. Brannon
Brian Freeze <[EMAIL PROTECTED]> writes: > > Join the club. > > What is the ethernet card you are using and what module are you calling up? I dont know what ethernet card we have. Were we supposed to call up a module? Our /etc/modules file just has #auto nfs serial in it. I will be more