xuanbjut

 

Linux查看PCIe版本及速率

 

 

 

 

 

https://www.cnblogs.com/lsgxeva/p/9542975.html# lspci -vvv |grep Width -i

 

# lspci |grep pci -i
00:02.0 PCI bridge: Device 1d17:0710
00:03.0 PCI bridge: Device 1d17:0711
00:04.0 PCI bridge: Device 1d17:0712
00:05.0 PCI bridge: Device 1d17:0713
00:06.0 PCI bridge: Device 1d17:0714
00:07.0 PCI bridge: Device 1d17:0715
[root@localhost ~]# lspci -vvv |grep pci -i


# dmidecode | grep -1 PCI
Designation: J6B2
Type: x16 PCI Express x16
Current Usage: Available
--
Designation: J6B1
Type: x1 PCI Express x1
Current Usage: Available
--
Designation: J6C2
Type: x1 PCI Express x1
Current Usage: Available
--
Designation: J7B1
Type: x1 PCI Express x1
Current Usage: Available
--
Designation: J8B3
Type: x1 PCI Express x1
Current Usage: Available
--
Designation: J8D1
Type: x1 PCI Express x1
Current Usage: Available
--
Referenced Offset: 0x05
String: PCIExpressx16
Value: 0xaa

 

[root@localhost ~]#


lspci -vvv |grep WIDTH -i -A 10

 

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2021-11-02
  • 2021-11-20
  • 2021-12-16
猜你喜欢
  • 2021-12-28
  • 2021-08-07
  • 2022-02-09
  • 2021-11-17
  • 2021-11-17
相关资源
相似解决方案