-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path49A6B5EF90
823 lines (777 loc) · 35.2 KB
/
49A6B5EF90
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
15: PCI 1c.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: z8Q3.bOv9m0sOVy1
SysFS ID: /devices/pci0000:00/0000:00:1c.0
SysFS BusID: 0000:00:1c.0
Hardware Class: bridge
Model: "Intel PCI bridge"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0be
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "pcieport"
IRQ: 122 (no events)
Module Alias: "pci:v00008086d0000A0BEsv00001028sd00000A21bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
16: PCI 0d.0: 0c03 USB Controller (XHCI)
[Created at pci.386]
Unique ID: qnJ_.wV+y455zZY3
SysFS ID: /devices/pci0000:00/0000:00:0d.0
SysFS BusID: 0000:00:0d.0
Hardware Class: usb controller
Model: "Intel Tiger Lake-LP Thunderbolt 4 USB Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9a13 "Tiger Lake-LP Thunderbolt 4 USB Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x01
Driver: "xhci_hcd"
Memory Range: 0x6053180000-0x605318ffff (rw,non-prefetchable)
IRQ: 125 (no events)
Module Alias: "pci:v00008086d00009A13sv00001028sd00000A21bc0Csc03i30"
Config Status: cfg=new, avail=yes, need=no, active=unknown
17: PCI 15.1: 0c80 Serial bus controller
[Created at pci.386]
Unique ID: I+Ba.oIUvtGp9kw2
SysFS ID: /devices/pci0000:00/0000:00:15.1
SysFS BusID: 0000:00:15.1
Hardware Class: unknown
Model: "Intel Tiger Lake-LP Serial IO I2C Controller #1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0e9 "Tiger Lake-LP Serial IO I2C Controller #1"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "intel-lpss"
Memory Range: 0x4010001000-0x4010001fff (rw,non-prefetchable)
IRQ: 40 (49579 events)
Module Alias: "pci:v00008086d0000A0E9sv00001028sd00000A21bc0Csc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
18: PCI 7200.0: 0108 Non-Volatile memory controller (NVM Express)
[Created at pci.386]
Unique ID: olj_.nIUKU6+pYDD
Parent ID: 1GTX.Nbhg16sI70E
SysFS ID: /devices/pci0000:00/0000:00:1d.0/0000:72:00.0
SysFS BusID: 0000:72:00.0
Hardware Class: storage
Model: "SK hynix Non-Volatile memory controller"
Vendor: pci 0x1c5c "SK hynix"
Device: pci 0x174a
SubVendor: pci 0x1c5c "SK hynix"
SubDevice: pci 0x174a
Driver: "nvme"
Driver Modules: "nvme"
Memory Range: 0xa2100000-0xa2103fff (rw,non-prefetchable)
Memory Range: 0xa2105000-0xa2105fff (rw,non-prefetchable)
Memory Range: 0xa2104000-0xa2104fff (rw,non-prefetchable)
IRQ: 16 (160 events)
Module Alias: "pci:v00001C5Cd0000174Asv00001C5Csd0000174Abc01sc08i02"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #30 (PCI bridge)
19: PCI 1f.0: 0601 ISA bridge
[Created at pci.386]
Unique ID: BUZT.6vx4f6ZUnR8
SysFS ID: /devices/pci0000:00/0000:00:1f.0
SysFS BusID: 0000:00:1f.0
Hardware Class: bridge
Model: "Intel Tiger Lake-LP LPC Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa082 "Tiger Lake-LP LPC Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Module Alias: "pci:v00008086d0000A082sv00001028sd00000A21bc06sc01i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
20: PCI 7100.0: ff00 Unclassified device
[Created at pci.386]
Unique ID: 7vWr.lhNejnwRWRE
Parent ID: z8Q3.bOv9m0sOVy1
SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:71:00.0
SysFS BusID: 0000:71:00.0
Hardware Class: unknown
Model: "Realtek RTS525A PCI Express Card Reader"
Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
Device: pci 0x525a "RTS525A PCI Express Card Reader"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x01
Memory Range: 0xa2200000-0xa2200fff (rw,non-prefetchable,disabled)
IRQ: 255 (no events)
Module Alias: "pci:v000010ECd0000525Asv00001028sd00000A21bcFFsc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #15 (PCI bridge)
21: PCI 04.0: 1180 Signal processing controller
[Created at pci.386]
Unique ID: 8otl.ShN1h8EMZk6
SysFS ID: /devices/pci0000:00/0000:00:04.0
SysFS BusID: 0000:00:04.0
Hardware Class: unknown
Model: "Intel TigerLake-LP Dynamic Tuning Processor Participant"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9a03 "TigerLake-LP Dynamic Tuning Processor Participant"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x01
Memory Range: 0x6053140000-0x605315ffff (rw,non-prefetchable,disabled)
IRQ: 255 (no events)
Module Alias: "pci:v00008086d00009A03sv00001028sd00000A21bc11sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
22: PCI 14.3: 0200 Ethernet controller
[Created at pci.386]
Unique ID: Dhtl.ohk2fXdwRI3
SysFS ID: /devices/pci0000:00/0000:00:14.3
SysFS BusID: 0000:00:14.3
Hardware Class: network
Model: "Intel Wi-Fi 6 AX201"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0f0 "Wi-Fi 6 AX201"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x4070
Revision: 0x20
Driver: "iwlwifi"
Driver Modules: "iwlwifi"
Device File: wlp0s20f3
Memory Range: 0x6053194000-0x6053197fff (rw,non-prefetchable)
IRQ: 16 (160 events)
HW Address: 59315A956FA5F259EAB0AF59983D6AC9
Permanent HW Address: 59315A956FA5F259EAB0AF59983D6AC9
Link detected: yes
Module Alias: "pci:v00008086d0000A0F0sv00008086sd00004070bc02sc80i00"
Driver Info #0:
Driver Status: iwlwifi is active
Driver Activation Cmd: "modprobe iwlwifi"
Config Status: cfg=new, avail=yes, need=no, active=unknown
23: PCI 16.0: 0780 Communication controller
[Created at pci.386]
Unique ID: WnlC.49Db_mGanV2
SysFS ID: /devices/pci0000:00/0000:00:16.0
SysFS BusID: 0000:00:16.0
Hardware Class: unknown
Model: "Intel Tiger Lake-LP Management Engine Interface"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0e0 "Tiger Lake-LP Management Engine Interface"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Memory Range: 0x605319d000-0x605319dfff (rw,non-prefetchable,disabled)
IRQ: 255 (no events)
Module Alias: "pci:v00008086d0000A0E0sv00001028sd00000A21bc07sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
24: PCI 07.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: M71A.rQqu09Mgdh2
SysFS ID: /devices/pci0000:00/0000:00:07.0
SysFS BusID: 0000:00:07.0
Hardware Class: bridge
Model: "Intel Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9a23 "Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x01
Driver: "pcieport"
IRQ: 120 (no events)
Module Alias: "pci:v00008086d00009A23sv00001028sd00000A21bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
25: PCI 1f.5: 0c80 Serial bus controller
[Created at pci.386]
Unique ID: W60f.DjLDk3z3OKB
SysFS ID: /devices/pci0000:00/0000:00:1f.5
SysFS BusID: 0000:00:1f.5
Hardware Class: unknown
Model: "Intel Tiger Lake-LP SPI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0a4 "Tiger Lake-LP SPI Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Memory Range: 0x70800000-0x70800fff (rw,non-prefetchable)
Module Alias: "pci:v00008086d0000A0A4sv00001028sd00000A21bc0Csc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
26: PCI 1f.3: 0403 Audio device
[Created at pci.386]
Unique ID: nS1_.COArv9hwHd9
SysFS ID: /devices/pci0000:00/0000:00:1f.3
SysFS BusID: 0000:00:1f.3
Hardware Class: sound
Model: "Intel Tiger Lake-LP Smart Sound Technology Audio Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0c8 "Tiger Lake-LP Smart Sound Technology Audio Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6053190000-0x6053193fff (rw,non-prefetchable)
Memory Range: 0x6053000000-0x60530fffff (rw,non-prefetchable)
IRQ: 16 (160 events)
Module Alias: "pci:v00008086d0000A0C8sv00001028sd00000A21bc04sc03i80"
Config Status: cfg=new, avail=yes, need=no, active=unknown
27: PCI 00.0: 0600 Host bridge
[Created at pci.386]
Unique ID: qLht.2NvpmYDfvt1
SysFS ID: /devices/pci0000:00/0000:00:00.0
SysFS BusID: 0000:00:00.0
Hardware Class: bridge
Model: "Intel 11th Gen Core Processor Host Bridge/DRAM Registers"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9a14 "11th Gen Core Processor Host Bridge/DRAM Registers"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x01
Module Alias: "pci:v00008086d00009A14sv00001028sd00000A21bc06sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
28: PCI 12.0: 0700 Serial controller (8250)
[Created at pci.386]
Unique ID: CLZK.WjDh0Plana6
SysFS ID: /devices/pci0000:00/0000:00:12.0
SysFS BusID: 0000:00:12.0
Hardware Class: unknown
Model: "Intel Tiger Lake-LP Integrated Sensor Hub"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0fc "Tiger Lake-LP Integrated Sensor Hub"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "intel_ish_ipc"
Memory Range: 0x6053170000-0x605317ffff (rw,non-prefetchable)
IRQ: 16 (160 events)
Module Alias: "pci:v00008086d0000A0FCsv00001028sd00000A21bc07sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
29: PCI 15.0: 0c80 Serial bus controller
[Created at pci.386]
Unique ID: Rgik.HuX9PihSCY2
SysFS ID: /devices/pci0000:00/0000:00:15.0
SysFS BusID: 0000:00:15.0
Hardware Class: unknown
Model: "Intel Tiger Lake-LP Serial IO I2C Controller #0"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0e8 "Tiger Lake-LP Serial IO I2C Controller #0"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "intel-lpss"
Memory Range: 0x4010000000-0x4010000fff (rw,non-prefetchable)
IRQ: 27 (no events)
Module Alias: "pci:v00008086d0000A0E8sv00001028sd00000A21bc0Csc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
30: PCI 1d.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: 1GTX.Nbhg16sI70E
SysFS ID: /devices/pci0000:00/0000:00:1d.0
SysFS BusID: 0000:00:1d.0
Hardware Class: bridge
Model: "Intel Tiger Lake-LP PCI Express Root Port #9"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0b0 "Tiger Lake-LP PCI Express Root Port #9"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "pcieport"
IRQ: 123 (no events)
Module Alias: "pci:v00008086d0000A0B0sv00001028sd00000A21bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
31: PCI 07.1: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: ESW+.tFjO_Hb4hS3
SysFS ID: /devices/pci0000:00/0000:00:07.1
SysFS BusID: 0000:00:07.1
Hardware Class: bridge
Model: "Intel Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9a25 "Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #1"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x01
Driver: "pcieport"
IRQ: 121 (no events)
Module Alias: "pci:v00008086d00009A25sv00001028sd00000A21bc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
32: PCI 14.2: 0500 RAM memory
[Created at pci.386]
Unique ID: 5Dex.nMr6lV4i2eA
SysFS ID: /devices/pci0000:00/0000:00:14.2
SysFS BusID: 0000:00:14.2
Hardware Class: unknown
Model: "Intel Tiger Lake-LP Shared SRAM"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0ef "Tiger Lake-LP Shared SRAM"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Memory Range: 0x6053198000-0x605319bfff (rw,non-prefetchable,disabled)
Memory Range: 0x60531a0000-0x60531a0fff (rw,non-prefetchable,disabled)
Module Alias: "pci:v00008086d0000A0EFsv00001028sd00000A21bc05sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
33: PCI 1f.6: 0200 Ethernet controller
[Created at pci.386]
Unique ID: AhzA.OnmBmG4L3WF
SysFS ID: /devices/pci0000:00/0000:00:1f.6
SysFS BusID: 0000:00:1f.6
Hardware Class: network
Model: "Intel Ethernet Connection (13) I219-V"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x15fc "Ethernet Connection (13) I219-V"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "e1000e"
Driver Modules: "e1000e"
Device File: enp0s31f6
Memory Range: 0xa2300000-0xa231ffff (rw,non-prefetchable)
IRQ: 136 (40800 events)
HW Address: 21D9AE3DD7962A970BA38CE943264DFD
Permanent HW Address: 21D9AE3DD7962A970BA38CE943264DFD
Link detected: no
Module Alias: "pci:v00008086d000015FCsv00001028sd00000A21bc02sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
34: PCI 02.0: 0300 VGA compatible controller (VGA)
[Created at pci.386]
Unique ID: _Znp.KtGnhpUjVmE
SysFS ID: /devices/pci0000:00/0000:00:02.0
SysFS BusID: 0000:00:02.0
Hardware Class: graphics card
Model: "Intel TigerLake-LP GT2 [Iris Xe Graphics]"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9a49 "TigerLake-LP GT2 [Iris Xe Graphics]"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x01
Driver: "i915"
Driver Modules: "i915"
Memory Range: 0x6052000000-0x6052ffffff (rw,non-prefetchable)
Memory Range: 0x4000000000-0x400fffffff (ro,non-prefetchable)
I/O Ports: 0x3000-0x303f (rw)
Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
IRQ: 124 (418261 events)
Module Alias: "pci:v00008086d00009A49sv00001028sd00000A21bc03sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
35: PCI 14.0: 0c03 USB Controller (XHCI)
[Created at pci.386]
Unique ID: MZfG.9aYQ5ljYd68
SysFS ID: /devices/pci0000:00/0000:00:14.0
SysFS BusID: 0000:00:14.0
Hardware Class: usb controller
Model: "Intel Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0ed "Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "xhci_hcd"
Memory Range: 0x6053160000-0x605316ffff (rw,non-prefetchable)
IRQ: 126 (17271 events)
Module Alias: "pci:v00008086d0000A0EDsv00001028sd00000A21bc0Csc03i30"
Config Status: cfg=new, avail=yes, need=no, active=unknown
36: PCI 1f.4: 0c05 SMBus
[Created at pci.386]
Unique ID: fnWp.HKB8ecBhdJ9
SysFS ID: /devices/pci0000:00/0000:00:1f.4
SysFS BusID: 0000:00:1f.4
Hardware Class: unknown
Model: "Intel Tiger Lake-LP SMBus Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa0a3 "Tiger Lake-LP SMBus Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0a21
Revision: 0x20
Driver: "i801_smbus"
Driver Modules: "i2c_i801"
Memory Range: 0x605319c000-0x605319c0ff (rw,non-prefetchable)
I/O Ports: 0xefa0-0xefbf (rw)
IRQ: 16 (160 events)
Module Alias: "pci:v00008086d0000A0A3sv00001028sd00000A21bc0Csc05i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
37: PCI 0d.2: 0c03 USB Controller (USB4 Host Interface)
[Created at pci.386]
Unique ID: ZRIf.zvyGadVyPXC
SysFS ID: /devices/pci0000:00/0000:00:0d.2
SysFS BusID: 0000:00:0d.2
Hardware Class: usb controller
Model: "Intel Tiger Lake-LP Thunderbolt 4 NHI #0"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x9a1b "Tiger Lake-LP Thunderbolt 4 NHI #0"
SubVendor: pci 0x2222
SubDevice: pci 0x1111
Revision: 0x01
Memory Range: 0x6053100000-0x605313ffff (rw,non-prefetchable)
Memory Range: 0x60531a1000-0x60531a1fff (rw,non-prefetchable)
IRQ: 255 (no events)
Module Alias: "pci:v00008086d00009A1Bsv00002222sd00001111bc0Csc03i40"
Config Status: cfg=new, avail=yes, need=no, active=unknown
38: None 00.0: 10002 LCD Monitor
[Created at monitor.125]
Unique ID: rdCR._7NRHonvDr9
Parent ID: _Znp.KtGnhpUjVmE
Hardware Class: monitor
Model: "5NG4M B156HAN LCD Monitor"
Vendor: AUO "5NG4M B156HAN"
Device: eisa 0x3892
Resolution: 1920x1080@60Hz
Size: 344x194 mm
Year of Manufacture: 2020
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: 2020
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: #34 (VGA compatible controller)
39: PCI 00.0: 10600 Disk
[Created at block.245]
Unique ID: wLCS.rgUczaerBoD
Parent ID: olj_.nIUKU6+pYDD
SysFS ID: /class/block/nvme0n1
SysFS BusID: nvme0
SysFS Device Link: /devices/pci0000:00/0000:00:1d.0/0000:72:00.0/nvme/nvme0
Hardware Class: disk
Model: "SK hynix Disk"
Vendor: pci 0x1c5c "SK hynix"
Device: pci 0x174a
SubVendor: pci 0x1c5c "SK hynix"
SubDevice: pci 0x174a
Driver: "nvme"
Driver Modules: "nvme"
Device File: /dev/nvme0n1
Device Number: block 259:0
BIOS id: 0x80
Geometry (Logical): CHS 488386/64/32
Size: 1000215216 sectors a 512 bytes
Capacity: 476 GB (512110190592 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (Non-Volatile memory controller)
40: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: uIhY.2DFUsyrieMD
Parent ID: MZfG.9aYQ5ljYd68
SysFS ID: /devices/pci0000:00/0000:00:14.0/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.10"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #35 (USB Controller)
41: USB 00.1: 0000 Unclassified device
[Created at usb.122]
Unique ID: zGic.Q8mTM6kEYB1
Parent ID: uIhY.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1
SysFS BusID: 3-6:1.1
Hardware Class: unknown
Model: "Microdia Integrated_Webcam_HD"
Hotplug: USB
Vendor: usb 0x0c45 "Microdia"
Device: usb 0x6a09 "Integrated_Webcam_HD"
Revision: "82.62"
Driver: "uvcvideo"
Driver Modules: "uvcvideo"
Speed: 480 Mbps
Module Alias: "usb:v0C45p6A09d8262dcEFdsc02dp01ic0Eisc02ip00in01"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #40 (Hub)
42: USB 00.0: 11500 Bluetooth Device
[Created at usb.122]
Unique ID: t1E6.HXwYSyIoMXE
Parent ID: uIhY.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0
SysFS BusID: 3-10:1.0
Hardware Class: bluetooth
Model: "Intel Bluetooth Device"
Hotplug: USB
Vendor: usb 0x8087 "Intel Corp."
Device: usb 0x0026
Revision: "0.02"
Speed: 12 Mbps
Module Alias: "usb:v8087p0026d0002dcE0dsc01dp01icE0isc01ip01in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #40 (Hub)
43: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: zPk0.xYNhIwdOaa6
Parent ID: MZfG.9aYQ5ljYd68
SysFS ID: /devices/pci0000:00/0000:00:14.0/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.10"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Module Alias: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #35 (USB Controller)
44: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: k4bc.PHlrgc2WtEA
Parent ID: qnJ_.wV+y455zZY3
SysFS ID: /devices/pci0000:00/0000:00:0d.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.10"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (USB Controller)
47: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: pBe4.Idt27aqBpS3
Parent ID: qnJ_.wV+y455zZY3
SysFS ID: /devices/pci0000:00/0000:00:0d.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.10"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Module Alias: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (USB Controller)
48: PS/2 00.0: 10800 Keyboard
[Created at input.226]
Unique ID: c3zD.+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/event4
Device Number: char 13:68
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=new, avail=yes, need=no, active=unknown
49: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.xK6KD1jC+U5
Hardware Class: mouse
Model: "DELL0A21:00 0488:1024 Mouse"
Vendor: 0x0488
Device: 0x1024 "DELL0A21:00 0488:1024 Mouse"
Compatible to: int 0x0210 0x0023
Device File: /dev/input/mice (/dev/input/mouse0)
Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event5
Device Number: char 13:63 (char 13:32)
Driver Info #0:
Buttons: 3
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
50: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.Ox3dGX04xhC
Hardware Class: mouse
Model: "DELL0A21:00 0488:1024 Touchpad"
Vendor: 0x0488
Device: 0x1024 "DELL0A21:00 0488:1024 Touchpad"
Compatible to: int 0x0210 0x0000
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event6
Device Number: char 13:63 (char 13:33)
Driver Info #0:
Buttons: 0
Wheels: 0
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
51: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.U5GX9Ignjc0
Hardware Class: mouse
Model: "PS/2 Generic Mouse"
Vendor: 0x0002
Device: 0x0001 "PS/2 Generic Mouse"
Compatible to: int 0x0210 0x0003
Device File: /dev/input/mice (/dev/input/mouse3)
Device Files: /dev/input/mice, /dev/input/mouse3, /dev/input/event9
Device Number: char 13:63 (char 13:35)
Driver Info #0:
Buttons: 3
Wheels: 0
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
52: None 00.0: 10103 CPU
[Created at cpu.462]
Unique ID: rdCR.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 2608 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
53: None 01.0: 10103 CPU
[Created at cpu.462]
Unique ID: wkFv.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 2387 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
54: None 02.0: 10103 CPU
[Created at cpu.462]
Unique ID: +rIN.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 2091 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
55: None 03.0: 10103 CPU
[Created at cpu.462]
Unique ID: 4zLr.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 2457 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
56: None 04.0: 10103 CPU
[Created at cpu.462]
Unique ID: 94PJ.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 2175 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
57: None 05.0: 10103 CPU
[Created at cpu.462]
Unique ID: EBSn.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 1255 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
58: None 06.0: 10103 CPU
[Created at cpu.462]
Unique ID: JIVF.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 1596 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
59: None 07.0: 10103 CPU
[Created at cpu.462]
Unique ID: OPYj.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.140.1 "11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz"
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,tsc_known_freq,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,cat_l2,invpcid_single,cdp_l2,ssbd,ibrs,ibpb,stibp,ibrs_enhanced,tpr_shadow,vnmi,flexpriority,ept,vpid,ept_ad,fsgsbase,tsc_adjust,bmi1,avx2,smep,bmi2,erms,invpcid,rdt_a,avx512f,avx512dq,rdseed,adx,smap,avx512ifma,clflushopt,clwb,intel_pt,avx512cd,sha_ni,avx512bw,avx512vl,xsaveopt,xsavec,xgetbv1,xsaves,split_lock_detect,dtherm,ida,arat,pln,pts,hwp,hwp_notify,hwp_act_window,hwp_epp,hwp_pkg_req,avx512vbmi,umip,pku,ospke,avx512_vbmi2,gfni,vaes,vpclmulqdq,avx512_vnni,avx512_bitalg,avx512_vpopcntdq,rdpid,movdiri,movdir64b,fsrm,avx512_vp2intersect,md_clear,flush_l1
Clock: 2292 MHz
BogoMips: 2764.80
Cache: 8192 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
60: 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
61: 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
62: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: 63Vg.ndpeucax6V1
Parent ID: Dhtl.ohk2fXdwRI3
SysFS ID: /class/net/wlp0s20f3
SysFS Device Link: /devices/pci0000:00/0000:00:14.3
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "iwlwifi"
Driver Modules: "iwlwifi"
Device File: wlp0s20f3
HW Address: 59315A956FA5F259EAB0AF59983D6AC9
Permanent HW Address: 59315A956FA5F259EAB0AF59983D6AC9
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #22 (Ethernet controller)
63: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: 23b5.ndpeucax6V1
Parent ID: AhzA.OnmBmG4L3WF
SysFS ID: /class/net/enp0s31f6
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: enp0s31f6
HW Address: 21D9AE3DD7962A970BA38CE943264DFD
Permanent HW Address: 21D9AE3DD7962A970BA38CE943264DFD
Link detected: no
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #33 (Ethernet controller)