Link to home
Start Free TrialLog in
Avatar of Zawalski
Zawalski

asked on

Linux and NIC Dlink DFE-530TX and Cable Modem

Hello,
With Linux 5.2, 6.1 and Suse 6.3 my Nic (DFE-530TX) is not recognize, I'm going on site DLINK and downloaded the Driver for Linux "via-rhine.c" but I can't install this. I know I must compile with gcc but how do I do and after for installing this driver ?

My ISP utilize DHCP.
How do I do ?
Thanks for the response.


Avatar of Reinier
Reinier

The file "via-rhine.c" has always been part of the kernel source distribution. I've got one here:
/usr/src/linux/drivers/net/via-rhine.c

I think you're supposed your to replace your old via-rhine.c with the new one you have downloaded and then recompile the kernel with "VIA Rhine" support (CONFIG_VIA_RHINE).

For information on kernel compiling go to:
http://metalab.unc.edu/mdw/HOWTO/Kernel-HOWTO.html
Avatar of Zawalski

ASKER

But you did nothing how to compile the via-rhine.c and after install this !
ASKER CERTIFIED SOLUTION
Avatar of Reinier
Reinier

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial