LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RH7.1 NIC Driver DFE-530TX (https://www.linuxquestions.org/questions/linux-newbie-8/rh7-1-nic-driver-dfe-530tx-3555/)

Ize 06-20-2001 05:00 PM

RH7.1 NIC Driver DFE-530TX
 
If this is a newbie forum, Iīve come to the right place. How do I "install" drivers in Linux? My specific problem: Network card, D-LINK DFE-530TX. Found this link:

http://www.scyld.com/network/ethercard.html

(VIA Rhine and Rhine-II is for 530TX), itīs a C-file, so I presume it has to be compiled. (Iīm not a programmer at all)
How to do this?
And: How do I install it after itīs compiled?
Or better, is there allready compiled drivers "out there" for downloading?
Or do they have to be compiled at the machine itīs going to run on?
Couple of Questions
Grateful for answers to all or any of them.
Thanx

jharris 06-20-2001 05:17 PM

What you have downloaded is a little chunk of code that can be added to the kernel of your system to provide support for you network card. However, its probably already there in another form.

If there is already a module present then you might want to try running modprobe via-rhine to load the module. If this works then you may get some messages or just get returned to the command prompt. If it doesn't work then you will get a clear error message say that it couldn't find the module.

If you get the error message the you will need to recompile your kernel to include 'Via Rhine' support, you'll find this under the 'Network Devices' section of the kernel config. Have a look at http://www.linuxdoc.org/HOWTO/Kernel-HOWTO.html for details of kernel compilation. This will seem quite scary at first, but its not really that bad!

You can sometimes download modules (read drivers) that are precompiled but they will only work with a specific kernel and a single architecture so its unusual to find them. You normally get the source and need to compile it yourself.

Have a read of the HOWTO and post your specific queries. You can always look through your kernel config and then not save the changes without any risk of screwing things up! If you do post questions about a kernel compile be sure to include the version of the kernel you are using and the distro.

good luck! Once you get the card recognised you then need to get the network up... Again check out the howtos on http://www.linuxdoc.org its all there for the taking.

HTH

Jamie...


All times are GMT -5. The time now is 10:24 AM.