On Wed, 2011-06-22 at 19:24 +0200, bart deruyter wrote: > there is no access for the audio group to the high precision event > timer, nor for the real-time clock.
The regular timer should be automatically set to group audio during startup, run $ ls /dev/snd/timer -l to check this. Hpet needs to be set by you for startup. Or in a terminal emulation run $ sudo chgrp audio /dev/hpet $ sudo chmod g+rw /dev/hpet $ sudo modprobe snd-hrtimer to set it after startup. -- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
