Dear List Readers,

I have installed ALSA 0.9.0 in RedHat 8.0 for an ASUS P4E4 motherboard
with integrated sound which has an integrated ADI AD1980 with the AC'97
Codec.  My understanding is that the Intel 810 drivers should work for
this.  I think that I have gone through all of the steps in the docs,
but I am not hearing audio.  When I test with aplay, it appears to be
playing:

aplay /usr/share/sounds/info.wav
Playing WAVE '/usr/share/sounds/info.wav' : Signed 16 bit Little Endian,
Rate 44100 Hz, Mono

but I do not hear anything through either the speaker (green) or
headphone (blue) jacks.  I have used alsamixer to set the volumes and
umuted all channels.

I have built the kernel/driver RPMS from source to match my current
kernel 2.4.18-19 and installed the resulting rpms.  In addition, I have
installed the lib,utils, player, and xmms RPMS.

I have used modprobe to set up the modules:

# lsmod | grep snd
snd-seq-oss            33952   0  (unused)
snd-seq-midi-event      5640   0  [snd-seq-oss]
snd-seq                47472   2  [snd-seq-oss snd-seq-midi-event]
snd-pcm-oss            44452   0  (autoclean)
snd-mixer-oss          15512   0  (autoclean) [snd-pcm-oss]
snd-intel8x0           23648   0  (autoclean)
snd-pcm                83328   0  (autoclean) [snd-pcm-oss snd-intel8x0]
snd-timer              15304   0  (autoclean) [snd-seq snd-pcm]
snd-ac97-codec         36100   0  (autoclean) [snd-intel8x0]
snd-mpu401-uart         4812   0  (autoclean) [snd-intel8x0]
snd-rawmidi            18400   0  (autoclean) [snd-mpu401-uart]
snd-seq-device          6176   0  (autoclean) [snd-seq-oss snd-seq
snd-rawmidi]
snd                    39404   0  (autoclean) [snd-seq-oss
snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-intel8x0
snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi
snd-seq-device]
soundcore               6532   6  (autoclean) [snd]

The relevant portion of /modules/conf is as follow:
        # ALSA portion
        alias char-major-116 snd
        alias snd-card-0 snd-intel8x0
        # module options should go here
        
        # OSS/Free portion
        alias char-major-14 soundcore
        alias sound-slot-0 snd-card-0
        
        # card #1
        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

and the .asoundrc file contains:

pcm.intel8x0 {
        type hw
        card 0
        }

ctl.intel8x0 {
        type hw
        card 0
        }




-------------------------------------------------------
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