1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
| Getting SMBIOS data from sysfs. SMBIOS 2.7 present.
Handle 0x1000, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 384 GB Error Information Handle: Not Provided Number Of Devices: 12
Handle 0x1001, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 384 GB Error Information Handle: Not Provided Number Of Devices: 12
Handle 0x1100, DMI type 17, 34 bytes Memory Device Array Handle: 0x1000 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: PROC 1 DIMM 1 Bank Locator: Not Specified Type: DDR3 Type Detail: Synchronous Registered (Buffered) Speed: 1333 MHz Manufacturer: UNKNOWN Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Rank: 2 Configured Clock Speed: 1333 MHz
Handle 0x1101, DMI type 17, 34 bytes Memory Device Array Handle: 0x1000 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: 1 Locator: PROC 1 DIMM 2 Bank Locator: Not Specified Type: DDR3 Type Detail: Synchronous Registered (Buffered) Speed: 1333 MHz Manufacturer: UNKNOWN Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Rank: 2 Configured Clock Speed: 1333 MHz
Handle 0x1102, DMI type 17, 34 bytes Memory Device Array Handle: 0x1000 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: No Module Installed Form Factor: DIMM Set: 2 Locator: PROC 1 DIMM 3 Bank Locator: Not Specified Type: DDR3 Type Detail: Synchronous Speed: Unknown Manufacturer: UNKNOWN Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Rank: Unknown Configured Clock Speed: Unknown ......................... ````
`dmidecode --type connector` ```bash
Getting SMBIOS data from sysfs. SMBIOS 2.7 present.
Handle 0x0801, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J801 Internal Connector Type: Access Bus (USB) External Reference Designator: USB Port 1 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x0802, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J801 Internal Connector Type: Access Bus (USB) External Reference Designator: USB Port 2 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x0803, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J801 Internal Connector Type: Access Bus (USB) External Reference Designator: USB Port 3 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x0804, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J801 Internal Connector Type: Access Bus (USB) External Reference Designator: USB Port 4 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x0805, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J33 Internal Connector Type: Access Bus (USB) External Reference Designator: USB Port 5 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x0806, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J904 Internal Connector Type: Access Bus (USB) External Reference Designator: USB Port 6 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x0807, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J904 Internal Connector Type: Access Bus (USB) External Reference Designator: USB Port 7 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x0808, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J36 Internal Connector Type: None External Reference Designator: Video Port External Connector Type: DB-15 female Port Type: Video Port
Handle 0x0809, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J87 Internal Connector Type: None External Reference Designator: COM Port External Connector Type: DB-9 male Port Type: Serial Port 16550A Compatible
Handle 0x080A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J39 Internal Connector Type: None External Reference Designator: ILO NIC port External Connector Type: RJ-45 Port Type: Network Port
Handle 0x080B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J904 Internal Connector Type: None External Reference Designator: Front Video Port External Connector Type: Proprietary Port Type: Video Port
|