Jump to content
XPEnology Community

Recommended Posts

Posted

Hello, friend!

 

Very funny situation, but right now I have same CPU:

 

Screenshot_83.thumb.png.c9ff0550435f00b32857064d0a705f24.png

 

I think that CPU frequency don't depend on Syno model, but only BIOS settings.

Try reset to default your BIOS and check system info in BIOS and Info Center in Syno.

Try to play with BIOS - overclocking settings.

What motherboard you have?

Mine is Z87-Pro, great choice for experiments.

 

Posted

Thank you for your reply.

I'll try BIOS reset on my mainboard.(I don't remember M/B model)

But funny thing is that I can see CPU clock rate is 2.65GHz in the monitor when I install Xpenology.

In your comment, "Try to play with BIOS - overclocking settings."

What is this meaning?

Do I have to CPU overclocking in BIOS?

Posted

Kevin, you can find name of motherboard and details of CPU via ssh:

 

name@DSM7:~$ dmesg | grep Hardware
[    0.000000] Synology Hardware Version: DS918+
[   26.745413] Hardware name: ASUS All Series/Z87-PRO, BIOS 2103 08/18/2014
name@DSM7:~$ dmesg | grep CPU
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 37 pages/cpu @ffff88052da00000 s111576 r8192 d31784 u262144
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.009822] CPU: Physical Processor ID: 0
[    0.009967] CPU: Processor Core ID: 0
[    0.010962] CPU0: Thermal monitoring enabled (TM1)
[    0.023269] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1265L v3 @ 2.50GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.025591] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.049108] x86: Booted up 1 node, 8 CPUs
[    0.055641] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[   26.745110] CPU: 3 PID: 7503 Comm: systemd-udevd Tainted: P           OE   4.4.302+ #69057
name@DSM7:~$
 

BTW, if you will detect motherboard we'll try to find manual that can help

And once more thing: as I remember there is some commands on Linux that can run CPU on full frequency. People talk about this, may be here, may be on loader github's pages. Will try to find it.

Posted (edited)

Kevin, can you show output dmesg | grep CPU?

And show BIOS version from output?

 

BTW for record: you're need BIOS version at least 0904 but for sure better to update to last one (2003)

Screenshot_85.png.12ff9da482cc8a80daa043e1e9bafdc9.png

Edited by Senbu
Posted (edited)

여긴 한국어를 사용해도 되는 한국어 게시판입니다. 두분다 한국인 아니신가요? ARC / RR / TCRP-MSHELL 중 어떤 로더를 사용했는지 알려주세요. CPU 동작클럭이 변경되는 이유는 CPU 스케일러블을 조정하는 Addon 과 관계가 있습니다.

Edited by Peter Suh
Posted

그렇다면 "정보 센터"를 확인하기 위해 로그인한 시점에 따라 표시되는 CPU 속도가 다른 시간대에 다를 수 있다는 말인가요?

Posted
37 minutes ago, gericb said:

그렇다면 "정보 센터"를 확인하기 위해 로그인한 시점에 따라 표시되는 CPU 속도가 다른 시간대에 다를 수 있다는 말인가요?

 

cpufreq-scaler

 

addon은 시간대에 따라 달라지는것이 아니고 cpu 유휴타이밍인 idle 상태인 경우 cpu가 지원하는 가장 낮은 클럭으로 성능은 끌어내리고 전력을 세이브 합니다.

다시 cpu가 일을 하는경우 클럭은 자동으로 다시 올라갑니다. 

단 정보창에서는 이를 확인할수 없고 커맨드로 변화사항을 측정할 수 있습니다.

  • Thanks 1
Posted
On 1/11/2025 at 8:11 AM, Peter Suh said:

여긴 한국어를 사용해도 되는 한국어 게시판입니다. 두분다 한국인 아니신가요? ARC / RR / TCRP-MSHELL 중 어떤 로더를 사용했는지 알려주세요. CPU 동작클럭이 변경되는 이유는 CPU 스케일러블을 조정하는 Addon 과 관계가 있습니다.

네, 한국말로 하니 훨씬 내용전달이 쉽겠네요. 사용한 로더는,

tinycore-redpill.v1.0.6.8.m-shell.img를 사용했습니다

Posted
2 hours ago, Kevin Lee said:

네, 한국말로 하니 훨씬 내용전달이 쉽겠네요. 사용한 로더는,

tinycore-redpill.v1.0.6.8.m-shell.img를 사용했습니다

 

제 로더인 MSHELL 을 사용하고 계시는군요.

 

cpufreq-scaler 이 계속 조정하고 있는 동작클럭은 이 커맨드로 실시간 확인하실 수 있습니다.

계속 변화하고 있는것을 보실 수 있으실겁니다.

 

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq

Posted
15 hours ago, Peter Suh said:

 

제 로더인 MSHELL 을 사용하고 계시는군요.

 

cpufreq-scaler 이 계속 조정하고 있는 동작클럭은 이 커맨드로 실시간 확인하실 수 있습니다.

계속 변화하고 있는것을 보실 수 있으실겁니다.

 

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq

감사합니다

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...