-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path8CF7873695
969 lines (922 loc) · 33.5 KB
/
8CF7873695
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
959
960
961
962
963
964
965
966
967
968
969
02: None 00.0: 11001 VESA Framebuffer
[Created at bios.459]
Unique ID: rdCR.5WU5JOR4rxD
Hardware Class: framebuffer
Model: "Intel(r)915GM/910ML/915MS Graphics Controller"
Vendor: "Intel Corporation"
Device: "Intel(r)915GM/910ML/915MS Graphics Controller"
SubVendor: "Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS"
SubDevice:
Revision: "Hardware Version 0.0"
Memory Size: 7 MB + 704 kB
Memory Range: 0x00000000-0x007affff (rw)
Mode 0x033c: 1920x1440 (+1920), 8 bits
Mode 0x034d: 1920x1440 (+3840), 16 bits
Mode 0x035c: 1920x1440 (+7680), 24 bits
Mode 0x033a: 1600x1200 (+1600), 8 bits
Mode 0x034b: 1600x1200 (+3200), 16 bits
Mode 0x035a: 1600x1200 (+6400), 24 bits
Mode 0x0307: 1280x1024 (+1280), 8 bits
Mode 0x031a: 1280x1024 (+2560), 16 bits
Mode 0x031b: 1280x1024 (+5120), 24 bits
Mode 0x0305: 1024x768 (+1024), 8 bits
Mode 0x0317: 1024x768 (+2048), 16 bits
Mode 0x0318: 1024x768 (+4096), 24 bits
Mode 0x0312: 640x480 (+2560), 24 bits
Mode 0x0314: 800x600 (+1600), 16 bits
Mode 0x0315: 800x600 (+3200), 24 bits
Mode 0x0301: 640x480 (+640), 8 bits
Mode 0x0303: 800x600 (+832), 8 bits
Mode 0x0311: 640x480 (+1280), 16 bits
Config Status: cfg=new, avail=yes, need=no, active=unknown
10: PCI 1e.0: 0604 PCI bridge (Subtractive decode)
[Created at pci.378]
Unique ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0
SysFS BusID: 0000:00:1e.0
Hardware Class: bridge
Model: "Intel 82801 Mobile PCI Bridge"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2448 "82801 Mobile PCI Bridge"
Revision: 0xd4
Module Alias: "pci:v00008086d00002448sv00000000sd00000000bc06sc04i01"
Config Status: cfg=new, avail=yes, need=no, active=unknown
11: PCI 607.0: 0607 CardBus bridge
[Created at pci.378]
Unique ID: RFE1.Ir_ABmNUov9
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:07.0
SysFS BusID: 0000:06:07.0
Hardware Class: bridge
Model: "ENE CB-712/4 Cardbus Controller"
Vendor: pci 0x1524 "ENE Technology Inc"
Device: pci 0x1412 "CB-712/4 Cardbus Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x10
Driver: "yenta_cardbus"
Driver Modules: "yenta_socket"
Memory Range: 0x44000000-0x44000fff (rw,non-prefetchable)
IRQ: 16 (133901 events)
Module Alias: "pci:v00001524d00001412sv00001558sd00005401bc06sc07i00"
Driver Info #0:
Driver Status: yenta_socket is active
Driver Activation Cmd: "modprobe yenta_socket"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #10 (PCI bridge)
12: PCI 1f.3: 0c05 SMBus
[Created at pci.378]
Unique ID: nS1_.fIaE0bvCLC9
SysFS ID: /devices/pci0000:00/0000:00:1f.3
SysFS BusID: 0000:00:1f.3
Hardware Class: unknown
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x266a "82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "i801_smbus"
Driver Modules: "i2c_i801"
I/O Ports: 0x18e0-0x18ff (rw)
IRQ: 19 (75948 events)
Module Alias: "pci:v00008086d0000266Asv00001558sd00005401bc0Csc05i00"
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
13: PCI 00.0: 0600 Host bridge
[Created at pci.378]
Unique ID: qLht.xhNP+upxU23
SysFS ID: /devices/pci0000:00/0000:00:00.0
SysFS BusID: 0000:00:00.0
Hardware Class: bridge
Model: "Intel Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2590 "Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Module Alias: "pci:v00008086d00002590sv00001558sd00005401bc06sc00i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
14: PCI 1c.1: 0604 PCI bridge (Normal decode)
[Created at pci.378]
Unique ID: qTvu.wsF2K651nr5
SysFS ID: /devices/pci0000:00/0000:00:1c.1
SysFS BusID: 0000:00:1c.1
Hardware Class: bridge
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2662 "82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "pcieport"
IRQ: 16 (133901 events)
Module Alias: "pci:v00008086d00002662sv00001558sd00005401bc06sc04i00"
Driver Info #0:
Driver Status: shpchp is active
Driver Activation Cmd: "modprobe shpchp"
Config Status: cfg=new, avail=yes, need=no, active=unknown
15: PCI 1f.1: 0101 IDE interface
[Created at pci.378]
Unique ID: 3p2J.96RURJjpr03
SysFS ID: /devices/pci0000:00/0000:00:1f.1
SysFS BusID: 0000:00:1f.1
Hardware Class: storage
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x266f "82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "ata_piix"
Driver Modules: "ata_piix"
I/O Ports: 0x1f0-0x1f7 (rw)
I/O Port: 0x3f6 (rw)
I/O Ports: 0x170-0x177 (rw)
I/O Port: 0x376 (rw)
I/O Ports: 0x1810-0x181f (rw)
IRQ: 18 (3863 events)
Module Alias: "pci:v00008086d0000266Fsv00001558sd00005401bc01sc01i8A"
Driver Info #0:
Driver Status: pata_acpi is active
Driver Activation Cmd: "modprobe pata_acpi"
Config Status: cfg=new, avail=yes, need=no, active=unknown
16: PCI 1d.2: 0c03 USB Controller (UHCI)
[Created at pci.378]
Unique ID: mvRC.NFbqov+pVq4
SysFS ID: /devices/pci0000:00/0000:00:1d.2
SysFS BusID: 0000:00:1d.2
Hardware Class: usb controller
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x265a "82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "uhci_hcd"
Driver Modules: "uhci_hcd"
I/O Ports: 0x1860-0x187f (rw)
IRQ: 18 (3863 events)
Module Alias: "pci:v00008086d0000265Asv00001558sd00005401bc0Csc03i00"
Driver Info #0:
Driver Status: uhci-hcd is not active
Driver Activation Cmd: "modprobe uhci-hcd"
Config Status: cfg=new, avail=yes, need=no, active=unknown
17: PCI 603.0: 0282 WLAN controller
[Created at pci.378]
Unique ID: fhch.iNwz5QVJQz3
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:03.0
SysFS BusID: 0000:06:03.0
Hardware Class: network
Model: "Intel PRO/Wireless 2200BG [Calexico2] Network Connection"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x4220 "PRO/Wireless 2200BG [Calexico2] Network Connection"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x2702
Revision: 0x05
Driver: "ipw2200"
Driver Modules: "ipw2200"
Device File: wlp6s3
Features: WLAN
Memory Range: 0xb0000000-0xb0000fff (rw,non-prefetchable)
IRQ: 18 (3863 events)
HW Address: ...
Permanent HW Address: ...
Link detected: yes
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
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 2.484
WLAN bitrates: 1 2 5.5 11 6 9 12 18 24 36 48 54
WLAN encryption modes: WEP40 WEP104 TKIP CCMP
WLAN authentication modes: open sharedkey wpa-psk wpa-eap
Requires: ipw-firmware
Module Alias: "pci:v00008086d00004220sv00008086sd00002702bc02sc80i00"
Driver Info #0:
Driver Status: ipw2200 is active
Driver Activation Cmd: "modprobe ipw2200"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #10 (PCI bridge)
18: PCI 1d.0: 0c03 USB Controller (UHCI)
[Created at pci.378]
Unique ID: 1GTX.LQiKrmmPS34
SysFS ID: /devices/pci0000:00/0000:00:1d.0
SysFS BusID: 0000:00:1d.0
Hardware Class: usb controller
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2658 "82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "uhci_hcd"
Driver Modules: "uhci_hcd"
I/O Ports: 0x1820-0x183f (rw)
IRQ: 23 (273438 events)
Module Alias: "pci:v00008086d00002658sv00001558sd00005401bc0Csc03i00"
Driver Info #0:
Driver Status: uhci-hcd is not active
Driver Activation Cmd: "modprobe uhci-hcd"
Config Status: cfg=new, avail=yes, need=no, active=unknown
19: PCI 60b.0: 0200 Ethernet controller
[Created at pci.378]
Unique ID: yIDG.kEGUC58ZTdB
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:0b.0
SysFS BusID: 0000:06:0b.0
Hardware Class: network
Model: "Realtek RTL8169 PCI Gigabit Ethernet Controller"
Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
Device: pci 0x8169 "RTL8169 PCI Gigabit Ethernet Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x10
Driver: "r8169"
Driver Modules: "r8169"
Device File: enp6s11
I/O Ports: 0x5000-0x5fff (rw)
Memory Range: 0xb0001c00-0xb0001cff (rw,non-prefetchable)
Memory Range: 0xb0020000-0xb003ffff (ro,non-prefetchable,disabled)
IRQ: 17 (848 events)
HW Address: ...
Permanent HW Address: ...
Link detected: no
Module Alias: "pci:v000010ECd00008169sv00001558sd00005401bc02sc00i00"
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: #10 (PCI bridge)
20: PCI 609.0: 0c00 FireWire (IEEE 1394) (OHCI)
[Created at pci.378]
Unique ID: bTKz.TFD46Uip9cD
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:09.0
SysFS BusID: 0000:06:09.0
Hardware Class: firewire controller
Model: "VIA VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller"
Vendor: pci 0x1106 "VIA Technologies, Inc."
Device: pci 0x3044 "VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x80
Driver: "firewire_ohci"
Driver Modules: "firewire_ohci"
Memory Range: 0xb0002000-0xb00027ff (rw,non-prefetchable)
I/O Ports: 0x5400-0x547f (rw)
IRQ: 19 (75948 events)
Module Alias: "pci:v00001106d00003044sv00001558sd00005401bc0Csc00i10"
Driver Info #0:
Driver Status: ohci1394 is not active
Driver Activation Cmd: "modprobe ohci1394"
Driver Info #1:
Driver Status: firewire_ohci is active
Driver Activation Cmd: "modprobe firewire_ohci"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #10 (PCI bridge)
21: PCI 02.0: 0300 VGA compatible controller (VGA)
[Created at pci.378]
Unique ID: _Znp.w3c9QDNcDEF
SysFS ID: /devices/pci0000:00/0000:00:02.0
SysFS BusID: 0000:00:02.0
Hardware Class: graphics card
Model: "Intel 915 GM"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2592 "915 GM"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "i915"
Driver Modules: "i915"
Memory Range: 0xa0080000-0xa00fffff (rw,non-prefetchable)
I/O Ports: 0x1800-0x1807 (rw)
Memory Range: 0xc0000000-0xcfffffff (ro,non-prefetchable)
Memory Range: 0xa0040000-0xa007ffff (rw,non-prefetchable)
Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
IRQ: 16 (133901 events)
I/O Ports: 0x3c0-0x3df (rw)
Module Alias: "pci:v00008086d00002592sv00001558sd00005401bc03sc00i00"
Driver Info #0:
XFree86 v4 Server Module: intel
Driver Info #1:
XFree86 v4 Server Module: intel
3D Support: yes
Extensions: dri
Config Status: cfg=new, avail=yes, need=no, active=unknown
22: PCI 1d.7: 0c03 USB Controller (EHCI)
[Created at pci.378]
Unique ID: 5YuN.v44W27k_4RA
SysFS ID: /devices/pci0000:00/0000:00:1d.7
SysFS BusID: 0000:00:1d.7
Hardware Class: usb controller
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x265c "82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "ehci-pci"
Memory Range: 0xa0004000-0xa00043ff (rw,non-prefetchable)
IRQ: 23 (273438 events)
Module Alias: "pci:v00008086d0000265Csv00001558sd00005401bc0Csc03i20"
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
23: PCI 607.1: 0501 FLASH memory
[Created at pci.378]
Unique ID: Iajs.JRTLcIHgsRE
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:07.1
SysFS BusID: 0000:06:07.1
Hardware Class: unknown
Model: "ENE PCI Memory Stick Card Reader Controller"
Vendor: pci 0x1524 "ENE Technology Inc"
Device: pci 0x0530 "ENE PCI Memory Stick Card Reader Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x01
Memory Range: 0xb0001000-0xb000107f (rw,non-prefetchable)
IRQ: 7 (no events)
Module Alias: "pci:v00001524d00000530sv00001558sd00005401bc05sc01i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #10 (PCI bridge)
24: PCI 1c.2: 0604 PCI bridge (Normal decode)
[Created at pci.378]
Unique ID: hoOk.yh8YHFKRqc6
SysFS ID: /devices/pci0000:00/0000:00:1c.2
SysFS BusID: 0000:00:1c.2
Hardware Class: bridge
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2664 "82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "pcieport"
IRQ: 18 (3863 events)
Module Alias: "pci:v00008086d00002664sv00001558sd00005401bc06sc04i00"
Driver Info #0:
Driver Status: shpchp is active
Driver Activation Cmd: "modprobe shpchp"
Config Status: cfg=new, avail=yes, need=no, active=unknown
25: PCI 1f.2: 0101 IDE interface
[Created at pci.378]
Unique ID: w7Y8.oRpLHn7spID
SysFS ID: /devices/pci0000:00/0000:00:1f.2
SysFS BusID: 0000:00:1f.2
Hardware Class: storage
Model: "Intel 82801FBM (ICH6M) SATA Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2653 "82801FBM (ICH6M) SATA Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "ata_piix"
Driver Modules: "ata_piix"
I/O Ports: 0x18c8-0x18cf (rw)
I/O Ports: 0x18c0-0x18c3 (rw)
I/O Ports: 0x18a8-0x18af (rw)
I/O Ports: 0x180c-0x180f (rw)
I/O Ports: 0x18b0-0x18bf (rw)
Memory Range: 0xa0004400-0xa00047ff (rw,non-prefetchable)
IRQ: 19 (75948 events)
Module Alias: "pci:v00008086d00002653sv00001558sd00005401bc01sc01i8F"
Driver Info #0:
Driver Status: ahci,ata_piix are active
Driver Activation Cmd: "modprobe ahci; modprobe ata_piix"
Driver Info #1:
Driver Status: pata_acpi is active
Driver Activation Cmd: "modprobe pata_acpi"
Config Status: cfg=new, avail=yes, need=no, active=unknown
26: PCI 1c.0: 0604 PCI bridge (Normal decode)
[Created at pci.378]
Unique ID: z8Q3.u1NYMzrcj45
SysFS ID: /devices/pci0000:00/0000:00:1c.0
SysFS BusID: 0000:00:1c.0
Hardware Class: bridge
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2660 "82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "pcieport"
IRQ: 17 (848 events)
Module Alias: "pci:v00008086d00002660sv00001558sd00005401bc06sc04i00"
Driver Info #0:
Driver Status: shpchp is active
Driver Activation Cmd: "modprobe shpchp"
Config Status: cfg=new, avail=yes, need=no, active=unknown
27: PCI 1d.3: 0c03 USB Controller (UHCI)
[Created at pci.378]
Unique ID: eEx1.ufXaHU7X1D5
SysFS ID: /devices/pci0000:00/0000:00:1d.3
SysFS BusID: 0000:00:1d.3
Hardware Class: usb controller
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x265b "82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "uhci_hcd"
Driver Modules: "uhci_hcd"
I/O Ports: 0x1880-0x189f (rw)
IRQ: 16 (133901 events)
Module Alias: "pci:v00008086d0000265Bsv00001558sd00005401bc0Csc03i00"
Driver Info #0:
Driver Status: uhci-hcd is not active
Driver Activation Cmd: "modprobe uhci-hcd"
Config Status: cfg=new, avail=yes, need=no, active=unknown
28: PCI 1f.0: 0601 ISA bridge
[Created at pci.378]
Unique ID: BUZT.MZnBBXKNHG5
SysFS ID: /devices/pci0000:00/0000:00:1f.0
SysFS BusID: 0000:00:1f.0
Hardware Class: bridge
Model: "Intel 82801FBM (ICH6M) LPC Interface Bridge"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2641 "82801FBM (ICH6M) LPC Interface Bridge"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "lpc_ich"
Driver Modules: "lpc_ich"
Module Alias: "pci:v00008086d00002641sv00001558sd00005401bc06sc01i00"
Driver Info #0:
Driver Status: intel_rng is not active
Driver Activation Cmd: "modprobe intel_rng"
Driver Info #1:
Driver Status: lpc_ich is active
Driver Activation Cmd: "modprobe lpc_ich"
Config Status: cfg=new, avail=yes, need=no, active=unknown
29: PCI 1d.1: 0c03 USB Controller (UHCI)
[Created at pci.378]
Unique ID: vayM.sqe4KLu6_R4
SysFS ID: /devices/pci0000:00/0000:00:1d.1
SysFS BusID: 0000:00:1d.1
Hardware Class: usb controller
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2659 "82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "uhci_hcd"
Driver Modules: "uhci_hcd"
I/O Ports: 0x1840-0x185f (rw)
IRQ: 19 (75948 events)
Module Alias: "pci:v00008086d00002659sv00001558sd00005401bc0Csc03i00"
Driver Info #0:
Driver Status: uhci-hcd is not active
Driver Activation Cmd: "modprobe uhci-hcd"
Config Status: cfg=new, avail=yes, need=no, active=unknown
30: PCI 607.4: 0501 FLASH memory
[Created at pci.378]
Unique ID: vYBN.K6d3T2X9Fg9
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:07.4
SysFS BusID: 0000:06:07.4
Hardware Class: unknown
Model: "ENE SD/MMC Card Reader Controller"
Vendor: pci 0x1524 "ENE Technology Inc"
Device: pci 0x0551 "SD/MMC Card Reader Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x01
Driver: "sdhci-pci"
Driver Modules: "sdhci_pci"
Memory Range: 0xb0001100-0xb00011ff (rw,non-prefetchable)
IRQ: 17 (848 events)
Module Alias: "pci:v00001524d00000551sv00001558sd00005401bc05sc01i00"
Driver Info #0:
Driver Status: sdhci_pci is active
Driver Activation Cmd: "modprobe sdhci_pci"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #10 (PCI bridge)
31: PCI 02.1: 0380 Display controller
[Created at pci.378]
Unique ID: ruGf.Ct5Zb+cbMW1
SysFS ID: /devices/pci0000:00/0000:00:02.1
SysFS BusID: 0000:00:02.1
Hardware Class: graphics card
Model: "Intel Mobile 915GM/GMS/910GML Express Graphics Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2792 "Mobile 915GM/GMS/910GML Express Graphics Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Memory Range: 0x40000000-0x4007ffff (rw,non-prefetchable,disabled)
Module Alias: "pci:v00008086d00002792sv00001558sd00005401bc03sc80i00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
32: PCI 1b.0: 0403 Audio device
[Created at pci.378]
Unique ID: u1Nb.TAN+PiViLe8
SysFS ID: /devices/pci0000:00/0000:00:1b.0
SysFS BusID: 0000:00:1b.0
Hardware Class: sound
Model: "Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x2668 "82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x04
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xa0000000-0xa0003fff (rw,non-prefetchable)
IRQ: 24 (543 events)
Module Alias: "pci:v00008086d00002668sv00001558sd00005401bc04sc03i00"
Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: "modprobe snd_hda_intel"
Config Status: cfg=new, avail=yes, need=no, active=unknown
33: PCI 607.2: 0805 SD Host controller
[Created at pci.378]
Unique ID: AvCi.xATTqtW0cGE
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:07.2
SysFS BusID: 0000:06:07.2
Hardware Class: unknown
Model: "ENE PCI Secure Digital Card Reader Controller"
Vendor: pci 0x1524 "ENE Technology Inc"
Device: pci 0x0550 "ENE PCI Secure Digital Card Reader Controller"
SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
SubDevice: pci 0x5401
Revision: 0x01
Driver: "sdhci-pci"
Driver Modules: "sdhci_pci"
Memory Range: 0xb0001400-0xb00014ff (rw,non-prefetchable)
IRQ: 17 (848 events)
Module Alias: "pci:v00001524d00000550sv00001558sd00005401bc08sc05i01"
Driver Info #0:
Driver Status: sdhci_pci is active
Driver Activation Cmd: "modprobe sdhci_pci"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #10 (PCI bridge)
34: MMC 01.0: 11700 MMC Controller
[Created at pci.1820]
Unique ID: 1KSk._NN+DZ1HDn4
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:07.4/mmc_host/mmc1/mmc1:1234
SysFS BusID: mmc1:1234
Model: "SD Controller 1"
Vendor: int 0x6015
Device: int 0x0001 "SD Controller 1"
Driver: "mmcblk"
Config Status: cfg=new, avail=yes, need=no, active=unknown
35: ISA(PnP) 00.0: 0000 Unclassified device
[Created at isapnp.142]
Unique ID: z9pp.B+yZ9Ve8gC1
SysFS ID: /devices/pnp0/00:00
SysFS BusID: 00:00
Hardware Class: unknown
Model: "Unclassified device"
SubVendor: PNP "PnP"
SubDevice: eisa 0x0c02
Config Status: cfg=new, avail=yes, need=no, active=unknown
36: ISA(PnP) 00.0: 0000 Unclassified device
[Created at isapnp.142]
Unique ID: KiZ0.xhndlW9HXJ7
SysFS ID: /devices/pnp0/00:03
SysFS BusID: 00:03
Hardware Class: unknown
Model: "Unclassified device"
SubVendor: PNP "PnP"
SubDevice: eisa 0x0303
Config Status: cfg=new, avail=yes, need=no, active=unknown
37: ISA(PnP) 00.0: 0000 Unclassified device
[Created at isapnp.142]
Unique ID: QL3u.B+yZ9Ve8gC1
SysFS ID: /devices/pnp0/00:01
SysFS BusID: 00:01
Hardware Class: unknown
Model: "Unclassified device"
SubVendor: PNP "PnP"
SubDevice: eisa 0x0c02
Config Status: cfg=new, avail=yes, need=no, active=unknown
38: ISA(PnP) 00.0: 0000 Unclassified device
[Created at isapnp.142]
Unique ID: ntp4.t7Yh1tpgb13
SysFS ID: /devices/pnp0/00:04
SysFS BusID: 00:04
Hardware Class: unknown
Model: "Unclassified device"
SubVendor: PNP "PnP"
SubDevice: eisa 0x0f13
Config Status: cfg=new, avail=yes, need=no, active=unknown
39: ISA(PnP) 00.0: 0000 Unclassified device
[Created at isapnp.142]
Unique ID: tWJy.WYwRElrJa93
SysFS ID: /devices/pnp0/00:02
SysFS BusID: 00:02
Hardware Class: unknown
Model: "Unclassified device"
SubVendor: PNP "PnP"
SubDevice: eisa 0x0b00
Config Status: cfg=new, avail=yes, need=no, active=unknown
40: None 00.0: 10600 Disk
[Created at block.245]
Unique ID: kLao.Fxp0d3BezAE
Parent ID: 1KSk._NN+DZ1HDn4
SysFS ID: /class/block/mmcblk1
SysFS BusID: mmc1:1234
SysFS Device Link: /devices/pci0000:00/0000:00:1e.0/0000:06:07.4/mmc_host/mmc1/mmc1:1234
Hardware Class: disk
Model: "Disk"
Driver: "sdhci-pci", "mmcblk"
Driver Modules: "sdhci_pci"
Device File: /dev/mmcblk1
Device Files: /dev/mmcblk1, /dev/disk/by-id/mmc-SA02G_0x9c8935cf, /dev/disk/by-uuid/171b3028-3474-47c5-a809-598fcf0c58bb
Device Number: block 179:0-179:7
Geometry (Logical): CHS 60032/4/16
Size: 3842048 sectors a 512 bytes
Capacity: 1 GB (1967128576 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #34 (MMC Controller)
41: IDE 00.0: 10600 Disk
[Created at block.245]
Unique ID: 3OOL.FDZ+Fi35ds2
Parent ID: 3p2J.96RURJjpr03
SysFS ID: /class/block/sda
SysFS BusID: 0:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0
Hardware Class: disk
Model: "FUJITSU MHV2080A"
Vendor: "FUJITSU"
Device: "MHV2080A"
Revision: "00A0"
Serial ID: --
Driver: "ata_piix", "sd"
Driver Modules: "ata_piix"
Device File: /dev/sda
Device Files: /dev/sda, /dev/disk/by-id/ata-FUJITSU_MHV2080AH_..., /dev/disk/by-path/pci-0000:00:1f.1-ata-1
Device Number: block 8:0-8:15
Geometry (Logical): CHS 9729/255/63
Size: 156301488 sectors a 512 bytes
Capacity: 74 GB (80026361856 bytes)
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #15 (IDE interface)
42: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: uIhY.gkSaZmjGyhD
Parent ID: vayM.sqe4KLu6_R4
SysFS ID: /devices/pci0000:00/0000:00:1d.1/usb3/3-0:1.0
SysFS BusID: 3-0:1.0
Hardware Class: hub
Model: "Linux Foundation 1.1 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0001 "1.1 root hub"
Revision: "4.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0415dc09dsc00dp00ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #29 (USB Controller)
43: USB 00.1: 0000 Unclassified device
[Created at usb.122]
Unique ID: dOTr.WRSdblXyZY0
Parent ID: k4bc.9T1GDCLyFd9
SysFS ID: /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.1
SysFS BusID: 1-1:1.1
Hardware Class: unknown
Model: "MediaTek A5_Easy"
Hotplug: USB
Vendor: usb 0x0e8d "MediaTek Inc."
Device: usb 0x2005 "A5_Easy"
Revision: "ff.ff"
Serial ID: --
Driver: "rndis_host"
Driver Modules: "rndis_host"
Speed: 480 Mbps
Module Alias: "usb:v0E8Dp2005dFFFFdc00dsc00dp00ic0Aisc00ip00in01"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #46 (Hub)
44: USB 00.0: 10800 Keyboard
[Created at usb.122]
Unique ID: hSuP.VmEc7dlMIT3
Parent ID: pBe4.v+N+B0xY+P6
SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0
SysFS BusID: 2-2:1.0
Hardware Class: keyboard
Model: "Dell Keyboard"
Hotplug: USB
Vendor: usb 0x413c "Dell Computer Corp."
Device: usb 0x2003 "Keyboard"
Revision: "3.06"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/event5
Device Files: /dev/input/event5, /dev/input/by-id/usb-Dell_Dell_USB_..., /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-kbd
Device Number: char 13:69
Speed: 1.5 Mbps
Module Alias: "usb:v413Cp2003d0306dc00dsc00dp00ic03isc01ip01in00"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #50 (Hub)
45: USB 00.0: 10503 USB Mouse
[Created at usb.122]
Unique ID: KRJj.1Q2tv2_0SN8
Parent ID: uIhY.gkSaZmjGyhD
SysFS ID: /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0
SysFS BusID: 3-1:1.0
Hardware Class: mouse
Model: "Pixart Imaging Optical Mouse"
Hotplug: USB
Vendor: usb 0x093a "Pixart Imaging, Inc."
Device: usb 0x2510 "Optical Mouse"
Revision: "1.00"
Compatible to: int 0x0210 0x0018
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-PixArt_USB_Optical_..., /dev/input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-event-mouse, /dev/input/by-id/usb-PixArt_USB_Optical_..., /dev/input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-mouse
Device Number: char 13:63 (char 13:32)
Speed: 1.5 Mbps
Module Alias: "usb:v093Ap2510d0100dc00dsc00dp00ic03isc01ip02in00"
Driver Info #0:
Buttons: 8
Wheels: 1
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #42 (Hub)
46: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: k4bc.9T1GDCLyFd9
Parent ID: 5YuN.v44W27k_4RA
SysFS ID: /devices/pci0000:00/0000:00:1d.7/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: "4.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0415dc09dsc00dp00ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #22 (USB Controller)
47: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: zPk0.RTX9xWW_uz4
Parent ID: mvRC.NFbqov+pVq4
SysFS ID: /devices/pci0000:00/0000:00:1d.2/usb4/4-0:1.0
SysFS BusID: 4-0:1.0
Hardware Class: hub
Model: "Linux Foundation 1.1 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0001 "1.1 root hub"
Revision: "4.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0415dc09dsc00dp00ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (USB Controller)
50: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: pBe4.v+N+B0xY+P6
Parent ID: 1GTX.LQiKrmmPS34
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 1.1 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0001 "1.1 root hub"
Revision: "4.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0415dc09dsc00dp00ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (USB Controller)
51: USB 00.0: 10a00 Hub
[Created at usb.122]
Unique ID: 2XnU.CCckIHJirFC
Parent ID: eEx1.ufXaHU7X1D5
SysFS ID: /devices/pci0000:00/0000:00:1d.3/usb5/5-0:1.0
SysFS BusID: 5-0:1.0
Hardware Class: hub
Model: "Linux Foundation 1.1 root hub"
Hotplug: USB
Vendor: usb 0x1d6b "Linux Foundation"
Device: usb 0x0001 "1.1 root hub"
Revision: "4.15"
Serial ID: --
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0415dc09dsc00dp00ic09isc00ip00in00"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #27 (USB Controller)
52: 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
53: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.oV6xZUCQFf1
Hardware Class: mouse
Model: "ImPS/2 Elantech Touchpad"
Vendor: 0x0002
Device: 0x0005 "ImPS/2 Elantech Touchpad"
Compatible to: int 0x0210 0x0013
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event8, /dev/input/by-path/platform-i8042-serio-4-event-mouse, /dev/input/by-path/platform-i8042-serio-4-mouse
Device Number: char 13:63 (char 13:33)
Driver Info #0:
Buttons: 3
Wheels: 1
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
54: None 00.0: 10103 CPU
[Created at cpu.457]
Unique ID: rdCR.j8NaKXDZtZ6
Hardware Class: cpu
Arch: Intel
Vendor: "GenuineIntel"
Model: 6.13.8 "Intel(R) Pentium(R) M processor 1.73GHz"
Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,tm,pbe,nx,bts,cpuid,est,tm2
Clock: 1733 MHz
BogoMips: 3459.24
Cache: 2048 kb
Config Status: cfg=new, avail=yes, need=no, active=unknown
55: 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
56: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: KLtZ.ndpeucax6V1
Parent ID: fhch.iNwz5QVJQz3
SysFS ID: /class/net/wlp6s3
SysFS Device Link: /devices/pci0000:00/0000:00:1e.0/0000:06:03.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "ipw2200"
Driver Modules: "ipw2200"
Device File: wlp6s3
HW Address: ...
Permanent HW Address: ...
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #17 (WLAN controller)
57: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: WIfu.ndpeucax6V1
SysFS ID: /class/net/enp0s29f7u1
SysFS Device Link: /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "rndis_host"
Driver Modules: "rndis_host"
Device File: enp0s29f7u1
HW Address: ...
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
58: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: lN1H.ndpeucax6V1
Parent ID: yIDG.kEGUC58ZTdB
SysFS ID: /class/net/enp6s11
SysFS Device Link: /devices/pci0000:00/0000:00:1e.0/0000:06:0b.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "r8169"
Driver Modules: "r8169"
Device File: enp6s11
HW Address: ...
Permanent HW Address: ...
Link detected: no
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #19 (Ethernet controller)