-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path1429FD9ED5
934 lines (888 loc) · 35.4 KB
/
1429FD9ED5
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
13: PCI 17.0: 0106 SATA controller (AHCI 1.0)
[Created at pci.386]
Unique ID: abAj.FEeWqKNzUOF
SysFS ID: /devices/pci0000:00/0000:00:17.0
SysFS BusID: 0000:00:17.0
Hardware Class: storage
Device Name: "Onboard - SATA"
Model: "Intel Cannon Lake PCH SATA AHCI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa352 "Cannon Lake PCH SATA AHCI Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Driver: "ahci"
Driver Modules: "ahci"
Memory Range: 0xa4334000-0xa4335fff (rw,non-prefetchable)
Memory Range: 0xa433a000-0xa433a0ff (rw,non-prefetchable)
I/O Ports: 0x4050-0x4057 (rw)
I/O Ports: 0x4040-0x4043 (rw)
I/O Ports: 0x4020-0x403f (rw)
Memory Range: 0xa4339000-0xa43397ff (rw,non-prefetchable)
IRQ: 123 (1181 events)
Module Alias: "pci:v00008086d0000A352sv00001462sd00007B17bc01sc06i01"
Config Status: cfg=new, avail=yes, need=no, active=unknown
14: PCI 08.0: 0880 System peripheral
[Created at pci.386]
Unique ID: RE4e.40UHjlJzWv3
SysFS ID: /devices/pci0000:00/0000:00:08.0
SysFS BusID: 0000:00:08.0
Hardware Class: unknown
Device Name: "Onboard - Other"
Model: "Intel Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1911 "Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Memory Range: 0xa433e000-0xa433efff (rw,non-prefetchable,disabled)
IRQ: 255 (no events)
Module Alias: "pci:v00008086d00001911sv00001462sd00007B17bc08sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
15: PCI 1f.0: 0601 ISA bridge
[Created at pci.386]
Unique ID: BUZT.1W9IL47ctAA
SysFS ID: /devices/pci0000:00/0000:00:1f.0
SysFS BusID: 0000:00:1f.0
Hardware Class: bridge
Device Name: "Onboard - Other"
Model: "Intel Z390 Chipset LPC/eSPI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa305 "Z390 Chipset LPC/eSPI Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Module Alias: "pci:v00008086d0000A305sv00001462sd00007B17bc06sc01i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
16: PCI 200.0: 0108 Non-Volatile memory controller (NVM Express)
[Created at pci.386]
Unique ID: B35A.AxGd7hiuG+6
Parent ID: u1Nb.VOYQmu0QBLA
SysFS ID: /devices/pci0000:00/0000:00:1b.0/0000:02:00.0
SysFS BusID: 0000:02:00.0
Hardware Class: storage
Model: "Samsung Electronics NVMe SSD Controller SM981/PM981"
Vendor: pci 0x144d "Samsung Electronics Co Ltd"
Device: pci 0xa808 "NVMe SSD Controller SM981/PM981"
SubVendor: pci 0x144d "Samsung Electronics Co Ltd"
SubDevice: pci 0xa801
Driver: "nvme"
Driver Modules: "nvme"
Memory Range: 0xa4200000-0xa4203fff (rw,non-prefetchable)
IRQ: 16 (4 events)
Module Alias: "pci:v0000144Dd0000A808sv0000144Dsd0000A801bc01sc08i02"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #21 (PCI bridge)
17: PCI 01.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: vSkL.0RKG64rMN75
SysFS ID: /devices/pci0000:00/0000:00:01.0
SysFS BusID: 0000:00:01.0
Hardware Class: bridge
Model: "Intel Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16)"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1901 "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16)"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x0a
Driver: "pcieport"
IRQ: 120 (no events)
Module Alias: "pci:v00008086d00001901sv00001462sd00007B17bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
18: PCI 100.2: 0c03 USB Controller (XHCI)
[Created at pci.386]
Unique ID: Essh.jP3fpgVt7P2
Parent ID: vSkL.0RKG64rMN75
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.2
SysFS BusID: 0000:01:00.2
Hardware Class: usb controller
Model: "nVidia TU106 USB 3.1 Host Controller"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x1ada "TU106 USB 3.1 Host Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x3732
Revision: 0xa1
Driver: "xhci_hcd"
Memory Range: 0xa2000000-0xa203ffff (ro,non-prefetchable)
Memory Range: 0xa2040000-0xa204ffff (ro,non-prefetchable)
IRQ: 132 (no events)
Module Alias: "pci:v000010DEd00001ADAsv00001462sd00003732bc0Csc03i30"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #17 (PCI bridge)
19: PCI 16.0: 0780 Communication controller
[Created at pci.386]
Unique ID: WnlC.SWbYE1UaI53
SysFS ID: /devices/pci0000:00/0000:00:16.0
SysFS BusID: 0000:00:16.0
Hardware Class: unknown
Device Name: "Onboard - Other"
Model: "Intel Cannon Lake PCH HECI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa360 "Cannon Lake PCH HECI Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Memory Range: 0xa433b000-0xa433bfff (rw,non-prefetchable,disabled)
IRQ: 255 (no events)
Module Alias: "pci:v00008086d0000A360sv00001462sd00007B17bc07sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
20: PCI 100.0: 0300 VGA compatible controller (VGA)
[Created at pci.386]
Unique ID: VCu0.hvsE+BfNyU5
Parent ID: vSkL.0RKG64rMN75
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
SysFS BusID: 0000:01:00.0
Hardware Class: graphics card
Model: "nVidia TU106 [GeForce RTX 2070 Rev. A]"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x1f07 "TU106 [GeForce RTX 2070 Rev. A]"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x3732
Revision: 0xa1
Driver: "nvidia"
Driver Modules: "nvidia"
Memory Range: 0xa3000000-0xa3ffffff (rw,non-prefetchable)
Memory Range: 0x90000000-0x9fffffff (ro,non-prefetchable)
Memory Range: 0xa0000000-0xa1ffffff (ro,non-prefetchable)
I/O Ports: 0x3000-0x3fff (rw)
Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
IRQ: 134 (381 events)
Module Alias: "pci:v000010DEd00001F07sv00001462sd00003732bc03sc00i00"
Driver Info #0:
Driver Status: nvidia_drm is active
Driver Activation Cmd: "modprobe nvidia_drm"
Driver Info #1:
Driver Status: nvidia is active
Driver Activation Cmd: "modprobe nvidia"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #17 (PCI bridge)
21: PCI 1b.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: u1Nb.VOYQmu0QBLA
SysFS ID: /devices/pci0000:00/0000:00:1b.0
SysFS BusID: 0000:00:1b.0
Hardware Class: bridge
Model: "Intel Cannon Lake PCH PCI Express Root Port #17"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa340 "Cannon Lake PCH PCI Express Root Port #17"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0xf0
Driver: "pcieport"
IRQ: 121 (no events)
Module Alias: "pci:v00008086d0000A340sv00001462sd00007B17bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
22: PCI 1f.5: 0c80 Serial bus controller
[Created at pci.386]
Unique ID: W60f.b4kA_JA4vvB
SysFS ID: /devices/pci0000:00/0000:00:1f.5
SysFS BusID: 0000:00:1f.5
Hardware Class: unknown
Device Name: "Onboard - Other"
Model: "Intel Cannon Lake PCH SPI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa324 "Cannon Lake PCH SPI Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Driver: "intel-spi"
Memory Range: 0xfe010000-0xfe010fff (rw,non-prefetchable)
Module Alias: "pci:v00008086d0000A324sv00001462sd00007B17bc0Csc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
23: PCI 1f.3: 0403 Audio device
[Created at pci.386]
Unique ID: nS1_.qmB9sAc1Pl4
SysFS ID: /devices/pci0000:00/0000:00:1f.3
SysFS BusID: 0000:00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Cannon Lake PCH cAVS"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa348 "Cannon Lake PCH cAVS"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0xcb17
Revision: 0x10
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xa4330000-0xa4333fff (rw,non-prefetchable)
Memory Range: 0xa4100000-0xa41fffff (rw,non-prefetchable)
IRQ: 133 (89 events)
Module Alias: "pci:v00008086d0000A348sv00001462sd0000CB17bc04sc03i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
24: PCI 00.0: 0600 Host bridge
[Created at pci.386]
Unique ID: qLht.AodZpVTVwXE
SysFS ID: /devices/pci0000:00/0000:00:00.0
SysFS BusID: 0000:00:00.0
Hardware Class: bridge
Device Name: "Onboard - Other"
Model: "Intel 8th Gen Core Processor Host Bridge/DRAM Registers"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x3ec2 "8th Gen Core Processor Host Bridge/DRAM Registers"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x0a
Driver: "skl_uncore"
Module Alias: "pci:v00008086d00003EC2sv00001462sd00007B17bc06sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
25: PCI 12.0: 1180 Signal processing controller
[Created at pci.386]
Unique ID: CLZK.VjkQOyjvtB5
SysFS ID: /devices/pci0000:00/0000:00:12.0
SysFS BusID: 0000:00:12.0
Hardware Class: unknown
Device Name: "Onboard - Other"
Model: "Intel Cannon Lake PCH Thermal Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa379 "Cannon Lake PCH Thermal Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Memory Range: 0xa433d000-0xa433dfff (rw,non-prefetchable,disabled)
IRQ: 255 (no events)
Module Alias: "pci:v00008086d0000A379sv00001462sd00007B17bc11sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
26: PCI 100.3: 0c80 Serial bus controller
[Created at pci.386]
Unique ID: 6BMX.xCjt+2B0t7F
Parent ID: vSkL.0RKG64rMN75
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.3
SysFS BusID: 0000:01:00.3
Hardware Class: unknown
Model: "nVidia TU106 USB Type-C Port Policy Controller"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x1adb "TU106 USB Type-C Port Policy Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x3732
Revision: 0xa1
Memory Range: 0xa4084000-0xa4084fff (rw,non-prefetchable,disabled)
IRQ: 255 (no events)
Module Alias: "pci:v000010DEd00001ADBsv00001462sd00003732bc0Csc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #17 (PCI bridge)
27: PCI 100.1: 0403 Audio device
[Created at pci.386]
Unique ID: NXNs.QW7iNTRbaX3
Parent ID: vSkL.0RKG64rMN75
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.1
SysFS BusID: 0000:01:00.1
Hardware Class: sound
Model: "nVidia TU106 High Definition Audio Controller"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x10f9 "TU106 High Definition Audio Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x3732
Revision: 0xa1
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xa4080000-0xa4083fff (rw,non-prefetchable)
IRQ: 17 (27 events)
Module Alias: "pci:v000010DEd000010F9sv00001462sd00003732bc04sc03i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #17 (PCI bridge)
28: PCI 14.2: 0500 RAM memory
[Created at pci.386]
Unique ID: 5Dex.1OQmjAj4CvB
SysFS ID: /devices/pci0000:00/0000:00:14.2
SysFS BusID: 0000:00:14.2
Hardware Class: unknown
Device Name: "Onboard - Other"
Model: "Intel Cannon Lake PCH Shared SRAM"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa36f "Cannon Lake PCH Shared SRAM"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x7270
Revision: 0x10
Memory Range: 0xa4336000-0xa4337fff (rw,non-prefetchable,disabled)
Memory Range: 0xa433c000-0xa433cfff (rw,non-prefetchable,disabled)
Module Alias: "pci:v00008086d0000A36Fsv00008086sd00007270bc05sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
29: PCI 1f.6: 0200 Ethernet controller
[Created at pci.386]
Unique ID: wcdH.rVyJd6RMCC2
SysFS ID: /devices/pci0000:00/0000:00:1f.6
SysFS BusID: 0000:00:1f.6
Hardware Class: network
Device Name: "Onboard - Ethernet"
Model: "Intel Ethernet Connection (7) I219-V"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x15bc "Ethernet Connection (7) I219-V"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Driver: "e1000e"
Driver Modules: "e1000e"
Device File: eno1
Memory Range: 0xa4300000-0xa431ffff (rw,non-prefetchable)
IRQ: 124 (92 events)
HW Address: ...
Permanent HW Address: ...
Link detected: yes
Module Alias: "pci:v00008086d000015BCsv00001462sd00007B17bc02sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
30: PCI 14.0: 0c03 USB Controller (XHCI)
[Created at pci.386]
Unique ID: MZfG.XxwNL+wY8i8
SysFS ID: /devices/pci0000:00/0000:00:14.0
SysFS BusID: 0000:00:14.0
Hardware Class: usb controller
Device Name: "Onboard - Other"
Model: "Intel Cannon Lake PCH USB 3.1 xHCI Host Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa36d "Cannon Lake PCH USB 3.1 xHCI Host Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Driver: "xhci_hcd"
Memory Range: 0xa4320000-0xa432ffff (rw,non-prefetchable)
IRQ: 131 (374 events)
Module Alias: "pci:v00008086d0000A36Dsv00001462sd00007B17bc0Csc03i30"
Config Status: cfg=new, avail=yes, need=no, active=unknown
31: PCI 1f.4: 0c05 SMBus
[Created at pci.386]
Unique ID: fnWp.fhZ5usOh8v9
SysFS ID: /devices/pci0000:00/0000:00:1f.4
SysFS BusID: 0000:00:1f.4
Hardware Class: unknown
Device Name: "Onboard - Other"
Model: "Intel Cannon Lake PCH SMBus Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa323 "Cannon Lake PCH SMBus Controller"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x7b17
Revision: 0x10
Driver: "i801_smbus"
Driver Modules: "i2c_i801"
Memory Range: 0xa4338000-0xa43380ff (rw,non-prefetchable)
I/O Ports: 0xefa0-0xefbf (rw)
IRQ: 16 (4 events)
Module Alias: "pci:v00008086d0000A323sv00001462sd00007B17bc0Csc05i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
32: None 00.0: 10002 LCD Monitor
[Created at monitor.125]
Unique ID: rdCR.usQMynLsXV5
Parent ID: VCu0.hvsE+BfNyU5
Hardware Class: monitor
Model: "MSI MPG27CQ"
Vendor: MSI
Device: eisa 0x3fa3 "MSI MPG27CQ"
Resolution: 720x400@70Hz
Resolution: 640x480@60Hz
Resolution: 640x480@67Hz
Resolution: 640x480@72Hz
Resolution: 640x480@75Hz
Resolution: 800x600@56Hz
Resolution: 800x600@60Hz
Resolution: 800x600@72Hz
Resolution: 800x600@75Hz
Resolution: 1024x768@60Hz
Resolution: 1024x768@70Hz
Resolution: 1024x768@75Hz
Resolution: 1280x1024@75Hz
Resolution: 1920x1080@60Hz
Resolution: 1152x864@75Hz
Resolution: 1280x720@60Hz
Resolution: 1280x960@60Hz
Resolution: 2560x1440@60Hz
Size: 597x336 mm
Year of Manufacture: 2018
Week of Manufacture: 29
Detailed Timings #0:
Resolution: 2560x1440
Horizontal: 2560 2568 2600 2720 (+8 +40 +160) +hsync
Vertical: 1440 1465 1473 1490 (+25 +33 +50) +vsync
Frequencies: 583.60 MHz, 214.56 kHz, 144.00 Hz
Year of Manufacture: 2018
Week of Manufacture: 29
Detailed Timings #1:
Resolution: 2560x1440
Horizontal: 2560 2608 2640 2720 (+48 +80 +160) -hsync
Vertical: 1440 1467 1475 1481 (+27 +35 +41) +vsync
Frequencies: 241.69 MHz, 88.86 kHz, 60.00 Hz
Driver Info #0:
Max. Resolution: 2560x1440
Vert. Sync Range: 48-144 Hz
Hor. Sync Range: 222-222 kHz
Bandwidth: 583 MHz
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #20 (VGA compatible controller)
35: PCI 00.0: 10600 Disk
[Created at block.245]
Unique ID: wLCS.EJHvc9MwvZ7
Parent ID: B35A.AxGd7hiuG+6
SysFS ID: /class/block/nvme0n1
SysFS BusID: nvme0
SysFS Device Link: /devices/pci0000:00/0000:00:1b.0/0000:02:00.0/nvme/nvme0
Hardware Class: disk
Model: "Samsung Electronics NVMe SSD Controller SM981/PM981"
Vendor: pci 0x144d "Samsung Electronics Co Ltd"
Device: pci 0xa808 "NVMe SSD Controller SM981/PM981"
SubVendor: pci 0x144d "Samsung Electronics Co Ltd"
SubDevice: pci 0xa801
Driver: "nvme"
Driver Modules: "nvme"
Device File: /dev/nvme0n1
Device Number: block 259:0
Geometry (Logical): CHS 238475/64/32
Size: 488397168 sectors a 512 bytes
Capacity: 232 GB (250059350016 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (Non-Volatile memory controller)
36: IDE 300.0: 10600 Disk
[Created at block.245]
Unique ID: 3OOL.21+8OxuQeh6
Parent ID: abAj.FEeWqKNzUOF
SysFS ID: /class/block/sda
SysFS BusID: 3:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:17.0/ata4/host3/target3:0:0/3:0:0:0
Hardware Class: disk
Model: "ST2000DM006-2DM1"
Device: "ST2000DM006-2DM1"
Revision: "CC26"
Serial ID: --
Driver: "ahci", "sd"
Driver Modules: "ahci"
Device File: /dev/sda
Device Number: block 8:0-8:15
Geometry (Logical): CHS 243201/255/63
Size: 3907029168 sectors a 512 bytes
Capacity: 1863 GB (2000398934016 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #13 (SATA controller)
37: USB 00.2: 10503 USB Mouse
[Created at usb.122]
Unique ID: WiL4.lirNoN9HMqA
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2
SysFS BusID: 1-2:1.2
Hardware Class: mouse
Model: "Razer BlackWidow Elite"
Hotplug: USB
Vendor: usb 0x1532 "Razer USA, Ltd"
Device: usb 0x0228 "Razer BlackWidow Elite"
Revision: "2.00"
Compatible to: int 0x0210 0x0025
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse0)
Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event8
Device Number: char 13:63 (char 13:32)
Speed: 12 Mbps
Module Alias: "usb:v1532p0228d0200dc00dsc00dp00ic03isc00ip02in02"
Driver Info #0:
Buttons: 5
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
38: USB 00.0: 10800 Keyboard
[Created at usb.122]
Unique ID: cLrx.0_LkG9jAWkB
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0
SysFS BusID: 1-2:1.0
Hardware Class: keyboard
Model: "Razer BlackWidow Elite"
Hotplug: USB
Vendor: usb 0x1532 "Razer USA, Ltd"
Device: usb 0x0228 "Razer BlackWidow Elite"
Revision: "2.00"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/event5
Device Number: char 13:69
Speed: 12 Mbps
Module Alias: "usb:v1532p0228d0200dc00dsc00dp00ic03isc01ip01in00"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
39: USB 00.5: 0000 Unclassified device
[Created at usb.122]
Unique ID: R6U6.IW7toclp0F1
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.5
SysFS BusID: 1-1:1.5
Hardware Class: unknown
Model: "Razer Kraken Tournament Edition"
Hotplug: USB
Vendor: usb 0x1532 "Razer USA, Ltd"
Device: usb 0x0520 "Razer Kraken Tournament Edition"
Revision: "0.88"
Serial ID: --
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/event3
Device Number: char 13:67
Speed: 12 Mbps
Module Alias: "usb:v1532p0520d0088dc00dsc00dp00ic03isc00ip00in05"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
40: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: uIhY.GrjZNg1+YR3
Parent ID: Essh.jP3fpgVt7P2
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.2/usb3/3-0:1.0
SysFS BusID: 3-0:1.0
Hardware Class: hub
Model: "Linux Foundation 2.0 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0002 "2.0 root hub"
Revision: "5.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0515dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (USB Controller)
41: USB 00.3: 0401 Multimedia audio controller
[Created at usb.122]
Unique ID: Xlzz.Fzv_dLR6uo7
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3
SysFS BusID: 1-1:1.3
Hardware Class: sound
Model: "Razer Kraken Tournament Edition"
Hotplug: USB
Vendor: usb 0x1532 "Razer USA, Ltd"
Device: usb 0x0520 "Razer Kraken Tournament Edition"
Revision: "0.88"
Serial ID: --
Speed: 12 Mbps
Module Alias: "usb:v1532p0520d0088dc00dsc00dp00ic01isc01ip00in03"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
42: USB 00.2: 0401 Multimedia audio controller
[Created at usb.122]
Unique ID: yqzE.R+BoamKx_D6
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2
SysFS BusID: 1-3:1.2
Hardware Class: sound
Model: "Blue Microphones Yeti Stereo Microphone"
Hotplug: USB
Vendor: usb 0xb58e "Blue Microphones"
Device: usb 0x9e84 "Yeti Stereo Microphone"
Revision: "1.00"
Serial ID: --
Speed: 12 Mbps
Module Alias: "usb:vB58Ep9E84d0100dc00dsc00dp00ic01isc02ip00in02"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
44: USB 00.1: 10800 Keyboard
[Created at usb.122]
Unique ID: NwzV.aBWX+XH3bM4
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1
SysFS BusID: 1-5:1.1
Hardware Class: keyboard
Model: "SINOWEALTH Wired Gaming Mouse"
Hotplug: USB
Vendor: usb 0x258a "SINOWEALTH"
Device: usb 0x0036 "Wired Gaming Mouse"
Revision: "1.09"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/event11
Device Number: char 13:75
Speed: 12 Mbps
Module Alias: "usb:v258Ap0036d0109dc00dsc00dp00ic03isc01ip01in01"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
46: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: X7GA.UimklIkX6J1
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0
SysFS BusID: 1-7:1.0
Hardware Class: unknown
Model: "Micro Star International MYSTIC LIGHT"
Hotplug: USB
Vendor: usb 0x1462 "Micro Star International"
Device: usb 0x7b17 "MYSTIC LIGHT"
Revision: "0.01"
Serial ID: --
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/event12
Device Number: char 13:76
Speed: 12 Mbps
Module Alias: "usb:v1462p7B17d0001dc00dsc00dp00ic03isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
47: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: Mnix.loVW3vI07EB
Parent ID: ygBX.d7FDLX76qXB
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13.2/1-13.2:1.0
SysFS BusID: 1-13.2:1.0
Hardware Class: unknown
Model: "NZXT USB Device"
Hotplug: USB
Vendor: usb 0x1e71 "NZXT"
Device: usb 0x170e "NZXT USB Device"
Revision: "2.00"
Serial ID: --
Driver: "usbhid"
Driver Modules: "usbhid"
Speed: 12 Mbps
Module Alias: "usb:v1E71p170Ed0200dc00dsc00dp00ic03isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #58 (Hub)
48: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: zPk0.9BsmpdpgUfC
Parent ID: Essh.jP3fpgVt7P2
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.2/usb4/4-0:1.0
SysFS BusID: 4-0:1.0
Hardware Class: hub
Model: "Linux Foundation 3.0 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0003 "3.0 root hub"
Revision: "5.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Module Alias: "usb:v1D6Bp0003d0515dc09dsc00dp03ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (USB Controller)
50: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: k4bc.2DFUsyrieMD
Parent ID: MZfG.XxwNL+wY8i8
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0
SysFS BusID: 1-0:1.0
Hardware Class: hub
Model: "Linux Foundation 2.0 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0002 "2.0 root hub"
Revision: "5.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0515dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #30 (USB Controller)
52: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: ovK6.+_TVb_DyjR6
Parent ID: ygBX.d7FDLX76qXB
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13.3/1-13.3:1.0
SysFS BusID: 1-13.3:1.0
Hardware Class: unknown
Model: "NZXT USB Device"
Hotplug: USB
Vendor: usb 0x1e71 "NZXT"
Device: usb 0x1714 "NZXT USB Device"
Revision: "2.00"
Serial ID: --
Driver: "usbhid"
Driver Modules: "usbhid"
Speed: 12 Mbps
Module Alias: "usb:v1E71p1714d0200dc00dsc00dp00ic03isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #58 (Hub)
53: USB 00.3: 0000 Unclassified device
[Created at usb.122]
Unique ID: P0EJ.ExZ+phGtP95
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.3
SysFS BusID: 1-3:1.3
Hardware Class: unknown
Model: "Blue Microphones Yeti Stereo Microphone"
Hotplug: USB
Vendor: usb 0xb58e "Blue Microphones"
Device: usb 0x9e84 "Yeti Stereo Microphone"
Revision: "1.00"
Serial ID: --
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/event9
Device Number: char 13:73
Speed: 12 Mbps
Module Alias: "usb:vB58Ep9E84d0100dc00dsc00dp00ic03isc00ip00in03"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
57: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: pBe4.xYNhIwdOaa6
Parent ID: MZfG.XxwNL+wY8i8
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0
SysFS BusID: 2-0:1.0
Hardware Class: hub
Model: "Linux Foundation 3.0 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0003 "3.0 root hub"
Revision: "5.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Module Alias: "usb:v1D6Bp0003d0515dc09dsc00dp03ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #30 (USB Controller)
58: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: ygBX.d7FDLX76qXB
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0
SysFS BusID: 1-13:1.0
Hardware Class: hub
Model: "Genesys Logic Hub"
Hotplug: USB
Vendor: usb 0x05e3 "Genesys Logic, Inc."
Device: usb 0x0608 "Hub"
Revision: "88.32"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v05E3p0608d8832dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
59: USB 00.0: 10503 USB Mouse
[Created at usb.122]
Unique ID: wkjR.pQ9+VXfGQL4
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0
SysFS BusID: 1-5:1.0
Hardware Class: mouse
Model: "SINOWEALTH Wired Gaming Mouse"
Hotplug: USB
Vendor: usb 0x258a "SINOWEALTH"
Device: usb 0x0036 "Wired Gaming Mouse"
Revision: "1.09"
Compatible to: int 0x0210 0x0045
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event10
Device Number: char 13:63 (char 13:33)
Speed: 12 Mbps
Module Alias: "usb:v258Ap0036d0109dc00dsc00dp00ic03isc01ip02in00"
Driver Info #0:
Buttons: 5
Wheels: 4
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
60: None 00.0: 10103 CPU
[Created at cpu.462]
Unique ID: rdCR.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.158.12 "Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz"
Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,art,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,movbe,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,abm,3dnowprefetch,cpuid_fault,invpcid_single,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d,arch_capabilities
Clock: 3700 MHz
BogoMips: 7399.70
Cache: 9216 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
61: None 01.0: 10103 CPU
[Created at cpu.462]
Unique ID: wkFv.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.158.12 "Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz"
Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,art,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,movbe,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,abm,3dnowprefetch,cpuid_fault,invpcid_single,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d,arch_capabilities
Clock: 3700 MHz
BogoMips: 7399.70
Cache: 9216 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
62: None 02.0: 10103 CPU
[Created at cpu.462]
Unique ID: +rIN.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.158.12 "Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz"
Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,art,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,movbe,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,abm,3dnowprefetch,cpuid_fault,invpcid_single,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d,arch_capabilities
Clock: 3700 MHz
BogoMips: 7399.70
Cache: 9216 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
63: None 03.0: 10103 CPU
[Created at cpu.462]
Unique ID: 4zLr.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.158.12 "Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz"
Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,art,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,movbe,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,abm,3dnowprefetch,cpuid_fault,invpcid_single,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d,arch_capabilities
Clock: 3700 MHz
BogoMips: 7399.70
Cache: 9216 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
64: None 04.0: 10103 CPU
[Created at cpu.462]
Unique ID: 94PJ.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.158.12 "Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz"
Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,art,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,movbe,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,abm,3dnowprefetch,cpuid_fault,invpcid_single,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d,arch_capabilities
Clock: 4033 MHz
BogoMips: 7399.70
Cache: 9216 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
65: None 05.0: 10103 CPU
[Created at cpu.462]
Unique ID: EBSn.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.158.12 "Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz"
Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,art,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,movbe,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,abm,3dnowprefetch,cpuid_fault,invpcid_single,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d,arch_capabilities
Clock: 3700 MHz
BogoMips: 7399.70
Cache: 9216 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
66: None 00.0: 10700 Loopback
[Created at net.126]
Unique ID: ZsBS.GQNx7L4uPNA
SysFS ID: /class/net/lo
Hardware Class: network interface
Model: "Loopback network interface"
Device File: lo
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
67: None 01.0: 10701 Ethernet
[Created at net.126]
Unique ID: zHNY.ndpeucax6V1
Parent ID: wcdH.rVyJd6RMCC2
SysFS ID: /class/net/eno1
SysFS Device Link: /devices/pci0000:00/0000:00:1f.6
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "e1000e"
Driver Modules: "e1000e"
Device File: eno1
HW Address: ...
Permanent HW Address: ...
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #29 (Ethernet controller)
68: None 00.0: 10781 Network Interface
[Created at net.126]
Unique ID: wl2P.nfEXJulusj6
SysFS ID: /class/net/sit0
Hardware Class: network interface
Model: "Network Interface"
Device File: sit0
Config Status: cfg=new, avail=yes, need=no, active=unknown