-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathT450s_hardinfo.txt
1393 lines (1308 loc) · 52.1 KB
/
T450s_hardinfo.txt
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
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
lMark2 benchmark compiled without the "terrain" scene and run on a Thinkpad T450s on 2020-09-01
(2-core/4-threads 2.7GHz Core i5-5200U, 12GB DDR3-3200 RAM, Crucial MX500 SSD, Debian 10, X11)
$ sudo hardinfo -r
[sudo] password for amos:
Computer
Summary
Invalid MIT-MAGIC-COOKIE-1 keyError: unable to open display :0
Invalid MIT-MAGIC-COOKIE-1 keyxdpyinfo: unable to open display ":0".
Operating System
Kernel Modules
Boots
Languages
Filesystems
Display
Environment Variables
Development
Users
Groups
Devices
Processor
Memory
PCI Devices
USB Devices
can't get debug descriptor: Resource temporarily unavailable
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
Printers
Battery
Sensors
Input Devices
Storage
DMI
Memory SPD
Resources
Network
Interfaces
IP Connections
Routing Table
ARP Table
DNS Servers
Statistics
Shared Directories
Benchmarks
CPU Blowfish
[CPU Blowfish]owfish benchmark...
ThinkPad_T450s___20BX001PUS_(LENOVO);Intel(R)_Core(TM)_i5_5200U_CPU___2_20GHz;10800_00=4.404901; 4.404901; 4|4|ThinkPad T450s / 20BX001PUS (LENOVO)|Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz|1 physical processor; 2 cores; 4 threads|4x 2700.00 MHz|11991660|1|2|4|(Unknown)
CPU CryptoHash
[CPU CryptoHash]ash benchmark...
ThinkPad_T450s___20BX001PUS_(LENOVO);Intel(R)_Core(TM)_i5_5200U_CPU___2_20GHz;10800_00=480.451625; 0.649389; 4|4|ThinkPad T450s / 20BX001PUS (LENOVO)|Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz|1 physical processor; 2 cores; 4 threads|4x 2700.00 MHz|11991660|1|2|4|(Unknown)
CPU Fibonacci
[CPU Fibonacci]e 42nd Fibonacci number...
ThinkPad_T450s___20BX001PUS_(LENOVO);Intel(R)_Core(TM)_i5_5200U_CPU___2_20GHz;10800_00=0.756911; 0.756911; 1|1|ThinkPad T450s / 20BX001PUS (LENOVO)|Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz|1 physical processor; 2 cores; 4 threads|4x 2700.00 MHz|11991660|1|2|4|(Unknown)
CPU N-Queens
[CPU N-Queens]ens benchmark...
ThinkPad_T450s___20BX001PUS_(LENOVO);Intel(R)_Core(TM)_i5_5200U_CPU___2_20GHz;10800_00=7.054341; 7.054341; 4|4|ThinkPad T450s / 20BX001PUS (LENOVO)|Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz|1 physical processor; 2 cores; 4 threads|4x 2700.00 MHz|11991660|1|2|4|(Unknown)
CPU Zlib
[CPU Zlib]lib benchmark...
ThinkPad_T450s___20BX001PUS_(LENOVO);Intel(R)_Core(TM)_i5_5200U_CPU___2_20GHz;10800_00=0.511605; 7.623072; 4|4|ThinkPad T450s / 20BX001PUS (LENOVO)|Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz|1 physical processor; 2 cores; 4 threads|4x 2700.00 MHz|11991660|1|2|4|(Unknown)
FPU FFT
[FPU FFT]FFT benchmark...
ThinkPad_T450s___20BX001PUS_(LENOVO);Intel(R)_Core(TM)_i5_5200U_CPU___2_20GHz;10800_00=1.955763; 1.955763; 4|4|ThinkPad T450s / 20BX001PUS (LENOVO)|Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz|1 physical processor; 2 cores; 4 threads|4x 2700.00 MHz|11991660|1|2|4|(Unknown)
FPU Raytracing
[FPU Raytracing] Walker's FBENCH...
ThinkPad_T450s___20BX001PUS_(LENOVO);Intel(R)_Core(TM)_i5_5200U_CPU___2_20GHz;10800_00=1.959334; 1.959334; 4|4|ThinkPad T450s / 20BX001PUS (LENOVO)|Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz|1 physical processor; 2 cores; 4 threads|4x 2700.00 MHz|11991660|1|2|4|(Unknown)
GPU Drawing
Computer
********
Summary
-------
-Computer-
Processor : Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
Memory : 11991MB (1965MB used)
Machine Type : Notebook
Operating System : Debian GNU/Linux 10 (buster)
User Name : root (root)
Date/Time : Thu 03 Sep 2020 03:50:49 AM -04
-Display-
Resolution : 0x0 pixels
OpenGL Renderer : (Unknown)
X11 Vendor : (null)
-Audio Devices-
Audio Adapter : HDA-Intel - HDA Intel HDMI
Audio Adapter : HDA-Intel - HDA Intel PCH
-Input Devices-
AT Translated Set 2 keyboard
Lid Switch
Sleep Button
Power Button
Video Bus
ThinkPad Extra Buttons
PC Speaker
HDA Intel HDMI HDMI/DP,pcm:3
HDA Intel HDMI HDMI/DP,pcm:7
HDA Intel HDMI HDMI/DP,pcm:8
HDA Intel HDMI HDMI/DP,pcm:9
HDA Intel HDMI HDMI/DP,pcm:10
HDA Digital PCBeep
HDA Intel PCH Dock Mic
HDA Intel PCH Mic
HDA Intel PCH Dock Headphone
HDA Intel PCH Headphone
Synaptics TM3053-004
Integrated Camera: Integrated C
-Printers-
No printers found
Operating System
----------------
-Version-
Kernel : Linux 4.19.0-10-amd64 (x86_64)
Version : #1 SMP Debian 4.19.132-1 (2020-07-24)
C Library : GNU C Library / (Debian GLIBC 2.30-4) 2.30
Distribution : Debian GNU/Linux 10 (buster)
-Current Session-
Computer Name : t450s
User Name : root (root)
Language : en_US.utf8 (en_US:en)
Home Directory : /root
-Misc-
Uptime : 15 minutes
Load Average : 0.58, 0.97, 0.88
Available entropy in /dev/random : 3570 bits (healthy)
Kernel Modules
--------------
-Loaded Modules-
ctr : CTR Counter block mode
ccm : Counter with CBC MAC
rfcomm : Bluetooth RFCOMM ver 1.11
devlink : Network physical device Netlink interface
nf_tables
nfnetlink
vboxnetadp : Oracle VM VirtualBox Network Adapter Driver
vboxnetflt : Oracle VM VirtualBox Network Filter Driver
vboxdrv : Oracle VM VirtualBox Support Driver
cmac : CMAC keyed hash algorithm
bnep : Bluetooth BNEP ver 1.3
fuse : Filesystem in Userspace
uvcvideo : USB Video Class driver
intel_rapl : Driver for Intel RAPL (Running Average Power Limit)
x86_pkg_temp_thermal : X86 PKG TEMP Thermal Driver
intel_powerclamp : Package Level C-state Idle Injection for Intel CPUs
videobuf2_vmalloc : vmalloc memory handling routines for videobuf2
joydev : Joystick device interfaces
coretemp : Intel Core temperature monitor
kvm_intel
btusb : Generic Bluetooth USB driver ver 0.8
videobuf2_memops : common memory handling routines for videobuf2
btrtl : Bluetooth support for Realtek devices ver 0.1
btbcm : Bluetooth support for Broadcom devices ver 0.1
videobuf2_v4l2 : Driver helper framework for Video for Linux 2
btintel : Bluetooth support for Intel devices ver 0.1
mei_wdt : Device driver for Intel MEI iAMT watchdog
kvm
binfmt_misc
videobuf2_common : Media buffer core framework
arc4 : ARC4 Cipher Algorithm
videodev : Device registrar for Video4Linux drivers v2
bluetooth : Bluetooth Core ver 2.22
irqbypass : IRQ bypass manager utility module
crct10dif_pclmul : T10 DIF CRC calculation accelerated with PCLMULQDQ.
crc32_pclmul
media : Device node registration for media drivers
iwlmvm : The new Intel(R) wireless AGN driver for Linux
drbg : NIST SP800-90A Deterministic Random Bit Generator (DRBG) using following cores: HMAC
ghash_clmulni_intel : GHASH Message Digest Algorithm, accelerated by PCLMULQDQ-NI
intel_cstate
ansi_cprng : Software Pseudo Random Number Generator
intel_uncore
snd_hda_codec_realtek : Realtek HD-audio codec
snd_hda_codec_generic : Generic HD-audio codec parser
intel_rapl_perf
mac80211 : IEEE 802.11 subsystem
snd_hda_codec_hdmi : HDMI HD-audio codec
ecdh_generic : ECDH generic algorithm
snd_hda_intel : Intel HDA driver
pcspkr : PC Speaker beeper driver
serio_raw : Raw serio driver
wmi_bmof : WMI embedded Binary MOF driver
intel_pch_thermal : Intel PCH Thermal driver
rmi_smbus : RMI4 SMBus driver
snd_hda_codec : HDA codec core
rmi_core : RMI bus
iwlwifi : Intel(R) Wireless WiFi driver for Linux
snd_hda_core : HD-audio bus
thinkpad_acpi : ThinkPad ACPI Extras
rtsx_pci_ms : Realtek PCI-E Memstick Card Host Driver
snd_hwdep : Hardware dependent layer
sg : SCSI generic (sg) driver
mei_me : Intel(R) Management Engine Interface
snd_pcm : Midlevel PCM code for ALSA.
memstick : Sony MemoryStick core driver
mei : Intel(R) Management Engine Interface
cfg80211 : wireless configuration support
snd_timer : ALSA timer interface
iTCO_wdt : Intel TCO WatchDog Timer Driver
iTCO_vendor_support : Intel TCO Vendor Specific WatchDog Timer Driver Support
nvram
snd : Advanced Linux Sound Architecture driver for soundcards.
tpm_tis : TPM Driver
tpm_tis_core : TPM Driver
soundcore : Core sound module
tpm : TPM Driver
ac : ACPI AC Adapter Driver
rfkill : RF switch support
pcc_cpufreq : Processor Clocking Control interface driver
rng_core : H/W Random Number Generator (RNG) driver
battery : ACPI Battery Driver
evdev : Input driver event char devices
squashfs : squashfs 4.0, a compressed read-only filesystem
zstd_decompress : Zstd Decompressor
xxhash : xxHash
loop
parport_pc : PC-style parallel port driver
ppdev
lp
parport
ip_tables : IPv4 packet filter
x_tables : {ip,ip6,arp,eb}_tables backend module
autofs4
ext4 : Fourth Extended Filesystem
crc16 : CRC16 calculations
mbcache : Meta block cache (for extended attributes)
jbd2
crc32c_generic : CRC32c (Castagnoli) calculations wrapper for lib/crc32c
fscrypto
ecb : ECB block cipher algorithm
sd_mod : SCSI disk (sd) driver
i915 : Intel Graphics
crc32c_intel : CRC32c (Castagnoli) optimization using Intel Hardware.
ahci : AHCI SATA low-level driver
libahci : Common AHCI SATA low-level routines
rtsx_pci_sdmmc : Realtek PCI-E SD/MMC Card Host Driver
mmc_core
libata : Library module for ATA devices
aesni_intel : Rijndael (AES) Cipher Algorithm, Intel AES-NI instructions optimized
i2c_algo_bit : I2C-Bus bit-banging algorithm
xhci_pci : xHCI PCI Host Controller Driver
drm_kms_helper : DRM KMS helper
aes_x86_64 : Rijndael (AES) Cipher Algorithm, asm optimized
crypto_simd
ehci_pci : EHCI PCI platform driver
xhci_hcd : 'eXtensible' Host Controller (xHC) Driver
scsi_mod : SCSI core
ehci_hcd : USB 2.0 'Enhanced' Host Controller (EHCI) Driver
psmouse : PS/2 mouse driver
cryptd : Software async crypto daemon
glue_helper
e1000e : Intel(R) PRO/1000 Network Driver
drm : DRM shared core routines
usbcore
rtsx_pci : Realtek PCI-E Card Reader Driver
i2c_i801 : I801 SMBus driver
lpc_ich : LPC interface for Intel ICH
usb_common
mfd_core
thermal : ACPI Thermal Zone Driver
wmi : ACPI-WMI Mapping Driver
video : ACPI Video Driver
button : ACPI Button Driver
Boots
-----
-Boots-
Thu Sep 3 03:35 : 4.19.0-10-amd64
Thu Sep 3 02:42 : 4.19.0-10-amd64
Thu Sep 3 02:35 : 4.19.0-10-amd64
Sun Aug 30 15:41 : 4.19.0-5-amd64
Sun Aug 30 15:02 : 4.19.0-5-amd64
Sun Aug 30 14:56 : 4.19.0-5-amd64
Tue Aug 25 21:17 : 4.19.0-5-amd64
Wed Aug 19 14:25 : 4.19.0-5-amd64
Mon Aug 17 14:21 : 4.19.0-5-amd64
Sat Aug 15 13:52 : 4.19.0-5-amd64
Fri Aug 14 11:39 : 4.19.0-5-amd64
Thu Aug 13 08:33 : 4.19.0-5-amd64
Tue Aug 11 20:46 : 4.19.0-5-amd64
Tue Aug 11 18:39 : 4.19.0-5-amd64
Tue Aug 11 16:39 : 4.19.0-5-amd64
Tue Aug 11 10:51 : 4.19.0-5-amd64
Tue Aug 11 06:45 : 4.19.0-5-amd64
Tue Aug 11 00:17 : 4.19.0-5-amd64
Tue Aug 11 00:04 : 4.19.0-5-amd64
Mon Aug 10 23:50 : 4.19.0-5-amd64
Mon Aug 10 22:20 : 4.19.0-5-amd64
Mon Aug 10 21:29 : 4.19.0-5-amd64
Mon Aug 10 07:40 : 4.19.0-5-amd64
Mon Aug 10 01:47 : 4.19.0-5-amd64
Mon Aug 10 01:15 : 4.19.0-5-amd64
Mon Aug 10 00:39 : 4.19.0-5-amd64
Sun Aug 9 22:35 : 4.19.0-5-amd64
Sun Aug 9 21:02 : 4.19.0-5-amd64
Sun Aug 9 10:49 : 4.19.0-5-amd64
Sun Aug 9 06:50 : 4.19.0-5-amd64
Sat Aug 8 23:32 : 4.19.0-5-amd64
Sat Aug 8 07:42 : 4.19.0-5-amd64
Sat Aug 8 06:02 : 4.19.0-5-amd64
Sat Aug 8 05:25 : 4.19.0-5-amd64
Fri Aug 7 23:47 : 4.19.0-5-amd64
Fri Aug 7 22:45 : 4.19.0-5-amd64
Fri Aug 7 19:59 : 4.19.0-5-amd64
Fri Aug 7 00:10 : 4.19.0-5-amd64
Thu Aug 6 22:20 : 4.19.0-5-amd64
Thu Aug 6 19:33 : 4.19.0-5-amd64
Thu Aug 6 19:29 : 4.19.0-5-amd64
Thu Aug 6 17:32 : 4.19.0-5-amd64
Thu Aug 6 15:23 : 4.19.0-5-amd64
Thu Aug 6 11:56 : 4.19.0-5-amd64
Thu Aug 6 09:49 : 4.19.0-5-amd64
Thu Aug 6 08:12 : 4.19.0-5-amd64
Thu Aug 6 07:23 : 4.19.0-5-amd64
Thu Aug 6 06:43 : 4.19.0-5-amd64
Thu Aug 6 02:55 : 4.19.0-5-amd64
Thu Aug 6 02:50 : 4.19.0-5-amd64
Wed Aug 5 22:53 : 4.19.0-5-amd64
Wed Aug 5 22:14 : 4.19.0-5-amd64
Wed Aug 5 19:54 : 4.19.0-5-amd64
Wed Aug 5 15:08 : 4.19.0-5-amd64
Tue Aug 4 15:15 : 4.19.0-5-amd64
Tue Aug 4 10:45 : 4.19.0-5-amd64
Tue Aug 4 10:26 : 4.19.0-5-amd64
Mon Aug 3 20:44 : 4.19.0-5-amd64
Sat Aug 1 15:29 : 4.19.0-5-amd64
Sat Aug 1 07:25 : 4.19.0-5-amd64
Sat Aug 1 07:18 : 4.19.0-5-amd64
Sat Aug 1 06:11 : 4.19.0-5-amd64
Sat Aug 1 06:06 : 4.19.0-5-amd64
Fri Jul 31 21:08 : 4.19.0-5-amd64
Thu Jul 30 05:37 : 4.19.0-5-amd64
Mon Jul 27 22:17 : 4.19.0-5-amd64
Sun Jul 26 00:39 : 4.19.0-5-amd64
Fri Jul 24 13:40 : 4.19.0-5-amd64
Fri Jul 24 13:26 : 4.19.0-5-amd64
Fri Jul 24 12:45 : 4.19.0-5-amd64
Thu Jul 23 18:55 : 4.19.0-5-amd64
Sun Jul 19 22:59 : 4.19.0-5-amd64
Sun Jul 19 22:52 : 4.19.0-5-amd64
Fri Jul 17 03:17 : 4.19.0-5-amd64
Wed Jul 15 00:30 : 4.19.0-5-amd64
Tue Jul 14 17:52 : 4.19.0-5-amd64
Tue Jul 14 15:01 : 4.19.0-5-amd64
Thu Jul 9 13:40 : 4.19.0-5-amd64
Fri Jul 3 19:45 : 4.19.0-5-amd64
Fri Jul 3 09:50 : 4.19.0-5-amd64
Sat Jun 27 15:48 : 4.19.0-5-amd64
Sat Jun 27 10:49 : 4.19.0-5-amd64
Sat Jun 20 09:35 : 4.19.0-5-amd64
Fri Jun 5 11:47 : 4.19.0-5-amd64
Thu Jun 4 12:03 : 4.19.0-5-amd64
Mon Jun 1 19:13 : 4.19.0-5-amd64
Mon Jun 1 11:01 : 4.19.0-5-amd64
Wed May 27 23:56 : 4.19.0-5-amd64
Wed May 27 21:54 : 4.19.0-5-amd64
Wed May 27 18:36 : 4.19.0-5-amd64
Tue May 26 04:07 : 4.19.0-5-amd64
Sun May 24 08:54 : 4.19.0-5-amd64
Tue May 19 03:00 : 4.19.0-5-amd64
Fri May 15 09:49 : 4.19.0-5-amd64
Sat May 9 19:38 : 4.19.0-5-amd64
Sat May 9 15:02 : 4.19.0-5-amd64
Fri May 8 14:06 : 4.19.0-5-amd64
Sat May 2 04:02 : 4.19.0-5-amd64
Sun Apr 19 19:56 : 4.19.0-5-amd64
Sun Apr 5 05:21 : 4.19.0-5-amd64
Mon Mar 9 15:40 : 4.19.0-5-amd64
Thu Feb 27 05:31 : 4.19.0-5-amd64
Sun Feb 9 09:02 : 4.19.0-5-amd64
Thu Feb 6 18:41 : 4.19.0-5-amd64
Sat Feb 1 14:50 : 4.19.0-5-amd64
Sun Jan 19 04:55 : 4.19.0-5-amd64
Fri Dec 27 20:21 : 4.19.0-5-amd64
Fri Dec 27 18:58 : 4.19.0-5-amd64
Fri Dec 27 17:48 : 4.19.0-5-amd64
Sun Dec 22 23:02 : 4.19.0-5-amd64
Fri Nov 29 14:00 : 4.19.0-5-amd64
Fri Nov 29 12:54 : 4.19.0-5-amd64
Fri Nov 29 10:55 : 4.19.0-5-amd64
Thu Nov 28 21:21 : 4.19.0-5-amd64
Thu Nov 28 21:04 : 4.19.0-5-amd64
Sat Nov 16 21:35 : 4.19.0-5-amd64
Sat Nov 16 21:30 : 4.19.0-5-amd64
Sat Nov 16 15:08 : 4.19.0-5-amd64
Sat Nov 16 15:00 : 4.19.0-5-amd64
Wed Nov 13 22:12 : 4.19.0-5-amd64
Wed Nov 13 21:51 : 4.19.0-5-amd64
Mon Nov 11 22:07 : 4.19.0-5-amd64
Sun Nov 3 07:11 : 4.19.0-5-amd64
Sat Nov 2 07:25 : 4.19.0-5-amd64
Sat Nov 2 07:23 : 4.19.0-5-amd64
Sat Nov 2 07:09 : 4.19.0-5-amd64
Sat Nov 2 06:53 : 4.19.0-5-amd64
Sat Nov 2 05:03 : 4.19.0-5-amd64
Wed Oct 30 13:42 : 4.19.0-5-amd64
Fri Oct 25 23:59 : 4.19.0-5-amd64
Mon Oct 21 18:02 : 4.19.0-5-amd64
Thu Oct 10 20:50 : 4.19.0-5-amd64
Thu Oct 10 03:41 : 4.19.0-5-amd64
Thu Oct 3 00:21 : 4.19.0-5-amd64
Thu Oct 3 00:15 : 4.19.0-5-amd64
Wed Sep 18 23:48 : 4.19.0-5-amd64
Tue Sep 10 11:15 : 4.19.0-5-amd64
Sat Sep 7 01:38 : 4.19.0-5-amd64
Fri Sep 6 12:08 : 4.19.0-5-amd64
Tue Sep 3 07:58 : 4.19.0-5-amd64
Sun Sep 1 18:52 : 4.19.0-5-amd64
Fri Aug 9 03:57 : 4.19.0-5-amd64
Sun Jul 21 15:53 : 4.19.0-5-amd64
Sun Jul 21 14:41 : 4.19.0-5-amd64
Sun Jul 21 14:26 : 4.19.0-5-amd64
Sat Jul 20 23:51 : 4.19.0-5-amd64
Languages
---------
-Available Languages-
en_US.utf8 : English locale for the USA
es_BO.utf8 : Spanish locale for Bolivia
C.UTF-8 : C locale
Filesystems
-----------
-Mounted File Systems-
udev /dev 0.00 % (5.7 GiB of 5.7 GiB)
tmpfs /run 0.82 % (1.1 GiB of 1.1 GiB)
/dev/sda5 / 32.43 % (46.1 GiB of 68.3 GiB)
tmpfs /dev/shm 0.07 % (5.7 GiB of 5.7 GiB)
tmpfs /run/lock 0.08 % (5.0 MiB of 5.0 MiB)
tmpfs /sys/fs/cgroup 0.00 % (5.7 GiB of 5.7 GiB)
/dev/loop0 /snap/gtk-common-themes/1502 100.00 % (0.0 B of 54.9 MiB)
/dev/loop1 /snap/core18/1885 100.00 % (0.0 B of 55.4 MiB)
/dev/loop2 /snap/gtk-common-themes/1506 100.00 % (0.0 B of 62.1 MiB)
/dev/loop4 /snap/core/9665 100.00 % (0.0 B of 97.0 MiB)
/dev/loop3 /snap/core/9804 100.00 % (0.0 B of 96.6 MiB)
/dev/loop5 /snap/core18/1880 100.00 % (0.0 B of 55.0 MiB)
/dev/sda6 /home 92.25 % (3.5 GiB of 45.6 GiB)
/dev/sda3 /media/files 73.81 % (76.6 GiB of 292.5 GiB)
tmpfs /run/user/1000 0.68 % (1.1 GiB of 1.1 GiB)
Display
-------
-Display-
Resolution : 0x0 pixels
Vendor : (null)
Version : (null)
Current Display Name : (null)
-Monitors-
-OpenGL-
Vendor : (Unknown)
Renderer : (Unknown)
Version : (Unknown)
Direct Rendering : No
-Extensions-
Environment Variables
---------------------
-Environment Variables-
COLORTERM : truecolor
LANGUAGE : en_US:en
LANG : en_US.utf8
LS_COLORS : rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
TERM : xterm-256color
DISPLAY : :0
PATH : /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MAIL : /var/mail/root
LOGNAME : root
USER : root
HOME : /root
SHELL : /bin/bash
SUDO_COMMAND : /usr/bin/hardinfo -r
SUDO_USER : amos
SUDO_UID : 1000
SUDO_GID : 1000
Development
-----------
-Scripting Languages-
Gambas3 (gbr3) : Not found
Python : 2.7.16
Python2 : 2.7.16
Python3 : 3.7.3
Perl : 5.28.1
Perl6 (VM) : Not found
Perl6 : Not found
PHP : Not found
Ruby : 2.5.5
Bash : 5.0.3(1)-release
-Compilers-
C (GCC) : 8.3.0
C (Clang) : Not found
D (dmd) : Not found
Gambas3 (gbc3) : Not found
Java : Not found
CSharp (Mono, old) : Not found
CSharp (Mono) : Not found
Vala : Not found
Haskell (GHC) : Not found
FreePascal : Not found
Go : Not found
-Tools-
make : 4.2
GDB : Not found
strace : Not found
valgrind : Not found
QMake : 2.01a
CMake : 3.13.4
Gambas3 IDE : Not found
Users
-----
-Users-
root : root
daemon : daemon
bin : bin
sys : sys
sync : sync
games : games
man : man
lp : lp
mail : mail
news : news
uucp : uucp
proxy : proxy
www-data : www-data
backup : backup
list : Mailing List Manager
irc : ircd
gnats : Gnats Bug-Reporting System (admin)
nobody : nobody
systemd-timesync : systemd Time Synchronization
systemd-network : systemd Network Management
systemd-resolve : systemd Resolver
_apt
uuidd
avahi-autoipd : Avahi autoip daemon
usbmux : usbmux daemon
rtkit : RealtimeKit
dnsmasq : dnsmasq
messagebus
avahi : Avahi mDNS daemon
colord : colord colour management daemon
saned
speech-dispatcher : Speech Dispatcher
pulse : PulseAudio daemon
amos : Amos Batto
systemd-coredump : systemd Core Dumper
lightdm : Light Display Manager
libvirt-qemu : Libvirt Qemu
geoclue
jvb
jicofo
prosody : Prosody XMPP Server
turnserver : turnserver daemon
tss : TPM2 software stack
Debian-gdm : Gnome Display Manager
Groups
------
-Group-
root : 0
daemon : 1
bin : 2
sys : 3
adm : 4
tty : 5
disk : 6
lp : 7
mail : 8
news : 9
uucp : 10
man : 12
proxy : 13
kmem : 15
dialout : 20
fax : 21
voice : 22
cdrom : 24
floppy : 25
tape : 26
sudo : 27
audio : 29
dip : 30
www-data : 33
backup : 34
operator : 37
list : 38
irc : 39
src : 40
gnats : 41
shadow : 42
utmp : 43
video : 44
sasl : 45
plugdev : 46
staff : 50
games : 60
users : 100
nogroup : 65534
systemd-journal : 101
systemd-timesync : 102
systemd-network : 103
systemd-resolve : 104
input : 106
crontab : 107
netdev : 108
uuidd : 109
avahi-autoipd : 110
kvm : 111
ssl-cert : 112
rtkit : 113
messagebus : 114
bluetooth : 115
ssh : 116
lpadmin : 117
scanner : 118
avahi : 119
colord : 120
saned : 121
pulse : 122
pulse-access : 123
amos : 1000
vboxusers : 125
render : 105
rdma : 126
systemd-coredump : 999
lightdm : 124
libvirt : 127
libvirt-qemu : 64055
geoclue : 128
i2c : 129
jitsi : 1001
prosody : 130
turnserver : 131
weston-launch : 132
tss : 133
Debian-gdm : 134
Devices
*******
Processor
---------
-Processors-
Package Information
Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz 0 0:0 2700.00 MHz
Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz 1 0:0 2700.00 MHz
Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz 2 0:1 2700.00 MHz
Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz 3 0:1 2700.00 MHz
Memory
------
-Memory-
MemTotal Total Memory 11991660 KiB
MemFree Free Memory 6212748 KiB
MemAvailable 9828024 KiB
Buffers 139188 KiB
Cached 3813584 KiB
SwapCached Cached Swap 0 KiB
Active 2947788 KiB
Inactive 2459252 KiB
Active(anon) 1455184 KiB
Inactive(anon) 165444 KiB
Active(file) 1492604 KiB
Inactive(file) 2293808 KiB
Unevictable 56 KiB
Mlocked 56 KiB
SwapTotal Virtual Memory 12695548 KiB
SwapFree Free Virtual Memory 12695548 KiB
Dirty 144 KiB
Writeback 0 KiB
AnonPages 1421508 KiB
Mapped 424272 KiB
Shmem 166736 KiB
Slab 238040 KiB
SReclaimable 129648 KiB
SUnreclaim 108392 KiB
KernelStack 12260 KiB
PageTables 20380 KiB
NFS_Unstable 0 KiB
Bounce 0 KiB
WritebackTmp 0 KiB
CommitLimit 18691376 KiB
Committed_AS 5428236 KiB
VmallocTotal -1 KiB
VmallocUsed 0 KiB
VmallocChunk 0 KiB
Percpu 4160 KiB
HardwareCorrupted 0 KiB
AnonHugePages 651264 KiB
ShmemHugePages 0 KiB
ShmemPmdMapped 0 KiB
HugePages_Total 0
HugePages_Free 0
HugePages_Rsvd 0
HugePages_Surp 0
Hugepagesize 2048 KiB
Hugetlb 0 KiB
DirectMap4k 217872 KiB
DirectMap2M 8908800 KiB
DirectMap1G 3145728 KiB
PCI Devices
-----------
-PCI Devices-
Host bridge : Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
VGA compatible controller : Intel Corporation HD Graphics 5500 (rev 09) (prog-if 00 [VGA controller])
Audio device : Intel Corporation Broadwell-U Audio Controller (rev 09)
USB controller : Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03) (prog-if 30 [XHCI])
Communication controller : Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
Ethernet controller : Intel Corporation Ethernet Connection (3) I218-V (rev 03)
Audio device : Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
PCI bridge : Intel Corporation Wildcat Point-LP PCI Express Root Port #6 (rev e3) (prog-if 00 [Normal decode])
PCI bridge : Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3) (prog-if 00 [Normal decode])
USB controller : Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03) (prog-if 20 [EHCI])
ISA bridge : Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
SATA controller : Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0])
SMBus : Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
Signal processing controller : Intel Corporation Wildcat Point-LP Thermal Management Controller (rev 03)
USB Devices
-----------
-USB Devices-
Intel Corp.
Linux Foundation 2.0 root hub
Linux Foundation 3.0 root hub
Chicony Electronics Co., Ltd
Intel Corp.
Validity Sensors, Inc. VFS 5011 fingerprint sensor
Linux Foundation 2.0 root hub
Printers
--------
-Printers-
No printers found
Battery
-------
-Battery: BAT1-
State : Discharging
Capacity : 97 / Normal
Battery Technology : Li-ion
Manufacturer : SANYO
Model Number : 45N1775
Serial Number : 2341
-Battery: BAT0-
State : Unknown
Capacity : 97 / Normal
Battery Technology : Li-ion
Manufacturer : LGC
Model Number : 45N1113
Serial Number : 5143
Sensors
-------
-Sensors-
../../thermal_zone0/temp1 Temperature 50.00°C
thinkpad_hwmon/fan1 Fan 65535.00RPM
../../thermal_zone1/temp1 Temperature 49.00°C
../../thermal_zone2/temp1 Temperature 34.00°C
coretemp/temp1 Temperature 54.00°C
coretemp/temp2 Temperature 51.00°C
coretemp/temp3 Temperature 54.00°C
thermal/thermal_zone2 Temperature 34.00°C
thermal/thermal_zone0 Temperature 50.00°C
thermal/thermal_zone3 Temperature 54.00°C
thermal/thermal_zone1 Temperature 49.00°C
Input Devices
-------------
-Input Devices-
AT Translated Set 2 keyboard
Lid Switch
Sleep Button
Power Button
Video Bus
ThinkPad Extra Buttons
PC Speaker
HDA Intel HDMI HDMI/DP,pcm:3
HDA Intel HDMI HDMI/DP,pcm:7
HDA Intel HDMI HDMI/DP,pcm:8
HDA Intel HDMI HDMI/DP,pcm:9
HDA Intel HDMI HDMI/DP,pcm:10
HDA Digital PCBeep
HDA Intel PCH Dock Mic
HDA Intel PCH Mic
HDA Intel PCH Dock Headphone
HDA Intel PCH Headphone
Synaptics TM3053-004
Integrated Camera: Integrated C
Storage
-------
DMI
---
-Product-
Name : 20BX001PUS
Family : ThinkPad T450s
Vendor : LENOVO
Version : ThinkPad T450s
-BIOS-
Date : 09/14/2015
Vendor : LENOVO
Version : JBET53WW (1.18 )
-Board-
Name : 20BX001PUS
Vendor : LENOVO
Version : SDK0E50510 WIN
Serial Number : L1HF59N065X
Asset Tag : Not Available
-Chassis-
Vendor : LENOVO
Type : [10] Notebook
Version : None
Serial Number : PC08E9B4
Asset Tag : No Asset Information
Memory SPD
----------
-SPD-
Please load the eeprom module to obtain information about memory SPD
Resources
---------
-I/O Ports-
<tt>0000-0cf7 </tt> : PCI Bus 0000:00
<tt> 0000-001f </tt> : dma1
<tt> 0020-0021 </tt> : pic1
<tt> 0040-0043 </tt> : timer0
<tt> 0050-0053 </tt> : timer1
<tt> 0060-0060 </tt> : keyboard
<tt> 0061-0061 </tt> : PNP0800:00
<tt> 0062-0062 </tt> : PNP0C09:00
<tt> 0062-0062 </tt> : EC data
<tt> 0064-0064 </tt> : keyboard
<tt> 0066-0066 </tt> : PNP0C09:00
<tt> 0066-0066 </tt> : EC cmd
<tt> 0070-0071 </tt> : rtc0
<tt> 0080-008f </tt> : dma page reg
<tt> 00a0-00a1 </tt> : pic2
<tt> 00c0-00df </tt> : dma2
<tt> 00f0-00ff </tt> : fpu
<tt> 00f0-00f0 </tt> : PNP0C04:00
<tt> 03c0-03df </tt> : vga+
<tt> 0800-087f </tt> : pnp 00:01
<tt> 0880-08ff </tt> : pnp 00:01
<tt> 0900-097f </tt> : pnp 00:01
<tt> 0980-09ff </tt> : pnp 00:01
<tt> 0a00-0a7f </tt> : pnp 00:01
<tt> 0a80-0aff </tt> : pnp 00:01
<tt> 0b00-0b7f </tt> : pnp 00:01
<tt> 0b80-0bff </tt> : pnp 00:01
<tt>0cf8-0cff </tt> : PCI conf1
<tt>0d00-ffff </tt> : PCI Bus 0000:00
<tt> 15e0-15ef </tt> : pnp 00:01
<tt> 1600-167f </tt> : pnp 00:01
<tt> 1640-165f </tt> : pnp 00:01
<tt> 1800-189f </tt> : pnp 00:01
<tt> 1800-1803 </tt> : ACPI PM1a_EVT_BLK
<tt> 1804-1805 </tt> : ACPI PM1a_CNT_BLK
<tt> 1808-180b </tt> : ACPI PM_TMR
<tt> 1810-1815 </tt> : ACPI CPU throttle
<tt> 1830-1833 </tt> : iTCO_wdt.0.auto
<tt> 1830-1833 </tt> : <b><small>Module</small></b> Intel TCO WatchDog Timer Driver
<tt> 1850-1850 </tt> : ACPI PM2_CNT_BLK
<tt> 1860-187f </tt> : iTCO_wdt.0.auto
<tt> 1860-187f </tt> : <b><small>Module</small></b> Intel TCO WatchDog Timer Driver
<tt> 1880-189f </tt> : ACPI GPE0_BLK
<tt> 3000-303f </tt> : <b><small>PCI</small></b> Intel Corporation HD Graphics 5500 (rev 09) (prog-if 00 [VGA controller])
<tt> 3060-307f </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0])
<tt> 3060-307f </tt> : <b><small>Module</small></b> AHCI SATA low-level driver
<tt> 3080-309f </tt> : <b><small>PCI</small></b> Intel Corporation Ethernet Connection (3) I218-V (rev 03)
<tt> 30a0-30a7 </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0])
<tt> 30a0-30a7 </tt> : <b><small>Module</small></b> AHCI SATA low-level driver
<tt> 30a8-30af </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0])
<tt> 30a8-30af </tt> : <b><small>Module</small></b> AHCI SATA low-level driver
<tt> 30b0-30b3 </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0])
<tt> 30b0-30b3 </tt> : <b><small>Module</small></b> AHCI SATA low-level driver
<tt> 30b4-30b7 </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0])
<tt> 30b4-30b7 </tt> : <b><small>Module</small></b> AHCI SATA low-level driver
<tt> efa0-efbf </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
<tt> efa0-efbf </tt> : i801_smbus
-Memory-
<tt>00000000-00000fff </tt> : Reserved
<tt>00001000-0009cfff </tt> : System RAM
<tt>0009d000-0009ffff </tt> : Reserved
<tt>000a0000-000bffff </tt> : PCI Bus 0000:00
<tt>000c0000-000cfdff </tt> : Video ROM
<tt>000d0000-000d3fff </tt> : pnp 00:00
<tt>000d4000-000d7fff </tt> : pnp 00:00
<tt>000d8000-000dbfff </tt> : pnp 00:00
<tt>000dc000-000dffff </tt> : pnp 00:00
<tt>000e0000-000fffff </tt> : Reserved
<tt> 000f0000-000fffff </tt> : System ROM
<tt>00100000-0fffffff </tt> : System RAM
<tt>10000000-1000afff </tt> : Reserved
<tt>1000b000-af0cefff </tt> : System RAM
<tt>af0cf000-bcbfefff </tt> : Reserved
<tt>bcbff000-bcd7efff </tt> : ACPI Non-volatile Storage
<tt>bcd7f000-bcdfefff </tt> : ACPI Tables
<tt>bcdff000-bfffffff </tt> : Reserved
<tt> be000000-bfffffff </tt> : Graphics Stolen Memory
<tt>c0000000-febfffff </tt> : PCI Bus 0000:00
<tt> c0000000-c000ffff </tt> : pnp 00:06
<tt> c0010000-c001ffff </tt> : pnp 00:06
<tt> d0000000-dfffffff </tt> : <b><small>PCI</small></b> Intel Corporation HD Graphics 5500 (rev 09) (prog-if 00 [VGA controller])
<tt> e0000000-e0ffffff </tt> : <b><small>PCI</small></b> Intel Corporation HD Graphics 5500 (rev 09) (prog-if 00 [VGA controller])
<tt> e1000000-e10fffff </tt> : PCI Bus 0000:03
<tt> e1000000-e1001fff </tt> : <b><small>PCI</small></b> Intel Corporation Wireless 7265 (rev 59)
<tt> e1000000-e1001fff </tt> : <b><small>Module</small></b> Intel(R) Wireless WiFi driver for Linux
<tt> e1100000-e11fffff </tt> : PCI Bus 0000:02
<tt> e1100000-e1100fff </tt> : <b><small>PCI</small></b> Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
<tt> e1100000-e1100fff </tt> : <b><small>Module</small></b> Realtek PCI-E Card Reader Driver
<tt> e1200000-e121ffff </tt> : <b><small>PCI</small></b> Intel Corporation Ethernet Connection (3) I218-V (rev 03)
<tt> e1200000-e121ffff </tt> : <b><small>Module</small></b> Intel(R) PRO/1000 Network Driver
<tt> e1220000-e122ffff </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03) (prog-if 30 [XHCI])
<tt> e1220000-e122ffff </tt> : xhci-hcd
<tt> e1230000-e1233fff </tt> : <b><small>PCI</small></b> Intel Corporation Broadwell-U Audio Controller (rev 09)
<tt> e1230000-e1233fff </tt> : ICH HD audio
<tt> e1234000-e1237fff </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
<tt> e1234000-e1237fff </tt> : ICH HD audio
<tt> e1238000-e12380ff </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
<tt> e1239000-e123901f </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
<tt> e1239000-e123901f </tt> : <b><small>Module</small></b> Intel(R) Management Engine Interface
<tt> e123b000-e123bfff </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP Thermal Management Controller (rev 03)
<tt> e123b000-e123bfff </tt> : Intel PCH thermal driver
<tt> e123c000-e123c7ff </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0])
<tt> e123c000-e123c7ff </tt> : <b><small>Module</small></b> AHCI SATA low-level driver
<tt> e123d000-e123d3ff </tt> : <b><small>PCI</small></b> Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03) (prog-if 20 [EHCI])
<tt> e123d000-e123d3ff </tt> : <b><small>Module</small></b> USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<tt> e123e000-e123efff </tt> : <b><small>PCI</small></b> Intel Corporation Ethernet Connection (3) I218-V (rev 03)
<tt> e123e000-e123efff </tt> : <b><small>Module</small></b> Intel(R) PRO/1000 Network Driver
<tt> f8000000-fbffffff </tt> : PCI MMCONFIG 0000 [bus 00-3f]
<tt> f8000000-fbffffff </tt> : Reserved
<tt> f8000000-fbffffff </tt> : pnp 00:01
<tt>fec00000-fec00fff </tt> : Reserved
<tt> fec00000-fec003ff </tt> : IOAPIC 0
<tt>fed00000-fed003ff </tt> : HPET 0
<tt> fed00000-fed003ff </tt> : PNP0103:00
<tt>fed08000-fed08fff </tt> : Reserved
<tt>fed10000-fed19fff </tt> : Reserved
<tt> fed10000-fed17fff </tt> : pnp 00:01
<tt> fed18000-fed18fff </tt> : pnp 00:01
<tt> fed19000-fed19fff </tt> : pnp 00:01
<tt>fed1c000-fed1ffff </tt> : Reserved
<tt> fed1c000-fed1ffff </tt> : pnp 00:01
<tt> fed1f410-fed1f414 </tt> : iTCO_wdt.0.auto
<tt> fed1f410-fed1f414 </tt> : iTCO_wdt.0.auto
<tt> fed1f800-fed1f9ff </tt> : intel-spi
<tt>fed40000-fed4bfff </tt> : PCI Bus 0000:00
<tt> fed40000-fed44fff </tt> : TPM
<tt> fed45000-fed4bfff </tt> : pnp 00:01
<tt>fed90000-fed90fff </tt> : dmar0
<tt>fed91000-fed91fff </tt> : dmar1
<tt>fee00000-fee00fff </tt> : Local APIC
<tt> fee00000-fee00fff </tt> : Reserved
<tt>ffa00000-ffffffff </tt> : Reserved
<tt>100000000-33dffffff </tt> : System RAM
<tt> 13c000000-13ca031d0 </tt> : Kernel code
<tt> 13ca031d1-13d13657f </tt> : Kernel data
<tt> 13d5c8000-13d7fffff </tt> : Kernel bss
<tt>33e000000-33fffffff </tt> : RAM buffer
-DMA-
<tt> 4</tt> : cascade
Network
*******