SKYDAU 发表于 2004-12-11 23:09:07

请问第六,七步怎么做?

请问第六,七步怎么做?





Instructions for Installing the ALSA Driver


1. Copy the distribution zip file to the target machine. This zip file
is password protected. The password is in the notification email.

2. Unzip the distribution zip. It will ask you for the password.

        unzip <distribution-file-name>

3. You should have the ALSA driver tar file and this document.
Untar the ALSA files with the command:

        tar xvzf alsa-driver-0.9.1ADI.tgz

4. You should have a directory called alsa-driver-0.9.1adi. CD to
that directory and follow the standard ALSA build instructions in
the file INSTALL.

        cd alsa-driver-0.9.1adi

5. To read the INSTALL file type:

        more INSTALL

6. The three basic commands needed to build the AC97 ALSA driver
are summarize here:(These commands should be executed from the
root account.)

        ./configure --with-cards=intel8x0
        make install
        ./snddevices

7. Edit /etc/modules.conf and add the following lines:

# ALSA native device support
alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-intel8x0

# OSS/Free setup
alias char-major-14 soundcore
alias sound-slot-0 snd-intel8x0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
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 || :

9. Reboot your system.

10. Please read the ALSA INSTALL file for more information.

SKYDAU 发表于 2004-12-11 23:20:38

我用的是Linux9.0

黑暗哭泣 发表于 2004-12-12 10:30:58

楼主不厚道,自己坐沙发。
6:su
输入root密码。
以下命令要在你解压后文件所在的目录里执行。
./configure --with-cards=intel8x0
make install
./snddevices
剩下的自己解决。查英汉词典。如果这个都看不懂,以后很难再学下去了。

SKYDAU 发表于 2004-12-12 11:05:07

我是以ROOT身份进入的,还用

6:su
输入root密码。

吗?

而且在第7步的时候,我把第七步下面的两段话ADD在modules.conf文件里了.这样做对吗?
我想说的是,做完所有的步骤之后,系统可以检测到声卡了,就是放不出声音来?是不是编译有问题?

fox_eagle2003 发表于 2004-12-12 11:50:44

已经得到了root权限,就不用了。
对的,是应该放进那文件的。
播放不出声音是什么提示?

dalin 发表于 2004-12-12 12:05:07

直接用alsaconf命令好了,它会自动帮你完成修改modules.conf的工作。

SKYDAU 发表于 2004-12-14 00:05:44

alsaconf具体怎么用呢?

fox_eagle2003 发表于 2004-12-14 02:35:59

在终端下运行啊~

SKYDAU 发表于 2004-12-14 11:53:25

可是它提示:
"
bash: alsaconf: command not found
"
应该是不成功的.

SKYDAU 发表于 2004-12-14 11:54:41

我该怎样作?

troll 发表于 2004-12-14 11:59:28

要用alsaconf还要装alsa-utils。

SKYDAU 发表于 2004-12-14 23:49:15

我想知道alsa-utils是不是第三方软件.

因为我装REDHAT9的时候装了所有的软件包,如果这里边没有的话我该到哪到去下载.
页: [1]
查看完整版本: 请问第六,七步怎么做?