Hi Guys
I am trying to setup my netgear fa511 pcmcia card, on redhat 7.3.
I am having a bit of a problem, i am following the instructions provided by the card manufacturer. When i run the command
gcc -DCARDBUS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c \-o tulip_cb.o -I/usr/src/linux/pcmcia-cs-3.1.19/include \ -I/usr/src/linux/include
i get cannot find file or directory, quite alot of times. i have extracted the "pcmcia-cs-3.1.19" were shall i put this. The usr/src/linux directory does not exist. Instead there is a redhat directory in there.
i have tried alsorts, copied the contents of that extracted file into various locations, and made the OS crash and burn.
So, i need some advice.
IE. Where the general files are kept. What should i be looking for if the 'gcc' command line works.
aaah, just remembered it also cannot find 'hardirq.h' and 'softirq.h'.
TIA
SAF
I am trying to setup my netgear fa511 pcmcia card, on redhat 7.3.
I am having a bit of a problem, i am following the instructions provided by the card manufacturer. When i run the command
gcc -DCARDBUS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c \-o tulip_cb.o -I/usr/src/linux/pcmcia-cs-3.1.19/include \ -I/usr/src/linux/include
i get cannot find file or directory, quite alot of times. i have extracted the "pcmcia-cs-3.1.19" were shall i put this. The usr/src/linux directory does not exist. Instead there is a redhat directory in there.
i have tried alsorts, copied the contents of that extracted file into various locations, and made the OS crash and burn.
So, i need some advice.
IE. Where the general files are kept. What should i be looking for if the 'gcc' command line works.
aaah, just remembered it also cannot find 'hardirq.h' and 'softirq.h'.
TIA
SAF