Conversation

Jarkko Sakkinen

This is unfortunate :-/ E.g. main #Fedora repositories don't have rtirq package.

http://ccrma.stanford.edu/planetccrma/software/
1
0
0
@jarkko lol

$ sudo pacman -S rtirq
resolving dependencies...
looking for conflicting packages...

Packages (1) rtirq-20240905-1

Total Download Size: 0.01 MiB
Total Installed Size: 0.01 MiB

:: Proceed with installation? [Y/n] Y

LOL!
1
0
1
@jarkko

[~]$ sudo pacman -S duh
error: target not found: duh
1
0
1
@ljs If "threadirqs" is enabled in the kernel-command line and rtirq is enabled by systemctl, then "ps -T -o comm,policy,rtprio -p $(pgrep -w -d ',' irq) | egrep '(snd|hci)'" this should give priority 90 for sound cards and USB HCI's after the boot (default is 50). It help for instance in that when you compile a huge project during a meeting, audio does not chop ;-) Should be really part of default installation IMHO despite the little that it does (just reconfigures priorities).

I'll see if I can build RPM myself given that there is a spec file apparently :-) https://github.com/rncbc/rtirq
0
0
2