Purpose:
It lists PCIE QAT card detecting command for customer reference,
Target Audience:
For Advantech TSE, RBU AE, outsourcing service engineer(s) and End customer with the following knowledges :
- Linux command troubleshooting experience
Content:
Please refer following commands to identify Advantech PCE-3031 & PCIE-3030 or Intel PCH in Linux,
- Please key-in following command to search QAT components
# lspci -nn | grep 37c0
|
Example A: this system installs a PCIE-3030& PCIE-3031, this command will report 3 PCIe device “37c0”
# lspci -nn | grep -i 37c0 |
- Please key-in following command to get identity’s code from PCIe device “37c0”, this command will report Advantech info or Intel info.
# lspci -s <PCIE BUS ID> -vvv | grep 88
|
Please look command’s response to inquire model name from following table
SDID |
Model name |
connector |
Chipset |
QAT amount |
Advantech Co. Ltd Device 3014 |
PCIe-3030NP-01A1E |
Gen3 X8 |
C626 |
2 |
Advantech Co. Ltd Device 3015 |
PCIe-3031NP-00A1E |
Gen3 X16 |
C627 |
3 |
Advantech Co. Ltd Device 3020 |
PCIe-3030NP-00A1E |
Gen3 X8 |
C625 |
1 |
Advantech Co. Ltd Device 3021 |
PCIe-3030NP-02A1E |
Gen3 X8 |
C627 |
3 |
Intel Corporation Device 0000 |
MB’s Intel PCH |
N/A |
Check spec. |
Check spec. |
# lspci -s 03:00 -vvv | grep -i 88 |
Example B: key-in found “PCIE BUS ID(03:00)” in command line, the reporting SSID is “Advantech Co. Ltd Device 3014”, and this device is PCIe-3030NP-01A1E (C626)
Example B: key-in found “PCIE BUS ID(88:00)” in command line, the reporting SDID is “Advantech Co. Ltd Device 3015”, and this device is PCIe-3031NP-01A1E (C627)
# lspci -s 83:00 -vvv | grep -i 88 |
Example D: key-in found “PCIE BUS ID(5e:00)” in command line, the reporting SDID is “Intel Corporation Device 0000”, and this device is from MB PCH.
# lspci -s 5e:00.0 -vvv | grep 88 |
Comments
0 comments
Please sign in to leave a comment.