On Wed, Jun 22, 2005 at 08:43:12PM +0300, Aviv Goll wrote: > Hi, > On windows I had the option to check if a device was experiencing an > IRQ collision at the device manager. How do I do that in linux?
I don't think the concept exists in Linux. What exactly does "IRQ collision" mean in Windows? Anyway, you can see which device is using with interrupt number, including which interrupt lines are shared, via /proc/interrupts. Cheers, Muli -- Muli Ben-Yehuda http://www.mulix.org | http://mulix.livejournal.com/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
