I'm having trouble getting my sound card to work on Mandrake 9.1. The sound card is an Aureal Semiconductor Vortex 2. It is recognized, but says that the Module is bad. I have been directed to
http://soundforge.net/projects/aureal. I downloaded the driver, and followed the instructions to build it. However I received the following error message:
You should not include /usr/inclue/{linux,asm/ header files directly for the compilation of kernel modules. glibc now uses kernel header files from a well-defined working kernel version ( as recommended by Linus Torvalds ) These files are glibc internal and may not match the currently running kernel. They should only be included via other system header files - user space programs should not directly include <linux/*.h> or <asm/*.h> as well. To build kernel modules please do the following:
o Have the kernel sources installed
o Make sure that the symbolic link /lib/modules/'uname -r'/build/include/linux/version.h
o When compiling, make sure to use the following compiler option to use the correct include files:
-I/lib/modules/'uname -r'/build/include
instead of -I/usr/include/linux Please adjust the makefile accordingly.
??? Help?
Thanks