jameshao
08-02-2002, 10:38 AM
Hi,
I am trying to make my Turtle Beach Mongeti II audio card work with RedHat 7.1. I have found a driver that I believe is right one from the Web. The drivers is called au88xx-1.0.5-2.4-bpl1.tar.gz, which is for Aureal vortex2, linux kernel 2.4. I downloaded the driver to /usr/local, then tar -xvzf. In the driver directory, when "make" and "make install", I got the following error message:
[root@localhost au88xx-1.0.5-2.4-bpl1]# make install
cc -D__KERNEL__ -DMODULE -DAU8830 -O -Wall -pipe -m486
-I/usr/src/linux/include
-O2 -fomit-frame-pointer -c -o vortex.o vortex.c
In file included from vortex.c:55:
/usr/include/linux/modversions.h:1:2: #error Modules
should never use kernel-headers system headers,
/usr/include/linux/modversions.h:2:2: #error but
headers from an appropriate kernel-source
vortex.c: In function `au_audio_ioctl':
vortex.c:986: warning: implicit declaration of
function `get_user_ret'
vortex.c:939: warning: `val' might be used
uninitialized in this function
vortex.c: In function `get_frags':
vortex.c:1408: warning: implicit declaration of
function `MAP_NR'
vortex.c: In function `au_mixer_ioctl':
vortex.c:1744: warning: `val' might be used
uninitialized in this function
make: *** [vortex.o] Error 1
Could any one help me out about this?
Thanks a lot,
James
I am trying to make my Turtle Beach Mongeti II audio card work with RedHat 7.1. I have found a driver that I believe is right one from the Web. The drivers is called au88xx-1.0.5-2.4-bpl1.tar.gz, which is for Aureal vortex2, linux kernel 2.4. I downloaded the driver to /usr/local, then tar -xvzf. In the driver directory, when "make" and "make install", I got the following error message:
[root@localhost au88xx-1.0.5-2.4-bpl1]# make install
cc -D__KERNEL__ -DMODULE -DAU8830 -O -Wall -pipe -m486
-I/usr/src/linux/include
-O2 -fomit-frame-pointer -c -o vortex.o vortex.c
In file included from vortex.c:55:
/usr/include/linux/modversions.h:1:2: #error Modules
should never use kernel-headers system headers,
/usr/include/linux/modversions.h:2:2: #error but
headers from an appropriate kernel-source
vortex.c: In function `au_audio_ioctl':
vortex.c:986: warning: implicit declaration of
function `get_user_ret'
vortex.c:939: warning: `val' might be used
uninitialized in this function
vortex.c: In function `get_frags':
vortex.c:1408: warning: implicit declaration of
function `MAP_NR'
vortex.c: In function `au_mixer_ioctl':
vortex.c:1744: warning: `val' might be used
uninitialized in this function
make: *** [vortex.o] Error 1
Could any one help me out about this?
Thanks a lot,
James