rtirq update - 2024 second edition

Hi all!

A new update to rtirq is out:

  • Added "snd-usb" keyword. (EXPERIMENTAL)
  • Version 20240220.

Packages are here available and also from the repos:

rtirq-20240220.tar.gz
rtirq-20240220-47.1.src.rpm
rtirq-20240220-47.1.noarch.rpm

Note that the rtirq init-script/systemd-service makes sense only on real-time preemptive (PREEMPT_RT) or threadirqs enabled GNU/Linux kernels.

Enjoy!

Donate to rncbc.org using PayPal Donate to rncbc.org using Liberapay

Permalink

some clarification is due on the new keyword usage, iif you care for your class-compliant USB-Audio soundcard prioritization, specifically:

  1. add the snd-usb keyword to RTIRQ_NAME_LIST on the existing configuration file (/etc/rtirq.conf) or accept the new default, as follows:
    RTIRQ_NAME_LIST="snd snd-usb i8042"
  2. (optional) to cope with (hot-)pluggin in or out the stuff, you'll probably need a new udev rule; depending on your particular distro, the following will do:

cat<<_Eof1 | sudo tee /etc/udev/rules.d/99-rtirq.rules
ACTION=="add|remove", SUBSYSTEM=="sound", KERNEL=="card*", RUN+="/usr/bin/systemctl restart rtirq.service"
_Eof1

hth.
cheers

Add new comment

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.