Re: Need help fixing an unhandled irq

2015-05-11 Thread Henrique de Moraes Holschuh
On Thu, Apr 23, 2015, at 09:59, Kynn Jones wrote: > I did boot with irqpoll, and indeed the unhandled interrupt does not > occur, but my understanding is that the irqpoll option is a temporary > measure (maybe to get past anotherwise fatal unhandled interrupt), but > not a permanent fix. (Because i

Re: Need help fixing an unhandled irq

2015-04-23 Thread Kynn Jones
I did boot with irqpoll, and indeed the unhandled interrupt does not occur, but my understanding is that the irqpoll option is a temporary measure (maybe to get past anotherwise fatal unhandled interrupt), but not a permanent fix. (Because it is inefficient for the kernel to perform such polling?

Re: Need help fixing an unhandled irq

2015-04-23 Thread claude juif
By the way, have you tried to boot with irqpoll as the kernel says ? And i suppose you use wheezy according to your kernel (3.2.65) version, so did you try to upgrade kernel from backport (3.16.7) ? 2015-04-23 14:26 GMT+02:00 Kynn Jones : > Thanks for your comment. > > It turns out that unhandle

Re: Need help fixing an unhandled irq

2015-04-23 Thread Kynn Jones
Thanks for your comment. It turns out that unhandled IRQ16 happens irrespective of which USB port the mouse is connected to, or even if the mouse is connected at all at the time the system goes to sleep (in the latter case, when the mouse is re-connected, it still shows the same lag). (I posted a

Re: Need help fixing an unhandled irq

2015-04-23 Thread claude juif
Hi, Did the mouse lags occurs on all usb port ? Because you lspci return usb1 on IRQ16 and usb2 on IRQ23. So if your problem is related to IRQ16, changing USB port might resolv the problem. If the problem still there, i guess IRQ16 have nothing to do with your mouse lags. Regards, 2015-04-22 17

Re: Need help fixing an unhandled irq

2015-04-22 Thread Kynn Jones
On Tue, Apr 21, 2015 at 9:49 PM, Kynn Jones wrote: > OK, I found a way to turn off one of the two snd_hda_intel, > but it turned out to be the one on IRQ 45. (In any case, > doing this did not solve the problem.) The method I used was > 1. find the prefix of the audio device(s) in the output o

Re: Need help fixing an unhandled irq

2015-04-22 Thread Kynn Jones
On Tue, Apr 21, 2015 at 10:03 PM, James wrote: > What kind of connection for the mouse? > Does unplugging it and plugging it back in help? Sorry, I should have covered those questions in my original post! It's a USB2 mouse, and no, unplugging/re-plugging it back in does not help. kj

Re: Need help fixing an unhandled irq

2015-04-21 Thread James
What kind of connection for the mouse? Does unplugging it and plugging it back in help? -- 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/55370174.5090...@lockie.ca

Re: Need help fixing an unhandled irq

2015-04-21 Thread Kynn Jones
On Tue, Apr 21, 2015 at 8:49 PM, Kynn Jones wrote: > Looking at the output from `/proc/interrupts` > > CPU0 CPU1 CPU2 CPU3 > 0: 53 0 0 0 > IR-IO-APIC-edge timer > 1: 3 0 0

Need help fixing an unhandled irq

2015-04-21 Thread Kynn Jones
When my computer returns from sleep, the mouse has a lag so severe that any operation dependent on use of the mouse becomes all but impossible. Looking at the kernel logs I found a message that seems to be related to the problem described above; it's about an unhandled irq: Apr 21 21:51:04 ca