On Thu, 2008-12-18 at 22:09 +0100, Jean-Baptiste Mestelan wrote:
Not sure why, but rtirq is hard to be found on the
internet, these
days. The Gentoo-proaudio people have packaged it here:
http://download.tuxfamily.org/proaudio/distfiles/rtirq-20071012.tar.gz
Or see the main shell script below; the line you want goes like this:
grep irq /proc/asound/cards | tac | sed 's/.* irq
\(.*\)/\1/'
Thanks!
BTW: Do you have any idea what the rationale behind that 'tac' in the
middle is?