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
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.