Muli Ben-Yehuda wrote:

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?
I don't know exactly. I guess that the same irq is allocated to two devices (for example sound and network cards). My sound card didn't work and I wanted to check if that was the problem...
It wasn't, and now it works :)
Thanks anyway.

Anyway, you can see which device is using with interrupt number,
including which interrupt lines are shared, via /proc/interrupts.
Cheers,
Muli

Aviv


PS - I found that you can check irq allocations when the machine boots (right before the OS loads) so I guess there's no real need to check it in linux.


=================================================================
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]

Reply via email to