On Sun, Mar 25, 2007 at 11:45:05AM -0700, Brad Fuller wrote:
- check that your user is part of the audio group
- from a terminal, type in the following command :
grep "pam_limits.so" /etc/pam.d/{gdm,kdm,xdm,login} 2> /dev/null
Aha,
well. I have it none.
How would this get added?
Add the line
session required pam_limits.so
to the appropriate file, where appropriate means what you are using; so
when using gdm, add it to /etc/pam.d/gtk. After logging out and logging
in again, it should work.
Burkhard