我最近买了一台组装好的 PC。这台 PC 不是在我眼前组装的。每个组件(处理器、显卡……等)的包装盒封条也没有在我面前拆掉。我只是把我的规格交给了第三方电脑组装店,然后就把它组装好了。现在我想知道我的Intel
处理器是不是正品。所以我尝试使用终端获取处理器的序列号(我不想冒险自己打开 PC)。
我用来检查处理器序列号的命令:
sudo dmidecode -t system | grep Serial
终端给出的输出是: Serial Number: System Serial Number
。
这是否意味着我的处理器不是正品(我花钱买了正品)?还是只是某些主板的 BIOS 无法从处理器中检索此信息?
或者有没有更好的方法来确定我的处理器是否是正品(无需拆卸电脑)?
附加信息:
命令 :
$ lscpu
输出:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 158
Model name: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Stepping: 9
CPU MHz: 900.000
CPU max MHz: 4200.0000
CPU min MHz: 800.0000
BogoMIPS: 7200.00
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
NUMA node0 CPU(s): 0-7
(省略标志)
答案1
由于您的问题实际上与 Ubuntu 无关,因此这个问题可能会被关闭。
您可能需要移除 CPU,很难知道任何软件选项是否可靠。
你可以cat /proc/cpuinfo
而且你应该看看vendor_id : GenuineIntel
你可以尝试https://downloadcenter.intel.com/download/7838/Intel-Processor-Identification-Utility-Windows-Version
如果你没有 Windows,请尝试 innext -http://i-nex.linux.pl/
也可以看看https://launchpad.net/i-nex
http://www.omgubuntu.co.uk/2014/02/nex-cpu-z-hardware-stat-tool-linux
也可以看看https://superuser.com/questions/635565/fake-intel-cpus
要检查您的芯片,请参阅http://fmad.io/blog-anatomy-intel-cpu-scam.html。