-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: incorrect CPU freq detection #148
Comments
lscpu |
lscpuArchitecture: x86_64 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies2500000 2400000 2300000 2200000 2100000 2000000 1900000 1800000 1700000 1600000 1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 grep "MHz" /proc/cpuinfocpu MHz : 2500.000 |
Is it still 23.7.5? |
It's 27.8.0. I'll try 23.8.1.
сб, 5 авг. 2023 г. в 08:41, Ing ***@***.***>:
… Is it still 23.7.5?
You can try 23.8.1 and the modules in 23.8.1 add back
cpufreq_performance.ko Library.
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIOMJYXZY3HOP5GUZRBOPLXTXMILANCNFSM6AAAAAA257GMTY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
and update modules |
On 23.8.1 cpu freq is detected correctly. Thanx! |
Install ENV:
Arpl version: 23.7.5
DSM model: DS918+
DSM version: 7.2(64570u2)
Issue: incorrect CPU freq detection
ARPL prior DSM load:
Model: DS918+
Build: 7.2(64570u2)
LKM: prod
CPU: Intel(R) Celeron(R) CPU J3355 @ 2.00GHz
MEM: 7809 MB
logs:
dmesg | grep GHz
[ 0.049094] smpboot: CPU0: Intel(R) Celeron(R) CPU J3355 @ 2.00GHz (family: 0x6, model: 0x5c, stepping: 0x9)
It's in fact 2.5Ghz and was recognized as so in old ARPL.
The text was updated successfully, but these errors were encountered: