Jump to content
XPEnology Community

GB-BACE-3000 Celeron N3000 Speedstep issue


beniaszek5

Recommended Posts

Hello,

I am new in here. Reviewing all topics related to Intel Speedstep and couldn't find anything that would solve my issue with nettop GB-BACE-3000 Celeron N3000.

Processor doesn't want to run more than minimal speed 1.04GHz.

I did all checks I found on this forum:

 

> cat /sys/devices/system/cpu/cpu*/cpufreq/bios_limit
1041000
1041000

 

>cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 76
model name : Intel® Celeron® CPU N3000 @ 1.04GHz
stepping : 3
microcode : 0x34c
cpu MHz : 1041.000
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch ida arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms
bogomips : 2079.50
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
 
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 76
model name : Intel® Celeron® CPU N3000 @ 1.04GHz
stepping : 3
microcode : 0x34c
cpu MHz : 1041.000
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 2
cpu cores : 2
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch ida arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms
bogomips : 2079.50
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

 

It seems Bios limits my CPU freq. By any chance I could set something like:

echo 2000000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

 

I would be grateful for any support.

Link to comment
Share on other sites

How did you assess that your CPU is not running above 1.04 GHz? As far as I can tell, the Celeron N3000 CPU's base frequency is 1.04 GHz with a burst frequency of 2.08 GHz.

 

What do you get if you type the following:

sudo dmidecode -t processor | grep "Speed"

 

You can also try this to check the maximum speed of the CPU:

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

or

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

Link to comment
Share on other sites

On 1/18/2017 at 3:29 PM, beniaszek5 said:

thanks for your response Polanskiman.


sudo dmidecode -t processor | grep "Speed"

command doesn't work on my nanoboot.


Dysk> cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
1041000
1041000
Dysk>

So this CPU won't run over 1041000, that's a pity :sad:

Have you checked the bios configuration of your mother board see if there is anything limiting the speed?

 

Also run this:

cat /var/log/dmesg | grep "MHz processor" 
 

What do you get?

Link to comment
Share on other sites

  • 2 years later...

Hello,

 

I have same problem, I check your command:

 

 dmidecode  -t processor | grep "Speed"
        Max Speed: 2400 MHz
        Current Speed: 1040 MHz
 

 cat /var/log/dmesg | grep "MHz processor"
[Sat Jan 11 21:20:00 2020] tsc: Detected 1039.981 MHz processor
[Sat Jan 11 21:20:01 2020] tsc: Detected 1039.941 MHz processor
[Tue Jan 21 21:28:03 2020] tsc: Detected 1039.482 MHz processor
[Tue Jan 21 21:39:13 2020] tsc: Detected 1039.970 MHz processor
[Sat Jan 11 21:20:01 2020] tsc: Detected 1040.426 MHz processor
[Tue Jan 21 22:40:47 2020] tsc: Detected 1040.017 MHz processor
[Tue Jan 21 22:58:07 2020] tsc: Detected 1040.497 MHz processor
[Fri Feb 21 23:28:19 2020] tsc: Detected 1039.981 MHz processor
[Sat Feb 22 09:14:46 2020] tsc: Detected 1039.901 MHz processor
[Mon Mar  2 21:32:51 2020] tsc: Detected 1039.999 MHz processor
 

 

What is the command for make processor to 2,4Ghz ?

 

Edited by dyter
Link to comment
Share on other sites

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...