Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: GPU dmidecode

...

For a start, here's how to lookup your Motherboard's information in Terminal:

sudo dmidecode -t 2


GPU:

[root@localhost ~]# dmidecode -t 9 | egrep "Bus Address:|Designation:"

        Designation: CPU1_Slot1

        Bus Address: 0000:02:00.0

        Designation: CPU2_Slot2

        Bus Address: 0000:ff:00.0

        Designation: CPU1_Slot3

        Bus Address: 0000:03:00.0

        Designation: CPU2_Slot4

        Bus Address: 0000:ff:00.0

        Designation: CPU2_Slot5

        Bus Address: 0000:81:00.0

        Designation: PCH_Slot6

        Bus Address: 0000:07:00.0


 

Info

Still needed:

GPU

CPU

Ethernet ports

whatever you can use 'lspci' or 'grep' commands for

...

Page Properties
hiddentrue


Related issues