-i <file> Use specified ID database instead of /usr/share/misc/pci.ids.gz -p <file> Look up kernel modules in a given file instead of default modules.pcimap -M Enable `bus mapping' mode (dangerous; root only) PCI access options: -A <method> Use the specified PCI access method (s...
-k Show kernel drivers handling each device and also kernel modules capable of handling it. Turned on by default when -v is given in the normal mode of output. (Currently works only on Linux with kernel 2.6 or newer.) -x Show hexadecimal dump of the standard part of the configuration sp...
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer System Device 4027 Kernel driver in use: hsw_uncore Kernel modules: intel_uncore 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06) (prog-if 00 [Normal decode]) Kernel driver ...
11、Description: 设备的简短描述或型号。 12、Kernel modules: 加载到该设备的内核模块。 lspci 高级应用 lspci还可以与其他命令结合使用,例如通过管道传递给grep来过滤特定类型的设备: lspci | grep i ethernet 这将返回所有以“Ethernet”开头的设备,通常是网络接口卡。 相关问答FAQs Q1:lspci命令显示的信息不全怎...
We can see that for every PCI device information like Subsystem, Flag, Memory Location or Address, Kernel Driver In Use, Kernel Modules, I/O ports etc. 我们可以看到每个PCI设备的信息,例如子系统,标志,内存位置或地址,正在使用的内核驱动程序,内核模块,I / O端口等。
Other options:-i<file>Use specifiedIDdatabase insteadof/usr/share/hwdata/pci.ids-p<file>Look up kernel modulesina given file insteadofdefaultmodules.pcimap-MEnable`bus mapping' mode (dangerous; root only) PCI access options: -A <method> Use the specified PCI access method (see`-Ahelp'for...
可以看到额外显示了两行:正在使用的内核驱动程序Kernel driver in use 和 内核模块Kernel modules,其中后者列出了可用于支持该设备的模块。 同步最新状态 新设备和供应商总是在不断迭代。如果看到显示为 unknown 的设备,说明你的 PCI 设备 ID 数据库可能已过时。有两种方法可以检查更新。-Q 选项会使用 DNS 查询中央...
-p:使用作为内核模块处理的PCI ID映射。在默认情况下,lspci使 用/lib/modules/kernel_version/modules.pcimap文件。它仅适用于具有最新模块工具的Linux 系统。 -M:调用总线映射模式,对所有的PCI设备执行彻底扫描,包括错误配置的网桥 设备等。此选项仅在直接硬件访问模式下有意义,需要root权限。请注意,总线映射器仅 ...
Kernel modules: e1000e # 假设我们要查看的设备是 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-LM (rev 10) # 它的地址是 00:1f.6,总线号是 00,设备号是 1f,功能号是 6 # 查看设备的地址空间信息 lspci -v -s 00:1f.6 # 示例输出: 00:1f.6 Ethernet controller...
模块:Kernel modules: agpgart 5. 故障排除和系统配置优化 通过lspci -vvv命令的输出,可以进行以下操作: 硬件识别:确认系统中安装了哪些PCI设备。 驱动检查:查看设备是否使用了正确的驱动程序,以及是否有可用的更新。 资源分配:检查设备的I/O端口、内存地址等资源分配情况,确保没有冲突。 性能优化:根据设备的特性(...