ubuntuusers.de

oi

Autor:
oioioi
Datum:
9. Januar 2011 12:41
Code:
  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
^Coioioi@Chaosstation:~$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-26-generic (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010 (Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-26-generic root=UUID=0241468c-3299-4ea6-a972-dd5797c2b43f ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf6d0000 (usable)
[    0.000000]  BIOS-e820: 00000000bf6d0000 - 00000000bf6df000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf6df000 - 00000000bf700000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf700000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0xbf6d0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DBFFF uncachable
[    0.000000]   DC000-DFFFF write-back
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0BF700000 mask FFFF00000 uncachable
[    0.000000]   3 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000001000 (usable)
[    0.000000]  modified: 0000000000001000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 000000000009f000 (usable)
[    0.000000]  modified: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000d2000 - 00000000000d4000 (reserved)
[    0.000000]  modified: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000bf6d0000 (usable)
[    0.000000]  modified: 00000000bf6d0000 - 00000000bf6df000 (ACPI data)
[    0.000000]  modified: 00000000bf6df000 - 00000000bf700000 (ACPI NVS)
[    0.000000]  modified: 00000000bf700000 - 00000000c0000000 (reserved)
[    0.000000]  modified: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  modified: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  modified: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  modified: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf6d0000
[    0.000000] NX (Execute Disable) protection: active
[    0.000000]  0000000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf6d0000 page 4k
[    0.000000] kernel direct mapping tables up to bf6d0000 @ 8000-d000
[    0.000000] RAMDISK: 37278000 - 37fef3d3
[    0.000000] ACPI: RSDP 00000000000f67e0 00024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000bf6d1322 00094 (v01 LENOVO TP-79    00002260  LTP 00000000)
[    0.000000] ACPI: FACP 00000000bf6d1400 000F4 (v03 LENOVO TP-79    00002260 LNVO 00000001)
[    0.000000] ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20090903/tbfadt-526)
[    0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000102C/0 (20090903/tbfadt-557)
[    0.000000] ACPI: DSDT 00000000bf6d175e 0D467 (v01 LENOVO TP-79    00002260 MSFT 0100000E)
[    0.000000] ACPI: FACS 00000000bf6f4000 00040
[    0.000000] ACPI: SSDT 00000000bf6d15b4 001AA (v01 LENOVO TP-79    00002260 MSFT 0100000E)
[    0.000000] ACPI: ECDT 00000000bf6debc5 00052 (v01 LENOVO TP-79    00002260 LNVO 00000001)
[    0.000000] ACPI: TCPA 00000000bf6dec17 00032 (v02 LENOVO TP-79    00002260 LNVO 00000001)
[    0.000000] ACPI: APIC 00000000bf6dec49 00068 (v01 LENOVO TP-79    00002260 LNVO 00000001)
[    0.000000] ACPI: MCFG 00000000bf6decb1 0003C (v01 LENOVO TP-79    00002260 LNVO 00000001)
[    0.000000] ACPI: HPET 00000000bf6deced 00038 (v01 LENOVO TP-79    00002260 LNVO 00000001)
[    0.000000] ACPI: SLIC 00000000bf6dee62 00176 (v01 LENOVO TP-79    00002260  LTP 00000000)
[    0.000000] ACPI: BOOT 00000000bf6defd8 00028 (v01 LENOVO TP-79    00002260  LTP 00000001)
[    0.000000] ACPI: SSDT 00000000bf6f2697 0025F (v01 LENOVO TP-79    00002260 INTL 20050513)
[    0.000000] ACPI: SSDT 00000000bf6f28f6 000A6 (v01 LENOVO TP-79    00002260 INTL 20050513)
[    0.000000] ACPI: SSDT 00000000bf6f299c 004F7 (v01 LENOVO TP-79    00002260 INTL 20050513)
[    0.000000] ACPI: SSDT 00000000bf6f2e93 008BD (v01 LENOVO TP-79    00002260 INTL 20050513)
[    0.000000] ACPI: SSDT 00000000bf6f3750 0069C (v01 LENOVO TP-79    00002260 INTL 20050513)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000bf6d0000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000bf6d0000
[    0.000000]   NODE_DATA [000000000000b000 - 000000000000ffff]
[    0.000000]   bootmap [0000000000010000 -  0000000000027edf] pages 18
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 00bf6d0000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 0001a2fa64]    TEXT DATA BSS ==> [0001000000 - 0001a2fa64]
[    0.000000]   #3 [0037278000 - 0037fef3d3]          RAMDISK ==> [0037278000 - 0037fef3d3]
[    0.000000]   #4 [000009f000 - 0000100000]    BIOS reserved ==> [000009f000 - 0000100000]
[    0.000000]   #5 [0001a30000 - 0001a3014c]              BRK ==> [0001a30000 - 0001a3014c]
[    0.000000]   #6 [0000008000 - 000000b000]          PGTABLE ==> [0000008000 - 000000b000]
[    0.000000] found SMP MP-table at [ffff8800000f6810] f6810
[    0.000000]  [ffffea0000000000-ffffea00029fffff] PMD -> [ffff880002000000-ffff8800049fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000001
[    0.000000]     0: 0x00000006 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf6d0
[    0.000000] On node 0 totalpages: 783978
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 103 pages reserved
[    0.000000]   DMA zone: 3835 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10664 pages used for memmap
[    0.000000]   DMA32 zone: 769320 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 0000000000001000 - 0000000000006000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[    0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[    0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:30000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001c00000 s91544 r8192 d23144 u1048576
[    0.000000] pcpu-alloc: s91544 r8192 d23144 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 773155
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-26-generic root=UUID=0241468c-3299-4ea6-a972-dd5797c2b43f ro quiet splash
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3068208k/3136320k available (5421k kernel code, 408k absent, 67704k reserved, 2980k data, 876k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:424
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 31457280 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1994.928 MHz processor.
[    0.010009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.85 BogoMIPS (lpj=19949280)
[    0.010044] Security Framework initialized
[    0.010068] AppArmor: AppArmor initialized
[    0.010524] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.014057] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.020174] Mount-cache hash table entries: 256
[    0.020380] Initializing cgroup subsys ns
[    0.020385] Initializing cgroup subsys cpuacct
[    0.020390] Initializing cgroup subsys memory
[    0.020401] Initializing cgroup subsys devices
[    0.020404] Initializing cgroup subsys freezer
[    0.020406] Initializing cgroup subsys net_cls
[    0.020433] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.020436] CPU: L2 cache: 4096K
[    0.020439] CPU 0/0x0 -> Node 0
[    0.020442] CPU: Physical Processor ID: 0
[    0.020444] CPU: Processor Core ID: 0
[    0.020447] mce: CPU supports 6 MCE banks
[    0.020457] CPU0: Thermal monitoring enabled (TM2)
[    0.020463] using mwait in idle threads.
[    0.020465] Performance Events: Core2 events, Intel PMU driver.
[    0.020472] ... version:                2
[    0.020475] ... bit width:              40
[    0.020476] ... generic registers:      2
[    0.020478] ... value mask:             000000ffffffffff
[    0.020480] ... max period:             000000007fffffff
[    0.020482] ... fixed-purpose events:   3
[    0.020484] ... event mask:             0000000700000003
[    0.023259] ACPI: Core revision 20090903
[    0.050009] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.050016] ftrace: allocating 22543 entries in 89 pages
[    0.060066] Setting APIC routing to flat
[    0.060444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.161319] CPU0: Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz stepping 06
[    0.170000] Booting processor 1 APIC 0x1 ip 0x6000
[    0.020000] Initializing CPU#1
[    0.020000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.020000] CPU: L2 cache: 4096K
[    0.020000] CPU 1/0x1 -> Node 0
[    0.020000] CPU: Physical Processor ID: 0
[    0.020000] CPU: Processor Core ID: 1
[    0.020000] CPU1: Thermal monitoring enabled (TM2)
[    0.320124] CPU1: Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz stepping 06
[    0.320132] checking TSC synchronization [CPU#0 -> CPU#1]:
[    0.330000] Measured 617508 cycles TSC warp between CPUs, turning off TSC clock.
[    0.330000] Marking TSC unstable due to check_tsc_sync_source failed
[    0.330028] Brought up 2 CPUs
[    0.330031] Total of 2 processors activated (7979.92 BogoMIPS).
[    0.330729] CPU0 attaching sched-domain:
[    0.330733]  domain 0: span 0-1 level MC
[    0.330736]   groups: 0 1
[    0.330742] CPU1 attaching sched-domain:
[    0.330744]  domain 0: span 0-1 level MC
[    0.330747]   groups: 1 0
[    0.330818] devtmpfs: initialized
[    0.330818] regulator: core version 0.5
[    0.330818] Time:  8:37:39  Date: 01/09/11
[    0.330818] NET: Registered protocol family 16
[    0.330818] Trying to unpack rootfs image as initramfs...
[    0.330818] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.330818] ACPI: bus type pci registered
[    0.330818] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
[    0.330818] PCI: MCFG area at f0000000 reserved in E820
[    0.331796] PCI: Using MMCONFIG at f0000000 - f3ffffff
[    0.331798] PCI: Using configuration type 1 for base access
[    0.340189] bio: create slab <bio-0> at 0
[    0.341595] ACPI: EC: EC description table is found, configuring boot EC
[    0.351864] ACPI: Interpreter enabled
[    0.351868] ACPI: (supports S0 S3 S4 S5)
[    0.351895] ACPI: Using IOAPIC for interrupt routing
[    0.362731] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.364234] ACPI: Power Resource [PUBS] (on)
[    0.365481] ACPI: ACPI Dock Station Driver: 4 docks/bays found
[    0.365481] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.365481] pci 0000:00:02.0: reg 10 32bit mmio: [0xee100000-0xee17ffff]
[    0.365481] pci 0000:00:02.0: reg 14 io port: [0x1800-0x1807]
[    0.365481] pci 0000:00:02.0: reg 18 32bit mmio pref: [0xd0000000-0xdfffffff]
[    0.365481] pci 0000:00:02.0: reg 1c 32bit mmio: [0xee200000-0xee23ffff]
[    0.365481] pci 0000:00:02.1: reg 10 32bit mmio: [0xee180000-0xee1fffff]
[    0.365481] pci 0000:00:1b.0: reg 10 64bit mmio: [0xee240000-0xee243fff]
[    0.365481] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.365481] pci 0000:00:1b.0: PME# disabled
[    0.365481] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.365481] pci 0000:00:1c.0: PME# disabled
[    0.365481] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.365481] pci 0000:00:1c.1: PME# disabled
[    0.365481] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.365481] pci 0000:00:1c.2: PME# disabled
[    0.365481] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.365481] pci 0000:00:1c.3: PME# disabled
[    0.365481] pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f]
[    0.365481] pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f]
[    0.365481] pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f]
[    0.365481] pci 0000:00:1d.3: reg 20 io port: [0x1880-0x189f]
[    0.365481] pci 0000:00:1d.7: reg 10 32bit mmio: [0xee444000-0xee4443ff]
[    0.365481] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.365481] pci 0000:00:1d.7: PME# disabled
[    0.365481] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[    0.365481] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[    0.365481] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
[    0.365481] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
[    0.365481] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
[    0.365481] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
[    0.365481] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
[    0.365481] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
[    0.365481] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
[    0.365481] pci 0000:00:1f.2: reg 20 io port: [0x18b0-0x18bf]
[    0.365481] pci 0000:00:1f.2: PME# supported from D3hot
[    0.365481] pci 0000:00:1f.2: PME# disabled
[    0.365481] pci 0000:00:1f.3: reg 20 io port: [0x18e0-0x18ff]
[    0.365481] pci 0000:02:00.0: reg 10 32bit mmio: [0xee000000-0xee01ffff]
[    0.365481] pci 0000:02:00.0: reg 18 io port: [0x2000-0x201f]
[    0.365481] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.365481] pci 0000:02:00.0: PME# disabled
[    0.365481] pci 0000:00:1c.0: bridge io port: [0x2000-0x2fff]
[    0.365481] pci 0000:00:1c.0: bridge 32bit mmio: [0xee000000-0xee0fffff]
[    0.365481] pci 0000:03:00.0: reg 10 32bit mmio: [0xedf00000-0xedf00fff]
[    0.370068] pci 0000:03:00.0: PME# supported from D0 D3hot
[    0.370081] pci 0000:03:00.0: PME# disabled
[    0.370198] pci 0000:00:1c.1: bridge io port: [0x3000-0x4fff]
[    0.370203] pci 0000:00:1c.1: bridge 32bit mmio: [0xec000000-0xedffffff]
[    0.370211] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xe4000000-0xe40fffff]
[    0.370275] pci 0000:00:1c.2: bridge io port: [0x5000-0x6fff]
[    0.370280] pci 0000:00:1c.2: bridge 32bit mmio: [0xe8000000-0xe9ffffff]
[    0.370288] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe4100000-0xe41fffff]
[    0.370351] pci 0000:00:1c.3: bridge io port: [0x7000-0x8fff]
[    0.370356] pci 0000:00:1c.3: bridge 32bit mmio: [0xea000000-0xebffffff]
[    0.370364] pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe4200000-0xe42fffff]
[    0.370419] pci 0000:15:00.0: reg 10 32bit mmio: [0xe4300000-0xe4300fff]
[    0.370450] pci 0000:15:00.0: supports D1 D2
[    0.370452] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.370459] pci 0000:15:00.0: PME# disabled
[    0.370533] pci 0000:00:1e.0: transparent bridge
[    0.370538] pci 0000:00:1e.0: bridge io port: [0x9000-0xcfff]
[    0.370543] pci 0000:00:1e.0: bridge 32bit mmio: [0xe4300000-0xe7ffffff]
[    0.370551] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xe0000000-0xe3ffffff]
[    0.370615] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.370761] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[    0.370832] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.370900] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.370976] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[    0.371051] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.376031] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.376232] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.376429] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.376632] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.376832] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.377026] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.377225] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[    0.377427] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.377576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.377590] vgaarb: loaded
[    0.377719] SCSI subsystem initialized
[    0.377966] libata version 3.00 loaded.
[    0.377966] usbcore: registered new interface driver usbfs
[    0.377966] usbcore: registered new interface driver hub
[    0.377966] usbcore: registered new device driver usb
[    0.378094] ACPI: WMI: Mapper loaded
[    0.378096] PCI: Using ACPI for IRQ routing
[    0.378499] NetLabel: Initializing
[    0.378501] NetLabel:  domain hash size = 128
[    0.378502] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.378517] NetLabel:  unlabeled traffic allowed by default
[    0.378553] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.378559] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.390034] Switching to clocksource hpet
[    0.392109] AppArmor: AppArmor Filesystem Enabled
[    0.392128] pnp: PnP ACPI init
[    0.392145] ACPI: bus type pnp registered
[    0.396269] pnp: PnP ACPI: found 12 devices
[    0.396272] ACPI: ACPI bus type pnp unregistered
[    0.396285] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.396288] system 00:00: iomem range 0xc0000-0xc3fff has been reserved
[    0.396291] system 00:00: iomem range 0xc4000-0xc7fff has been reserved
[    0.396294] system 00:00: iomem range 0xc8000-0xcbfff has been reserved
[    0.396297] system 00:00: iomem range 0xcc000-0xcffff has been reserved
[    0.396300] system 00:00: iomem range 0xd0000-0xd3fff could not be reserved
[    0.396303] system 00:00: iomem range 0xdc000-0xdffff could not be reserved
[    0.396306] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
[    0.396309] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
[    0.396312] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
[    0.396315] system 00:00: iomem range 0xec000-0xeffff could not be reserved
[    0.396318] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[    0.396321] system 00:00: iomem range 0x100000-0xbfffffff could not be reserved
[    0.396324] system 00:00: iomem range 0xfec00000-0xfed3ffff could not be reserved
[    0.396327] system 00:00: iomem range 0xfed41000-0xffffffff could not be reserved
[    0.396336] system 00:02: ioport range 0x164e-0x164f has been reserved
[    0.396339] system 00:02: ioport range 0x1000-0x107f has been reserved
[    0.396342] system 00:02: ioport range 0x1180-0x11bf has been reserved
[    0.396345] system 00:02: ioport range 0x800-0x80f has been reserved
[    0.396348] system 00:02: ioport range 0x15e0-0x15ef has been reserved
[    0.396351] system 00:02: ioport range 0x1600-0x165f could not be reserved
[    0.396354] system 00:02: iomem range 0xf0000000-0xf3ffffff has been reserved
[    0.396357] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    0.396360] system 00:02: iomem range 0xfed14000-0xfed17fff has been reserved
[    0.396363] system 00:02: iomem range 0xfed18000-0xfed18fff has been reserved
[    0.396367] system 00:02: iomem range 0xfed19000-0xfed19fff has been reserved
[    0.401176] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    0.401180] pci 0000:00:1c.0:   IO window: 0x2000-0x2fff
[    0.401187] pci 0000:00:1c.0:   MEM window: 0xee000000-0xee0fffff
[    0.401193] pci 0000:00:1c.0:   PREFETCH window: 0x000000c0000000-0x000000c01fffff
[    0.401202] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[    0.401206] pci 0000:00:1c.1:   IO window: 0x3000-0x4fff
[    0.401212] pci 0000:00:1c.1:   MEM window: 0xec000000-0xedffffff
[    0.401218] pci 0000:00:1c.1:   PREFETCH window: 0x000000e4000000-0x000000e40fffff
[    0.401227] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[    0.401231] pci 0000:00:1c.2:   IO window: 0x5000-0x6fff
[    0.401237] pci 0000:00:1c.2:   MEM window: 0xe8000000-0xe9ffffff
[    0.401243] pci 0000:00:1c.2:   PREFETCH window: 0x000000e4100000-0x000000e41fffff
[    0.401251] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0c
[    0.401255] pci 0000:00:1c.3:   IO window: 0x7000-0x8fff
[    0.401261] pci 0000:00:1c.3:   MEM window: 0xea000000-0xebffffff
[    0.401266] pci 0000:00:1c.3:   PREFETCH window: 0x000000e4200000-0x000000e42fffff
[    0.401277] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
[    0.401279] pci 0000:15:00.0:   IO window: 0x009000-0x0090ff
[    0.401285] pci 0000:15:00.0:   IO window: 0x009400-0x0094ff
[    0.401292] pci 0000:15:00.0:   PREFETCH window: 0xe0000000-0xe3ffffff
[    0.401298] pci 0000:15:00.0:   MEM window: 0xc4000000-0xc7ffffff
[    0.401304] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
[    0.401308] pci 0000:00:1e.0:   IO window: 0x9000-0xcfff
[    0.401314] pci 0000:00:1e.0:   MEM window: 0xe4300000-0xe7ffffff
[    0.401319] pci 0000:00:1e.0:   PREFETCH window: 0x000000e0000000-0x000000e3ffffff
[    0.401339]   alloc irq_desc for 20 on node -1
[    0.401342]   alloc kstat_irqs on node -1
[    0.401349] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.401355] pci 0000:00:1c.0: setting latency timer to 64
[    0.401366]   alloc irq_desc for 21 on node -1
[    0.401368]   alloc kstat_irqs on node -1
[    0.401371] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.401377] pci 0000:00:1c.1: setting latency timer to 64
[    0.401387]   alloc irq_desc for 22 on node -1
[    0.401389]   alloc kstat_irqs on node -1
[    0.401392] pci 0000:00:1c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    0.401398] pci 0000:00:1c.2: setting latency timer to 64
[    0.401408]   alloc irq_desc for 23 on node -1
[    0.401410]   alloc kstat_irqs on node -1
[    0.401413] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    0.401418] pci 0000:00:1c.3: setting latency timer to 64
[    0.401425] pci 0000:00:1e.0: enabling device (0005 -> 0007)
[    0.401431] pci 0000:00:1e.0: setting latency timer to 64
[    0.401444]   alloc irq_desc for 16 on node -1
[    0.401446]   alloc kstat_irqs on node -1
[    0.401450] pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.401458] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.401460] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.401463] pci_bus 0000:02: resource 0 io:  [0x2000-0x2fff]
[    0.401465] pci_bus 0000:02: resource 1 mem: [0xee000000-0xee0fffff]
[    0.401468] pci_bus 0000:02: resource 2 pref mem [0xc0000000-0xc01fffff]
[    0.401471] pci_bus 0000:03: resource 0 io:  [0x3000-0x4fff]
[    0.401473] pci_bus 0000:03: resource 1 mem: [0xec000000-0xedffffff]
[    0.401476] pci_bus 0000:03: resource 2 pref mem [0xe4000000-0xe40fffff]
[    0.401478] pci_bus 0000:04: resource 0 io:  [0x5000-0x6fff]
[    0.401480] pci_bus 0000:04: resource 1 mem: [0xe8000000-0xe9ffffff]
[    0.401483] pci_bus 0000:04: resource 2 pref mem [0xe4100000-0xe41fffff]
[    0.401485] pci_bus 0000:0c: resource 0 io:  [0x7000-0x8fff]
[    0.401488] pci_bus 0000:0c: resource 1 mem: [0xea000000-0xebffffff]
[    0.401490] pci_bus 0000:0c: resource 2 pref mem [0xe4200000-0xe42fffff]
[    0.401493] pci_bus 0000:15: resource 0 io:  [0x9000-0xcfff]
[    0.401495] pci_bus 0000:15: resource 1 mem: [0xe4300000-0xe7ffffff]
[    0.401497] pci_bus 0000:15: resource 2 pref mem [0xe0000000-0xe3ffffff]
[    0.401500] pci_bus 0000:15: resource 3 io:  [0x00-0xffff]
[    0.401502] pci_bus 0000:15: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.401505] pci_bus 0000:16: resource 0 io:  [0x9000-0x90ff]
[    0.401507] pci_bus 0000:16: resource 1 io:  [0x9400-0x94ff]
[    0.401510] pci_bus 0000:16: resource 2 pref mem [0xe0000000-0xe3ffffff]
[    0.401513] pci_bus 0000:16: resource 3 mem: [0xc4000000-0xc7ffffff]
[    0.401558] NET: Registered protocol family 2
[    0.401752] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.403290] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.409933] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.410818] TCP: Hash tables configured (established 524288 bind 65536)
[    0.410821] TCP reno registered
[    0.410949] NET: Registered protocol family 1
[    0.410972] pci 0000:00:02.0: Boot video device
[    0.411154] Simple Boot Flag at 0x35 set to 0x1
[    0.411369] Scanning for low memory corruption every 60 seconds
[    0.411535] audit: initializing netlink socket (disabled)
[    0.411548] type=2000 audit(1294562258.410:1): initialized
[    0.421537] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.423038] VFS: Disk quotas dquot_6.5.2
[    0.423097] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.423735] fuse init (API version 7.13)
[    0.423824] msgmni has been set to 5992
[    0.424054] alg: No test for stdrng (krng)
[    0.424112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.424116] io scheduler noop registered
[    0.424118] io scheduler anticipatory registered
[    0.424120] io scheduler deadline registered
[    0.424158] io scheduler cfq registered (default)
[    0.424340]   alloc irq_desc for 24 on node -1
[    0.424343]   alloc kstat_irqs on node -1
[    0.424358] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
[    0.424370] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.424529]   alloc irq_desc for 25 on node -1
[    0.424531]   alloc kstat_irqs on node -1
[    0.424539] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
[    0.424550] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.424712]   alloc irq_desc for 26 on node -1
[    0.424714]   alloc kstat_irqs on node -1
[    0.424723] pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
[    0.424734] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.424893]   alloc irq_desc for 27 on node -1
[    0.424895]   alloc kstat_irqs on node -1
[    0.424904] pcieport 0000:00:1c.3: irq 27 for MSI/MSI-X
[    0.424915] pcieport 0000:00:1c.3: setting latency timer to 64
[    0.425021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.425595] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 27d0 ss_vid 0 ss_did 0
[    0.425644] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.425667] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 27d2 ss_vid 0 ss_did 0
[    0.425702] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
[    0.425724] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 27d4 ss_vid 0 ss_did 0
[    0.425758] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[    0.425780] pciehp 0000:00:1c.3:pcie04: HPC vendor_id 8086 device_id 27d6 ss_vid 0 ss_did 0
[    0.425821] pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded
[    0.425829] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.426066] ACPI: AC Adapter [AC] (on-line)
[    0.426153] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.426333] ACPI: Lid Switch [LID]
[    0.426379] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.426385] ACPI: Sleep Button [SLPB]
[    0.426448] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.426451] ACPI: Power Button [PWRF]
[    0.427148] ACPI: SSDT 00000000bf6f1d36 00282 (v01  PmRef  Cpu0Ist 00000100 INTL 20050513)
[    0.427834] ACPI: SSDT 00000000bf6f203d 0065A (v01  PmRef  Cpu0Cst 00000100 INTL 20050513)
[    0.440023] Monitor-Mwait will be used to enter C-1 state
[    0.440075] Monitor-Mwait will be used to enter C-2 state
[    0.450100] Monitor-Mwait will be used to enter C-3 state
[    0.450194] processor LNXCPU:00: registered as cooling_device0
[    0.450653] ACPI: SSDT 00000000bf6f1c6e 000C8 (v01  PmRef  Cpu1Ist 00000100 INTL 20050513)
[    0.451145] ACPI: SSDT 00000000bf6f1fb8 00085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
[    0.452624] processor LNXCPU:01: registered as cooling_device1
[    0.457818] thermal LNXTHERM:01: registered as thermal_zone0
[    0.457826] ACPI: Thermal Zone [THM0] (53 C)
[    0.459327] thermal LNXTHERM:02: registered as thermal_zone1
[    0.459335] ACPI: Thermal Zone [THM1] (56 C)
[    0.460856] Linux agpgart interface v0.103
[    0.460898] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.462270] brd: module loaded
[    0.462793] loop: module loaded
[    0.462881] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[    0.462992] ata_piix 0000:00:1f.2: version 2.13
[    0.463013] ata_piix 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.463019] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[    0.485256] ACPI: Battery Slot [BAT0] (battery present)
[    0.622548] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.622684] scsi0 : ata_piix
[    0.622829] scsi1 : ata_piix
[    0.623887] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x18b0 irq 14
[    0.623890] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18b8 irq 15
[    0.624367] Fixed MDIO Bus: probed
[    0.624407] PPP generic driver version 2.4.2
[    0.624481] tun: Universal TUN/TAP device driver, 1.6
[    0.624483] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.624598] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.624873] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    0.625039] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    0.625049]   alloc irq_desc for 19 on node -1
[    0.625052]   alloc kstat_irqs on node -1
[    0.625058] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.625084] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.625088] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.625127] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.625153] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.625166] ehci_hcd 0000:00:1d.7: debug port 1
[    0.629066] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    0.629088] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xee444000
[    0.652522] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.652658] usb usb1: configuration #1 chosen from 1 choice
[    0.652699] hub 1-0:1.0: USB hub found
[    0.652709] hub 1-0:1.0: 8 ports detected
[    0.652792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.652811] uhci_hcd: USB Universal Host Controller Interface driver
[    0.653072] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    0.653239] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    0.653249] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.653259] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.653263] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.653305] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.653354] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001820
[    0.653450] usb usb2: configuration #1 chosen from 1 choice
[    0.653480] hub 2-0:1.0: USB hub found
[    0.653487] hub 2-0:1.0: 2 ports detected
[    0.653539]   alloc irq_desc for 17 on node -1
[    0.653541]   alloc kstat_irqs on node -1
[    0.653547] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.653554] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.653557] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.653594] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.653631] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001840
[    0.653727] usb usb3: configuration #1 chosen from 1 choice
[    0.653759] hub 3-0:1.0: USB hub found
[    0.653765] hub 3-0:1.0: 2 ports detected
[    0.653975] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
[    0.654143] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
[    0.654148]   alloc irq_desc for 18 on node -1
[    0.654150]   alloc kstat_irqs on node -1
[    0.654154] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.654161] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.654165] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.654197] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.654234] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[    0.654330] usb usb4: configuration #1 chosen from 1 choice
[    0.654355] hub 4-0:1.0: USB hub found
[    0.654362] hub 4-0:1.0: 2 ports detected
[    0.654417] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.654426] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.654430] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.654466] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.654496] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001880
[    0.654597] usb usb5: configuration #1 chosen from 1 choice
[    0.654622] hub 5-0:1.0: USB hub found
[    0.654629] hub 5-0:1.0: 2 ports detected
[    0.654738] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.660098] Freeing initrd memory: 13788k freed
[    0.661484] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.661516] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.661889] mice: PS/2 mouse device common for all mice
[    0.662138] rtc_cmos 00:07: RTC can wake from S4
[    0.662237] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    0.662287] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.662579] device-mapper: uevent: version 1.0.3
[    0.662784] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    0.662886] device-mapper: multipath: version 1.1.0 loaded
[    0.662892] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.663220] cpuidle: using governor ladder
[    0.663360] cpuidle: using governor menu
[    0.663819] TCP cubic registered
[    0.664012] NET: Registered protocol family 10
[    0.664620] lo: Disabled Privacy Extensions
[    0.664943] NET: Registered protocol family 17
[    0.667049] PM: Resume from disk failed.
[    0.667114] registered taskstats version 1
[    0.667876]   Magic number: 11:72:624
[    0.668101] rtc_cmos 00:07: setting system clock to 2011-01-09 08:37:39 UTC (1294562259)
[    0.668107] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.668108] EDD information not available.
[    0.668839] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.803201] ata1.00: ATA-8: Hitachi HTS725032A9A364, PC3OC70E, max UDMA/133
[    0.803205] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    0.803336] ata2.00: ATAPI: HL-DT-STCD-RW/DVD DRIVE GCC-4247N, 1.02, max UDMA/33
[    0.840494] ata2.00: configured for UDMA/33
[    0.840914] ata1.00: configured for UDMA/133
[    0.841092] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS72503 PC3O PQ: 0 ANSI: 5
[    0.841239] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    0.841263] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.841288] sd 0:0:0:0: [sda] Write Protect is off
[    0.841292] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.841318] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.841587]  sda:
[    0.842936] scsi 1:0:0:0: CD-ROM            HL-DT-ST RW/DVD GCC-4247N 1.02 PQ: 0 ANSI: 5
[    0.844121] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    0.844125] Uniform CD-ROM driver Revision: 3.20
[    0.844223] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    0.844266] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    0.862988]  sda1 sda2 sda3 < sda5 > sda4
[    0.901850] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.901887] Freeing unused kernel memory: 876k freed
[    0.902326] Write protecting the kernel read-only data: 7696k
[    0.919358] udev: starting version 151
[    0.973281] agpgart-intel 0000:00:00.0: Intel 945GM Chipset
[    0.974558] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[    1.013169] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.019055] acpi device:01: registered as cooling_device2
[    1.019230] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    1.019283] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    1.035085] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[    1.035089] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[    1.035206] e1000e 0000:02:00.0: Disabling L1 ASPM
[    1.035231] e1000e 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.035276] e1000e 0000:02:00.0: setting latency timer to 64
[    1.035467]   alloc irq_desc for 28 on node -1
[    1.035469]   alloc kstat_irqs on node -1
[    1.035490] e1000e 0000:02:00.0: irq 28 for MSI/MSI-X
[    1.040863] [drm] Initialized drm 1.1.0 20060810
[    1.062237] i915 0000:00:02.0: power state changed by ACPI to D0
[    1.062279] i915 0000:00:02.0: power state changed by ACPI to D0
[    1.062288] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.062294] i915 0000:00:02.0: setting latency timer to 64
[    1.072620] [drm] set up 7M of stolen space
[    1.117904] e1000e 0000:02:00.0: Warning: detected ASPM enabled in EEPROM
[    1.195502] 0000:02:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1a:6b:6b:e7:b5
[    1.195506] 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.195593] 0000:02:00.0: eth0: MAC: 2, PHY: 2, PBA No: 005301-003
[    1.508032] [drm] initialized overlay support
[    1.992487] fb0: inteldrmfb frame buffer device
[    1.992490] registered panic notifier
[    1.992516] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.994121] vga16fb: initializing
[    1.994125] vga16fb: mapped to 0xffff8800000a0000
[    1.994128] vga16fb: not registering due to another framebuffer present
[    2.084995] Console: switching to colour frame buffer device 128x48
[    2.587725] EXT4-fs (sda2): mounted filesystem with ordered data mode
[    4.546110] Adding 1952760k swap on /dev/sda4.  Priority:-1 extents:1 across:1952760k 
[    4.771508] udev: starting version 151
[    5.817060] cfg80211: Calling CRDA to update world regulatory domain
[    5.843996] irda_init()
[    5.844006] NET: Registered protocol family 23
[    5.854791] Non-volatile memory driver v1.3
[    5.860893] intel_rng: FWH not detected
[    6.009937] tpm_tis 00:0b: 1.2 TPM (device-id 0x3202, rev-id 5)
[    6.160786] cfg80211: World regulatory domain updated:
[    6.160789] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    6.160792] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    6.160795] 	(2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    6.160798] 	(2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    6.160800] 	(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    6.160803] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    6.193558] nsc-ircc 00:0a: activated
[    6.193563] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 1.
[    6.193599] nsc-ircc, chip->init
[    6.193613] nsc-ircc, Found chip at base=0x164e
[    6.193655] nsc-ircc, driver loaded (Dag Brattli)
[    6.194293] IrDA: Registered device irda0
[    6.194295] nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500
[    6.280861] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04793/0x300000
[    6.280867] serio: Synaptics pass-through port at isa0060/serio1/input0
[    6.322887] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    6.356670] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:2012]
[    6.356695] yenta_cardbus 0000:15:00.0: Using INTVAL to route CSC interrupts to PCI
[    6.356698] yenta_cardbus 0000:15:00.0: Routing CardBus interrupts to PCI
[    6.356704] yenta_cardbus 0000:15:00.0: TI: mfunc 0x01d01002, devctl 0x64
[    6.462801] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
[    6.462805] iwl3945: Copyright(c) 2003-2009 Intel Corporation
[    6.462924] iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.462939] iwl3945 0000:03:00.0: setting latency timer to 64
[    6.531994] iwl3945 0000:03:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[    6.531997] iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG
[    6.532113]   alloc irq_desc for 29 on node -1
[    6.532115]   alloc kstat_irqs on node -1
[    6.532147] iwl3945 0000:03:00.0: irq 29 for MSI/MSI-X
[    6.613359] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x04f0, PCI irq 16
[    6.613366] yenta_cardbus 0000:15:00.0: Socket status: 30000007
[    6.613373] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge I/O window: 0x9000 - 0xcfff
[    6.613377] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xe4300000 - 0xe7ffffff
[    6.613380] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xe0000000 - 0xe3ffffff
[    6.835450] lp: driver loaded but no devices found
[    7.283629] phy0: Selected rate control algorithm 'iwl-3945-rs'
[    7.506249] type=1505 audit(1294558666.331:2):  operation="profile_load" pid=644 name="/sbin/dhclient3"
[    7.506263] type=1505 audit(1294558666.331:3):  operation="profile_replace" pid=507 name="/sbin/dhclient3"
[    7.506967] type=1505 audit(1294558666.331:4):  operation="profile_load" pid=644 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[    7.506991] type=1505 audit(1294558666.331:5):  operation="profile_replace" pid=507 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[    7.507363] type=1505 audit(1294558666.331:6):  operation="profile_load" pid=644 name="/usr/lib/connman/scripts/dhclient-script"
[    7.507402] type=1505 audit(1294558666.331:7):  operation="profile_replace" pid=507 name="/usr/lib/connman/scripts/dhclient-script"
[    7.508148] type=1505 audit(1294558666.331:8):  operation="profile_replace" pid=512 name="/sbin/dhclient3"
[    7.508401] type=1505 audit(1294558666.331:9):  operation="profile_replace" pid=713 name="/sbin/dhclient3"
[    7.508883] type=1505 audit(1294558666.331:10):  operation="profile_replace" pid=512 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[    7.509120] type=1505 audit(1294558666.331:11):  operation="profile_replace" pid=713 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[    8.094948] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    8.094952] thinkpad_acpi: http://ibm-acpi.sf.net/
[    8.094954] thinkpad_acpi: ThinkPad BIOS 79ETE6WW (2.26 ), EC 79HT50WW-1.07
[    8.094956] thinkpad_acpi: Lenovo ThinkPad T60, model 19514NG
[    8.095247] thinkpad_acpi: radio switch found; radios are enabled
[    8.095344] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    8.095346] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    8.099187] Registered led device: tpacpi::thinklight
[    8.099248] Registered led device: tpacpi::power
[    8.099266] Registered led device: tpacpi::standby
[    8.099282] Registered led device: tpacpi::thinkvantage
[    8.101827] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
[    8.102038] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    8.104825] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[    9.007089] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    9.007095] hda_intel: probe_mask set to 0x1 for device 17aa:2010
[    9.007120] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    9.641057] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[   10.710293] e1000e 0000:02:00.0: irq 28 for MSI/MSI-X
[   10.770157] e1000e 0000:02:00.0: irq 28 for MSI/MSI-X
[   10.771133] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.059149] iwl3945 0000:03:00.0: firmware: requesting iwlwifi-3945-2.ucode
[   11.096218] iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
[   11.158776] Registered led device: iwl-phy0::radio
[   11.158885] Registered led device: iwl-phy0::assoc
[   11.158918] Registered led device: iwl-phy0::RX
[   11.158950] Registered led device: iwl-phy0::TX
[   11.191487] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.040787] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   12.362345] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
[   14.123611] ppdev: user-space parallel port driver
[   34.071300] Intel AES-NI instructions are not detected.
[   34.113623] padlock: VIA PadLock not detected.
[   45.285961] wlan0: deauthenticating from 00:26:4d:02:84:42 by local choice (reason=3)
[   45.287360] wlan0: direct probe to AP 00:26:4d:02:84:42 (try 1)
[   45.292341] wlan0: direct probe responded
[   45.292345] wlan0: authenticate with AP 00:26:4d:02:84:42 (try 1)
[   45.297129] wlan0: authenticated
[   45.297153] wlan0: associate with AP 00:26:4d:02:84:42 (try 1)
[   45.299900] wlan0: RX AssocResp from 00:26:4d:02:84:42 (capab=0x411 status=0 aid=1)
[   45.299907] wlan0: associated
[   45.302220] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   45.302285] cfg80211: Calling CRDA for country: DE
[   45.304650] cfg80211: Received country IE:
[   45.304653] cfg80211: Regulatory domain: DE
[   45.304654] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   45.304658] 	(2402000 KHz - 2494000 KHz @ 40000 KHz), (10000 mBi, 10000 mBm)
[   45.304659] cfg80211: CRDA thinks this should applied:
[   45.304661] cfg80211: Regulatory domain: DE
[   45.304663] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   45.304665] 	(2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   45.304668] 	(5150000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   45.304670] 	(5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
[   45.304672] cfg80211: We intersect both of these and get:
[   45.304673] cfg80211: Regulatory domain: 98
[   45.304675] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   45.304678] 	(2402000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   45.304683] cfg80211: Leaving channel 5170 MHz intact on phy0 - no rule found in band on Country IE
[   45.304685] cfg80211: Leaving channel 5180 MHz intact on phy0 - no rule found in band on Country IE
[   45.304688] cfg80211: Leaving channel 5190 MHz intact on phy0 - no rule found in band on Country IE
[   45.304690] cfg80211: Leaving channel 5200 MHz intact on phy0 - no rule found in band on Country IE
[   45.304693] cfg80211: Leaving channel 5210 MHz intact on phy0 - no rule found in band on Country IE
[   45.304695] cfg80211: Leaving channel 5220 MHz intact on phy0 - no rule found in band on Country IE
[   45.304697] cfg80211: Leaving channel 5230 MHz intact on phy0 - no rule found in band on Country IE
[   45.304700] cfg80211: Leaving channel 5240 MHz intact on phy0 - no rule found in band on Country IE
[   45.304702] cfg80211: Leaving channel 5260 MHz intact on phy0 - no rule found in band on Country IE
[   45.304705] cfg80211: Leaving channel 5280 MHz intact on phy0 - no rule found in band on Country IE
[   45.304707] cfg80211: Leaving channel 5300 MHz intact on phy0 - no rule found in band on Country IE
[   45.304709] cfg80211: Leaving channel 5320 MHz intact on phy0 - no rule found in band on Country IE
[   45.304712] cfg80211: Leaving channel 5500 MHz intact on phy0 - no rule found in band on Country IE
[   45.304714] cfg80211: Leaving channel 5520 MHz intact on phy0 - no rule found in band on Country IE
[   45.304717] cfg80211: Leaving channel 5540 MHz intact on phy0 - no rule found in band on Country IE
[   45.304719] cfg80211: Leaving channel 5560 MHz intact on phy0 - no rule found in band on Country IE
[   45.304721] cfg80211: Leaving channel 5580 MHz intact on phy0 - no rule found in band on Country IE
[   45.304724] cfg80211: Leaving channel 5600 MHz intact on phy0 - no rule found in band on Country IE
[   45.304726] cfg80211: Leaving channel 5620 MHz intact on phy0 - no rule found in band on Country IE
[   45.304728] cfg80211: Leaving channel 5640 MHz intact on phy0 - no rule found in band on Country IE
[   45.304731] cfg80211: Leaving channel 5660 MHz intact on phy0 - no rule found in band on Country IE
[   45.304733] cfg80211: Leaving channel 5680 MHz intact on phy0 - no rule found in band on Country IE
[   45.304736] cfg80211: Leaving channel 5700 MHz intact on phy0 - no rule found in band on Country IE
[   45.304738] cfg80211: Current regulatory domain updated by AP to: DE
[   45.304740] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   45.304743] 	(2402000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   55.960047] wlan0: no IPv6 routers present
[  798.251178] CE: hpet increasing min_delta_ns to 15000 nsec
[  799.042561] CE: hpet increasing min_delta_ns to 22500 nsec
[ 2022.872681] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 2023.023741] usb 1-2: configuration #1 chosen from 1 choice
[ 2023.082856] Initializing USB Mass Storage driver...
[ 2023.083040] scsi2 : SCSI emulation for USB Mass Storage devices
[ 2023.083317] usbcore: registered new interface driver usb-storage
[ 2023.083323] USB Mass Storage support registered.
[ 2023.086361] usb-storage: device found at 2
[ 2023.086366] usb-storage: waiting for device to settle before scanning
[ 2028.080311] usb-storage: device scan complete
[ 2028.089883] scsi 2:0:0:0: Direct-Access     SAMSUNG  HD154UI               PQ: 0 ANSI: 4
[ 2028.090950] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 2028.095224] sd 2:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[ 2028.101603] sd 2:0:0:0: [sdb] Write Protect is off
[ 2028.101612] sd 2:0:0:0: [sdb] Mode Sense: 38 00 00 00
[ 2028.101618] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 2028.109101] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 2028.109108]  sdb: sdb1
[ 2028.128735] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 2028.128743] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 4788.812647] wlan0: deauthenticating from 00:26:4d:02:84:42 by local choice (reason=3)
[ 4805.379746] wlan0: deauthenticating from 00:26:4d:02:84:42 by local choice (reason=3)
[ 4805.415817] wlan0: direct probe to AP 00:26:4d:02:84:42 (try 1)
[ 4805.612586] wlan0: direct probe to AP 00:26:4d:02:84:42 (try 2)
[ 4805.617552] wlan0: direct probe responded
[ 4805.617559] wlan0: authenticate with AP 00:26:4d:02:84:42 (try 1)
[ 4805.619381] wlan0: authenticated
[ 4805.619416] wlan0: associate with AP 00:26:4d:02:84:42 (try 1)
[ 4805.622081] wlan0: RX AssocResp from 00:26:4d:02:84:42 (capab=0x411 status=0 aid=1)
[ 4805.622087] wlan0: associated
[ 5420.488581] usb 1-2: USB disconnect, address 2
[ 9610.862609] usb 2-2: new full speed USB device using uhci_hcd and address 2
[ 9611.047270] usb 2-2: configuration #1 chosen from 1 choice
[ 9611.136820] usbcore: registered new interface driver hiddev
[ 9611.140741] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input10
[ 9611.140965] generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-2/input0
[ 9611.146290] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input11
[ 9611.149523] generic-usb 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-2/input1
[ 9611.149578] usbcore: registered new interface driver usbhid
[ 9611.149583] usbhid: v2.6:USB HID core driver
[10403.030118] usb 1-1: new high speed USB device using ehci_hcd and address 4
[10403.183754] usb 1-1: configuration #1 chosen from 1 choice
[10403.188436] scsi3 : SCSI emulation for USB Mass Storage devices
[10403.188754] usb-storage: device found at 4
[10403.188758] usb-storage: waiting for device to settle before scanning
[10408.182793] usb-storage: device scan complete
[10408.192388] scsi 3:0:0:0: Direct-Access     SAMSUNG  HD154UI               PQ: 0 ANSI: 4
[10408.193732] sd 3:0:0:0: Attached scsi generic sg2 type 0
[10408.194961] sd 3:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[10408.201348] sd 3:0:0:0: [sdb] Write Protect is off
[10408.201356] sd 3:0:0:0: [sdb] Mode Sense: 38 00 00 00
[10408.201362] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[10408.208716] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[10408.208723]  sdb: sdb1
[10408.230346] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[10408.230356] sd 3:0:0:0: [sdb] Attached SCSI disk
[14207.512598] usb 1-5: new high speed USB device using ehci_hcd and address 5
[14207.663797] usb 1-5: configuration #1 chosen from 1 choice
[14207.664506] scsi4 : SCSI emulation for USB Mass Storage devices
[14207.664687] usb-storage: device found at 5
[14207.664689] usb-storage: waiting for device to settle before scanning
[14212.660289] usb-storage: device scan complete
[14212.660859] scsi 4:0:0:0: Direct-Access     Seagate  Desktop          0130 PQ: 0 ANSI: 4
[14212.661941] sd 4:0:0:0: Attached scsi generic sg3 type 0
[14212.663440] sd 4:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[14212.666407] sd 4:0:0:0: [sdc] Write Protect is off
[14212.666416] sd 4:0:0:0: [sdc] Mode Sense: 2f 08 00 00
[14212.666422] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[14212.668316] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[14212.668325]  sdc: sdc1
[14212.685058] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[14212.685067] sd 4:0:0:0: [sdc] Attached SCSI disk