[EMAIL PROTECTED] wrote:
> 
> How do I check for IRQ conflicts in Linux?

/proc/interrupts lists all interrupts currently in use by the kernel and
its modules.  Be aware, though, that an interrupt won't be listed in
this file if the device isn't being "driven" -- serial port interrupts
won't be listed if the serial module isn't loaded (or compiled into the
kernel).

--
Steve Philp
Network Administrator
Advance Packaging Corp.
[EMAIL PROTECTED]

Reply via email to