Ethernet Driver Modul

Owen Stampflee yellowdog-general@lists.terrasoftsolutions.com
Sat Dec 21 22:20:00 2002


>
>
>I have found the Driver /usr/src/linux-2*/driv*/net/8139too.c. How do can this 
>modul complier, unter YDL 2.3?
>
Lucky for you, I have compiled the Realtek 8139 (I swear by these cards 
:) driver for the default YDL 2.3 kernel.

http://www.stampflee.com/~owen/8139too.o.gz

Simply gunzip it, and place the resulting 8139too.o in 
/lib/modules/2.4.19-4a/kernel/drivers/net and then run "depmod -a" so 
modutils knows it exists.

Hopefully YDL 3.0 will have this compiled by default. *wink wink*

Owen