I am new to Linux and I have download the Red Hat 9.0. It installed OK! But, when I attempt to set up my network, the driver for D-Link's DFE-530TX+ is not in the drivers list. So, I went to D-Link and download the driver (RTL8139.c). When I tried to compile the driver with the command below, I get all kinds of errors saying that I can not complile the kernel.
Has anyone used a DFE-530TX+ with Red Hat 9.0 successfully? If so, how did you get it to compile?
Command:
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c rtl8139.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`