One Stop Systems
OSS-KIT-EXP-61611-XM | 36
5 Identify HIB Device
5.1
Linux OS
In Linux, you can check if the HIB card is detected by using the following commands on the terminal window.
#lspci –tv | grep c010
The c010 is the Device number of the card. The output below gives you a tree-like structure of the PCI Device B/D/F numbers of b8:00.0 and
bd:00.00 (B=Bus number. D=Device number. F=Function number).
The /B/D/F numbers will vary from system to system
.
You can use the SDevice (Sub Device) of the card 00b2.
#lspci –m | grep ‘Device 00b2’
The output below gives you B/D/F numbers, the device Class, the Vendor name and Sub Vendor name.
To check on the revision of the card
, use the command below.
#lspci –vmms ac:00.0
See output below.
To check on the PCIe Gen speed and Link Width
#lspci –nvvs b8:00.00 | grep ‘LnkCap\|LnkSta’