Re: How to pinpoint the package responsible for an unhandled IRQ?

2015-03-10 Thread Kynn Jones
On Tue, Mar 10, 2015 at 5:03 AM, Darac Marjal mailingl...@darac.org.uk wrote:

 On Mon, Mar 09, 2015 at 08:18:25PM -0400, Kynn Jones wrote:
 My kernel logs a message that includes

 irq 16: nobody cared

 ...and proceeds to disable IRQ #16.

 This unhandled IRQ is causing significant problems in my system, so
 I'm trying to get to the bottom of it.

 My understanding is that such unhandled IRQs are usually driver bugs.

 If this is the case, how can I determine the driver responsible for this bug?


 $ grep 16: /proc/interrupts

That helped.  Thanks!

kj


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAFvQaj4cfGEv9m=RNgWU3vMGAFepUA=g+o-zqw27s3-qdmj...@mail.gmail.com



Re: How to pinpoint the package responsible for an unhandled IRQ?

2015-03-10 Thread Darac Marjal
On Mon, Mar 09, 2015 at 08:18:25PM -0400, Kynn Jones wrote:
 My kernel logs a message that includes
 
 irq 16: nobody cared
 
 ...and proceeds to disable IRQ #16.
 
 This unhandled IRQ is causing significant problems in my system, so
 I'm trying to get to the bottom of it.
 
 My understanding is that such unhandled IRQs are usually driver bugs.
 
 If this is the case, how can I determine the driver responsible for this bug?

$ grep 16: /proc/interrupts

should give you an idea of what device or devices are on IRQ 16. And
yes, my understanding of IRQs is that a device raises an interrupt to
let the computer know that something it ready (data, an error, etc) the
appropriate driver should then notice that (or perhaps be notified of
it) and service the interrupt. If no-one responds to the kernel saying
There's something happening on IRQ 16, then you get the message above.

 
 Thanks in advance!
 
 kj
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 https://lists.debian.org/CAFvQaj63+pNLoXM26mSzSaXL5A9-3p31KfmezJR4nyPJNzb5=a...@mail.gmail.com
 


signature.asc
Description: Digital signature


How to pinpoint the package responsible for an unhandled IRQ?

2015-03-09 Thread Kynn Jones
My kernel logs a message that includes

irq 16: nobody cared

...and proceeds to disable IRQ #16.

This unhandled IRQ is causing significant problems in my system, so
I'm trying to get to the bottom of it.

My understanding is that such unhandled IRQs are usually driver bugs.

If this is the case, how can I determine the driver responsible for this bug?

Thanks in advance!

kj


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAFvQaj63+pNLoXM26mSzSaXL5A9-3p31KfmezJR4nyPJNzb5=a...@mail.gmail.com