You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, January 1st 2004, 10:13pm

Wrong sound card in KMix

Hi
I have two sound cards : a bad one on the mainboard and a creative PCI.
The sound card used in KMix is not the one i want to use. I can't find where i can select the good one. Mixer applet do not propose me the good card. And I saw no option in the control center.

If someone can help me...
Martien
(je suis venu en ami)

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

2

Friday, January 2nd 2004, 9:22pm

this is an extract of my modules which are loaded at boot, which can be found at /etc/modules.conf

[code:1]
#alias sound-slot-0 via82cxxx_audio //remark this line, this is default audio driver

#====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
#--- Intel 8x0 and SiS 7012 ----------
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
#--- Via8233 Via686a -------------------------------
#alias snd-card-0 snd-via82xx
#options snd-via82xx index=0 id="VIA"
#=================================
alias char-major-14 soundcore
alias sound-slot-0 snd-intel8x0
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
#=================================
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 || :
above snd-intel8x0 snd-pcm-oss
alias /dev/nvidia* nvidia
[/code:1]

Perhaps your modules.conf needs to be altered, im not sure and i hope that this helps you. maybe you should post ur modules.conf.

3

Sunday, January 4th 2004, 10:44am

wrong sound card in kmix

Well, this is not a driver problem since this soundcard works fine. I can hear sound from it.
But KMix doesn't allow to modify volume and other parameters, and volume level is very low with KDE apps.

KMix help pages talk about mix console (to select the number of cards detected) in configuration center, but i haven't this element in my own configuration center.
It's very strange.
Martien
(je suis venu en ami)