From: Amin Bandali Date: Fri, 6 Mar 2015 02:29:59 +0000 (-0500) Subject: also suppress gpe4E X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/23ce68fc781b7be08c8264903e0ec13199a16abf also suppress gpe4E --- diff --git a/other/systemd/kerngpe66.service b/other/systemd/kerngpe66.service deleted file mode 100644 index 9e262bb..0000000 --- a/other/systemd/kerngpe66.service +++ /dev/null @@ -1,11 +0,0 @@ -# copy to /etc/systemd/system/ (at least on Arch Linux) - -[Unit] -Description=KernGPE66 - -[Service] -ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66" -Type=oneshot - -[Install] -WantedBy=multi-user.target diff --git a/other/systemd/suppress-gpe-66-4e.service b/other/systemd/suppress-gpe-66-4e.service new file mode 100644 index 0000000..2d44f14 --- /dev/null +++ b/other/systemd/suppress-gpe-66-4e.service @@ -0,0 +1,11 @@ +# copy to /etc/systemd/system/ (at least on Arch Linux) + +[Unit] +Description=KernGPE66 + +[Service] +ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66 && echo disable > /sys/firmware/acpi/interrupts/gpe4E" +Type=oneshot + +[Install] +WantedBy=multi-user.target