stanley
06-05-2001, 12:48 AM
hello,
I am using Corel linux. My ethernet card is not supported by Corel Linux so i downloaded the newest driver from www.linksys.com. (http://www.linksys.com.) i have followed all the instruction on compiling the driver, i used the following compiling command:
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c
but whenever i tried to compile the driver, i will get a message as follow:
tulip.c:139: linux/modversions.h: No such file or directory
what does this mean? i tried to look for the file, modversions.h and i can't find it anywhere. Is there any place that i can the file or do i need to?
Thanks in advance to whoever can help me. :)
I am using Corel linux. My ethernet card is not supported by Corel Linux so i downloaded the newest driver from www.linksys.com. (http://www.linksys.com.) i have followed all the instruction on compiling the driver, i used the following compiling command:
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c
but whenever i tried to compile the driver, i will get a message as follow:
tulip.c:139: linux/modversions.h: No such file or directory
what does this mean? i tried to look for the file, modversions.h and i can't find it anywhere. Is there any place that i can the file or do i need to?
Thanks in advance to whoever can help me. :)