According to Doin' the Bull Dance, Feelin' the Flow...: While burning my CPU.
> 
> I have configured my network settings, etc... for Linux, but my ethernet
> card is new (new to the box that is, certainly not new in terms of age!).
> The kernel doesn't support the card, so it says I either have to recompile
> the kernel with support for this card or I have to install a module off the
> Slackware CD I have.  So, my question is this:  Once I have whichever module
> I need, then what do I do with it?  Where do I put it?  How do I get it
> where it needs to go?!?!  I am running Slackware 3.4

modules reside in /lib/modules/kernel_version_number if you have the stock
kernel installed frm the distribution cd then just copy the module needed to
/lib/modules/$kernel_vers/net

modprobe should install the module, most modules "autoprobe" for network
cards.

Edit /etc/conf.modules

alias eth0 wd

where eth0 is the ethernet interface and "wd" Western-digital is the card,
This will allow kerneld to attach the interface at bootime, (if used).

> 
> Thanks!
> 
> -Evan-
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to