[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2010-01-10 Thread Jean Vincent
This is not a user error, I had the same problem after distribution upgrade from Intrepid to jaunty. I have the following errors in /var/log/messages right after booting without starting any other application: Jan 10 08:19:27 Thermalgy-Ubuntu pulseaudio[3553]: main.c: Called SUID root and

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2010-01-10 Thread Jean Vincent
Now this is great, after adding me to the pulse-rt group: $ sudo usermod -G pulse-rt jean and verifying that I was in the group: j...@thermalgy-ubuntu:~$ groups jean pulse-rt I rebooted the computer to see if my sound would work again as it did before the upgrade to Jaunty. It still does not

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2010-01-10 Thread Jean Vincent
I have been able to get audio playback working but not recording by installing the latest ALSA drivers using this script: http://ubuntuforums.org/showthread.php?p=6589810 And adding at the end of /etc/modules the line: snd-hda-intel And rebooting. $ lspci | grep Audio 00:14.2 Audio device: ATI

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-12-10 Thread Oliver Joos
AFAIK rtkit is planned for 10.04 (Lucid). In 9.10 (Karmic) your pulseaudio daemon can gain high-priority and realtime scheduling by editing /etc/security/limits.conf. For each desktop user add the following 2 lines: $USER - nice -11 # values from -20 upto 19 allowed $USER - rtprio

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-12-10 Thread Oliver Joos
...and here ~/.pulse/daemon.conf as attachment (without the ugly line breaks). ** Attachment added: ~/.pulse/daemon.conf http://launchpadlibrarian.net/36662952/daemon.conf -- pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working https://bugs.launchpad.net/bugs/265010 You

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-09-27 Thread unimatrix
The solution with pulse-rt group does not work in Karmic anymore as there is no such group. Reopening. ** Changed in: pulseaudio (Ubuntu) Status: Invalid = Confirmed -- pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working https://bugs.launchpad.net/bugs/265010 You

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-09-27 Thread Achim
As far as I know this bug isn't valid any more. Pulseaudio 0.9.18 now depends on RealtimeKit, for more information please following this link. http://0pointer.de/blog/projects/rtkit.html Regards Achim ** Changed in: pulseaudio (Ubuntu) Status: Confirmed = Invalid -- pulseaudio 0.9.11

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-01-10 Thread Alchera
In response to the above post by Chris Coulson on 2008-10-30: The command syntax is: usermod -a -G group1,group2,group3 username Where username is the user you want to modify and group1 and group2 are the new groups you want that user to join. Running the command without the -a argument will

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-01-07 Thread Andreas Schultz
dismissing this as User error is hardly a valid solution. A upgrade from an old ubuntu version (can't remember which one) left me with exactly the same situation as the original reporter. pulseaudio was installed and my main user had not been added to the -rt group. At the very minimum, should

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-01-07 Thread Chris Coulson
Andreas - the upgrade should not add your user to the pulse-rt group anyway, as users are not added to this group on a default install either. In response to your earlier question about using Policykit - I think this is already the case in Jaunty. So Daniel is correct to close this bug report, as

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-01-06 Thread Daniel T Chen
User error ** Changed in: pulseaudio (Ubuntu) Status: Incomplete = Invalid -- pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working https://bugs.launchpad.net/bugs/265010 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2009-01-02 Thread Andreas Schultz
Instead of using a special group, shouldn't this use a policykit config? see also: https://wiki.ubuntu.com/DesktopTeam/Specs/Intrepid/DevicePermissions -- pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working https://bugs.launchpad.net/bugs/265010 You received this bug

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2008-10-30 Thread Chris Coulson
You didn't add your user to pulse-rt. You should do: sudo usermod -G pulse-rt amit This type of question really should go in the forums or support tracker though -- pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working https://bugs.launchpad.net/bugs/265010 You received

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2008-10-30 Thread Amit Soni
I added the user to the pulse-rt group by the following-- sudo useradd -G pulse-rt amit I got the following output-- useradd: user amit exists Then I restarted pulseaudio by-- pulseaudio --start -vvv But hen I got the following, stating that real time scheduling is not possible-- I: caps.c:

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2008-09-05 Thread Chris Coulson
You need to add your user to the 'pulse-rt' group in order to use real time scheduling. Could you please try that and have another go. Thanks ** Changed in: pulseaudio (Ubuntu) Status: New = Incomplete -- pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

[Bug 265010] Re: pulseaudio 0.9.11 ppa Luke real-time/high-priority scheduling not working

2008-09-05 Thread Achim
Okay, I have done what you have suggested and it looks better now. $ pulseaudio --start -vvv D: main.c: Started as real root: no, suid root: yes I: main.c: We're in the group 'pulse-rt', allowing high-priority scheduling. I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted