rtirq

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2012-05-09 11:42:56
Size: 677
Editor: 90-230-166-102-no35
Comment:
Revision 3 as of 2012-05-09 11:52:42
Size: 924
Editor: 90-230-166-102-no35
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[http://www.rncbc.org/jack/#rtirq | Get latest rtirq]]
Line 7: Line 9:
To enable the rtirq script (package name rtirq-init), the kernel needs to be booted with the "threadirqs" argument. For this to work, the kernel needs to have been built with CONFIG_IRQ_FORCED_THREADING enabled (which is enabled on both linux-lowlatency and linux-generic). To enable the rtirq script (package name rtirq-init), the kernel needs to be booted with the ''threadirqs'' argument. For this to work, the kernel needs to have been built with CONFIG_IRQ_FORCED_THREADING enabled (which is enabled on both linux-lowlatency and linux-generic).
Line 9: Line 11:
To boot with the "threadirqs", an easy way to add it to the boot parameters for GRUB is to add the argument in
/etc/default/grub and edit the line GRUB_CMDLINE_LINUX="" to read GRUB_CMDLINE_LINUX="threadirqs".
To boot with the ''threadirqs'', an easy way to add it to the boot parameters for GRUB is to add the argument in /etc/default/grub and edit the line GRUB_CMDLINE_LINUX="" to read GRUB_CMDLINE_LINUX="threadirqs".

If wanting to try a newer version of the script, or updating the current one, the files of interest are /etc/default/rtirq (configuration), and /etc/init.d/rtirq (the actual script).

../UbuntuStudio/audio-settings

What is rtirq?

Get latest rtirq

To Enable rtirq

To enable the rtirq script (package name rtirq-init), the kernel needs to be booted with the threadirqs argument. For this to work, the kernel needs to have been built with CONFIG_IRQ_FORCED_THREADING enabled (which is enabled on both linux-lowlatency and linux-generic).

To boot with the threadirqs, an easy way to add it to the boot parameters for GRUB is to add the argument in /etc/default/grub and edit the line GRUB_CMDLINE_LINUX="" to read GRUB_CMDLINE_LINUX="threadirqs".

If wanting to try a newer version of the script, or updating the current one, the files of interest are /etc/default/rtirq (configuration), and /etc/init.d/rtirq (the actual script).

UbuntuStudio/rtirq (last edited 2014-02-03 14:28:59 by pc-70)