Hi all folks,

OS -RH7.3
========
According to "Quick Install" of "Advanced Linux Sound Architecture", I have
following packages installed

1)
alsa-driver-0.9.0rc3.tar.bz2  
- bunzip2
- tar
- ./configure --with-cards=ymfpci --with-sequencer=yes;make;make install
- ./snddevices

2)
alsa-lib-0.9.0rc3.tar.bz2
alsa-utils-0.9.0rc3.tar.bz2
alsa-oss-0.9.0rc1.tar.bz2

- bunzip2
- tar
- ./configure;make;make install

Everythings went through without complaint but I encountered difficulty in
modprobe

[root@localhost alsa-oss-0.9.0rc1]# modprobe snd-ymfpci;modprobe
snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
modprobe: Can't locate module snd-ymfpci
modprobe: Can't locate module snd-pcm-oss
modprobe: Can't locate module snd-mixer-oss
modprobe: Can't locate module snd-seq-oss

I also tried as root
# modprobe snd-ymfpci;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe
snd-seq-oss
modprobe: Can't locate module snd-ymfpci
modprobe: Can't locate module snd-pcm-oss
modprobe: Can't locate module snd-mixer-oss
modprobe: Can't locate module snd-seq-oss

I hesitate whether I need to perform

        chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi

immedate after installation of  "alsa-driver-0.9.0rc3.tar.bz2" as "root" 
or I
don't need to install "alsa-oss-0.9.0rc1.tar.bz2" first because it is not
required in the "Quick Install"

Kindly advise.

Thanks in advance.

Stephen Liu




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to