Cpu count problem?

Hi !

i just installed 2 mt rc13 on intel core quad 2.4 ghz cpu, and the mikrotik system resorce only shows the following:
admin@] /system resource> pri
uptime: 4h12m32s
version: “3.0rc13”
free-memory: 1924120kB
total-memory: 1946568kB
cpu: “Intel(R)”
cpu-count: 1
cpu-frequency: 2400MHz
cpu-load: 0
free-hdd-space: 78602508kB
total-hdd-space: 78763236kB
write-sect-since-reboot: 199674
write-sect-total: 240170

Cpu count = 1 , its that normal? or its only using or detected one core/cpu?

I believe the default for multiple core CPU’s is no in 3.0RC13. Try something like this to enable what you want.

/system hardware set multiple-core=yes

There are some issues with SMP that’s why it is disabled by default. As it was said /system hardware set multiple-core=yes will enable SMP, but if you will experience any problems, then you should disable it.