-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathA93D77D45B
958 lines (907 loc) · 37.3 KB
/
A93D77D45B
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
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
16: PCI 17.0: 0104 RAID bus controller
[Created at pci.386]
Unique ID: abAj.oLcx_qecED5
SysFS ID: /devices/pci0000:00/0000:00:17.0
SysFS BusID: 0000:00:17.0
Hardware Class: storage
Model: "Intel 82801 Mobile SATA Controller [RAID mode]"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x282a "82801 Mobile SATA Controller [RAID mode]"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Driver: "ahci"
Driver Modules: "ahci"
Memory Range: 0xd1230000-0xd1231fff (rw,non-prefetchable)
Memory Range: 0xd1234000-0xd12340ff (rw,non-prefetchable)
I/O Ports: 0xf090-0xf097 (rw)
I/O Ports: 0xf080-0xf083 (rw)
I/O Ports: 0xf060-0xf07f (rw)
Memory Range: 0xd1233000-0xd12337ff (rw,non-prefetchable)
IRQ: 124 (119475 events)
Module Alias: "pci:v00008086d0000282Asv00001028sd00000810bc01sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
17: PCI 1f.2: 0580 Memory controller
[Created at pci.386]
Unique ID: w7Y8.6or7SfHoRq2
SysFS ID: /devices/pci0000:00/0000:00:1f.2
SysFS BusID: 0000:00:1f.2
Hardware Class: unknown
Model: "Intel Sunrise Point-LP PMC"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d21 "Sunrise Point-LP PMC"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Memory Range: 0xd122c000-0xd122ffff (rw,non-prefetchable,disabled)
Module Alias: "pci:v00008086d00009D21sv00001028sd00000810bc05sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
18: PCI 1c.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: z8Q3.kNujMKA9pf2
SysFS ID: /devices/pci0000:00/0000:00:1c.0
SysFS BusID: 0000:00:1c.0
Hardware Class: bridge
Model: "Intel Sunrise Point-LP PCI Express Root Port #5"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d14 "Sunrise Point-LP PCI Express Root Port #5"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0xf1
Driver: "pcieport"
IRQ: 122 (no events)
Module Alias: "pci:v00008086d00009D14sv00001028sd00000810bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
19: PCI 1f.0: 0601 ISA bridge
[Created at pci.386]
Unique ID: BUZT.r5vawWA5Yk0
SysFS ID: /devices/pci0000:00/0000:00:1f.0
SysFS BusID: 0000:00:1f.0
Hardware Class: bridge
Model: "Intel Sunrise Point LPC Controller/eSPI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d4e "Sunrise Point LPC Controller/eSPI Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Module Alias: "pci:v00008086d00009D4Esv00001028sd00000810bc06sc01i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
20: PCI 200.0: 0282 WLAN controller
[Created at pci.386]
Unique ID: qru8.+QLhmLi1GnE
Parent ID: HnsE.FoqTruHsK23
SysFS ID: /devices/pci0000:00/0000:00:1c.5/0000:02:00.0
SysFS BusID: 0000:02:00.0
Hardware Class: network
Model: "Intel Wireless 3165"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x3165 "Wireless 3165"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x4410
Revision: 0x79
Driver: "iwlwifi"
Driver Modules: "iwlwifi"
Device File: wlp2s0
Features: WLAN
Memory Range: 0xd1000000-0xd1001fff (rw,non-prefetchable)
IRQ: 128 (63112 events)
HW Address: ...
Permanent HW Address: ...
Link detected: yes
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 5.18 5.2 5.22 5.24 5.26 5.28 5.3 5.32 5.5 5.52 5.54 5.56 5.58 5.6 5.62 5.64 5.66 5.68 5.7
WLAN encryption modes: WEP40 WEP104 TKIP CCMP
WLAN authentication modes: open sharedkey wpa-psk wpa-eap
Module Alias: "pci:v00008086d00003165sv00008086sd00004410bc02sc80i00"
Driver Info #0:
Driver Status: iwlwifi is active
Driver Activation Cmd: "modprobe iwlwifi"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #22 (PCI bridge)
21: PCI 04.0: 1180 Signal processing controller
[Created at pci.386]
Unique ID: 8otl.NryQTZ0as76
SysFS ID: /devices/pci0000:00/0000:00:04.0
SysFS BusID: 0000:00:04.0
Hardware Class: unknown
Model: "Intel Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1903 "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x08
Memory Range: 0xd1220000-0xd1227fff (rw,non-prefetchable)
IRQ: 16 (677 events)
Module Alias: "pci:v00008086d00001903sv00001028sd00000810bc11sc80i00"
Driver Info #0:
Driver Status: processor_thermal_device is active
Driver Activation Cmd: "modprobe processor_thermal_device"
Config Status: cfg=new, avail=yes, need=no, active=unknown
22: PCI 1c.5: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: HnsE.FoqTruHsK23
SysFS ID: /devices/pci0000:00/0000:00:1c.5
SysFS BusID: 0000:00:1c.5
Hardware Class: bridge
Model: "Intel Sunrise Point-LP PCI Express Root Port #6"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d15 "Sunrise Point-LP PCI Express Root Port #6"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0xf1
Driver: "pcieport"
IRQ: 123 (no events)
Module Alias: "pci:v00008086d00009D15sv00001028sd00000810bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
23: PCI 16.0: 0780 Communication controller
[Created at pci.386]
Unique ID: WnlC.17ZhUON8VN3
SysFS ID: /devices/pci0000:00/0000:00:16.0
SysFS BusID: 0000:00:16.0
Hardware Class: unknown
Model: "Intel Sunrise Point-LP CSME HECI #1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d3a "Sunrise Point-LP CSME HECI #1"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Memory Range: 0xd1235000-0xd1235fff (rw,non-prefetchable,disabled)
IRQ: 10 (no events)
Module Alias: "pci:v00008086d00009D3Asv00001028sd00000810bc07sc80i00"
Driver Info #0:
Driver Status: mei_me is not active
Driver Activation Cmd: "modprobe mei_me"
Config Status: cfg=new, avail=yes, need=no, active=unknown
24: PCI 100.0: 0200 Ethernet controller
[Created at pci.386]
Unique ID: lkKU.OGu_FqOiZgC
Parent ID: z8Q3.kNujMKA9pf2
SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:01:00.0
SysFS BusID: 0000:01:00.0
Hardware Class: network
Model: "Realtek RTL810xE PCI Express Fast Ethernet controller"
Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
Device: pci 0x8136 "RTL810xE PCI Express Fast Ethernet controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x07
Driver: "r8169"
Driver Modules: "r8169"
Device File: enp1s0
I/O Ports: 0xe000-0xefff (rw)
Memory Range: 0xd1104000-0xd1104fff (rw,non-prefetchable)
Memory Range: 0xd1100000-0xd1103fff (ro,non-prefetchable)
IRQ: 16 (677 events)
HW Address: ...
Permanent HW Address: ...
Link detected: no
Module Alias: "pci:v000010ECd00008136sv00001028sd00000810bc02sc00i00"
Driver Info #0:
Driver Status: r8169 is active
Driver Activation Cmd: "modprobe r8169"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (PCI bridge)
25: PCI 1f.3: 0403 Audio device
[Created at pci.386]
Unique ID: nS1_.u2jOEQtbVa2
SysFS ID: /devices/pci0000:00/0000:00:1f.3
SysFS BusID: 0000:00:1f.3
Hardware Class: sound
Model: "Intel Sunrise Point-LP HD Audio"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d71 "Sunrise Point-LP HD Audio"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xd1228000-0xd122bfff (rw,non-prefetchable)
Memory Range: 0xd1200000-0xd120ffff (rw,non-prefetchable)
IRQ: 129 (644 events)
Module Alias: "pci:v00008086d00009D71sv00001028sd00000810bc04sc03i00"
Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
Driver Status: snd_soc_skl is active
Driver Activation Cmd: "modprobe snd_soc_skl"
Config Status: cfg=new, avail=yes, need=no, active=unknown
26: PCI 00.0: 0600 Host bridge
[Created at pci.386]
Unique ID: qLht.z9tlpDBcfx8
SysFS ID: /devices/pci0000:00/0000:00:00.0
SysFS BusID: 0000:00:00.0
Hardware Class: bridge
Model: "Intel Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x5914 "Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x08
Driver: "skl_uncore"
Driver Modules: "intel_uncore"
Module Alias: "pci:v00008086d00005914sv00001028sd00000810bc06sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
27: PCI 15.0: 1180 Signal processing controller
[Created at pci.386]
Unique ID: Rgik.nizIuj9ewSA
SysFS ID: /devices/pci0000:00/0000:00:15.0
SysFS BusID: 0000:00:15.0
Hardware Class: unknown
Model: "Intel Sunrise Point-LP Serial IO I2C Controller #0"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d60 "Sunrise Point-LP Serial IO I2C Controller #0"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Driver: "intel-lpss"
Driver Modules: "intel_lpss_pci"
Memory Range: 0xd1236000-0xd1236fff (rw,non-prefetchable)
IRQ: 16 (677 events)
Module Alias: "pci:v00008086d00009D60sv00001028sd00000810bc11sc80i00"
Driver Info #0:
Driver Status: intel_lpss_pci is active
Driver Activation Cmd: "modprobe intel_lpss_pci"
Config Status: cfg=new, avail=yes, need=no, active=unknown
28: PCI 14.2: 1180 Signal processing controller
[Created at pci.386]
Unique ID: 5Dex.YEc5J3w2AIB
SysFS ID: /devices/pci0000:00/0000:00:14.2
SysFS BusID: 0000:00:14.2
Hardware Class: unknown
Model: "Intel Sunrise Point-LP Thermal subsystem"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d31 "Sunrise Point-LP Thermal subsystem"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Driver: "intel_pch_thermal"
Driver Modules: "intel_pch_thermal"
Memory Range: 0xd1237000-0xd1237fff (rw,non-prefetchable)
IRQ: 18 (no events)
Module Alias: "pci:v00008086d00009D31sv00001028sd00000810bc11sc80i00"
Driver Info #0:
Driver Status: intel_pch_thermal is active
Driver Activation Cmd: "modprobe intel_pch_thermal"
Config Status: cfg=new, avail=yes, need=no, active=unknown
29: PCI 02.0: 0300 VGA compatible controller (VGA)
[Created at pci.386]
Unique ID: _Znp.y7gAA8mCp10
SysFS ID: /devices/pci0000:00/0000:00:02.0
SysFS BusID: 0000:00:02.0
Hardware Class: graphics card
Device Name: "Onboard IGD"
Model: "Intel UHD Graphics 620"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x5917 "UHD Graphics 620"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x07
Driver: "i915"
Driver Modules: "i915"
Memory Range: 0xd0000000-0xd0ffffff (rw,non-prefetchable)
Memory Range: 0xc0000000-0xcfffffff (ro,non-prefetchable)
I/O Ports: 0xf000-0xf03f (rw)
Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
IRQ: 125 (190760 events)
Module Alias: "pci:v00008086d00005917sv00001028sd00000810bc03sc00i00"
Driver Info #0:
Driver Status: i915 is active
Driver Activation Cmd: "modprobe i915"
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.kbEY3lezhC1
SysFS ID: /devices/pci0000:00/0000:00:14.0
SysFS BusID: 0000:00:14.0
Hardware Class: usb controller
Model: "Intel Sunrise Point-LP USB 3.0 xHCI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d2f "Sunrise Point-LP USB 3.0 xHCI Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Driver: "xhci_hcd"
Driver Modules: "xhci_pci"
Memory Range: 0xd1210000-0xd121ffff (rw,non-prefetchable)
IRQ: 126 (62669 events)
Module Alias: "pci:v00008086d00009D2Fsv00001028sd00000810bc0Csc03i30"
Driver Info #0:
Driver Status: xhci_pci is active
Driver Activation Cmd: "modprobe xhci_pci"
Config Status: cfg=new, avail=yes, need=no, active=unknown
31: PCI 1f.4: 0c05 SMBus
[Created at pci.386]
Unique ID: fnWp.q1PiOq7GMK7
SysFS ID: /devices/pci0000:00/0000:00:1f.4
SysFS BusID: 0000:00:1f.4
Hardware Class: unknown
Model: "Intel Sunrise Point-LP SMBus"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9d23 "Sunrise Point-LP SMBus"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0810
Revision: 0x21
Driver: "i801_smbus"
Driver Modules: "i2c_i801"
Memory Range: 0xd1232000-0xd12320ff (rw,non-prefetchable)
I/O Ports: 0xf040-0xf05f (rw)
IRQ: 16 (677 events)
Module Alias: "pci:v00008086d00009D23sv00001028sd00000810bc0Csc05i00"
Driver Info #0:
Driver Status: i2c_i801 is active
Driver Activation Cmd: "modprobe i2c_i801"
Config Status: cfg=new, avail=yes, need=no, active=unknown
32: None 00.0: 10002 LCD Monitor
[Created at monitor.125]
Unique ID: rdCR.vqGc+Tak9S8
Parent ID: _Znp.y7gAA8mCp10
Hardware Class: monitor
Model: "28H80 B156HTN LCD Monitor"
Vendor: AUO "28H80 B156HTN"
Device: eisa 0x38ed
Resolution: 1920x1080@60Hz
Size: 344x193 mm
Year of Manufacture: 2015
Week of Manufacture: 0
Detailed Timings #0:
Resolution: 1920x1080
Horizontal: 1920 2028 2076 2100 (+108 +156 +180) -hsync
Vertical: 1080 1090 1100 1126 (+10 +20 +46) +vsync
Frequencies: 113.60 MHz, 54.10 kHz, 48.04 Hz
Year of Manufacture: 2015
Week of Manufacture: 0
Detailed Timings #1:
Resolution: 1920x1080
Horizontal: 1920 2028 2076 2100 (+108 +156 +180) -hsync
Vertical: 1080 1090 1100 1126 (+10 +20 +46) +vsync
Frequencies: 142.00 MHz, 67.62 kHz, 60.05 Hz
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #29 (VGA compatible controller)
33: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: gDDn.Fxp0d3BezAE
SysFS ID: /class/block/zram5
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram5
Device Number: block 254:5
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
34: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: lsie.Fxp0d3BezAE
SysFS ID: /class/block/zram3
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram3
Device Number: block 254:3
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
35: IDE 200.0: 10600 Disk
[Created at block.245]
Unique ID: WZeP.cbmBw6O5OH0
Parent ID: abAj.oLcx_qecED5
SysFS ID: /class/block/sdb
SysFS BusID: 2:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:17.0/ata3/host2/target2:0:0/2:0:0:0
Hardware Class: disk
Model: "A SU800NS38"
Vendor: "ADATA"
Device: "SU800NS38"
Revision: "8BS"
Serial ID: --
Driver: "ahci", "sd"
Driver Modules: "ahci"
Device File: /dev/sdb
Device Files: /dev/sdb, /dev/disk/by-path/pci-0000:00:17.0-ata-3.0, /dev/disk/by-path/pci-0000:00:17.0-ata-3, /dev/disk/by-id/ata-ADATA_SU800NS38_...
Device Number: block 8:16-8:31
Geometry (Logical): CHS 15566/255/63
Size: 250069680 sectors a 512 bytes
Capacity: 119 GB (128035676160 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (RAID bus controller)
36: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: rVCW.Fxp0d3BezAE
SysFS ID: /class/block/zram1
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram1
Device Number: block 254:1
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
37: SCSI 100.0: 10602 CD-ROM (DVD)
[Created at block.249]
Unique ID: KD9E.bzhI7gCvQlF
Parent ID: abAj.oLcx_qecED5
SysFS ID: /class/block/sr0
SysFS BusID: 1:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0
Hardware Class: cdrom
Model: "HL-DT-ST DVD+-RW GU90N"
Vendor: "HL-DT-ST"
Device: "DVD+-RW GU90N"
Revision: "A1C2"
Driver: "ahci", "sr"
Driver Modules: "ahci", "sr_mod"
Device File: /dev/sr0 (/dev/sg1)
Device Files: /dev/sr0, /dev/disk/by-id/ata-HL-DT-ST_DVD+_-RW_GU90N_..., /dev/disk/by-path/pci-0000:00:17.0-ata-2, /dev/disk/by-path/pci-0000:00:17.0-ata-2.0, /dev/cdrom, /dev/disk/by-id/wwn-0x...
Device Number: block 11:0 (char 21:1)
Features: CD-R, CD-RW, DVD, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL, DVD-RAM, MRW, MRW-W
Drive status: no medium
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (RAID bus controller)
Drive Speed: 24
38: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: 7PTr.Fxp0d3BezAE
SysFS ID: /class/block/zram6
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram6
Device Number: block 254:6
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
39: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: C2zi.Fxp0d3BezAE
SysFS ID: /class/block/zram4
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram4
Device Number: block 254:4
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
40: SCSI 300.0: 10600 Disk
[Created at block.245]
Unique ID: FKGF.VNwDLRbIPl2
Parent ID: MZfG.kbEY3lezhC1
SysFS ID: /class/block/sdc
SysFS BusID: 3:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/host3/target3:0:0/3:0:0:0
Hardware Class: disk
Model: "LaCie Rugged FW USB3"
Vendor: usb 0x059f "LaCie"
Device: usb 0x1061 "Rugged FW USB3"
Revision: "051E"
Serial ID: --
Driver: "usb-storage", "sd"
Driver Modules: "usb_storage"
Device File: /dev/sdc (/dev/sg3)
Device Files: /dev/sdc, /dev/disk/by-id/ata-LaCie_Rugged_USB3-FW_..., /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0
Device Number: block 8:32-8:47 (char 21:3)
Geometry (Logical): CHS 121601/255/63
Size: 1953525168 sectors a 512 bytes
Capacity: 931 GB (1000204886016 bytes)
Module Alias: "usb:v059Fp1061d0001dc00dsc00dp00ic08isc06ip50in00"
Driver Info #0:
Driver Status: uas is active
Driver Activation Cmd: "modprobe uas"
Driver Info #1:
Driver Status: usb_storage is active
Driver Activation Cmd: "modprobe usb_storage"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #30 (USB Controller)
41: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: IhSa.Fxp0d3BezAE
SysFS ID: /class/block/zram2
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram2
Device Number: block 254:2
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
42: IDE 00.0: 10600 Disk
[Created at block.245]
Unique ID: 3OOL.vQftIwTxrL4
Parent ID: abAj.oLcx_qecED5
SysFS ID: /class/block/sda
SysFS BusID: 0:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0
Hardware Class: disk
Model: "ST1000LM035-1RK1"
Device: "ST1000LM035-1RK1"
Revision: "LCM2"
Serial ID: --
Driver: "ahci", "sd"
Driver Modules: "ahci"
Device File: /dev/sda
Device Files: /dev/sda, /dev/disk/by-id/ata-ST1000LM035-1RK172_..., /dev/disk/by-path/pci-0000:00:17.0-ata-1, /dev/disk/by-path/pci-0000:00:17.0-ata-1.0, /dev/disk/by-id/wwn-0x...
Device Number: block 8:0-8:15
Geometry (Logical): CHS 121601/255/63
Size: 1953525168 sectors a 512 bytes
Capacity: 931 GB (1000204886016 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (RAID bus controller)
43: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: OKyR.Fxp0d3BezAE
SysFS ID: /class/block/zram0
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram0
Device Number: block 254:0
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
44: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: preK.Fxp0d3BezAE
SysFS ID: /class/block/zram7
Hardware Class: disk
Model: "Disk"
Device File: /dev/zram7
Device Number: block 254:7
Size: 251182 sectors a 4096 bytes
Capacity: 0 GB (1028841472 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
45: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: POWV.hGEvE2dDit1
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0
SysFS BusID: 1-9:1.0
Hardware Class: unknown
Model: "Shenzhen Goodix Technology Co.,Ltd Fingerprint Reader"
Hotplug: USB
Vendor: usb 0x27c6 "Shenzhen Goodix Technology Co.,Ltd."
Device: usb 0x5301 "Fingerprint Reader"
Revision: "1.00"
Serial ID: --
Driver: "cdc_acm"
Driver Modules: "cdc_acm"
Speed: 12 Mbps
Module Alias: "usb:v27C6p5301d0100dcEFdsc02dp01ic02isc02ip01in00"
Driver Info #0:
Driver Status: cdc_acm is active
Driver Activation Cmd: "modprobe cdc_acm"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #51 (Hub)
47: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: MtLc.jlWSV9fCQK4
Parent ID: k4bc.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0
SysFS BusID: 1-6:1.0
Hardware Class: unknown
Model: "Realtek RTS5129 Card Reader Controller"
Hotplug: USB
Vendor: usb 0x0bda "Realtek Semiconductor Corp."
Device: usb 0x0129 "RTS5129 Card Reader Controller"
Revision: "39.60"
Serial ID: --
Driver: "rtsx_usb"
Driver Modules: "rtsx_usb"
Speed: 480 Mbps
Module Alias: "usb:v0BDAp0129d3960dcFFdscFFdpFFicFFisc06ip50in00"
Driver Info #0:
Driver Status: rtsx_usb is active
Driver Activation Cmd: "modprobe rtsx_usb"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #51 (Hub)
48: USB 00.1: 0000 Unclassified device
[Created at usb.122]
Unique ID: NwzV.tuwDwON7z10
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: unknown
Model: "Microdia Integrated_Webcam_HD"
Hotplug: USB
Vendor: usb 0x0c45 "Microdia"
Device: usb 0x6a06 "Integrated_Webcam_HD"
Revision: "64.26"
Driver: "uvcvideo"
Driver Modules: "uvcvideo"
Speed: 480 Mbps
Module Alias: "usb:v0C45p6A06d6426dcEFdsc02dp01ic0Eisc02ip00in01"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #51 (Hub)
50: USB 00.0: 11500 Bluetooth Device
[Created at usb.122]
Unique ID: X7GA.l148Ao7nQK1
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: bluetooth
Model: "Intel Bluetooth wireless interface"
Hotplug: USB
Vendor: usb 0x8087 "Intel Corp."
Device: usb 0x0a2a "Bluetooth wireless interface"
Revision: "0.01"
Driver: "btusb"
Driver Modules: "btusb"
Speed: 12 Mbps
Module Alias: "usb:v8087p0A2Ad0001dcE0dsc01dp01icE0isc01ip01in00"
Driver Info #0:
Driver Status: btusb is active
Driver Activation Cmd: "modprobe btusb"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #51 (Hub)
51: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: k4bc.2DFUsyrieMD
Parent ID: MZfG.kbEY3lezhC1
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.12"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0512dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #30 (USB Controller)
53: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: pBe4.xYNhIwdOaa6
Parent ID: MZfG.kbEY3lezhC1
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.12"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Module Alias: "usb:v1D6Bp0003d0512dc09dsc00dp03ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #30 (USB Controller)
55: PS/2 00.0: 10800 Keyboard
[Created at input.226]
Unique ID: 3FDI.+49ps10DtUF
Hardware Class: keyboard
Model: "AT Translated Set 2 keyboard"
Vendor: 0x0001
Device: 0x0001 "AT Translated Set 2 keyboard"
Compatible to: int 0x0211 0x0001
Device File: /dev/input/event5
Device Files: /dev/input/event5, /dev/input/by-path/platform-i8042-serio-0-event-kbd
Device Number: char 13:69
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=new, avail=yes, need=no, active=unknown
56: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.Ot7sTITzSC4
Hardware Class: mouse
Model: "DELL0810:00 044E:120A Mouse"
Vendor: 0x044e
Device: 0x120a "DELL0810:00 044E:120A Mouse"
Compatible to: int 0x0210 0x0042
Device File: /dev/input/mice (/dev/input/mouse0)
Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event10, /dev/input/by-path/pci-0000:00:15.0-platform-i2c_designware.0-mouse
Device Number: char 13:63 (char 13:32)
Driver Info #0:
Buttons: 2
Wheels: 4
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
57: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.NZCGsWL4TSA
Hardware Class: mouse
Model: "DELL0810:00 044E:120A Touchpad"
Vendor: 0x044e
Device: 0x120a "DELL0810:00 044E:120A Touchpad"
Compatible to: int 0x0210 0x0001
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event11, /dev/input/by-path/pci-0000:00:15.0-platform-i2c_designware.0-event-mouse
Device Number: char 13:63 (char 13:33)
Driver Info #0:
Buttons: 1
Wheels: 0
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
58: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.3PcrCo_MMM3
Hardware Class: mouse
Model: "AlpsPS/2 ALPS GlidePoint"
Vendor: 0x0002
Device: 0x0008 "AlpsPS/2 ALPS GlidePoint"
Compatible to: int 0x0210 0x0001
Device File: /dev/input/mice (/dev/input/mouse2)
Device Files: /dev/input/mice, /dev/input/mouse2, /dev/input/event19, /dev/input/by-path/platform-i8042-serio-1-event-mouse, /dev/input/by-path/platform-i8042-serio-1-mouse
Device Number: char 13:63 (char 13:34)
Driver Info #0:
Buttons: 1
Wheels: 0
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
59: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.N4GHJi9rPr6
Hardware Class: mouse
Model: "Bluetooth Mouse M336/M337/M535 Mouse"
Vendor: 0x046d
Device: 0xb016 "Bluetooth Mouse M336/M337/M535 Mouse"
Compatible to: int 0x0210 0x0048
Device File: /dev/input/mice (/dev/input/mouse3)
Device Files: /dev/input/mice, /dev/input/mouse3, /dev/input/event20
Device Number: char 13:63 (char 13:35)
Driver Info #0:
Buttons: 8
Wheels: 4
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
60: PS/2 00.0: 10800 Keyboard
[Created at input.226]
Unique ID: y8r+.qSWhpgPPnT4
Hardware Class: keyboard
Model: "Bluetooth Mouse M336/M337/M535 Keyboard"
Vendor: 0x046d
Device: 0xb016 "Bluetooth Mouse M336/M337/M535 Keyboard"
Compatible to: int 0x0211 0x0001
Device File: /dev/input/event22
Device Number: char 13:86
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=new, avail=yes, need=no, active=unknown
61: None 00.0: 10103 CPU
[Created at cpu.462]
Unique ID: rdCR.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 2000 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
62: None 01.0: 10103 CPU
[Created at cpu.462]
Unique ID: wkFv.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 2000 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
63: None 02.0: 10103 CPU
[Created at cpu.462]
Unique ID: +rIN.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 2000 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
64: None 03.0: 10103 CPU
[Created at cpu.462]
Unique ID: 4zLr.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 2000 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
65: None 04.0: 10103 CPU
[Created at cpu.462]
Unique ID: 94PJ.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 1800 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
66: None 05.0: 10103 CPU
[Created at cpu.462]
Unique ID: EBSn.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 2000 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
67: None 06.0: 10103 CPU
[Created at cpu.462]
Unique ID: JIVF.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 2000 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
68: None 07.0: 10103 CPU
[Created at cpu.462]
Unique ID: OPYj.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.142.10 "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
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,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,epb,invpcid_single,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,mpx,rdseed,adx,smap,clflushopt,intel_pt,xsaveopt,xsavec,xgetbv1,xsaves,dtherm,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,md_clear,flush_l1d
Clock: 2000 MHz
BogoMips: 3999.93
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
69: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: VV91.ndpeucax6V1
Parent ID: qru8.+QLhmLi1GnE
SysFS ID: /class/net/wlp2s0
SysFS Device Link: /devices/pci0000:00/0000:00:1c.5/0000:02:00.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "iwlwifi"
Driver Modules: "iwlwifi"
Device File: wlp2s0
HW Address: ...
Permanent HW Address: ...
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #20 (WLAN controller)
70: 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
71: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: QObM.ndpeucax6V1
Parent ID: lkKU.OGu_FqOiZgC
SysFS ID: /class/net/enp1s0
SysFS Device Link: /devices/pci0000:00/0000:00:1c.0/0000:01:00.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "r8169"
Driver Modules: "r8169"
Device File: enp1s0
HW Address: ...
Permanent HW Address: ...
Link detected: no
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #24 (Ethernet controller)