Bug#1038981: capping maximum frequency no longer works in kernel 6.1

2023-08-01 Thread AlMa
So it wasn't based on some inside/expert knowledge of the problem domain, I just put what you said in a search engine. I just tried searching for "powersave governor" and the arch wiki page was even higher in the result list ... You seem to have domain knowledge without even realizing this.

Bug#1038981: capping maximum frequency no longer works in kernel 6.1

2023-08-01 Thread Diederik de Haas
On Tuesday, 1 August 2023 01:39:50 CEST AlMa wrote: > > I don't want to be an ass, but why didn't you do such elementary research > > before filing a bug report? > > the fact that you searched for exactly "powersave frequency governor" From your initial message: "The governor is powersave

Bug#1038981: capping maximum frequency no longer works in kernel 6.1

2023-07-31 Thread AlMa
I don't want to be an ass, but why didn't you do such elementary research before filing a bug report? I don't want to be an ass, too, but the fact that you searched for exactly "powersave frequency governor" and “Intel p-state” (and NOT something else) is elementary to YOU. I saw the

Bug#1038981: capping maximum frequency no longer works in kernel 6.1

2023-07-31 Thread Diederik de Haas
On Saturday, 24 June 2023 00:19:50 CEST Al Ma wrote: > Below, I try to cap the frequency for each of my processor cores, but some > cores resists: ... > ... > The governor is powersave everywhere. If I put "powersave frequency governor" in a search engine, one of the first results points to arch

Bug#1038981: capping maximum frequency no longer works in kernel 6.1

2023-06-23 Thread Al Ma
Package: linux-image-6.1.0-9-amd64 Version: 6.1.27-1 Below, I try to cap the frequency for each of my processor cores, but some cores resists: # for i in `seq 0 7`; do echo "40"> /sys/devices/system/cpu/cpu$i/cpufreq/scaling_max_freq && cat