Netgear FA311/312 and RHL 6.2

hebat

Junior Member
Jun 13, 2000
10
0
0
I tried installing this ethernet card from the kernel option in control panel using the tulip module, but it didn't work.

then I tried to compile the driver for linux that came with the card, and it said that i should copy the files to "the system hard disk" and compile it.

so i copied the files to the directory /usr/i386-glibc20-linux/include/ (is that the right place?). Then I compiled it using the command :
gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -c fa311.c

and it says :
fa311.c: 74: linux/config.h: no such file or directory
fa311.c: 75: linux/module.h: no such file or directory
...... (and more)

I checked the directory "/usr/i386-glibc20-linux/include/linux", it has all the files above (the config.h, module.h, etc.)

what is wrong? am I copying the file to the wrong directory? please help...