Never mind. Though cannot execute that command once booted, it works
fine in /etc/rc.local - the system startup script. My instructions are a
little shorter:
sudo gedit /etc/rc.local
--------------------------------
Put the following command there (anywhere):
echo "disable" > /sys/firmware/acpi/interrupts/gpe13
sudo gedit /etc/pm/sleep.d/30_disable_gpe13
---------------------------------------------------------------
Copy/paste Mauro's script:
#!/bin/bash
case "$1" in
thaw|resume)
echo "disable" > /sys/firmware/acpi/interrupts/gpe13 2>/dev/null
;;
*)
;;
esac
exit $?
sudo chmod +x /etc/pm/sleep.d/30_disable_gpe13
-----------------------------------------------------------------------
reboot
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887793
Title:
Kworker constantly taking about 100% CPU
To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/887793/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs