Skip to content

Instantly share code, notes, and snippets.

@cengiz-io
Forked from StefanoBelli/disable_gpe6F.service
Created April 19, 2017 23:08
Show Gist options
  • Save cengiz-io/8f3762cdeb7303cd7e71ca90d9e354b3 to your computer and use it in GitHub Desktop.
Save cengiz-io/8f3762cdeb7303cd7e71ca90d9e354b3 to your computer and use it in GitHub Desktop.
Temporary fix for ACPI (GPE iinterrupts) failure , disable GPE6f interrupts, probably motherboard faulty ACPI implementation (reflash/update BIOS) [[!!You should take action!!]]. Install this in /usr/lib/systemd/system and run systemctl enable disable_gpe6F
[Unit]
Description=Disable GPE6F interrupts
[Service]
Type=oneshot
ExecStart=/bin/bash -c "echo disable > /sys/firmware/acpi/interrupts/gpe6F"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment