Ticket #824 (closed defect: invalid)
Multiple users and ACL on USB sound devices
| Reported by: | olek | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | daemon | |
| Keywords: | Cc: |
Description
I have: pulseaudio 0.9.21.1
On gentoo, compiled with: USE= X, alsa, asyncns, -avahi, -bluetooth, caps, dbus, -doc, glib, -gnome, hal, ipv6, -jack, -libsamplerate, -lirc, -oss, -system-wide, -tcpd, udev, -test
Under KDE Version 4.3.5.
olek@trol ~ $ cat .asoundrc
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
my soundcard in lspci: 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
So. The problem is when I am locking the screen under kde with playing radio in the mplayer and another user will create new session in KDE. It runs separate X server under vt8, and my sound(from my mplayer) is going down, but mplayer still works. When this user will logged off, and I will unlock my screen, I need to kill pulseaudio (with -9), run it again, and after that kill mplayer and run it again.
P.S. I am sorry for my english, and thank you for help
