hi,

I'm struggling getting alsa to work, that is sound in general with my Xfire 1024. I'm on redhat 8 and using 0.9.0 version of alsa using src.rpm's from freshrpms.net.
As far as I can see I did everything acording to manual at soundmatrix. Still there is no sound at all. Card is doing fine under windows btw so not broken.


here's my modules.conf:

alias parport_lowlevel parport_pc
alias eth0 tulip
alias sound-slot-0 snd-cs46xx
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 || :


# ALSA portion
alias snd-card-0 snd-cs46xx
alias char-major-116 snd
# module options should go here
options snd-cs46xx snd_nmap_valid=1

post-install snd-card-1 /usr/sbin/alsactl restore >/dev/null 2>&1 || :
pre-remove snd-card-1 /usr/sbin/alsactl store >/dev/null 2>&1 || :

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-cs46xx
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss

This lsmod:


sr_mod 18168 0 (autoclean)
snd-pcm-oss 44900 0 (autoclean)
snd-mixer-oss 16408 0 (autoclean) [snd-pcm-oss]
snd-cs46xx 76212 0 (autoclean)
snd-rawmidi 18592 0 (autoclean) [snd-cs46xx]
snd-seq-device 6268 0 (autoclean) [snd-rawmidi]
snd-ac97-codec 44320 0 (autoclean) [snd-cs46xx]
snd-pcm 82272 0 (autoclean) [snd-pcm-oss snd-cs46xx]
snd-timer 19624 0 (autoclean) [snd-pcm]
snd 43652 0 (autoclean) [snd-pcm-oss snd-mixer-oss snd-cs46xx snd-rawmidi snd-seq-device snd-ac97-codec snd-pcm snd-timer]
snd-page-alloc 8440 0 (autoclean) [snd-cs46xx snd-pcm]
gameport 3412 0 (autoclean) [snd-cs46xx]
soundcore 6500 6 (autoclean) [snd]


I just can't figure out what's going wrong. Unmuted the canals with alsamixer. Must say there's one phreaky thing. When I turn off onboard sound in bios on my msi k7 turbo, linux is still finding it. But with usual oss I remove the reference in modules.conf and it's working. Now I installed alsa and nothing works anymore. Somebody got a clue?

Greetz Sjors



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to