2

Why do I get this message in the terminal (putty) ?

Message from syslogd@Debian-87-jessie-64-minimal at May 27 01:14:25 ...
 kernel:[ 8242.806151] do_IRQ: 0.163 No irq handler for vector (irq -1)
Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
clarkk
  • 1,727
  • 6
  • 31
  • 43

1 Answers1

1

I had same issue on a ASUS P5VD2-X motherboard. Fixed adding this line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet pci=nomsi,noaer"

on

/etc/default/grub 

and running update-grub;reboot

cheche
  • 111
  • 4