-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ralf Mardorf wrote: <snip> > > Those are fine in the script: > > sudo chgrp audio /dev/hpet > sudo modprobe snd-hrtimer > > Just this isn't fine: > > sudo echo $hpet_max_user_freq >/proc/sys/dev/hpet/max-user-freq > Have you considered sysctl? sudo sysctl -w dev.hpet.max-user-freq=$hpet_max_user_freq
Having said that, why not have a script that runs at boot time to set this parameter? This is in fact how I accomplish the same task. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAks2X/kACgkQwRXgH3rKGfPpxgCgrMmTyRIw625PnyMo6+gud1hz A4IAn3b0of2Csldzq59vtdaaXIUf9cDX =HqHM -----END PGP SIGNATURE----- _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
