[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help: eth0 is not being found



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 on them one and one to see if they works 

you might even try something like this :-)
ls /lib/modules/kernelversion/net/*.o | cut -d. -f1 | xargs -n1 insmod

I'm not sitting at my linux system right now so I have some reservations
for inccorrect path?! ... but I'm almost certain that it's right!

/fax




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: