User Tools

Site Tools


check_if_2sg1_cards_are_installed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
check_if_2sg1_cards_are_installed [2023/10/31 14:42] walkeradmincheck_if_2sg1_cards_are_installed [2023/10/31 14:44] (current) walkeradmin
Line 17: Line 17:
     renderD128     renderD128
     renderD129     renderD129
 +\\ 
 +Having no return from this is obviously quite bad.
 +\\ 
 +\\ 
 +Secondly we can check for the hardware using the following (I believe this relies on pci-tools being installed)
 +\\ 
 +\\ 
 +    lspci |grep SG1
 +    
 +    This should return an output similar to the following:
 +    
 +    1a:00.0 VGA compatible controller: Intel Corporation SG1 [Server GPU SG-18M] (rev 01)
 +    1f:00.0 VGA compatible controller: Intel Corporation SG1 [Server GPU SG-18M] (rev 01)
 +\\ 
 +There are two devices shown here and these are the SG1 chips, so a 2SG1 card has two SG1 chips, so you see two devices. If you have two cards installed you will see 4 devices.
 +\\ 
 \\  \\ 
  
check_if_2sg1_cards_are_installed.1698763324.txt.gz · Last modified: 2023/10/31 14:42 by walkeradmin