ylinux系统找到软件_在Linux上获取系统Dmidecode硬件信息的最佳工具

Dmidecode是一款强大的Linux工具,用于获取系统硬件信息,包括BIOS、系统、基板、处理器、内存、缓存等详细数据。它通过读取DMI表提供关于硬件组件、序列号、制造商、版本等信息,帮助分析硬件是否适合最新应用需求。Dmidecode在多数Linux发行版的官方仓库中可用,可以通过包管理器如apt、yum或dnf轻松安装。了解DMI类型和关键字能更有效地使用该工具。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Linux上有很多工具可以检查Linux系统的硬件信息。

大多数命令仅报告特定的硬件组件,例如cpu或内存或硬盘,但是Dmidecode命令包含大多数硬件信息。

Dmidecode是一种工具,可以读取计算机DMI表的内容并以人类可读的格式显示计算机硬件信息。

它代表桌面管理接口,但有人说SMBIOS –代表系统管理BIOS

该表包含对系统硬件组件的描述,以及其他有用的信息,例如序列号,制造商信息,发行日期和BIOS版本等。

DMI表当前未描述系统的组成,它也可以报告潜在的演变(例如,更快的受支持的CPU或最大的内存支持)。

它会帮助您分析您的硬件功能是否支持最新的应用程序版本。

一旦运行它,dmidecode将尝试找到DMI表。如果成功,它将解析该表并显示您期望的记录列表。

为了有效地使用它,您需要了解DMI的类型及其关键字,以便您可以顺利播放而不会出现任何问题。

DMI类型: SMBIOS规范定义了以下DMI类型。

+------+----------------------------------+------+------------------------------------+

| Type |             Information          | Type |             Information            |

+------+----------------------------------+------+------------------------------------+

| 0    |   BIOS                           | 21   |   Built-in Pointing Device                                 |

| 1    |   System                         | 22   |   Portable Battery                                           |

| 2    |   Base Board                     | 23   |   System Reset                                             |

| 3    |   Chassis                        | 24   |   Hardware Security                                        |

| 4    |   Processor                      | 25   |   System Power Controls                               |

| 5    |   Memory Controller              | 26   |   Voltage Probe                                      |

| 6    |   Memory Module                  | 27   |   Cooling Device                                     |

| 7    |   Cache                          | 28   |   Temperature Probe                                       |

| 8    |   Port Connector                 | 29   |   Electrical Current Probe                          |

| 9    |   System Slots                   | 30   |   Out-of-band Remote Access                    |

| 10   |   On Board Devices               | 31   |   Boot Integrity Services                        |

| 11   |   OEM Strings                    | 32   |   System Boot                                            |

| 12   |   System Configuration Options   | 33   |   64-bit Memory Error                   |

| 13   |   BIOS Language                  | 34   |   Management Device                            |

| 14   |   Group Associations             | 35   |   Management Device Component      |

| 15   |   System Event Log               | 36   |   Management Device Threshold Data |

| 16   |   Physical Memory Array          | 37   |   Memory Channel                             |

| 17   |   Memory Device                  | 38   |   IPMI Device                                          |

| 18   |   32-bit Memory Error            | 39   |   Power Supply                                     |

| 19   |   Memory Array Mapped Address    | 40   |   Additional Information            |

| 20   |   Memory Device Mapped Address   | 41   |   Onboard Device                      |

+------+----------------------------------+------+------------------------------------+

可以使用关键字代替类型编号--type。每个关键字等效于类型编号列表。

+------------------+------------------------+

|       Keyword    |         Types          |

+------------------+------------------------+

|  bios            |    0                   |

|  system          |    1, 12, 15, 23, 32   |

|  baseboard       |    2, 10, 41           |

|  chassis         |    3                   |

|  processor       |    4                   |

|  memory          |    5, 6, 16, 17        |

|  cache           |    7                   |

|  connector       |    8                   |

|  slot            |    9                   |

+------------------+------------------------+

如何在Linux上安装Dmidecode

Dmidecode软件包可在大多数主要发行官方资料库中获得。因此,请使用分发程序包管理器进行安装。

对于基于Debian的系统,请使用apt-get命令或apt命令安装dmidecode。

$ sudo apt-get install dmidecode

对于基于RHEL/CentOS的系统,请使用yum命令安装dmidecode。

$ sudo yum install dmidecode

对于Fedora/CentOS 8/RHEL 8系统,使用dnf命令安装dmidecode。

$ sudo dnf install dmidecode

对于openSUSE系统,请使用zypper命令安装dmidecode。

$ sudo zypper in dmidecode

对于基于Arch Linux的系统,请使用pacman命令安装dmidecode。

$ sudo pacman -S dmidecode

1)如何显示dmidecode命令的默认输出

要在单个命令中验证所有已配置的硬件信息,请在dmidecode不使用其他选项的情况下运行该命令,该命令将通过从DMI类型0到DMI类型41读取DMI表来显示所有硬件信息。

$ sudo dmidecode | more

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

48 structures occupying 2595 bytes.

Table at 0x000E5FE0.

Handle 0x0000, DMI type 0, 24 bytes

BIOS Information

Vendor: LENOVO

Version: CDCN35WW

Release Date: 03/29/2016

Address: 0xE0000

Runtime Size: 128 kB

ROM Size: 6144 kB

Characteristics:

PCI is supported

BIOS is upgradeable

BIOS shadowing is allowed

Boot from CD is supported

Selectable boot is supported

EDD is supported

Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)

Japanese floppy for Toshiba 1.2 MB is supported (int 13h)

5.25"/360 kB floppy services are supported (int 13h)

5.25"/1.2 MB floppy services are supported (int 13h)

3.5"/720 kB floppy services are supported (int 13h)

3.5"/2.88 MB floppy services are supported (int 13h)

8042 keyboard services are supported (int 9h)

CGA/mono video services are supported (int 10h)

ACPI is supported

USB legacy is supported

BIOS boot specification is supported

Targeted content distribution is supported

UEFI is supported

BIOS Revision: 1.35

Firmware Revision: 1.35

Handle 0x0001, DMI type 1, 27 bytes

System Information

Manufacturer: LENOVO

Product Name: 80NV

Version: Lenovo ideapad Y700-15ISK

Serial Number: XXXXXXXX

UUID: 99XXXXX6-XXXX-xDDD-aXXX-c85XXXXX45c

Wake-up Type: Power Switch

SKU Number: LENOVO_MT_80NV_BU_idea_FM_Lenovo ideapad Y700-15ISK

Family: IDEAPAD

.

.

.

Handle 0x002D, DMI type 222, 14 bytes

OEM-specific Type

Header and Data:

DE 0E 2D 00 01 99 00 03 10 01 20 02 30 03

Strings:

Memory Init Complete

End of DXE Phase

BIOS Boot Complete

Handle 0x002E, DMI type 248, 18 bytes

OEM-specific Type

Header and Data:

F8 12 2E 00 AC AC AA 17 00 00 00 00 00 00 00 00

00 00

Handle 0xFEFF, DMI type 127, 4 bytes

End Of Table

2)如何使用dmidecode命令在Linux中检查BIOS信息

要使用dmidecode查找BIOS信息,请运行带有该-t选项的dmidecode命令,然后包含bios关键字。

这将打印详细的BIOS信息,例如BIOS版本,供应商名称,发行日期,运行时大小,ROM大小,BIOS版本,固件版本等。

$ sudo dmidecode -t bios

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0000, DMI type 0, 24 bytes

BIOS Information

Vendor: LENOVO

Version: CDCN35WW

Release Date: 03/29/2016

Address: 0xE0000

Runtime Size: 128 kB

ROM Size: 6144 kB

Characteristics:

PCI is supported

BIOS is upgradeable

BIOS shadowing is allowed

Boot from CD is supported

Selectable boot is supported

EDD is supported

Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)

Japanese floppy for Toshiba 1.2 MB is supported (int 13h)

5.25"/360 kB floppy services are supported (int 13h)

5.25"/1.2 MB floppy services are supported (int 13h)

3.5"/720 kB floppy services are supported (int 13h)

3.5"/2.88 MB floppy services are supported (int 13h)

8042 keyboard services are supported (int 9h)

CGA/mono video services are supported (int 10h)

ACPI is supported

USB legacy is supported

BIOS boot specification is supported

Targeted content distribution is supported

UEFI is supported

BIOS Revision: 1.35

Firmware Revision: 1.35

Handle 0x0017, DMI type 13, 22 bytes

BIOS Language Information

Language Description Format: Long

Installable Languages: 1

en|US|iso8859-1,0

Currently Installed Language: en|US|iso8859-1,0

3)如何使用dmidecode命令在Linux中查找系统信息

要使用dmidecode获取系统信息,请运行dmidecode命令,该命令的-t选项后跟system关键字。

这将合并DMI类型(1、12、15、23和32 –系统信息,系统配置选项,系统事件日志,系统重置和64位内存错误),并打印详细的系统信息,例如制造商名称,产品名称,版本,序列号,UUID,唤醒类型,SKU编号,家族等。

$ sudo dmidecode -t system

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0001, DMI type 1, 27 bytes

System Information

Manufacturer: LENOVO

Product Name: 80NV

Version: Lenovo ideapad Y700-15ISK

Serial Number: XXXXXXX

UUID: 99XXXXX6-XXXX-xDDD-aXXX-c85XXXXX45c

Wake-up Type: Power Switch

SKU Number: LENOVO_MT_80NV_BU_idea_FM_Lenovo ideapad Y700-15ISK

Family: IDEAPAD

Handle 0x001B, DMI type 15, 29 bytes

System Event Log

Area Length: 0 bytes

Header Start Offset: 0x0000

Header Length: 8192 bytes

Data Start Offset: 0x2000

Access Method: General-purpose non-volatile data functions

Access Address: 0x0000

Status: Valid, Not Full

Change Token: 0x12345678

Header Format: OEM-specific

Supported Log Type Descriptors: 3

Descriptor 1: POST memory resize

Data Format 1: None

Descriptor 2: POST error

Data Format 2: POST results bitmap

Descriptor 3: Log area reset/cleared

Data Format 3: None

您可以使用grep命令仅过滤所需的详细信息。

$ sudo dmidecode -t system | grep "Manufacturer|Product Name|Version|Serial Number"

Manufacturer: LENOVO

Product Name: 80NV

Version: Lenovo ideapad Y700-15ISK

Serial Number: XXXXXXXX

4)如何在Linux中使用dmidecode命令检查底板信息

要使用dmidecode获取底板信息,请运行dmidecode命令,其中带有关键字的-t选项baseboard。

这将合并DMI类型(2、10、41 –基板,板载设备和板载设备),并打印详细的系统基板信息,例如制造商名称,产品名称,版本,序列号,机箱类型,机箱手柄,类型等等。

$ sudo dmidecode -t baseboard

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0002, DMI type 2, 15 bytes

Base Board Information

Manufacturer: LENOVO

Product Name: Allsparks 5A

Version: SDK0J40709 WIN

Serial Number: XXXXXXXX

Asset Tag: NO Asset Tag

Features:

Board is a hosting board

Board is replaceable

Location In Chassis: Type2 - Board Chassis Location

Chassis Handle: 0x0003

Type: Motherboard

Contained Object Handles: 0

5)如何在Linux中使用dmidecode命令查找机箱信息

要使用dmidecode获取机箱信息,请运行dmidecode命令(带-t选项和chassis关键字)。

这将打印详细的机箱信息,例如制造商名称,安装类型,启动状态,电源状态,热状态,安全状态,OEM信息等。

$ sudo dmidecode -t chassis

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0003, DMI type 3, 22 bytes

Chassis Information

Manufacturer: LENOVO

Type: Notebook

Lock: Not Present

Version: Lenovo ideapad Y700-15ISK

Serial Number: XXXXXXX

Asset Tag: NO Asset Tag

Boot-up State: Safe

Power Supply State: Safe

Thermal State: Safe

Security Status: None

OEM Information: 0x00000000

Height: Unspecified

Number Of Power Cords: 1

Contained Elements: 0

SKU Number: SKU Number

6)如何使用dmidecode命令在Linux中查找处理器信息

要使用dmidecode获取处理器信息,请运行dmidecode命令,该命令的-t选项后跟processor关键字。

这将打印详细的处理器信息,例如插槽名称,处理器类型,系列,制造商名称,ID,签名,可用标志,版本,电压,外部时钟,最大速度,当前速度,状态,升级,L1,L2,L3缓存处理,核心数,启用的核心,线程数等。

$ sudo dmidecode -t processor

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0004, DMI type 4, 42 bytes

Processor Information

Socket Designation: U3E1

Type: Central Processor

Family: Core i7

Manufacturer: Intel(R) Corporation

ID: E3 06 05 00 FF FB EB BF

Signature: Type 0, Family 6, Model 94, Stepping 3

Flags:

FPU (Floating-point unit on-chip)

VME (Virtual mode extension)

DE (Debugging extension)

PSE (Page size extension)

TSC (Time stamp counter)

MSR (Model specific registers)

PAE (Physical address extension)

MCE (Machine check exception)

CX8 (CMPXCHG8 instruction supported)

APIC (On-chip APIC hardware supported)

SEP (Fast system call)

MTRR (Memory type range registers)

PGE (Page global enable)

MCA (Machine check architecture)

CMOV (Conditional move instruction supported)

PAT (Page attribute table)

PSE-36 (36-bit page size extension)

CLFSH (CLFLUSH instruction supported)

DS (Debug store)

ACPI (ACPI supported)

MMX (MMX technology supported)

FXSR (FXSAVE and FXSTOR instructions supported)

SSE (Streaming SIMD extensions)

SSE2 (Streaming SIMD extensions 2)

SS (Self-snoop)

HTT (Multi-threading)

TM (Thermal monitor supported)

PBE (Pending break enabled)

Version: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz

Voltage: 0.9 V

External Clock: 100 MHz

Max Speed: 2600 MHz

Current Speed: 2500 MHz

Status: Populated, Enabled

Upgrade: Other

L1 Cache Handle: 0x0006

L2 Cache Handle: 0x0007

L3 Cache Handle: 0x0008

Serial Number: To Be Filled By O.E.M.

Asset Tag: To Be Filled By O.E.M.

Part Number: To Be Filled By O.E.M.

Core Count: 4

Core Enabled: 4

Thread Count: 8

Characteristics:

64-bit capable

Multi-Core

Hardware Thread

Execute Protection

Enhanced Virtualization

Power/Performance Control

您可以使用egrep命令仅过滤所需的详细信息。

$ sudo dmidecode -t processor | egrep "Family|Manufacturer|Version|Max Speed|Core Count|Thread Count"

Family: Core i7

Manufacturer: Intel(R) Corporation

Signature: Type 0, Family 6, Model 94, Stepping 3

Version: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz

Max Speed: 2600 MHz

Core Count: 4

Thread Count: 8

7)如何使用dmidecode命令在Linux中查找内存信息

要使用dmidecode获取内存信息,请运行dmidecode命令,该命令的-t选项为memory关键字。

这将打印有关内存的详细信息,例如物理内存阵列,存储设备,阵列句柄,总宽度,数据宽度,大小,最大容量等。

$ sudo dmidecode -t memory

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x001C, DMI type 16, 23 bytes

Physical Memory Array

Location: System Board Or Motherboard

Use: System Memory

Error Correction Type: None

Maximum Capacity: 32 GB

Error Information Handle: No Error

Number Of Devices: 2

Handle 0x001D, DMI type 17, 40 bytes

Memory Device

Array Handle: 0x001C

Error Information Handle: No Error

Total Width: 64 bits

Data Width: 64 bits

Size: 8192 MB

Form Factor: SODIMM

Set: None

Locator: ChannelA-DIMM0

Bank Locator: BANK 0

Type: DDR4

Type Detail: Synchronous

Speed: 2133 MT/s

Manufacturer: SK Hynix

Serial Number: xxxxxxxx

Asset Tag: 9876543210

Part Number: HMA41GS6AFR8N-TF

Rank: 2

Configured Memory Speed: 2133 MT/s

Minimum Voltage: 1.25 V

Maximum Voltage: 1.25 V

Configured Voltage: 1.2 V

Handle 0x001E, DMI type 17, 40 bytes

Memory Device

Array Handle: 0x001C

Error Information Handle: No Error

Total Width: Unknown

Data Width: Unknown

Size: No Module Installed

Form Factor: Unknown

Set: None

Locator: ChannelA-DIMM1

Bank Locator: BANK 1

Type: Unknown

Type Detail: None

Speed: Unknown

Manufacturer: Not Specified

Serial Number: Not Specified

Asset Tag: Not Specified

Part Number: Not Specified

Rank: Unknown

Configured Memory Speed: Unknown

Minimum Voltage: Unknown

Maximum Voltage: Unknown

Configured Voltage: Unknown

Handle 0x001F, DMI type 17, 40 bytes

Memory Device

Array Handle: 0x001C

Error Information Handle: No Error

Total Width: 64 bits

Data Width: 64 bits

Size: 8192 MB

Form Factor: SODIMM

Set: None

Locator: ChannelB-DIMM0

Bank Locator: BANK 2

Type: DDR4

Type Detail: Synchronous

Speed: 2133 MT/s

Manufacturer: SK Hynix

Serial Number: xxxxxxxxx

Asset Tag: 9876543210

Part Number: HMA41GS6AFR8N-TF

Rank: 2

Configured Memory Speed: 2133 MT/s

Minimum Voltage: 1.25 V

Maximum Voltage: 1.25 V

Configured Voltage: 1.2 V

Handle 0x0020, DMI type 17, 40 bytes

Memory Device

Array Handle: 0x001C

Error Information Handle: No Error

Total Width: Unknown

Data Width: Unknown

Size: No Module Installed

Form Factor: Unknown

Set: None

Locator: ChannelB-DIMM1

Bank Locator: BANK 3

Type: Unknown

Type Detail: None

Speed: Unknown

Manufacturer: Not Specified

Serial Number: Not Specified

Asset Tag: Not Specified

Part Number: Not Specified

Rank: Unknown

Configured Memory Speed: Unknown

Minimum Voltage: Unknown

Maximum Voltage: Unknown

Configured Voltage: Unknown

您可以使用egrep命令仅过滤所需的详细信息。

$ sudo dmidecode -t memory | egrep "Maximum Capacity|Number Of Devices|Size|Type:" | egrep -v "No Module|Unknown|None"

Maximum Capacity: 32 GB

Number Of Devices: 2

Size: 8192 MB

Type: DDR4

Size: 8192 MB

Type: DDR4

8)如何在Linux中使用dmidecode命令检查缓存信息

要使用dmidecode获取缓存信息,请运行dmidecode命令,该命令的-t选项后跟cache关键字。

这将打印有关高速缓存的详细信息,例如套接字指定,配置,操作模式,位置,安装大小,最大大小,支持的SRAM类型,已安装的SRAM类型,错误校正类型,系统类型等。

$ sudo dmidecode -t cache

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0005, DMI type 7, 19 bytes

Cache Information

Socket Designation: L1 Cache

Configuration: Enabled, Not Socketed, Level 1

Operational Mode: Write Back

Location: Internal

Installed Size: 128 kB

Maximum Size: 128 kB

Supported SRAM Types:

Synchronous

Installed SRAM Type: Synchronous

Speed: Unknown

Error Correction Type: Parity

System Type: Data

Associativity: 8-way Set-associative

Handle 0x0006, DMI type 7, 19 bytes

Cache Information

Socket Designation: L1 Cache

Configuration: Enabled, Not Socketed, Level 1

Operational Mode: Write Back

Location: Internal

Installed Size: 128 kB

Maximum Size: 128 kB

Supported SRAM Types:

Synchronous

Installed SRAM Type: Synchronous

Speed: Unknown

Error Correction Type: Parity

System Type: Instruction

Associativity: 8-way Set-associative

Handle 0x0007, DMI type 7, 19 bytes

Cache Information

Socket Designation: L2 Cache

Configuration: Enabled, Not Socketed, Level 2

Operational Mode: Write Back

Location: Internal

Installed Size: 1024 kB

Maximum Size: 1024 kB

Supported SRAM Types:

Synchronous

Installed SRAM Type: Synchronous

Speed: Unknown

Error Correction Type: Single-bit ECC

System Type: Unified

Associativity: 4-way Set-associative

Handle 0x0008, DMI type 7, 19 bytes

Cache Information

Socket Designation: L3 Cache

Configuration: Enabled, Not Socketed, Level 3

Operational Mode: Write Back

Location: Internal

Installed Size: 6144 kB

Maximum Size: 6144 kB

Supported SRAM Types:

Synchronous

Installed SRAM Type: Synchronous

Speed: Unknown

Error Correction Type: Multi-bit ECC

System Type: Unified

Associativity: 12-way Set-associative

9)如何在Linux中使用dmidecode命令检查连接器信息

要使用dmidecode获取连接器信息,请在dmidecode命令中运行带有-t选项和connector关键字的命令。

$ sudo dmidecode -t connector

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0009, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J3A1

Internal Connector Type: None

External Reference Designator: USB

External Connector Type: Access Bus (USB)

Port Type: USB

Handle 0x000A, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J3A1

Internal Connector Type: None

External Reference Designator: USB

External Connector Type: Access Bus (USB)

Port Type: USB

Handle 0x000B, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J3A1

Internal Connector Type: None

External Reference Designator: USB

External Connector Type: Access Bus (USB)

Port Type: USB

Handle 0x000C, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J5A1

Internal Connector Type: None

External Reference Designator: USB

External Connector Type: Access Bus (USB)

Port Type: USB

Handle 0x000D, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J5A1

Internal Connector Type: None

External Reference Designator: USB

External Connector Type: Access Bus (USB)

Port Type: USB

Handle 0x000E, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J5A2

Internal Connector Type: None

External Reference Designator: USB

External Connector Type: Access Bus (USB)

Port Type: USB

Handle 0x000F, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J5A1

Internal Connector Type: None

External Reference Designator: Network

External Connector Type: RJ-45

Port Type: Network Port

Handle 0x0010, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J30

Internal Connector Type: None

External Reference Designator: Microphone In

External Connector Type: Mini Jack (headphones)

Port Type: Audio Port

Handle 0x0011, DMI type 8, 9 bytes

Port Connector Information

Internal Reference Designator: J30

Internal Connector Type: None

External Reference Designator: Speaker Out

External Connector Type: Mini Jack (headphones)

Port Type: Audio Port

10)如何在Linux中使用dmidecode命令检查插槽信息

要使用dmidecode获取插槽信息,请运行dmidecode命令(带-t选项,后跟slot关键字)。

$ sudo dmidecode -t slot

# dmidecode 3.2

Getting SMBIOS data from sysfs.

SMBIOS 2.8 present.

Handle 0x0012, DMI type 9, 17 bytes

System Slot Information

Designation: J6C1

Type: x1 PCI Express x1

Current Usage: In Use

Length: Other

ID: 1

Characteristics:

PME signal is supported

Hot-plug devices are supported

Bus Address: 0000:00:1c.0

Handle 0x0013, DMI type 9, 17 bytes

System Slot Information

Designation: J6D2

Type: x1 PCI Express x1

Current Usage: Available

Length: Other

ID: 2

Characteristics:

PME signal is supported

Hot-plug devices are supported

Bus Address: 0000:00:1c.1

Handle 0x0014, DMI type 9, 17 bytes

System Slot Information

Designation: J7C1

Type: x1 PCI Express x1

Current Usage: In Use

Length: Other

ID: 3

Characteristics:

PME signal is supported

Hot-plug devices are supported

Bus Address: 0000:00:1c.2

Handle 0x0015, DMI type 9, 17 bytes

System Slot Information

Designation: J7D1

Type: x1 PCI Express x1

Current Usage: In Use

Length: Other

ID: 4

Characteristics:

PME signal is supported

Hot-plug devices are supported

Bus Address: 0000:00:1c.3

Handle 0x0016, DMI type 9, 17 bytes

System Slot Information

Designation: J8C1

Type: x4 PCI Express x4

Current Usage: Available

Length: Other

ID: 5

Characteristics:

PME signal is supported

Hot-plug devices are supported

Bus Address: 0000:00:1c.4

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值