Comment 159 for bug 1575467

Revision history for this message
Richard Baka (bakarichard91) wrote :

There is an extremely non official patch for this problem that works very well for me. Not perfectly but well. It's worth a try. Please use it at your own risk.

I copy this from here: https://forum.manjaro.org/t/intel-bay-trail-freezes-the-linux-kernel/1931/10

https://github.com/TheDrHax/t100ta-scripts/blob/master/cstate/c6off%2Bc7on.sh

1. Drop the script at "/usr/bin/c6off+c7on.sh"
->sudo nano /usr/bin/c6off+c7on.sh
->Paste the content of the script
->ctrl+o

2. Then create a file "/etc/systemd/system/cstatefix.service"
->sudo nano /etc/systemd/system/cstatefix.service
->Paste the content
->ctrl+o
with following contents:

[Unit]
Description=My script

[Service]
ExecStart=/usr/bin/c6off+c7on.sh

[Install]
WantedBy=multi-user.target

3. Then enable service with command

sudo systemctl enable cstatefix.service