-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathC1E66E1633
946 lines (898 loc) · 35.3 KB
/
C1E66E1633
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
16: PCI 300.0: 0280 Network controller
[Created at pci.386]
Unique ID: svHJ._LXOOE02uZA
Parent ID: qTvu.S6369R_Pnr9
SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0
SysFS BusID: 0000:03:00.0
Hardware Class: network
Model: "Intel Centrino Ultimate-N 6300 3x3 AGN"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x422b "Centrino Ultimate-N 6300"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x1121 "Centrino Ultimate-N 6300 3x3 AGN"
Revision: 0x35
Memory Range: 0xf7d00000-0xf7d01fff (rw,non-prefetchable,disabled)
IRQ: 10 (no events)
Module Alias: "pci:v00008086d0000422Bsv00008086sd00001121bc02sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #31 (PCI bridge)
17: PCI c00.0: 0c00 FireWire (IEEE 1394) (OHCI)
[Created at pci.386]
Unique ID: zb5c.43dyMGoBpGB
Parent ID: 0Rrv.e4O5wCl561D
SysFS ID: /devices/pci0000:00/0000:00:1c.7/0000:0c:00.0
SysFS BusID: 0000:0c:00.0
Hardware Class: firewire controller
Model: "O2 Micro 1394 OHCI Compliant Host Controller"
Vendor: pci 0x1217 "O2 Micro, Inc."
Device: pci 0x13f7 "1394 OHCI Compliant Host Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x05
Driver: "firewire_ohci"
Driver Modules: "firewire_ohci"
Memory Range: 0xf7c03000-0xf7c03fff (rw,non-prefetchable)
IRQ: 19 (3 events)
Module Alias: "pci:v00001217d000013F7sv00001028sd0000053Fbc0Csc00i10"
Driver Info #0:
Driver Status: ohci1394 is not active
Driver Activation Cmd: "modprobe ohci1394"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #22 (PCI bridge)
18: PCI 1f.2: 0104 RAID bus controller
[Created at pci.386]
Unique ID: w7Y8.9xrzez_5Dl6
SysFS ID: /devices/pci0000:00/0000:00:1f.2
SysFS BusID: 0000:00:1f.2
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 0x053f
Revision: 0x04
Driver: "ahci"
Driver Modules: "ahci"
I/O Ports: 0xf090-0xf097 (rw)
I/O Ports: 0xf080-0xf083 (rw)
I/O Ports: 0xf070-0xf077 (rw)
I/O Ports: 0xf060-0xf063 (rw)
I/O Ports: 0xf020-0xf03f (rw)
Memory Range: 0xf7f36000-0xf7f367ff (rw,non-prefetchable)
IRQ: 32 (75885 events)
Module Alias: "pci:v00008086d0000282Asv00001028sd0000053Fbc01sc04i00"
Driver Info #0:
Driver Status: ahci is active
Driver Activation Cmd: "modprobe ahci"
Config Status: cfg=new, avail=yes, need=no, active=unknown
19: PCI 1c.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: z8Q3.QHAcBIl+j49
SysFS ID: /devices/pci0000:00/0000:00:1c.0
SysFS BusID: 0000:00:1c.0
Hardware Class: bridge
Model: "Intel 7 Series/C216 Chipset Family PCI Express Root Port 1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e10 "7 Series/C216 Chipset Family PCI Express Root Port 1"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0xc4
Driver: "pcieport"
IRQ: 25 (no events)
Module Alias: "pci:v00008086d00001E10sv00001028sd0000053Fbc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
20: PCI 1f.0: 0601 ISA bridge
[Created at pci.386]
Unique ID: BUZT.ShW2pO1Z+8C
SysFS ID: /devices/pci0000:00/0000:00:1f.0
SysFS BusID: 0000:00:1f.0
Hardware Class: bridge
Model: "Intel QM77 Express Chipset LPC Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e55 "QM77 Express Chipset LPC Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Driver: "lpc_ich"
Driver Modules: "lpc_ich"
Module Alias: "pci:v00008086d00001E55sv00001028sd0000053Fbc06sc01i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
21: PCI 01.0: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: vSkL.xbL6wfm1Qz3
SysFS ID: /devices/pci0000:00/0000:00:01.0
SysFS BusID: 0000:00:01.0
Hardware Class: bridge
Model: "Intel Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x0151 "Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x09
Driver: "pcieport"
IRQ: 24 (no events)
Module Alias: "pci:v00008086d00000151sv00001028sd0000053Fbc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
22: PCI 1c.7: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: 0Rrv.e4O5wCl561D
SysFS ID: /devices/pci0000:00/0000:00:1c.7
SysFS BusID: 0000:00:1c.7
Hardware Class: bridge
Model: "Intel 7 Series/C210 Series Chipset Family PCI Express Root Port 8"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e1e "7 Series/C210 Series Chipset Family PCI Express Root Port 8"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0xc4
Driver: "pcieport"
IRQ: 29 (no events)
Module Alias: "pci:v00008086d00001E1Esv00001028sd0000053Fbc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
23: PCI 16.0: 0780 Communication controller
[Created at pci.386]
Unique ID: WnlC.1pZv+GPgG6C
SysFS ID: /devices/pci0000:00/0000:00:16.0
SysFS BusID: 0000:00:16.0
Hardware Class: unknown
Model: "Intel 7 Series/C216 Chipset Family MEI Controller #1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e3a "7 Series/C216 Chipset Family MEI Controller #1"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Memory Range: 0xf7f3c000-0xf7f3c00f (rw,non-prefetchable)
IRQ: 11 (no events)
Module Alias: "pci:v00008086d00001E3Asv00001028sd0000053Fbc07sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
24: PCI 100.0: 0300 VGA compatible controller (VGA)
[Created at pci.386]
Unique ID: VCu0.gFg+Qjdi1p5
Parent ID: vSkL.xbL6wfm1Qz3
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
SysFS BusID: 0000:01:00.0
Hardware Class: graphics card
Model: "Dell FirePro M6000"
Vendor: pci 0x1002 "ATI Technologies Inc"
Device: pci 0x6825 "Heathrow XT [Radeon HD 7870M]"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f "FirePro M6000"
Memory Range: 0xe0000000-0xefffffff (ro,non-prefetchable)
Memory Range: 0xf7e00000-0xf7e3ffff (rw,non-prefetchable)
I/O Ports: 0xe000-0xefff (rw)
Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
IRQ: 11 (no events)
Module Alias: "pci:v00001002d00006825sv00001028sd0000053Fbc03sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #21 (PCI bridge)
25: PCI 1b.0: 0403 Audio device
[Created at pci.386]
Unique ID: u1Nb.7BGxqFeac6F
SysFS ID: /devices/pci0000:00/0000:00:1b.0
SysFS BusID: 0000:00:1b.0
Hardware Class: sound
Model: "Intel 7 Series/C216 Chipset Family High Definition Audio Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e20 "7 Series/C216 Chipset Family High Definition Audio Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Memory Range: 0xf7f30000-0xf7f33fff (rw,non-prefetchable)
IRQ: 11 (no events)
Module Alias: "pci:v00008086d00001E20sv00001028sd0000053Fbc04sc03i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
26: PCI 1c.3: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: Z7uZ.Wmq54jSEuNB
SysFS ID: /devices/pci0000:00/0000:00:1c.3
SysFS BusID: 0000:00:1c.3
Hardware Class: bridge
Model: "Intel 7 Series/C216 Chipset Family PCI Express Root Port 4"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e16 "7 Series/C216 Chipset Family PCI Express Root Port 4"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0xc4
Driver: "pcieport"
IRQ: 28 (no events)
Module Alias: "pci:v00008086d00001E16sv00001028sd0000053Fbc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
27: PCI 19.0: 0200 Ethernet controller
[Created at pci.386]
Unique ID: wcdH.JhgAi5g2bZ9
SysFS ID: /devices/pci0000:00/0000:00:19.0
SysFS BusID: 0000:00:19.0
Hardware Class: network
Device Name: "Onboard LAN"
Model: "Intel 82579LM Gigabit Network Connection (Lewisville)"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1502 "82579LM Gigabit Network Connection (Lewisville)"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Driver: "e1000e"
Driver Modules: "e1000e"
Device File: eno1
Memory Range: 0xf7f00000-0xf7f1ffff (rw,non-prefetchable)
Memory Range: 0xf7f39000-0xf7f39fff (rw,non-prefetchable)
I/O Ports: 0xf040-0xf05f (rw)
IRQ: 31 (17586 events)
HW Address: ...
Permanent HW Address: ...
Link detected: yes
Module Alias: "pci:v00008086d00001502sv00001028sd0000053Fbc02sc00i00"
Driver Info #0:
Driver Status: e1000e is active
Driver Activation Cmd: "modprobe e1000e"
Config Status: cfg=new, avail=yes, need=no, active=unknown
28: PCI c00.1: 0805 SD Host controller
[Created at pci.386]
Unique ID: rwaR.mpKysKcFSA2
Parent ID: 0Rrv.e4O5wCl561D
SysFS ID: /devices/pci0000:00/0000:00:1c.7/0000:0c:00.1
SysFS BusID: 0000:0c:00.1
Hardware Class: unknown
Model: "O2 Micro OZ600RJ0/OZ900RJ0/OZ600RJS SD/MMC Card Reader Controller"
Vendor: pci 0x1217 "O2 Micro, Inc."
Device: pci 0x8321 "OZ600RJ0/OZ900RJ0/OZ600RJS SD/MMC Card Reader Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x05
Driver: "sdhci-pci"
Driver Modules: "sdhci_pci"
Memory Range: 0xf7c02000-0xf7c021ff (rw,non-prefetchable)
IRQ: 16 (122 events)
Module Alias: "pci:v00001217d00008321sv00001028sd0000053Fbc08sc05i01"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #22 (PCI bridge)
29: PCI 1f.3: 0c05 SMBus
[Created at pci.386]
Unique ID: nS1_.JJTAR825cgF
SysFS ID: /devices/pci0000:00/0000:00:1f.3
SysFS BusID: 0000:00:1f.3
Hardware Class: unknown
Model: "Intel 7 Series/C216 Chipset Family SMBus Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e22 "7 Series/C216 Chipset Family SMBus Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Driver: "i801_smbus"
Driver Modules: "i2c_i801"
Memory Range: 0xf7f35000-0xf7f350ff (rw,non-prefetchable)
I/O Ports: 0xf000-0xf01f (rw)
IRQ: 18 (4 events)
Module Alias: "pci:v00008086d00001E22sv00001028sd0000053Fbc0Csc05i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
30: PCI 00.0: 0600 Host bridge
[Created at pci.386]
Unique ID: qLht.Q+PWJG6xAe8
SysFS ID: /devices/pci0000:00/0000:00:00.0
SysFS BusID: 0000:00:00.0
Hardware Class: bridge
Model: "Intel 3rd Gen Core processor DRAM Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x0154 "3rd Gen Core processor DRAM Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x09
Driver: "ivb_uncore"
Module Alias: "pci:v00008086d00000154sv00001028sd0000053Fbc06sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
31: PCI 1c.1: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: qTvu.S6369R_Pnr9
SysFS ID: /devices/pci0000:00/0000:00:1c.1
SysFS BusID: 0000:00:1c.1
Hardware Class: bridge
Model: "Intel 7 Series/C210 Series Chipset Family PCI Express Root Port 2"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e12 "7 Series/C210 Series Chipset Family PCI Express Root Port 2"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0xc4
Driver: "pcieport"
IRQ: 26 (no events)
Module Alias: "pci:v00008086d00001E12sv00001028sd0000053Fbc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
32: PCI 1a.0: 0c03 USB Controller (EHCI)
[Created at pci.386]
Unique ID: pwJ7.SSZAUwpUWUA
SysFS ID: /devices/pci0000:00/0000:00:1a.0
SysFS BusID: 0000:00:1a.0
Hardware Class: usb controller
Model: "Intel 7 Series/C216 Chipset Family USB Enhanced Host Controller #2"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e2d "7 Series/C216 Chipset Family USB Enhanced Host Controller #2"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Driver: "ehci-pci"
Memory Range: 0xf7f38000-0xf7f383ff (rw,non-prefetchable)
IRQ: 16 (122 events)
Module Alias: "pci:v00008086d00001E2Dsv00001028sd0000053Fbc0Csc03i20"
Driver Info #0:
Driver Status: ehci-hcd is not active
Driver Activation Cmd: "modprobe ehci-hcd"
Config Status: cfg=new, avail=yes, need=no, active=unknown
33: PCI 1d.0: 0c03 USB Controller (EHCI)
[Created at pci.386]
Unique ID: 1GTX.rYyw6x_Yqo7
SysFS ID: /devices/pci0000:00/0000:00:1d.0
SysFS BusID: 0000:00:1d.0
Hardware Class: usb controller
Model: "Intel 7 Series/C216 Chipset Family USB Enhanced Host Controller #1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e26 "7 Series/C216 Chipset Family USB Enhanced Host Controller #1"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Driver: "ehci-pci"
Memory Range: 0xf7f37000-0xf7f373ff (rw,non-prefetchable)
IRQ: 21 (33 events)
Module Alias: "pci:v00008086d00001E26sv00001028sd0000053Fbc0Csc03i20"
Driver Info #0:
Driver Status: ehci-hcd is not active
Driver Activation Cmd: "modprobe ehci-hcd"
Config Status: cfg=new, avail=yes, need=no, active=unknown
34: PCI 100.1: 0403 Audio device
[Created at pci.386]
Unique ID: NXNs.BNDE1a5nefB
Parent ID: vSkL.xbL6wfm1Qz3
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.1
SysFS BusID: 0000:01:00.1
Hardware Class: sound
Model: "ATI Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series]"
Vendor: pci 0x1002 "ATI Technologies Inc"
Device: pci 0xaab0 "Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series]"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Memory Range: 0xf7e60000-0xf7e63fff (rw,non-prefetchable,disabled)
IRQ: 10 (no events)
Module Alias: "pci:v00001002d0000AAB0sv00001028sd0000053Fbc04sc03i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #21 (PCI bridge)
35: PCI 14.0: 0c03 USB Controller (XHCI)
[Created at pci.386]
Unique ID: MZfG.m68GYmvvWiA
SysFS ID: /devices/pci0000:00/0000:00:14.0
SysFS BusID: 0000:00:14.0
Hardware Class: usb controller
Model: "Intel 7 Series/C210 Series Chipset Family USB xHCI Host Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e31 "7 Series/C210 Series Chipset Family USB xHCI Host Controller"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0x04
Driver: "xhci_hcd"
Driver Modules: "xhci_pci"
Memory Range: 0xf7f20000-0xf7f2ffff (rw,non-prefetchable)
IRQ: 30 (43973 events)
Module Alias: "pci:v00008086d00001E31sv00001028sd0000053Fbc0Csc03i30"
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
36: PCI 1c.2: 0604 PCI bridge (Normal decode)
[Created at pci.386]
Unique ID: hoOk.Uxxb6aDqqcA
SysFS ID: /devices/pci0000:00/0000:00:1c.2
SysFS BusID: 0000:00:1c.2
Hardware Class: bridge
Model: "Intel 7 Series/C210 Series Chipset Family PCI Express Root Port 3"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e14 "7 Series/C210 Series Chipset Family PCI Express Root Port 3"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x053f
Revision: 0xc4
Driver: "pcieport"
IRQ: 27 (no events)
Module Alias: "pci:v00008086d00001E14sv00001028sd0000053Fbc06sc04i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
37: None 00.0: 10002 LCD Monitor
[Created at monitor.97]
Unique ID: rdCR.x0mjBjQBhK6
Hardware Class: monitor
Model: "LCD Monitor"
Vendor: ___
Device: eisa 0xffff
Resolution: 720x400@70Hz
Resolution: 720x400@88Hz
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: 832x624@75Hz
Resolution: 1024x768@87Hz (interlaced)
Resolution: 1024x768@60Hz
Resolution: 1024x768@70Hz
Resolution: 1024x768@75Hz
Resolution: 1280x1024@75Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Size: 2550x2550 mm
The Model Year: 2245
Config Status: cfg=new, avail=yes, need=no, active=unknown
38: None 00.1: 10002 LCD Monitor
[Created at monitor.97]
Unique ID: jyhG.x0mjBjQBhK6
Hardware Class: monitor
Model: "LCD Monitor"
Vendor: ___
Device: eisa 0xffff
Resolution: 720x400@70Hz
Resolution: 720x400@88Hz
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: 832x624@75Hz
Resolution: 1024x768@87Hz (interlaced)
Resolution: 1024x768@60Hz
Resolution: 1024x768@70Hz
Resolution: 1024x768@75Hz
Resolution: 1280x1024@75Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Size: 2550x2550 mm
The Model Year: 2245
Config Status: cfg=new, avail=yes, need=no, active=unknown
39: None 00.2: 10002 LCD Monitor
[Created at monitor.97]
Unique ID: aHB6.x0mjBjQBhK6
Hardware Class: monitor
Model: "LCD Monitor"
Vendor: ___
Device: eisa 0xffff
Resolution: 720x400@70Hz
Resolution: 720x400@88Hz
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: 832x624@75Hz
Resolution: 1024x768@87Hz (interlaced)
Resolution: 1024x768@60Hz
Resolution: 1024x768@70Hz
Resolution: 1024x768@75Hz
Resolution: 1280x1024@75Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Resolution: 2288x1287@123Hz
Size: 2550x2550 mm
The Model Year: 2245
Config Status: cfg=new, avail=yes, need=no, active=unknown
40: IDE 100.0: 10600 Disk
[Created at block.245]
Unique ID: WZeP.+wjMpzzay02
Parent ID: w7Y8.9xrzez_5Dl6
SysFS ID: /class/block/sdb
SysFS BusID: 1:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0
Hardware Class: disk
Model: "SAMSUNG MZ7PD128"
Vendor: "SAMSUNG"
Device: "MZ7PD128"
Revision: "1H0Q"
Serial ID: --
Driver: "ahci", "sd"
Driver Modules: "ahci"
Device File: /dev/sdb
Device Files: /dev/sdb, /dev/disk/by-id/wwn-0x..., /dev/disk/by-id/ata-SAMSUNG_MZ7PD128HCFV-000H1_..., /dev/disk/by-path/pci-0000:00:1f.2-ata-2
Device Number: block 8:16-8:31
BIOS id: 0x80
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: #18 (RAID bus controller)
41: SCSI 300.0: 10602 CD-ROM (DVD)
[Created at block.249]
Unique ID: KD9E.IE20zmL53aB
Parent ID: w7Y8.9xrzez_5Dl6
SysFS ID: /class/block/sr0
SysFS BusID: 3:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0
Hardware Class: cdrom
Model: "TSSTcorp DVD-ROM SU-108CB"
Vendor: "TSSTcorp"
Device: "DVD-ROM SU-108CB"
Revision: "D200"
Driver: "ahci", "sr"
Driver Modules: "ahci"
Device File: /dev/sr0 (/dev/sg2)
Device Files: /dev/sr0, /dev/disk/by-path/pci-0000:00:1f.2-ata-4, /dev/cdrom, /dev/dvd, /dev/disk/by-id/ata-TSSTcorp_DVD-ROM_SU-108CB_...
Device Number: block 11:0 (char 21:2)
Features: DVD, MRW, MRW-W
Drive status: no medium
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (RAID bus controller)
Drive Speed: 24
42: IDE 00.0: 10600 Disk
[Created at block.245]
Unique ID: 3OOL.Cqfx7DiSxX3
Parent ID: w7Y8.9xrzez_5Dl6
SysFS ID: /class/block/sda
SysFS BusID: 0:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0
Hardware Class: disk
Model: "ST1000LM024 HN-M"
Vendor: "ST1000LM024"
Device: "HN-M"
Revision: "0004"
Serial ID: --
Driver: "ahci", "sd"
Driver Modules: "ahci"
Device File: /dev/sda
Device Files: /dev/sda, /dev/disk/by-id/ata-ST1000LM024_HN-M101MBB_..., /dev/disk/by-id/wwn-0x..., /dev/disk/by-path/pci-0000:00:1f.2-ata-1
Device Number: block 8:0-8:15
BIOS id: 0x81
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: #18 (RAID bus controller)
43: USB 00.2: 0000 Unclassified device
[Created at usb.122]
Unique ID: zPMs.+qW4lqVqqG6
Parent ID: ADDn.4Nx_qoDfSd7
SysFS ID: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.2
SysFS BusID: 1-1.4:1.2
Hardware Class: unknown
Model: "Dell BCM20702A0"
Hotplug: USB
Vendor: usb 0x413c "Dell Computer Corp."
Device: usb 0x8197 "BCM20702A0"
Revision: "1.12"
Serial ID: --
Speed: 12 Mbps
Module Alias: "usb:v413Cp8197d0112dcFFdsc01dp01icFFiscFFipFFin02"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #54 (Hub)
45: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: FKGF.4Nx_qoDfSd7
Parent ID: pBe4.oLWCeziExdF
SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0
SysFS BusID: 2-1:1.0
Hardware Class: hub
Model: "Intel Integrated Rate Matching Hub"
Hotplug: USB
Vendor: usb 0x8087 "Intel Corp."
Device: usb 0x0024 "Integrated Rate Matching Hub"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v8087p0024d0000dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #55 (Hub)
46: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: uIhY.2DFUsyrieMD
Parent ID: MZfG.m68GYmvvWiA
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.08"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0508dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #35 (USB Controller)
47: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: VBUu.QCWN1EbfptB
Parent ID: ADDn.4Nx_qoDfSd7
SysFS ID: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0
SysFS BusID: 1-1.5:1.0
Hardware Class: unknown
Model: "Microdia Dell Integrated HD Webcam"
Hotplug: USB
Vendor: usb 0x0c45 "Microdia"
Device: usb 0x643f "Dell Integrated HD Webcam"
Revision: "28.06"
Speed: 480 Mbps
Module Alias: "usb:v0C45p643Fd2806dcEFdsc02dp01ic0Eisc01ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #54 (Hub)
48: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: zPk0.xYNhIwdOaa6
Parent ID: MZfG.m68GYmvvWiA
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.08"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Module Alias: "usb:v1D6Bp0003d0508dc09dsc00dp03ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #35 (USB Controller)
51: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: k4bc.FHd55n4xKo7
Parent ID: pwJ7.SSZAUwpUWUA
SysFS ID: /devices/pci0000:00/0000:00:1a.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.08"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0508dc09dsc00dp00ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #32 (USB Controller)
52: USB 00.0: 10503 USB Mouse
[Created at usb.122]
Unique ID: mZxt.jQ0h5fPFMGE
Parent ID: uIhY.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0
SysFS BusID: 3-2:1.0
Hardware Class: mouse
Model: "Trust Wireless Mouse"
Hotplug: USB
Vendor: usb 0x145f "Trust"
Device: usb 0x01c8 "Trust Wireless Mouse"
Revision: "2.00"
Compatible to: int 0x0210 0x0048
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse0)
Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event7, /dev/input/by-id/usb-145f_Trust_Wireless_..., /dev/input/by-path/pci-0000:00:14.0-usb-0:2:1.0-event-mouse, /dev/input/by-id/usb-145f_Trust_Wireless_..., /dev/input/by-path/pci-0000:00:14.0-usb-0:2:1.0-mouse
Device Number: char 13:63 (char 13:32)
Speed: 12 Mbps
Module Alias: "usb:v145Fp01C8d0200dc00dsc00dp00ic03isc01ip02in00"
Driver Info #0:
Buttons: 8
Wheels: 4
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #46 (Hub)
54: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: ADDn.4Nx_qoDfSd7
Parent ID: k4bc.FHd55n4xKo7
SysFS ID: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0
SysFS BusID: 1-1:1.0
Hardware Class: hub
Model: "Intel Integrated Rate Matching Hub"
Hotplug: USB
Vendor: usb 0x8087 "Intel Corp."
Device: usb 0x0024 "Integrated Rate Matching Hub"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v8087p0024d0000dc09dsc00dp01ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #51 (Hub)
55: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: pBe4.oLWCeziExdF
Parent ID: 1GTX.rYyw6x_Yqo7
SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0
SysFS BusID: 2-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.08"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0508dc09dsc00dp00ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #33 (USB Controller)
56: 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 Files: /dev/input/event4, /dev/input/by-path/platform-i8042-serio-0-event-kbd
Device Number: char 13:68
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
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.5+smWHVjPI3
Hardware Class: mouse
Model: "AlpsPS/2 ALPS DualPoint Stick"
Vendor: 0x0002
Device: 0x0008 "AlpsPS/2 ALPS DualPoint Stick"
Compatible to: int 0x0210 0x0003
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event8
Device Number: char 13:63 (char 13:33)
Driver Info #0:
Buttons: 3
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.5+smWHVjPI3
Hardware Class: mouse
Model: "AlpsPS/2 ALPS DualPoint TouchPad"
Vendor: 0x0002
Device: 0x0008 "AlpsPS/2 ALPS DualPoint TouchPad"
Compatible to: int 0x0210 0x0003
Device File: /dev/input/mice (/dev/input/mouse2)
Device Files: /dev/input/mice, /dev/input/mouse2, /dev/input/event9, /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: 3
Wheels: 0
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
59: None 00.0: 10103 CPU
[Created at cpu.465]
Unique ID: rdCR.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2366 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
60: None 01.0: 10103 CPU
[Created at cpu.465]
Unique ID: wkFv.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2350 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
61: None 02.0: 10103 CPU
[Created at cpu.465]
Unique ID: +rIN.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2386 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
62: None 03.0: 10103 CPU
[Created at cpu.465]
Unique ID: 4zLr.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2380 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
63: None 04.0: 10103 CPU
[Created at cpu.465]
Unique ID: 94PJ.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2285 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
64: None 05.0: 10103 CPU
[Created at cpu.465]
Unique ID: EBSn.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2388 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
65: None 06.0: 10103 CPU
[Created at cpu.465]
Unique ID: JIVF.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2318 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
66: None 07.0: 10103 CPU
[Created at cpu.465]
Unique ID: OPYj.j8NaKXDZtZ6
Hardware Class: cpu
Arch: X86-64
Vendor: "GenuineIntel"
Model: 6.58.9 "Intel(R) Core(TM) i7-3630QM CPU @ 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,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,cpuid,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,cpuid_fault,epb,pti,ssbd,ibrs,ibpb,stibp,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,smep,erms,xsaveopt,dtherm,ida,arat,pln,pts,md_clear,flush_l1d
Clock: 2316 MHz
BogoMips: 4784.82
Cache: 6144 kb
Units/Processor: 16
Config Status: cfg=new, avail=yes, need=no, active=unknown
67: 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
68: None 01.0: 10701 Ethernet
[Created at net.126]
Unique ID: zHNY.ndpeucax6V1
Parent ID: wcdH.JhgAi5g2bZ9
SysFS ID: /class/net/eno1
SysFS Device Link: /devices/pci0000:00/0000:00:19.0
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: #27 (Ethernet controller)