• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Netgear FA311/312 and RHL 6.2

hebat

Junior Member
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...
 
Back
Top