LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 667|回复: 5

请问如何编译板载声卡cmi9738的驱动?

[复制链接]
发表于 2004-8-29 17:24:02 | 显示全部楼层 |阅读模式
偶刚刚开始学LINUX,装了红旗的4.1,安装过程很顺利的就结束了,但是启动起来发现声卡没有安装成功,看了教程学习装声卡驱动(偶的声卡是板载CMI9738)但是到了执行准备编译的步骤的时候就怎么也不执行了。:(
[root@linuximcpjy cmaudio]# ./configure
bash: ./configure: 没有那个文件或目录
[root@linuximcpjy cmaudio]# ./ configure
bash: ./: is a directory
各位哥哥姐姐帮帮偶啊。~~55555。我真的很菜的。~:(

请注意贴子的标题要简单清楚,这次帮你改过
发表于 2004-8-29 21:04:37 | 显示全部楼层
./Configure
发表于 2004-8-29 21:21:28 | 显示全部楼层
先ls一下,看看有什么可执行的。
发表于 2004-8-29 21:46:46 | 显示全部楼层
先看readme有说明的
 楼主| 发表于 2004-8-30 07:16:59 | 显示全部楼层
可执行的没有哎。。:(
安装说明如下。
Installation:
For driver installation, please follow below steps.

Step 1. Unzip source code
        tar xzf cmaudio-041.tar.gz

Step 2. Turn on sound support (soundcore module)

Step 3. Complied source code
        make
        make install

Step 4. Edit your /etc/modules.conf or conf.modules depending on the Distribution
        alias sound-slot-0 cmaudio   
        post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
        pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

Step 5. reboot your machine
发表于 2004-8-30 12:16:39 | 显示全部楼层
里面说的很清楚了
第一步:解压tar包
tar xzf cmaudio-041.tar.gz

第二步:启动声卡支持,加载soundcore 模块
lsmod看看有没有soundcore

第三步:编译源码
make && make install

第四步:编辑/etc/modules.conf或是conf.modules(取决于发布)
alias sound-slot-0 cmaudio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

第五步:重新启动
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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