Hi all,
I need advise.
I have following problem:
After I got a new mainboard ICS k7s5a, I installed RedHat Linux 8.0.
Hence I couldn't get any sound from xmms using the 'sound on board' (I
don't
have any other soundcard, execpt the one on board).
So I installed all freshrpms ALSA packages and it was successfully.
I could hear the sound output. But then I realized, that I couldn't hear
anything
from xawtv.
At this point, part of my modules.conf looked like this:
---------------------------------
alias sound-slot-0 i810_audio
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 || :
---------------------------------

I used also 'artsdsp xawtv' with no success.
So I uninstalled the freshrpms ALSA packages, compiled the source code
of
that packages (I like to have all of the docs) and changed part of the
modules.conf to the following:
---------------------------------
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module option should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# Sound on Board
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-sseq-oss
alias sound-service-0-12 snd-pcm-oss
------------------------------------------------------------------


The problem I got after that installation is that I couldn't hear any
output
anymore form xmms. It gives me following error:
snd_mixer_attach: No such file or directory

And alsamixer produces this output:
function snd_ctl_open failed for default: No such file or directory

At this point I had following output of 'lsmod':
------------------------------------------------------------------
Module                  Size  Used by    Not tainted
tuner                  11456   1  (autoclean)
tvaudio                14940   0  (autoclean) (unused)
bttv                   71456   0  (autoclean)
videodev                8288   3  (autoclean) [bttv]
i2c-algo-bit            8840   1  (autoclean) [bttv]
i2c-core               19268   0  (autoclean) [tuner tvaudio bttv
i2c-algo-bit]
sr_mod                 18168   0  (autoclean)
snd-pcm-oss            44388   0  (autoclean)
snd-mixer-oss          15512   1  (autoclean) [snd-pcm-oss]
snd-intel8x0           23648   1  (autoclean)
snd-pcm                83232   0  (autoclean) [snd-pcm-oss snd-intel8x0]
snd-timer              15304   0  (autoclean) [snd-pcm]
snd-ac97-codec         35332   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-rawmidi]
snd                    38892   0  (autoclean) [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   3  (autoclean) [snd]
autofs                 13348   0  (autoclean) (unused)
tulip                  43552   1
sis900                 16908   1 
ide-scsi               10512   0
scsi_mod              107240   2  [sr_mod ide-scsi]
ide-cd                 33608   1
cdrom                  33696   0  [sr_mod ide-cd]
nls_iso8859-1           3516   4  (autoclean)
nls_cp437               5148   3  (autoclean)
hid                    22244   0  (unused)
------------------------------------------------------------------

Can anybody help me to configure my sound on board (and xawtv from
those, who has experience configuring it)?

I'm using KDE 3.0.3 & I'm little bit confused about using artsd or
native
/etc/dsp.

Thanks in advance,
Ricky


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