-d仅显示指定厂商和设备信息 -i设置PCI编号列表文件 -m以机器可读方式显示PCI设备信息 -M使用总线映射模式 -n以数字方式显示PCI设备信息 -nn将PCI厂商和设备代码显示为数字和名称形式 -q使用DNS查询中央PCI ID数据库 -p设置包含PCI总线信息的目录 -s仅显示指定总线插槽的设备和功能块信息 ...
12:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme II BCM57810 10 Gigabit Ethernet (rev 10) 查看指定id的pci设备,lspci -d root@bsp:/home/bsp-server# lspci -d 14e4:168e 12:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme II BCM57810 10 Gigabit Ethernet (rev...
lspci 是一个用来显示系统中所有PCI总线设备或连接到该总线上的所有设备的工具。简要说明命令用法:lspci(选项)选项 -n:以数字方式显示PCI厂商和设备代码;-t:以树状结构显示PCI设备的层次关系,包括所有的总线、桥、设备以及它们之间的联接; -b:以总线为中心的视图;-d:仅显示给定厂商和设备的信息...
lspci 是一个用来显示系统中所有PCI总线设备或连接到该总线上的所有设备的工具。简要说明命令用法:lspci(选项)选项 -n:以数字方式显示PCI厂商和设备代码;-t:以树状结构显示PCI设备的层次关系,包括所有的总线、桥、设备以及它们之间的联接; -b:以总线为中心的视图;-d:仅显示给定厂商和设备的信息...
[root@localhost ~]# lspci -n |grep -i "5a:" 5a:00.0 0200: 8086:37d3 (rev 09) 5a:00.1 0200: 8086:37d3 (rev 09) 5a:00.2 0200: 8086:37d1 (rev 09) 5a:00.3 0200: 8086:37d1 (rev 09) Lspci -nn Show PCI vendor and device codes as both numbers and names. ...
lspci -n 输出的格式 lspci -n 00:00.0 0600: 8086:29f0 (rev 01) 00:01.0 0604: 8086:29f1 (rev 01) 00:1a.0 0c03: 8086:2937 (rev 02) 00:1a.1 0c03: 8086:2938 (rev 02) 00:1a.2 0c03: 8086:2939 (rev 02) 00:1a.7 0c03: 8086:293c (rev 02)...
测试方法:在测试环境中运行easybox lspci -D 测试结果:可以输出domain 功能点: -P参数输出 测试方法:在测试环境中运行easybox lspci -P与easybox lspci -PP 测试结果:输出子系统的路径 功能点: -n参数输出 测试方法:在测试环境中运行easybox lspci -n与easybox lspci -nn 测试结果:以数字ID的形式输出设备...
mysqld_safe mysqldump mysqldumpslow mysqlhotcopy mysqlimport mysqlman mysqlmanager mysqlshow mysqlslap mysqltest mzip N named namei nameif nano nash nc neqn net netplugd netreport netstat newaliases newgrp newusers nfsd nfsstat ngettext nhfsgraph nhfsnums nhfsrun nhfsstone nice nm nmbd nmblookup ...
static char options[] = "nvbxs:d:tPi:mgp:qkMDQ" GENERIC_OPTIONS ; static char help_msg[] = "Usage: lspci [<switches>]\n" "\n" "Basic display modes:\n" "-mm\t\tProduce machine-readable output (single -m for an obsolete format)\n" ...
lspci -d 8086:1237 Note:If you only have the vendor code or the device code for the device you want to look up, uselspci -d [vendor code]:orlspci -d :[device code]. Display Device Codes Using the-noption displays the vendor and device code for each PCI device: ...