zoukankan      html  css  js  c++  java
  • Linux查看PCIe版本及速率# lspci -vvv |grep Width -i

    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

     

  • 相关阅读:
    XCOJ1250: 语言战争
    XCOJ 1249: 全自动奖学金计算系统
    杭电 2159 fate(二维背包费用问题)
    杭电 1059 Dividing
    背包问题的模版
    Shell解析器
    Shell简介
    SpringBoot配置文件占位符
    @ImportResource、@Bean
    @ImportResource注解;
  • 原文地址:https://www.cnblogs.com/xuanbjut/p/10932803.html
Copyright © 2011-2022 走看看