-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathour_amdpc_environment.txt
417 lines (400 loc) · 21.1 KB
/
our_amdpc_environment.txt
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
# env | sed "s/$USER/USER/g"
# set -x
# lsb_release -a
# uname -a
# lscpu || cat /proc/cpuinfo
# cat /proc/meminfo
# inxi -F -c0
# lsblk -a
# lsscsi -s
# (lshw -short -quiet -sanitize || lspci) | cat
# dmidecode -t memory
SHELL=/bin/zsh
SUDO_GID=1000
SUDO_COMMAND=/usr/bin/sh /tmp/collect.sh
SUDO_USER=USER
PWD=/home/USER
LOGNAME=USER
HOME=/USER
LANG=en_US.UTF8
LS_COLORS=rs=0:di=01;44:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
TERM=xterm-256color
USER=USER
SHLVL=0
PATH=/home/USER/.cargo/bin:/home/USER/.bin:/home/USER/.cabal/bin:/home/USER/arm-newlib/bin:/home/USER/.cargo/bin:/opt/google-cloud-sdk/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/lib/jvm/default/bin:/home/USER/.local/bin:/home/USER/.gem/ruby/2.0.0/bin:/opt/or1k-toolchain/bin:/home/USER/src/verilog/orpsocv2/sw/utils:/home/USER/build/go/bin:/home/USER/.gem/ruby/2.2.0/bin
SUDO_UID=1000
MAIL=/var/mail/USER
_=/usr/bin/env
% lsb_release -a
LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a
+ uname -a
Linux archlinux 5.10.4-arch2-1-custom #1 SMP PREEMPT Wed, 06 Jan 2021 20:25:26 +0000 x86_64 GNU/Linux
+ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 43 bits physical, 48 bits virtual
CPU(s): 12
On-line CPU(s) list: 0-11
Thread(s) per core: 2
Core(s) per socket: 6
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
CPU family: 23
Model: 8
Model name: AMD Ryzen 5 2600 Six-Core Processor
Stepping: 2
Frequency boost: enabled
CPU MHz: 2504.624
CPU max MHz: 3400.0000
CPU min MHz: 1550.0000
BogoMIPS: 6789.32
Virtualization: AMD-V
L1d cache: 192 KiB
L1i cache: 384 KiB
L2 cache: 3 MiB
L3 cache: 16 MiB
NUMA node0 CPU(s): 0-11
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good
nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic
cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall se
v_es fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale
vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca
+ cat /proc/meminfo
MemTotal: 49270588 kB
MemFree: 46200404 kB
MemAvailable: 48194896 kB
Buffers: 155288 kB
Cached: 2217640 kB
SwapCached: 0 kB
Active: 1145116 kB
Inactive: 1347620 kB
Active(anon): 4108 kB
Inactive(anon): 121040 kB
Active(file): 1141008 kB
Inactive(file): 1226580 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 516 kB
Writeback: 0 kB
AnonPages: 119844 kB
Mapped: 153544 kB
Shmem: 5344 kB
KReclaimable: 208472 kB
Slab: 275672 kB
SReclaimable: 208472 kB
SUnreclaim: 67200 kB
KernelStack: 5984 kB
PageTables: 3476 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 24635292 kB
Committed_AS: 947732 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 28024 kB
VmallocChunk: 0 kB
Percpu: 22144 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 370576 kB
DirectMap2M: 6899712 kB
DirectMap1G: 44040192 kB
+ inxi -F -c0
System: Host: archlinux Kernel: 5.10.4-arch2-1-custom x86_64 bits: 64 Console: tty pts/0 Distro: Arch Linux
Machine: Type: Desktop Mobo: ASRock model: B450 Pro4 serial: M80-BA010000607 UEFI-[Legacy]: American Megatrends v: P3.50
date: 07/18/2019
CPU: Info: 6-Core model: AMD Ryzen 5 2600 bits: 64 type: MT MCP cache: L2: 3 MiB
Speed: 1377 MHz min/max: 1550/3400 MHz Core speeds (MHz): 1: 1377 2: 1377 3: 1383 4: 1476 5: 1544 6: 1440 7: 1459
8: 1376 9: 1487 10: 1387 11: 1502 12: 1379
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Baffin [Radeon RX 550 640SP / RX 560/560X] driver: amdgpu v: kernel
Display: server: X.org 1.20.11 driver: loaded: amdgpu unloaded: modesetting tty: 200x59
Message: Unable to show advanced data. Required tool glxinfo missing.
Audio: Device-1: AMD Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] driver: snd_hda_intel
Device-2: Advanced Micro Devices [AMD] Family 17h HD Audio driver: snd_hda_intel
Sound Server-1: ALSA v: k5.10.4-arch2-1-custom running: yes
Sound Server-2: PulseAudio v: 14.2 running: yes
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169
IF: enp9s0 state: up speed: 1000 Mbps duplex: full mac: 70:85:c2:ad:12:e3
IF-ID-1: docker0 state: down mac: 02:42:1b:a3:6d:09
IF-ID-2: vpn_wordnet state: unknown speed: 10 Mbps duplex: full mac: 5e:ac:5a:2a:ba:db
Drives: Local Storage: total: 1.6 TiB used: 581.22 GiB (35.5%)
ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 EVO 500GB size: 465.76 GiB
ID-2: /dev/nvme1n1 vendor: Western Digital model: WDS100T2B0C-00PXH0 size: 931.51 GiB
ID-3: /dev/sda type: USB model: SATA SSD size: 238.47 GiB
Partition: ID-1: / size: 465.53 GiB used: 112.5 GiB (24.2%) fs: xfs dev: /dev/nvme0n1p1
ID-2: /home size: 915.89 GiB used: 459.59 GiB (50.2%) fs: ext4 dev: /dev/nvme1n1p1
Swap: Alert: No swap data was found.
Sensors: System Temperatures: cpu: 43.4 C mobo: 33.0 C gpu: amdgpu temp: 34.0 C
Fan Speeds (RPM): fan-1: 0 fan-2: 0 fan-3: 780 fan-4: 1804 fan-5: 0 gpu: amdgpu fan: 1053
Info: Processes: 267 Uptime: 1d 5h 58m Memory: 46.99 GiB used: 1.07 GiB (2.3%) Init: systemd Shell: Zsh inxi: 3.3.04
+ lsblk -a
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 238.5G 0 disk
├─sda1 8:1 0 512M 0 part
└─sda2 8:2 0 238G 0 part /mnt
nvme1n1 259:0 0 931.5G 0 disk
└─nvme1n1p1 259:1 0 931.5G 0 part /home
nvme0n1 259:2 0 465.8G 0 disk
└─nvme0n1p1 259:3 0 465.8G 0 part /
+ lsscsi -s
[11:0:0:0] disk BUFFALO SSD-PGU3-A 0000 /dev/sda 256GB
[N:0:4:1] disk Samsung SSD 970 EVO 500GB__1 /dev/nvme0n1 500GB
[N:1:1:1] disk WDC WDS100T2B0C-00PXH0__1 /dev/nvme1n1 1.00TB
+ lshw -short -quiet -sanitize
+ cat
H/W path Device Class Description
==================================================================
system To Be Filled By O.E.M. (To Be Filled By O.E.M.)
/0 bus B450 Pro4
/0/0 memory 64KiB BIOS
/0/e memory 48GiB System Memory
/0/e/0 memory 16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2667 MHz (0.4 ns)
/0/e/1 memory 16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2667 MHz (0.4 ns)
/0/e/2 memory 8GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2667 MHz (0.4 ns)
/0/e/3 memory 8GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2667 MHz (0.4 ns)
/0/10 memory 576KiB L1 cache
/0/11 memory 3MiB L2 cache
/0/12 memory 16MiB L3 cache
/0/13 processor AMD Ryzen 5 2600 Six-Core Processor
/0/171219 generic
/0/100 bridge Family 17h (Models 00h-0fh) Root Complex
/0/100/1.1 bridge Family 17h (Models 00h-0fh) PCIe GPP Bridge
/0/100/1.1/0 /dev/nvme0 storage Samsung SSD 970 EVO 500GB
/0/100/1.1/0/1 /dev/nvme0n1 disk 500GB NVMe disk
/0/100/1.1/0/1/1 /dev/nvme0n1p1 volume 465GiB Linux filesystem partition
/0/100/1.3 bridge Family 17h (Models 00h-0fh) PCIe GPP Bridge
/0/100/1.3/0 bus 400 Series Chipset USB 3.1 XHCI Controller
/0/100/1.3/0/0 usb1 bus xHCI Host Controller
/0/100/1.3/0/0/7 input USB Keyboard
/0/100/1.3/0/1 usb2 bus xHCI Host Controller
/0/100/1.3/0.1 storage 400 Series Chipset SATA Controller
/0/100/1.3/0.2 bridge 400 Series Chipset PCIe Bridge
/0/100/1.3/0.2/0 bridge 400 Series Chipset PCIe Port
/0/100/1.3/0.2/1 bridge 400 Series Chipset PCIe Port
/0/100/1.3/0.2/4 bridge 400 Series Chipset PCIe Port
/0/100/1.3/0.2/5 bridge 400 Series Chipset PCIe Port
/0/100/1.3/0.2/6 bridge 400 Series Chipset PCIe Port
/0/100/1.3/0.2/6/0 storage ASM1062 Serial ATA Controller
/0/100/1.3/0.2/7 bridge 400 Series Chipset PCIe Port
/0/100/1.3/0.2/7/0 enp9s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1.3/0.2/8 bridge 400 Series Chipset PCIe Port
/0/100/1.3/0.2/8/0 /dev/nvme1 storage WDC WDS100T2B0C-00PXH0
/0/100/1.3/0.2/8/0/1 /dev/nvme1n1 disk 1TB NVMe disk
/0/100/1.3/0.2/8/0/1/1 /dev/nvme1n1p1 volume 931GiB EXT4 volume
/0/100/3.1 bridge Family 17h (Models 00h-0fh) PCIe GPP Bridge
/0/100/3.1/0 display Baffin [Radeon RX 550 640SP / RX 560/560X]
/0/100/3.1/0.1 multimedia Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]
/0/100/7.1 bridge Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
/0/100/7.1/0 generic Zeppelin/Raven/Raven2 PCIe Dummy Function
/0/100/7.1/0.2 generic Family 17h (Models 00h-0fh) Platform Security Processor
/0/100/7.1/0.3 bus Zeppelin USB 3.0 Host controller
/0/100/7.1/0.3/0 usb3 bus xHCI Host Controller
/0/100/7.1/0.3/0/1 bus USB hub
/0/100/7.1/0.3/0/1/3 input EIZO USB HID Monitor
/0/100/7.1/0.3/1 usb4 bus xHCI Host Controller
/0/100/7.1/0.3/1/1 bus USB hub
/0/100/7.1/0.3/1/4 storage SSD-PGU3-A
/0/100/8.1 bridge Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
/0/100/8.1/0 generic Zeppelin/Renoir PCIe Dummy Function
/0/100/8.1/0.2 storage FCH SATA Controller [AHCI mode]
/0/100/8.1/0.3 multimedia Family 17h (Models 00h-0fh) HD Audio Controller
/0/100/14 bus FCH SMBus Controller
/0/100/14.3 bridge FCH LPC Bridge
/0/101 bridge Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/102 bridge Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/103 bridge Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/104 bridge Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/105 bridge Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/106 bridge Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/107 bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0
/0/108 bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1
/0/109 bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2
/0/10a bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3
/0/10b bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4
/0/10c bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5
/0/10d bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6
/0/10e bridge Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7
/0/1 system System Board
/0/2 system Motherboard registers
/0/3 system AT Real-Time Clock
/0/4 system Motherboard registers
/0/5 communication 16550A-compatible COM port
/0/6 system Motherboard registers
/1 scsi11 storage
+ dmidecode -t memory
# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 3.2.1 present.
Handle 0x000E, DMI type 16, 23 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 128 GB
Error Information Handle: 0x000D
Number Of Devices: 4
Handle 0x0015, DMI type 17, 84 bytes
Memory Device
Array Handle: 0x000E
Error Information Handle: 0x0014
Total Width: 64 bits
Data Width: 64 bits
Size: 16 GB
Form Factor: DIMM
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL A
Type: DDR4
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 2667 MT/s
Manufacturer: Unknown
Serial Number: 00000000
Asset Tag: Not Specified
Part Number: PSD416G26662
Rank: 2
Configured Memory Speed: 2667 MT/s
Minimum Voltage: 1.2 V
Maximum Voltage: 1.2 V
Configured Voltage: 1.2 V
Memory Technology: <OUT OF SPEC>
Memory Operating Mode Capability: None
Firmware Version: Unknown
Module Manufacturer ID: Unknown
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: None
Cache Size: None
Logical Size: None
Handle 0x0018, DMI type 17, 84 bytes
Memory Device
Array Handle: 0x000E
Error Information Handle: 0x0017
Total Width: 64 bits
Data Width: 64 bits
Size: 16 GB
Form Factor: DIMM
Set: None
Locator: DIMM 1
Bank Locator: P0 CHANNEL A
Type: DDR4
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 2667 MT/s
Manufacturer: Unknown
Serial Number: 00000000
Asset Tag: Not Specified
Part Number: PSD416G26662
Rank: 2
Configured Memory Speed: 2667 MT/s
Minimum Voltage: 1.2 V
Maximum Voltage: 1.2 V
Configured Voltage: 1.2 V
Memory Technology: <OUT OF SPEC>
Memory Operating Mode Capability: None
Firmware Version: Unknown
Module Manufacturer ID: Unknown
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: None
Cache Size: None
Logical Size: None
Handle 0x001B, DMI type 17, 84 bytes
Memory Device
Array Handle: 0x000E
Error Information Handle: 0x001A
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL B
Type: DDR4
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 2667 MT/s
Manufacturer: Unknown
Serial Number: 46530855
Asset Tag: Not Specified
Part Number: W4U2666P-8G
Rank: 1
Configured Memory Speed: 2667 MT/s
Minimum Voltage: 1.2 V
Maximum Voltage: 1.2 V
Configured Voltage: 1.2 V
Memory Technology: <OUT OF SPEC>
Memory Operating Mode Capability: None
Firmware Version: Unknown
Module Manufacturer ID: Unknown
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: None
Cache Size: None
Logical Size: None
Handle 0x001E, DMI type 17, 84 bytes
Memory Device
Array Handle: 0x000E
Error Information Handle: 0x001D
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM 1
Bank Locator: P0 CHANNEL B
Type: DDR4
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 2667 MT/s
Manufacturer: Unknown
Serial Number: 42530855
Asset Tag: Not Specified
Part Number: W4U2666P-8G
Rank: 1
Configured Memory Speed: 2667 MT/s
Minimum Voltage: 1.2 V
Maximum Voltage: 1.2 V
Configured Voltage: 1.2 V
Memory Technology: <OUT OF SPEC>
Memory Operating Mode Capability: None
Firmware Version: Unknown
Module Manufacturer ID: Unknown
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: None
Cache Size: None
Logical Size: None