Purpose
This article introduce a Linux command to retrieve machine's PCH info in detail.
Command
# lspci -nn | grep -i lpc
note: # lspci -nn : The output shows the class codes and the vendor and device IDs in the form [vendor-id:device-id] right after the device names
Comments
0 comments
Please sign in to leave a comment.