我最近买了一台组装好的电脑。电脑没有组装在我的眼前。并且每个组件(处理器、显卡……等)盒子的密封在我之前都没有被拆掉。我刚刚将我的规格交给了第 3 方电脑组装店并组装好了。现在我想知道我的Intel
处理器是不是正品。所以我尝试使用终端获取处理器的序列号(我不想冒险自己打开我的电脑)。
我用于检查处理器序列号的命令:
sudo dmidecode -t system | grep Serial
终端给出的输出是 : Serial Number: System Serial Number
。
这是否表示我的处理器不是正品(我购买的是正品)?还是只是某些主板的 BIOS 没有从处理器中检索到这些信息?
或者有没有更好的方法来确定我的处理器是否是正品(无需拆卸 PC)?
附加信息:
命令 :
$ 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
(省略标志)
这可能会被关闭,因为您的问题实际上与 Ubuntu 无关。
您可能需要卸下 CPU,很难知道任何软件选项是否可靠。
你可以
cat /proc/cpuinfo
,你应该看到vendor_id : GenuineIntel
你可以试试https://downloadcenter.intel.com/download/7838/Intel-Processor-Identification-Utility-Windows-Version如果您没有 Windows,请尝试 inext - 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。