Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3546

Raspberry Pi OS • Re: How to: Changing CPU Governor to schedutil in bookworm

$
0
0
Rather than editing the rules in /usr/lib directly (which will confuse the Debian package management), I suggest a small modification to that procedure:

Code:

sudo cp /usr/lib/udev/rules.d/60-ondemand-governor.rules /etc/udev/rules.d/60-ondemand-governor.rules
Make edits to /etc/udev/rules.d/60-ondemand-governor.rules to replace "ondemand" with "schedutil", as above.

Also, you can test without rebooting:

Code:

sudo udevadm control --reload-rulessudo udevadm trigger --subsystem-match=cpucat /sys/devices/system/cpu/cpufreq/policy0/scaling_governor

Statistics: Posted by p00ya — Fri Oct 24, 2025 8:29 pm



Viewing all articles
Browse latest Browse all 3546

Trending Articles