Re: [LAU] small/cheap devices that can run jackd?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-audio-user@...>
Date: Tuesday, October 25, 2011 - 1:31 pm

On 10/25/2011 02:50 PM, Renato wrote:

You can check ID's and their IRQ's of USB2 controllers with for instance:

#!/bin/sh
# USB2 controller ID and IRQ check

for a in $(ls /sys/bus/pci/drivers/ehci_hcd/ | grep 0000)
do
echo -n ID $a has IRQ:
cat /sys/bus/pci/drivers/ehci_hcd/$a/irq
done

If you want to figure out ID's for USB1 (OHCI) controllers replace
'ehci_hcd' with 'ohci_hcd' (of course you could also create a more
sophisticated script).
With top or htop you can monitor the different tasklets if you're using
a realtime kernel or a >= 2.6.39 kernel with the threadirqs kernel option.

> you should consider putting those scripts on some wiki! they're cool

Thanks and will do.

> cheers,

Best,

Jeremy
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LAU] small/cheap devices that can run jackd?, Alessandro Preziosi (licnep)..., (Mon Oct 24, 5:23 pm)
Re: [LAU] small/cheap devices that can run jackd?, Jeremy Jongepier, (Tue Oct 25, 7:59 am)
Re: [LAU] small/cheap devices that can run jackd?, Ken Restivo, (Sat Oct 29, 4:36 am)
Re: [LAU] small/cheap devices that can run jackd?, Ken Restivo, (Wed Nov 16, 12:29 am)
Re: [LAU] small/cheap devices that can run jackd?, Egor Sanin, (Fri Nov 18, 4:00 pm)
Re: [LAU] small/cheap devices that can run jackd?, Josh Lawrence, (Tue Oct 25, 9:40 pm)
Re: [LAU] small/cheap devices that can run jackd?, Folderol, (Tue Oct 25, 10:45 pm)
Re: [LAU] small/cheap devices that can run jackd?, mark hadman, (Wed Oct 26, 12:24 am)
Re: [LAU] small/cheap devices that can run jackd?, Jeremy Jongepier, (Tue Oct 25, 8:20 am)
Re: [LAU] small/cheap devices that can run jackd?, Jeremy Jongepier, (Tue Oct 25, 9:11 am)
Re: [LAU] small/cheap devices that can run jackd?, Jeremy Jongepier, (Tue Oct 25, 1:31 pm)
Re: [LAU] small/cheap devices that can run jackd?, Jeremy Jongepier, (Wed Oct 26, 6:12 am)
Re: [LAU] small/cheap devices that can run jackd?, Jeremy Jongepier, (Wed Oct 26, 6:55 pm)
Re: [LAU] small/cheap devices that can run jackd?, Jeremy Jongepier, (Wed Oct 26, 8:18 pm)
Re: [LAU] small/cheap devices that can run jackd?, Luke Peterson, (Tue Oct 25, 10:09 am)
Re: [LAU] small/cheap devices that can run jackd?, Louigi Verona, (Tue Oct 25, 8:52 am)
Re: [LAU] small/cheap devices that can run jackd?, Brett McCoy, (Mon Oct 24, 5:28 pm)