LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Sound Blaster audio problem (https://www.linuxquestions.org/questions/linux-software-2/sound-blaster-audio-problem-140768/)

atheist 01-31-2004 03:03 PM

Sound Blaster audio problem
 
Hi,
the thing is this: I have a Sound Blaster Live! 5.1 sound card and five speakers. I'm using the emu10k1 driver and having no sound issues what so ever. Except for this... I'm only getting sound from 2 of my 5 speakers. Sound from all of them using Windows. Does the driver simply not support more than 2 speakers? Do I need to configure it somehow? Is there an audiomixer that allows me to enable all of my speakers?
I'm not quite sure what information I should be giving here so if there's something you think could prove useful in solving this problem just tell me to post it. Thanks.

Crashed_Again 01-31-2004 03:13 PM

My guess is that you haven't unmuted the surround feature in alsa. Try this:

amixer set Master 100 unmute
amixer set PCM 100 unmute
amixer set Center 100 unmute
amixer set Surround 100 unmute

That will unmute all channels. Let us know if that works.

ONEderer 01-31-2004 08:31 PM

If you have a Dell computer system, and an emu10k1X sound card, then you have problems when using Linux. Dell hates Linux, and has designed this sytem to only use a single monopolistic operating system. Everything runs fine in Windows, but they included a "poison" proprietary sound card in their system. It is not a true SoundBlaster card, and will not give you the results that you may have expected.

Pwnz3r 01-31-2004 10:23 PM

Another reason I built my own PC. Anyway, another thing to try is to open a console and type alsamixer and check all the settings there. If you do have a Dell, I suppose you're out of luck.

atheist 02-01-2004 09:52 AM

Thanks for the quick responses.

Nope, I'm not using a Dell computer but wow, that's lame.
Anyways, I don't really have amixer and couldn't find it using "apt-cache search amixer" so I installed alsamixer and tried using that but I get this error when I try using it.
Code:

alsamixer: function snd_ctl_open failed for default: No such file or directory
Is this my problem?

ONEderer 02-02-2004 08:05 PM

Shutdown Alsamixer, and install Aumix. Check out the settings in Aumix, and see if they are (were) the same as the one for Alsamixer. If you get the same error message, then the problem is more broad then just one application, and the troubleshooting tactics will have to shift to accomodate this.

atheist 02-04-2004 12:47 PM

Hey, thanks.
Adjusting "OGain" in aumix did the trick. :)
Although no matter what setting I adjust I can't get the center speaker to work.
But hey, 4 out of 5 isn't too bad.

atheist 02-04-2004 12:50 PM

Oh, yeah and Crashed_Again, when I try to setup amix I get an error telling me I don't have an ALSA device. Which I don't. I think. Unless Sound Blaster Live! 5.1 is an ALSA device?


All times are GMT -5. The time now is 06:02 AM.