when doing cat /procc/interrupts I found this: 9: 0 100000 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi
What I have tried so far is updating to latest bios, disabled onboard wifi and nvidia card, irqpoll(system goes extremely slow and cannot login). I’ve also tried disabling nouvou, and completely removing the driver. I first thought it was wifi, or gpu that caused the issue, but I guess it’s the ACPI power saving something?
Did your read the first line?
“The backtrace … It is annoying but it does not necessary signalize a problem with your computer … but you can contact kernel maintainers via e-mail”.
You can try irqfixup parameter in place of irqpoll which did your system slow to see if this does difference and so avoid the abrt mesg. And waiting for a update of your firmware if it is not a hardware issue.
irqfixup [HW]
When an interrupt is not handled search all handlers
for it. Intended to get systems with badly broken
firmware running.
irqpoll [HW]
When an interrupt is not handled search all handlers
for it. Also check all handlers each timer
interrupt. Intended to get systems with badly broken
firmware running.
Hi! Thank you for your replies. I’ve also tried irqfixup with no luck, it also makes the system slow and I am unable to login. So I guess this comes down to this question, what is actually crashing? Is it the ACPI, and if so, as far as I’ve understood it, this has to do with the laptop power saving modes? In which case, acpi crashing is kind of a deal breaker as that would greatly affect the battery life?