From 23ce68fc781b7be08c8264903e0ec13199a16abf Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 5 Mar 2015 21:29:59 -0500 Subject: [PATCH] also suppress gpe4E --- other/systemd/{kerngpe66.service => suppress-gpe-66-4e.service} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename other/systemd/{kerngpe66.service => suppress-gpe-66-4e.service} (76%) diff --git a/other/systemd/kerngpe66.service b/other/systemd/suppress-gpe-66-4e.service similarity index 76% rename from other/systemd/kerngpe66.service rename to other/systemd/suppress-gpe-66-4e.service index 9e262bb..2d44f14 100644 --- a/other/systemd/kerngpe66.service +++ b/other/systemd/suppress-gpe-66-4e.service @@ -4,7 +4,7 @@ Description=KernGPE66 [Service] -ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66" +ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66 && echo disable > /sys/firmware/acpi/interrupts/gpe4E" Type=oneshot [Install] -- 2.20.1