John Beavers wrote:
> Now, the sound from vlc plays independantly for the different users,
> but firefox and games (like robots) still send sounds to device 0,
Apparently, Firefox and games do not use the "default" device.
If they use ALSA, try to reconfigure the sound device name. If they
use OS
If you set an environment variable ALSA_DEVICE to 0 or 1 for each session,
the following definition in /etc/asound.conf should do what you want:
pcm.!default {
type plug
slave.pcm {
@func concat
strings [
"dmix:CARD=Live,DEV="
{
@func
John Beavers wrote:
> I tried that, that particular suggestion didn't work,
It assumes that you use the default dmix configuration for your
sound card.
> but I changed it to
>
> pcm.!default rear:Live and
>
> pcm.!default front:Live
>
> which did work partially. However, it broke sound in
John Beavers wrote:
> I have a soundblaster Live that I am trying to have the outputs used
> as independant virtual devices.
>
> aplay -l
> card 0: Live [Dell Sound Blaster Live!], device 0: emu10k1x [EMU10K1X
> Front] card 0: Live [Dell Sound Blaster Live!], device 1: emu10k1x
> [EMU10K1X Rear]
John Beavers wrote:
> I have a soundblaster Live that I am trying to have the outputs used as
> independant virtual devices.
>
> aplay -l
> card 0: Live [Dell Sound Blaster Live!], device 0: emu10k1x [EMU10K1X Front]
> card 0: Live [Dell Sound Blaster Live!], device 1: emu10k1x [EMU10K1X Rear]
> ca
Hello,
I have a soundblaster Live that I am trying to have the outputs used as
independant virtual devices. Basically, there are two X sessions running
with two users logged into them (this is called multiseating). I've heard
of assigning different sound cards to the different X sessions, but I
"abhisree" <[EMAIL PROTECTED]> writes:
> I am willing to use the Alsa drivers, but my sound card,
> a CMEDIA CMI8338, seems not to be supported. Please, let
Is that not a cmipci?
--
MJR Thesis watch: 70%
This is my personal web site =-> h
I am willing to use the Alsa drivers, but my sound card,
a CMEDIA CMI8338, seems not to be supported. Please, let
me know of any plans for it. Is its driver currently
been worked out, or there is nothing being done to
support it. Would it take too long to have it suppoorted
___