我这两天搞装这个一直没有搞好,我用的1.0.5和1.0.4都用过了按照它的方法去装:如下,
Installing the Driver
---------------------
1. Unpack the archive:
tar xvzf au88xx-1.1.3.tar.gz
or
tar yxvf au88xx-1.1.3.tar.bz2
2. Change to the driver directory and become root:
cd au88xx-1.1.3
su
4. Type the command appropriate for your needs:
make
-This will compile the driver for the currently installed Aureal Vortex card.
make install
-This will compile the driver for the currently installed Aureal Vortex card.
-This will copy the newly compiled driver into your modules directory.
make install-all
-This will compile the driver for the currently installed Aureal Vortex card.
-This will copy the newly compiled driver into your modules directory.
-This will edit your /etc/modules.conf or /etc/conf.modules appropriately.
WARNING: This option is not recommended if you have more than one sound card
in your system. Edit your /etc/modules.conf or /etc/conf.modules manually.
错误如下:
[root@localhost aureal]# make
gcc -M -I/lib/modules/2.4.7-10/build/include au_audio.c > au_audio.dep
In file included from au_vortex.h:50,
from au_audio.c:49:
/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 rather headers from an appropriate kernel-source package.
/usr/include/linux/modversions.h:3:2: #error Change -I/usr/src/linux/include (or similar) to
/usr/include/linux/modversions.h:4:2: #error -I/lib/modules/$(uname -r)/build/include
/usr/include/linux/modversions.h:5:2: #error to build against the currently-running kernel.make: *** [au_audio.dep] Error 1