Sinjax
07-25-2002, 02:45 AM
I have recently bought an SMC1255TX network card
After lots of pointless searching for the correct modules to install in Debian 2.7r7 with kernel 2.2.19 installed, I simply went to the manufacturer’s page, downloaded the drivers from the following link (http://www.smc.com/index.cfm?sec=Products&pg=Product-Details&prod=117&site=c) and proceeded in following the instructions in the txt file
In the readme, it suggests this command in the compilation of the file:
#gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c
Which produces the following error:
tulip.c:108: linux/modversions.h: no such file or directory
Now after further examination of the tulip.c file, at the end of the file there are recommendations to use the following command:
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`
Which after entry produces the following error (http://62.30.135.36/stuff/gcc.error)
At which point it stops and I must press ctrl+c to get back to bash
My question is suggestions of ways that I could go about compiling this file. However, please don’t base suggestions around this, of course my final aim is to get this SMC1255TX network card to work!...so any suggestions based on this would be greatly appreciated
Thank you in advance for any help provided
Cheers
- SinJax
After lots of pointless searching for the correct modules to install in Debian 2.7r7 with kernel 2.2.19 installed, I simply went to the manufacturer’s page, downloaded the drivers from the following link (http://www.smc.com/index.cfm?sec=Products&pg=Product-Details&prod=117&site=c) and proceeded in following the instructions in the txt file
In the readme, it suggests this command in the compilation of the file:
#gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c
Which produces the following error:
tulip.c:108: linux/modversions.h: no such file or directory
Now after further examination of the tulip.c file, at the end of the file there are recommendations to use the following command:
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`
Which after entry produces the following error (http://62.30.135.36/stuff/gcc.error)
At which point it stops and I must press ctrl+c to get back to bash
My question is suggestions of ways that I could go about compiling this file. However, please don’t base suggestions around this, of course my final aim is to get this SMC1255TX network card to work!...so any suggestions based on this would be greatly appreciated
Thank you in advance for any help provided
Cheers
- SinJax