• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Santa Cruz in Linux and General Linux sound question

goob2k

Senior member
I got my Santa Cruz to work in Linux (almost perfectly). I'm using the latest kernel with the drivers built in. Does anyone know of a way to enable 4 speakers?

And on a partially related note, how does one get simultaneous sounds to play? Say when I have music going in XMMS, I can't hear the sounds from Gaim or whatever other program.
 
Check to make sure the drivers support all that. New sound drivers frequently will leave out things like that (well thats my understanding anyhow). But then again, the old POS soundcard I have doesnt support those features 😛
 
What about digital out? I painfully forced myself to go with an SB Live! 5.1 in my MP3 server because there are working Linux drivers that give you digital out. At least I didn't spend more than $35 on the thing. 🙂

-SUO
 
i have a santa cruz too, and it was a pain to get working, until i found out how, and then it was easy. 😛

anyways, for simultaneous sounds you need something like ESD (enlightenment sound daemon), which is supposed to let you do that, but after messing with it for a bit, it still wasnt working so i just said screw it. the only time i have 2 sounds going at once is when i wanna watch a video or some flash or something, and at those times i dont want my music going anyways.

for the 4 speakers, i have no clue, as i use a pair of 22 dollar labtec speakers 🙁

and just by chance, does your sound randomly go to crap? i mean, one song will stop playing, then the next will start, and its all crappy sounding, like its being played at a really low sample rate like 11khz or even lower. and the sound stays like that until i fix it. to fix it i wrote a little script to remove and then insert all of the modules again. it looks like this:

#!/bin/sh
sudo modprobe -r cs46xx
sudo modprobe -r ac97_codec
sudo modprobe -r soundcore
sudo modprobe soundcore
sudo modprobe ac97_codec
sudo modprobe cs46xx
sudo aumix -v 87
sudo aumix -w 78
echo "sound fixed sucka!"
exit 0

i just assigned that to a key binding, so its not too bad anymore. i just stop my mp3, hit alt+shift+F, wait a second, and then start my music again. really wierd though, do you have the same problem?
 
My sound quality is just fine (almost as good as in Windows). I did build the drivers into the kernel and didn't use modules- I'm not sure if that has something to do with it or not. I'll have to hit up ESD and see if that does anything. Does it require me to run Enlightenment as my window manager (I'm using Sawfish right now and am pleased with it)?
 
I believe simultaneous sounds per audio device is a feature provided by the driver, as long as the hardware supports it.

I can certainly get this capability on my SB Live under Linux.

If your hardware doesn't support it, you can get similar functionality from ESD. However, I never got any decent results from ESD, and avoid it like the plague. Note KDE's counterpart sound daemon is aRts.

As for surround sound, right now I don't believe it's relevant for Linux. I've seen no indication that any sound drivers have implemented surround sound speaker support. Nor is there a software API to program surround sound either.
 


<< I believe simultaneous sounds per audio device is a feature provided by the driver, as long as the hardware supports it. >>


the hardware definitely supports it, i guess its the driver which does not.


<< I can certainly get this capability on my SB Live under Linux. >>


show off 😉


<< As for surround sound, right now I don't believe it's relevant for Linux. I've seen no indication that any sound drivers have implemented surround sound speaker support. Nor is there a software API to program surround sound either. >>


isurround sound is definitely a reality under linux. if i remember correctly, you can get 5.1 on a SB Live.
 


<<


<< I can certainly get this capability on my SB Live under Linux. >>


show off 😉
>>


Actually no, because a lot of SB Live owners hate the product, and Creative as a result.


<<


<< As for surround sound, right now I don't believe it's relevant for Linux. I've seen no indication that any sound drivers have implemented surround sound speaker support. Nor is there a software API to program surround sound either. >>


isurround sound is definitely a reality under linux. if i remember correctly, you can get 5.1 on a SB Live.
>>



What apps support surround sound under Linux?

Actually now that you mentioned it, I do recall at some point, being able to get my rear speakers to duplicate the front speakers for music. That's not really the effect most people want though.
 
Back
Top