-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Beepo / Vanguard schrieb: > Hi, > > I'm trying to run muse 0.8.1 (installed from Ubuntu Studio 7.04 > repository) and I'm getting the following error message: > > [EMAIL PROTECTED]:~$ muse > no locale <muse_en_US.UTF-8>/</usr/share/muse/locale> > Trying RTC timer... > RtcTimer::setTimerFreq(): cannot set tick on /dev/rtc: Permission denied > precise timer not available
You need to: 1.)have the lowlatency-kernel installed and running 2.)make sure your useraccount is in group audio 3.)set /dev/rtc to group audio: sudo chown -vv root:audio /dev/rtc 4.)give rtc a usable resolution: sudo bash echo 1024 > /proc/sys/dev/rtc/max-user-freq all this should have been done automagically with installing either the Ubuntustudio-DVD or its Metapackages. If automagic fails see above... good luck ;-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFHEos01Aecwva1SWMRAmaPAJ9I+HZfgeo+zlpsqUQPix2HpyKzXACgg2Wt oTGbewN4SRfz2czTbL67z7w= =FZmM -----END PGP SIGNATURE----- -- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
