Advertisement
Guest User

adsfeew

a guest
Apr 27th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. :~$ grep -r /sys/firmware/acpi/interrupts/
  2. Private/MISC FILES/linux fixes/coolcommands gpe issue :grep enabled /sys/firmware/acpi/interrupts/*
  3. Private/MISC FILES/linux fixes/coolcommands gpe issue :@reboot echo "disable" > /sys/firmware/acpi/interrupts/gpeXX
  4. Private/MISC FILES/linux fixes/coolcommands gpe issue :echo "disable" > /sys/firmware/acpi/interrupts/gpeXX 2>/dev/null
  5. Private/MISC FILES/linux fixes/coolcommands gpe issue : @reboot echo “disable” > /sys/firmware/acpi/interrupts/gpe18
  6. Private/MISC FILES/linux fixes/coolcommands gpe issue : Playing around in the console, I noticed that it does work if issue the command “echo “disable” > /sys/firmware/acpi/interrupts/gpeXX” twice.
  7. Private/MISC FILES/linux fixes/coolcommands gpe issue : /bin/echo “disable” > /sys/firmware/acpi/interrupts/gpeXX
  8. Private/MISC FILES/linux fixes/coolcommands gpe issue ~:grep enabled /sys/firmware/acpi/interrupts/*
  9. Private/MISC FILES/linux fixes/coolcommands gpe issue ~:@reboot echo "disable" > /sys/firmware/acpi/interrupts/gpeXX
  10. Private/MISC FILES/linux fixes/coolcommands gpe issue ~:echo "disable" > /sys/firmware/acpi/interrupts/gpeXX 2>/dev/null
  11. Private/MISC FILES/linux fixes/coolcommands gpe issue ~: @reboot echo “disable” > /sys/firmware/acpi/interrupts/gpe18
  12. Private/MISC FILES/linux fixes/coolcommands gpe issue ~: Playing around in the console, I noticed that it does work if issue the command “echo “disable” > /sys/firmware/acpi/interrupts/gpeXX” twice.
  13. Private/MISC FILES/linux fixes/coolcommands gpe issue ~: /bin/echo “disable” > /sys/firmware/acpi/interrupts/gpeXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement