0

Whenever I wake my computer out of suspension, I get the following error code.

[Firmware Bug]: cpu 1, try to use APIC500 (LUT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu

Before the part that says [Firmware Bug] is a list of numbers. They always change, but I'll put in an example.

[32176.997553]

My CPU is an AMD Athlon II X3, if that helps. Any ideas?

Zach W
  • 1
  • 1
  • 2
  • Not just a Ubuntu issue; a long-standing Linux kernel issue. The bug report lists kernel 3.5.0, and I'm running kernel 4.1.27. – palswim Jul 24 '16 at 00:04

1 Answers1

1

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1152484

It's a BIOS bug common on AMD platforms. The above bug report thread explains it in fairly exhaustive detail. It doesn't seem to be a serious concern. I have an AMD Phenom II and I get the same error message. Seems like developers are trying to come up with a kernel patch that might help avoid this issue, but ultimately, it's a problem of the way the BIOS interacts with the processor when the computer wakes from suspend.

  • 2
    It doesn't seem like a serious concern for certain older processors ("10h"), but it appears to cause system slowness for a newer family of processors ("15h"). – palswim Jul 24 '16 at 00:01