HP Pavilion - 14-al103ne Ubuntu 20.04
'top' command shows irq/126-aerdrv always running eating a lot of CPU.Top screenshot
'powertop' and 'cat /proc/interrupts' also attached. Interrupts and Powertop
I come from 16.04 where i had a similar problem with a kworker. I tried disableing gpe17 interrupt but it never went away. Upgrading to 20.04 does not seem to have helped. Only the process name has changed in 'top' from 'kworker/3:1' to 'irq/126-aerdrv'.
proc/interrupts tell me 126 is the code for IR-PCI-MSI 481280-edge. I dont know how to further find the source. This process continues even when i suspend the laptop. So suspend never works, eats up battery and CPU continuously. Any idea on solving this would be greatly appreciated.
sudo grep -i AER /var/log/syslog*. If that output is lengthy, post it at paste.ubuntu.com. Also show mesudo dmidecode -s bios-version. Start comments to me with @heynnema or I'll miss them. – heynnema May 26 '20 at 16:15pci=noaerto yourGRUB_CMDLINE_LINUX_DEFAULT=line in your/etc/default/grubfile and runningsudo update-gruband rebooting. – Terrance May 26 '20 at 17:52lspci -nnandlspci -tv. Also, I tried checking for a newer BIOS than F.25, but the HP web site wants a serial number, so you'll have to check for that yourself. The BIOS may be an important fix for this problem, so don't wait on this. Don't try the pci=noaer workaround yet. – heynnema May 26 '20 at 18:04https://paste.ubuntu.com/p/Jbzcd8dMNX/
I checked the BIOS. A newer version is available. If i update the BIOS using the exe given by HP, is there a possibility of the current Ubuntu setup being messed up? – Rahul Iyer May 26 '20 at 19:49