Click to See Complete Forum and Search --> : no volume control?
nuggetman
09-02-2002, 09:15 AM
My sound blaster live is working via emu10k1. I can play sounds through XMMS fine and the interface sounds in KDE work too. But why do I have no mixers when I open KMix? I saw something about "alias sound emu10k1" when setting up my card, but I didn't do that. Slackware already had the module loaded, I just CHMODed /dev/dsp to 666. Can anyone tell me how I'd get a mixer to adjust the volume at the system level?
mdwatts
09-02-2002, 11:23 AM
Try running aumix from the commandline and see if you can use that to adjust the volume levels.
nuggetman
09-02-2002, 12:56 PM
Doesn't work. Command not found.
mdwatts
09-02-2002, 02:03 PM
Mine is in /usr/bin.
Is /usr/bin in your path?
echo $PATH
Perhaps you need to be root to run aumix.
bwkaz
09-02-2002, 02:22 PM
What's ls -l /dev/mixer say? If the permissions aren't OK, you might want to try chmod 0666 /dev/mixer in addition to /dev/dsp.
If /dev/mixer doesn't exist (or if it still doesn't work), then your sound drivers may not support a mixer. I'm not sure, but I don't think all of them do.
nuggetman
09-02-2002, 05:54 PM
[i]you might want to try chmod 0666 /dev/mixer[/B]
Worked beautifully. Thanks a bunch.