OneXPlayer X1-intel (155h) Turbo indicator does not light up
I'm running the original OneXPlayer X1 with Intel 155h and can not easily identify if I'm at 15w or 28w. Pressing Turbo Button does not seem to do anything. Verified HHD is enabled and running, logs don't appear to show any issues but I don't see mention of Turbo Button - not sure if that's expected.
Solution:Jump to solution
Ok, i searched OneXPlayer discord and saw a conversation you had with another user. So I disabled hhd (sudo systemctl stop hhd) and then tried
echo 0 | sudo tee /sys/devices/platform/oxp-platform/tt_toggle. this enabled the button and it now toggles back and forth3 Replies
yeah, the turbo button is managed by the device
if it doesnt light up dunno
Solution
Ok, i searched OneXPlayer discord and saw a conversation you had with another user. So I disabled hhd (sudo systemctl stop hhd) and then tried
echo 0 | sudo tee /sys/devices/platform/oxp-platform/tt_toggle. this enabled the button and it now toggles back and forththe echo to tt_toggle did not work without stopping hhd
appears to still work after re-enabling hhd - leading me to believe maybe tt_toggle is read once at hhd startup. maybe I missed a setup step.