I have a Samsung NP550P7C laptop with an Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
Under Ubuntu 12.04 32bit, lscpu and /proc/cpuinfo detect 4 CPUs
but lshw only shows 2 CPUs
Could there be some sort of misconfiguration or am i getting something wrong?
Here some details, I hope these are the relevant lines:
ubuntu 12.04:
lshw:
...
configuration: boot=normal chassis=laptop cpus=2 family=SAMSUNG SENS sku=SAMSUNG SENS Series ...
...
*-cpu:0
...
configuration: cores=2 enabledcores=2 id=1 threads=4
...
*-cpu:1
...
configuration: id=1
...
There is no cpu:2 or cpu:3
Under Ubuntu 14.04 (64bit) there is only one block of cpu information:
lshw:
....
*-cpu
...
configuration: cores=2 enabledcores=2 threads=4
...