Trouble setting up undervolting for t480 from inside distrobox

I'm trying to undervolt my thinkpad t480 laptop using this program reccomended by reddit: https://github.com/erpalma/throttled It has instructions for installing on Silverblue, but relies on layering so I want to try installing it by way of distrobox first. The arch instructions were listed first, they seemed simple, and arch sounds like a useful container to keep around anyway, so I started there. After some fumbling, I figured out I needed to enable systemd stuff, so I deleted the container and recreated it making sure to flip the switch for "use innit system" in BoxBuddy this time. After that it seems to have installed correctly, but when I run "systemctl is-enabled throttled" in the main terminal I get "not-found." When I run "systemctl is-active throttled" in the Arch distrobox terminal I get "failed." What am I doing wrong here? I've only been on linux for a little over a month and I'm a total noob when it comes to containers, but I aspire to be a dev. I appreciate technical answers and want to learn best practices.
GitHub
GitHub - erpalma/throttled: Workaround for Intel throttling issues ...
Workaround for Intel throttling issues in Linux. Contribute to erpalma/throttled development by creating an account on GitHub.
4 Replies
Kyle Gospo
Kyle Gospo4w ago
Hardware control like this will absolutely need to be layered I don't think it's worth even trying to get this in distrobox, even if it's possible
Sean.exe
Sean.exeOP4w ago
Okay. Do I need to worry about this affecting the automatic updates? There was a note about that in the Bazzite documentation for rpm-ostree.
Kyle Gospo
Kyle Gospo4w ago
It will continue to work unless this dependency issue preventing the update from happening Which should resolve itself given you're only layering one package Likely when the package updates if there's a problem at all
Sean.exe
Sean.exeOP4w ago
Okay. Thank you very much for the help.

Did you find this page helpful?