Sre*_*ram 5 hardware command-line software-recommendation
我最近买了一台组装好的电脑。电脑没有在我眼前组装。在我之前,每个组件(处理器、显卡……等)盒子的封条都没有被撕掉。我只是把我的规格给了 3rd 方电脑组装店,然后组装好了。现在我想知道我的Intel处理器是不是正品。所以我尝试使用终端获取处理器的序列号(我不想冒险自己打开我的电脑)。
我用于检查处理器序列号的命令:
sudo dmidecode -t system | grep Serial
Run Code Online (Sandbox Code Playgroud)
终端给出的输出是: 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
Run Code Online (Sandbox Code Playgroud)
(省略标志)
这可能会被关闭,因为你的问题实际上并不是关于 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。