On 07/14/2010 03:23 PM, Ralf Mardorf wrote: [..] > $ su -c "chgrp audio /dev/hpet" Its also writable for the group, right?
> $ su -c "sysctl -w dev.hpet.max-user-freq=64" Documentation on this value is hard to come by, but I think it's unit is Hz. So you'll want su -c "sysctl -w dev.hpet.max-user-freq=1024" or even more :) try: echo 2048 | sudo tee /sys/class/rtc/rtc0/max_user_freq echo 2048 | sudo tee /proc/sys/dev/hpet/max-user-freq [..] ciao, robin -- Robin Gareus mail: [email protected] site: http://gareus.org/ chat: xmpp:[email protected] blog: http://rg42.org/ lab : http://citu.fr/ Public Key at http://pgp.mit.edu/ Fingerprint : 7107 840B 4DC9 C948 076D 6359 7955 24F1 4F95 2B42 _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
