hardware facilities for Linux hosts
LSPCI found the hardware on the mainframe right now.
[ email protected] ~]# Lspci [-VVN]
options and number of references:
-V: Displays specific information for many other PCI interface devices
-VV: More specific information than-V
-N: Direct view of PCI ID instead of vendor name
Check the PCI device in your system:
[email protected] ~]# LSPCI
#不必加上不论什么选项, the line shows why the hardware is being equipped today
Host Bridge: <== motherboard chip
VGA compatible controller <== graphics
Audio Device <==
PCI Bridge <== Interface Slots
USB Controller <==USB Controllers
ISA Bridge
IDE Interface
SMBus
Ethernet Controller <== Nic
04:00.0 Ethernet Controller:realtek Semiconductor Co., Ltd.
View general specific information
[email protected] ~]# lspci-v
To view NIC details:
[email protected] ~]# lspci-s 04:00.0-VV
- S: The bus, socket and related function functions of each device are followed.
Linux LSPCI Viewing hardware devices