Hi,

I somehow can't get any sound after installing the source rpm's from freshrpms.net, version 0.9.0-fr0.rc8.1. I think I did it by the book, but no sounds at all. I'm on redhat 8, card is terratec Xfire 1024. Pretty stange detail, msi k7 master turbo, onboard sound of, linux still finds it. I remove reference to it with standard oss from redhat and it works.

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
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss



alias char-major-195 nvidia


here's 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]


Now I don't know any more. Anybody has a clue? Under windows it works fine, so it's not
broken.


Thanks 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