Try it out and you'll see that surround won't work. OSS works just great for me, and it has even better sound quality than alsa.Levi wrote:One second please: The Audigy LS IS supported through the ca0106 (that's the chip on the audigy ls) module.
The driver is very new, it was first introduced in alsa-drivers 1.0.6, that's why there is a good chance the alsa included with your kernel doesn't have the driver yet.
Also, that driver does support surround sound, I have no clue why re-nice says there isn't...
What the driver is lacking is 2ch->4ch copying for stereo output, so that will be played only through front speakers.

Code: Select all
pcm.dmixer {
type dmix
ipc_key 13761
slave {
pcm "hw:0,0"
channels 4
rate 48000
period_size 4096
buffer_size 81920
period_time 84000
buffer_time 504000
}
bindings {
0 0;
1 1;
}
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.default {
type plug
slave.pcm "dmixer"
}
ctl.mixer0 {
type hw
card 0
}
Code: Select all
pcm "hw:0,0" #remove this one
pcm "hw:0,1" #add this one
Code: Select all
pcm.dmixer {
type route
slave.pcm surround40
slave.channels 4
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.default {
type plug
slave.pcm "dmixer"
}
ctl.mixer0 {
type hw
card 0
}
Installed the OSS external, created an init.d script : all alsa removed except alsa-lib. All working. OSS just works FANTASTIC!COiN3D wrote:Try it out and you'll see that surround won't work. OSS works just great for me, and it has even better sound quality than alsa.Levi wrote:One second please: The Audigy LS IS supported through the ca0106 (that's the chip on the audigy ls) module.
The driver is very new, it was first introduced in alsa-drivers 1.0.6, that's why there is a good chance the alsa included with your kernel doesn't have the driver yet.
Also, that driver does support surround sound, I have no clue why re-nice says there isn't...
What the driver is lacking is 2ch->4ch copying for stereo output, so that will be played only through front speakers.
Btw, my 200th posting!

Oops, sorry been away fro a while (i went over to the dark side ..... CRUX LINUX! But i'm back.)__Jackal__ wrote:I'm having the same troubles with that card. What do you mean oss external? I don't see that when i do emerge --search oss
pcm.!dmix {
type plug
slave {
pcm surround51
channels 6
}
}
pcm.!default {
type plug
slave.pcm "dmix"
slave.channels 6
route_policy duplicate
}
sources# Use ALSA (also valid: sdl, native)
(define devices '(alsa))
#(define devices '(sdl))
#(define devices '(native))
# Four speaker surround with ALSA
(define speaker-num 6)
(define alsa-out-device "surround51:0,0")
# For ALSA-in support (ie. voice chat)
(define alsa-in-device "hw:0,0")
Code: Select all
channels 6
slave.channels 6
speaker-num 6
surround51
Code: Select all
channels 8
slave.channels 8
speaker-num 8
surround71
