Hi
I'm a FreeBSD beginner and having these strange ACPI errors whenever I boot into FreeBSD as seen below:
Excerpt from dmesg
Is there a way to disable GPE6F specifically?
On Linux I would simply type echo "disable" > /sys/firmware/acpi/interrupts/gpe6 and the error would stop flooding my kernel logs.
I'm a FreeBSD beginner and having these strange ACPI errors whenever I boot into FreeBSD as seen below:
Excerpt from dmesg
Code:
Jul 16 19:07:03 pliskin kernel: ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L6F] (20160527/evgpe-622)
Jul 16 19:07:03 pliskin kernel: ACPI Error: [PGRT] Namespace lookup failure, AE_NOT_FOUND (20160527/psargs-391)
Jul 16 19:07:03 pliskin kernel: ACPI Error: Method parse/execution failed [\_GPE._L6F] (Node 0xfffff800075cc740), AE_NOT_FOUND (20160527/psparse-559)
Jul 16 19:07:03 pliskin kernel: ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L6F] (20160527/evgpe-622)
Jul 16 19:07:03 pliskin kernel: ACPI Error: [PGRT] Namespace lookup failure, AE_NOT_FOUND (20160527/psargs-391)
Jul 16 19:07:03 pliskin kernel: ACPI Error: Method parse/execution failed [\_GPE._L6F] (Node 0xfffff800075cc740), AE_NOT_FOUND (20160527/psparse-559)
Jul 16 19:07:03 pliskin kernel: ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L6F] (20160527/evgpe-622)
Jul 16 19:07:03 pliskin kernel: ACPI Error: [PGRT] Namespace lookup failure, AE_NOT_FOUND (20160527/psargs-391)
Jul 16 19:07:03 pliskin kernel: ACPI Error: Method parse/execution failed [\_GPE._L6F] (Node 0xfffff800075cc740), AE_NOT_FOUND (20160527/psparse-559)
Jul 16 19:07:03 pliskin kernel: ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L6F] (20160527/evgpe-622)
Jul 16 19:07:03 pliskin kernel: ACPI Error: [PGRT] Namespace lookup failure, AE_NOT_FOUND (20160527/psargs-391)
Jul 16 19:07:03 pliskin kernel: ACPI Error: Method parse/execution failed [\_GPE._L6F] (Node 0xfffff800075cc740), AE_NOT_FOUND (20160527/psparse-559)
Jul 16 19:07:03 pliskin kernel: ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L6F] (20160527/evgpe-622)
Jul 16 19:07:03 pliskin kernel: ACPI Error: [PGRT] Namespace lookup failure, AE_NOT_FOUND (20160527/psargs-391)
Jul 16 19:07:03 pliskin kernel: ACPI Error: Method parse/execution failed [\_GPE._L6F] (Node 0xfffff800075cc740), AE_NOT_FOUND (20160527/psparse-559)
Jul 16 19:07:03 pliskin kernel: ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L6F] (20160527/evgpe-622)
Jul 16 19:07:03 pliskin kernel: ACPI Error: [PGRT] Namespace lookup failure, AE_NOT_FOUND (20160527/psargs-391)
Jul 16 19:07:03 pliskin kernel: ACPI Error: Method parse/execution failed [\_GPE._L6F] (Node 0xfffff800075cc740), AE_NOT_FOUND (20160527/psparse-559)
Is there a way to disable GPE6F specifically?
On Linux I would simply type echo "disable" > /sys/firmware/acpi/interrupts/gpe6 and the error would stop flooding my kernel logs.