sp_linux 发表于 2005-8-17 12:47:13

有谁装过Aureal 8810 声卡的吗?

我这两天搞装这个一直没有搞好,我用的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.

There is no need to reboot.

但是一直报错,无法安装。

sp_linux 发表于 2005-8-17 12:49:08

第一步,MAKE就无法正常。

jozhu 发表于 2005-8-17 13:05:17

把错误提示贴出来,还有,你没configure?

sp_linux 发表于 2005-8-17 17:04:49

不好意思,看了这么多关于如何安装声卡的方法,也看到了用./configure,但是我一直不知道如何去做,在哪个地方去执行这个东东。错误,一会儿就贴出来。

sp_linux 发表于 2005-8-17 19:03:37

错误如下:
# 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: *** Error 1

jozhu 发表于 2005-8-17 19:10:19

恩?好象是和你的内核冲突?
恩,你在make前先运行
./configure
看看说什么吧

sp_linux 发表于 2005-8-17 20:31:13

在驱动文件夹下,我运行过了,说我没有这个文件。
这个东西要在那里运行啊?

sp_linux 发表于 2005-8-17 21:48:00

我是个初学者,所以很多问题都很幼稚,望个位大哥大姐多帮忙啊。

jozhu 发表于 2005-8-17 22:12:27

没有就说明这个不用configure啊,直接make就可以了。

sp_linux 发表于 2005-8-17 23:02:34

那怎么办呢?上面的问题我该怎么解决。。。

jozhu 发表于 2005-8-17 23:08:39

升级下内核吧,方法到内核版找

sp_linux 发表于 2005-8-21 09:13:49

版主好:
   这两天到内核板块了解了一下,发现不管升级内核还是装ALSA都需要有linux的原码,但是我发现我的/usr/src/下没有,我的两张盘里不如如何安装,谢谢。

jozhu 发表于 2005-8-21 11:33:29

找那个叫kernel-source的软件包,然后安装就可以了
页: [1]
查看完整版本: 有谁装过Aureal 8810 声卡的吗?