QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2412|回复: 28

Diamond帝盟S90声卡(Aureal 8820)如何驱动?RadHat8.0

[复制链接]
发表于 2002-10-13 11:43:41 | 显示全部楼层 |阅读模式
Diamond帝盟S90声卡(Aureal 8820)如何驱动?
RadHat8.0能检测到Aureal芯片。
发表于 2002-10-13 13:11:53 | 显示全部楼层
你真幸运,在我们Linuxfans.org问这个问题。

我就是用的这个声卡,驱动程序原本在sourceforge.net有下载,但是现在早就给封了。还好,我在封以前下载了最新的版本,而且支持2.4.18的内核哦。

我把他给公社软件部的部长,叫他放在公社服务器上吧。
回复

使用道具 举报

发表于 2002-10-13 17:12:03 | 显示全部楼层
请等候,还没放上
回复

使用道具 举报

发表于 2002-10-13 18:34:18 | 显示全部楼层
http://sourceforge.net/现在被封了?怪不得我老是上不去,还以为是我这边的问题了。
回复

使用道具 举报

发表于 2002-10-14 13:15:19 | 显示全部楼层
驱动已放上,请在"自由软件"-驱动程序栏目下载
回复

使用道具 举报

 楼主| 发表于 2002-10-14 14:21:12 | 显示全部楼层

不胜感激,我已经下载回来了,若安装遇到问题还请赐教。

不胜感激,我已经下载回来了,若安装遇到问题还请赐教。
回复

使用道具 举报

发表于 2002-10-14 17:00:33 | 显示全部楼层
我在RH8下编译成功,但是无法使用,在mdk9下可以用,请问该如何解决,我的声卡是au8830

[root@zjstar aureal]# insmod au8830.o
au8830.o: The module you are trying to load (au8830.o) is compiled with a gcc
version 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work.
[root@zjstar aureal]#
回复

使用道具 举报

 楼主| 发表于 2002-10-15 10:11:06 | 显示全部楼层

我不会安装,能告诉我安装步骤吗?

回复

使用道具 举报

发表于 2002-10-15 13:45:10 | 显示全部楼层
[quote:0f9d611086="mars"]我在RH8下编译成功,但是无法使用,在mdk9下可以用,请问该如何解决,我的声卡是au8830

[root@zjstar aureal]# insmod au8830.o
au8830.o: The module you are trying to load (au8830.o) is compiled with a gcc
version 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work.
[root@zjstar aureal]#[/quote]

你的内核是用gcc3编译的,但你的模块是用gcc2.9.X编译的,请将/usr/bin/gcc改名成gcc2,然后将/usr/bin/gcc3改名成gcc然后重新编译
回复

使用道具 举报

发表于 2002-10-15 18:01:26 | 显示全部楼层
RH8 中在/usr/bin找不到gcc3 他使用的应该就是gcc3啊? 我现在用insmod -f au8830 可以载入,但是不能在控制台下载入,只能在X下载入,用modprobe 也同样不行
回复

使用道具 举报

发表于 2002-10-15 18:42:17 | 显示全部楼层
to mars:
如果你这样加载能用也就算了,顺便问一下:
你试试cat /proc/version和gcc -v,看看分别的输出是什么
回复

使用道具 举报

发表于 2002-10-15 19:05:17 | 显示全部楼层
[root@zjstar root]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)

[root@zjstar root]# cat /proc/version
Linux version 2.4.18-14 ([email protected]) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 12:13:11 EDT 2002


正的很奇怪,版本都一样,为什么会出现那句话?
回复

使用道具 举报

 楼主| 发表于 2002-10-16 15:46:47 | 显示全部楼层

编译不成功,请帮助。

#make
gcc -M -I/lib/madules/2.4.18-14/build/include au_utils.c >au_utils.dep/bin /sh:line I: au_utils.dep: No such file or directory
make:***[au_utils.dep] Error]
回复

使用道具 举报

发表于 2002-10-16 20:45:51 | 显示全部楼层

Re: 编译不成功,请帮助。

[quote:78cf1c466a="轻音乐"]#make
gcc -M -I/lib/madules/2.4.18-14/build/include au_utils.c >au_utils.dep/bin /sh:line I: au_utils.dep: No such file or directory
make:***[au_utils.dep] Error][/quote]

在 /usr/src/  中建立一个链接目录 linux,链接到该目录下的 2.4.18-14目录
回复

使用道具 举报

 楼主| 发表于 2002-10-18 09:50:45 | 显示全部楼层

又有新问题了。

#make
gcc -D__KERNEL__ -DMODULE -DAU8820 -mpentiumpro -06 -formit -frame -pointer -wall -pipe -I/lib/modules/2.4.18-/builer/inclde -c -o au_audio.o au_audio.c
make:gcc:Command not found
make:***[au_audio.o] Error 127
请各位帮忙呀
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-19 23:11 , Processed in 0.056205 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表