Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
low-latency_kernels [2009/04/20 00:21]
tux99
low-latency_kernels [2011/12/25 16:35]
quark_zju [Other Setups]
Line 21: Line 21:
  
 ''adduser yourusername audio'' ''adduser yourusername audio''
 +
 +Ubuntu users can write in terminal:
 +
 +''sudo usermod -a -G audio yourusername''
 +
 +Archlinux users can use:
 +
 +''sudo gpasswd audio -a yourusername''
  
 If you know the commands for other distros, please update this page. If you know the commands for other distros, please update this page.
Line 65: Line 73:
 Aside: If they aren't in that file, put them in and uncomment those you want to try out. Aside: If they aren't in that file, put them in and uncomment those you want to try out.
  
-In newer kernel dev.rtc.max-user-freq doesn't exist anymore, instead it's now under /sys and therefore not configurable via /etc/sysctl.conf (as far as know). Therefore alternatively the following two lines in /etc/rc.d/rc.local can do the same thing:+In newer kernels dev.rtc.max-user-freq doesn't exist anymore, instead it's now under /sys and therefore not configurable via /etc/sysctl.conf (as far as know). Therefore alternatively the following two lines in /etc/rc.d/rc.local can do the same thing:
  
-echo 2048 >/sys/class/rtc/rtc0/max_user_freq +echo 2048 >/sys/class/rtc/rtc0/max_user_freq\\ 
-echo 2048 >/proc/sys/dev/hpet/max-user-freq+echo 2048 >/proc/sys/dev/hpet/max-user-freq\\
  
 You are free to try with different values, but some of those changes will require a new login session, and/or a reboot to take effect.  So if you are not sure, a reboot would be better, and also ensures that it does the same thing if you do need to reboot from time to time.  You can also experiment to learn about those.  You are free to try with different values, but some of those changes will require a new login session, and/or a reboot to take effect.  So if you are not sure, a reboot would be better, and also ensures that it does the same thing if you do need to reboot from time to time.  You can also experiment to learn about those. 
 
 
low-latency_kernels.txt · Last modified: 2022/05/06 16:07 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki