ubuntuusers.de

netzwerkproblem

Datum:
24. September 2011 11:38
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
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
sudo lshw -c network
  *-network               
       description: Ethernet interface
       product: RTL8111/8168B PCI Express Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 03
       serial: 00:30:67:5a:3d:07
       size: 10MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half ip=192.168.178.233 latency=0 link=no multicast=yes port=MII speed=10MB/s
       resources: irq:27 ioport:d800(size=256) memory:fafff000-faffffff(prefetchable) memory:faff8000-faffbfff(prefetchable) memory:fbfe0000-fbffffff(prefetchable)




lsmod
Module                  Size  Used by
nls_iso8859_1           4633  1 
nls_cp437               6351  1 
vfat                   10866  1 
fat                    55350  1 vfat
binfmt_misc             7960  1 
snd_hda_codec_intelhdmi    13090  1 
snd_hda_codec_realtek   279008  1 
fbcon                  39270  71 
tileblit                2487  1 fbcon
font                    8053  1 fbcon
bitblit                 5811  1 fbcon
softcursor              1565  1 bitblit
vga16fb                12757  0 
vgastate                9857  1 vga16fb
snd_hda_intel          25805  2 
snd_hda_codec          85759  3 snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               6924  1 snd_hda_codec
snd_pcm_oss            41394  0 
snd_mixer_oss          16299  1 snd_pcm_oss
snd_pcm                87946  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           1782  0 
snd_seq_oss            31191  0 
snd_seq_midi            5829  0 
snd_rawmidi            23420  1 snd_seq_midi
snd_seq_midi_event      7267  2 snd_seq_oss,snd_seq_midi
i915                  324711  3 
drm_kms_helper         30742  1 i915
snd_seq                57481  7 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              23649  2 snd_pcm,snd_seq
snd_seq_device          6888  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ppdev                   6375  0 
psmouse                65040  0 
joydev                 11104  0 
snd                    71283  18 snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
parport_pc             29958  1 
soundcore               8052  1 snd
serio_raw               4918  0 
snd_page_alloc          8500  2 snd_hda_intel,snd_pcm
usb_storage            50377  1 
intel_agp              29319  2 i915
drm                   198886  4 i915,drm_kms_helper
i2c_algo_bit            6024  1 i915
video                  20623  1 i915
output                  2503  1 video
lp                      9336  0 
parport                37160  3 ppdev,parport_pc,lp
usbhid                 41116  0 
hid                    83888  1 usbhid
pata_jmicron            2747  0 
r8169                  39714  0 
mii                     5237  1 r8169



sudo ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:30:67:5a:3d:07  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:27 Base address:0x6000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:112 errors:0 dropped:0 overruns:0 frame:0
          TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:7442 (7.4 KB)  TX bytes:7442 (7.4 KB)





dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-33-generic (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #72-Ubuntu SMP Fri Jul 29 21:07:13 UTC 2011 (Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic root=UUID=5d016be1-2612-4025-b809-576bcadbd6de 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 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000b7780000 (usable)
[    0.000000]  BIOS-e820: 00000000b7780000 - 00000000b778e000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000b778e000 - 00000000b77d0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b77d0000 - 00000000b77e0000 (reserved)
[    0.000000]  BIOS-e820: 00000000b77ed000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000013c000000 (usable)
[    0.000000] DMI present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x13c000 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-DFFFF uncachable
[    0.000000]   E0000-E3FFF write-protect
[    0.000000]   E4000-E7FFF write-through
[    0.000000]   E8000-EBFFF write-protect
[    0.000000]   EC000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 13C000000 mask FFC000000 uncachable
[    0.000000]   1 base 000000000 mask F00000000 write-back
[    0.000000]   2 base 100000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0B8000000 mask FF8000000 uncachable
[    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: 00000000b8000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xb7780 max_arch_pfn = 0x400000000
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 000000000009fc00 (usable)
[    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000b7780000 (usable)
[    0.000000]  modified: 00000000b7780000 - 00000000b778e000 (ACPI data)
[    0.000000]  modified: 00000000b778e000 - 00000000b77d0000 (ACPI NVS)
[    0.000000]  modified: 00000000b77d0000 - 00000000b77e0000 (reserved)
[    0.000000]  modified: 00000000b77ed000 - 00000000c0000000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 0000000100000000 - 000000013c000000 (usable)
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000b7780000
[    0.000000] NX (Execute Disable) protection: active
[    0.000000]  0000000000 - 00b7600000 page 2M
[    0.000000]  00b7600000 - 00b7780000 page 4k
[    0.000000] kernel direct mapping tables up to b7780000 @ 10000-15000
[    0.000000] init_memory_mapping: 0000000100000000-000000013c000000
[    0.000000] NX (Execute Disable) protection: active
[    0.000000]  0100000000 - 013c000000 page 2M
[    0.000000] kernel direct mapping tables up to 13c000000 @ 13000-19000
[    0.000000] RAMDISK: 377f6000 - 37fefe81
[    0.000000] ACPI: RSDP 00000000000f9a80 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000b7780000 0003C (v01 010710 RSDT1823 20100107 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000b7780200 00084 (v01 010710 FACP1823 20100107 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000b7780460 06AF1 (v01  H55BA H55BA006 00000006 INTL 20051117)
[    0.000000] ACPI: FACS 00000000b778e000 00040
[    0.000000] ACPI: APIC 00000000b7780390 0008C (v01 010710 APIC1823 20100107 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000b7780420 0003C (v01 010710 OEMMCFG  20100107 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000b778e040 00072 (v01 010710 OEMB1823 20100107 MSFT 00000097)
[    0.000000] ACPI: GSCI 00000000b778e0c0 02024 (v01 010710 GMCHSCI  20100107 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000b7791930 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000013c000000
[    0.000000] Bootmem setup node 0 0000000000000000-000000013c000000
[    0.000000]   NODE_DATA [0000000000014000 - 0000000000018fff]
[    0.000000]   bootmap [0000000000019000 -  00000000000407ff] pages 28
[    0.000000] (8 early reservations) ==> bootmem [0000000000 - 013c000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 0001a30a64]    TEXT DATA BSS ==> [0001000000 - 0001a30a64]
[    0.000000]   #3 [00377f6000 - 0037fefe81]          RAMDISK ==> [00377f6000 - 0037fefe81]
[    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #5 [0001a31000 - 0001a3110f]              BRK ==> [0001a31000 - 0001a3110f]
[    0.000000]   #6 [0000010000 - 0000013000]          PGTABLE ==> [0000010000 - 0000013000]
[    0.000000]   #7 [0000013000 - 0000014000]          PGTABLE ==> [0000013000 - 0000014000]
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880028600000-ffff88002bdfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x0013c000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000b7780
[    0.000000]     0: 0x00100000 -> 0x0013c000
[    0.000000] On node 0 totalpages: 997135
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 103 pages reserved
[    0.000000]   DMA zone: 3824 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 733112 pages, LIFO batch:31
[    0.000000]   Normal zone: 3360 pages used for memmap
[    0.000000]   Normal zone: 242400 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, 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 20 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000b7780000 - 00000000b778e000
[    0.000000] PM: Registered nosave memory: 00000000b778e000 - 00000000b77d0000
[    0.000000] PM: Registered nosave memory: 00000000b77d0000 - 00000000b77e0000
[    0.000000] PM: Registered nosave memory: 00000000b77e0000 - 00000000b77ed000
[    0.000000] PM: Registered nosave memory: 00000000b77ed000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880028200000 s91864 r8192 d22824 u262144
[    0.000000] pcpu-alloc: s91864 r8192 d22824 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 979336
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic root=UUID=5d016be1-2612-4025-b809-576bcadbd6de 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] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
[    0.000000] software IO TLB at phys 0x20000000 - 0x24000000
[    0.000000] Memory: 3845432k/5177344k available (5412k kernel code, 1188804k absent, 143108k reserved, 2981k data, 888k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:472
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 40632320 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Fast TSC calibration using PIT
[    0.010000] Detected 3156.352 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6312.70 BogoMIPS (lpj=31563520)
[    0.000022] Security Framework initialized
[    0.000037] AppArmor: AppArmor initialized
[    0.000318] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001434] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001922] Mount-cache hash table entries: 256
[    0.002024] Initializing cgroup subsys ns
[    0.002027] Initializing cgroup subsys cpuacct
[    0.002030] Initializing cgroup subsys memory
[    0.002035] Initializing cgroup subsys devices
[    0.002037] Initializing cgroup subsys freezer
[    0.002038] Initializing cgroup subsys net_cls
[    0.002055] CPU: Physical Processor ID: 0
[    0.002056] CPU: Processor Core ID: 0
[    0.002059] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.002060] CPU: L2 cache: 256K
[    0.002061] CPU: L3 cache: 4096K
[    0.002064] CPU 0/0x0 -> Node 0
[    0.002067] mce: CPU supports 9 MCE banks
[    0.002077] CPU0: Thermal monitoring enabled (TM1)
[    0.002080] CPU 0 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6
[    0.002088] using mwait in idle threads.
[    0.002089] Performance Events: Westmere events, Intel PMU driver.
[    0.002094] ... version:                3
[    0.002095] ... bit width:              48
[    0.002096] ... generic registers:      4
[    0.002097] ... value mask:             0000ffffffffffff
[    0.002099] ... max period:             000000007fffffff
[    0.002100] ... fixed-purpose events:   3
[    0.002101] ... event mask:             000000070000000f
[    0.003953] ACPI: Core revision 20090903
[    0.035516] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.035519] ftrace: allocating 22478 entries in 89 pages
[    0.041512] Setting APIC routing to flat
[    0.041700]   alloc irq_desc for 20 on node 0
[    0.041702]   alloc kstat_irqs on node 0
[    0.041839] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.141715] CPU0: Intel(R) Core(TM) i3 CPU         540  @ 3.07GHz stepping 02
[    0.259053] Booting processor 1 APIC 0x4 ip 0x6000
[    0.269370] Initializing CPU#1
[    0.418768] CPU: Physical Processor ID: 0
[    0.418769] CPU: Processor Core ID: 2
[    0.418772] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.418773] CPU: L2 cache: 256K
[    0.418774] CPU: L3 cache: 4096K
[    0.418776] CPU 1/0x4 -> Node 0
[    0.418788] CPU1: Thermal monitoring enabled (TM1)
[    0.418790] CPU 1 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6
[    0.418818] CPU1: Intel(R) Core(TM) i3 CPU         540  @ 3.07GHz stepping 02
[    0.418825] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.438895] Booting processor 2 APIC 0x1 ip 0x6000
[    0.449122] Initializing CPU#2
[    0.598560] CPU: Physical Processor ID: 0
[    0.598561] CPU: Processor Core ID: 0
[    0.598564] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.598565] CPU: L2 cache: 256K
[    0.598566] CPU: L3 cache: 4096K
[    0.598569] CPU 2/0x1 -> Node 0
[    0.598579] CPU2: Thermal monitoring enabled (TM1)
[    0.598582] CPU 2 MCA banks SHD:2 SHD:3 SHD:5 SHD:6
[    0.598669] CPU2: Intel(R) Core(TM) i3 CPU         540  @ 3.07GHz stepping 02
[    0.598675] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.618739] Booting processor 3 APIC 0x5 ip 0x6000
[    0.628963] Initializing CPU#3
[    0.778353] CPU: Physical Processor ID: 0
[    0.778354] CPU: Processor Core ID: 2
[    0.778356] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.778357] CPU: L2 cache: 256K
[    0.778358] CPU: L3 cache: 4096K
[    0.778359] CPU 3/0x5 -> Node 0
[    0.778369] CPU3: Thermal monitoring enabled (TM1)
[    0.778371] CPU 3 MCA banks SHD:2 SHD:3 SHD:5 SHD:6
[    0.778408] CPU3: Intel(R) Core(TM) i3 CPU         540  @ 3.07GHz stepping 02
[    0.778414] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.798414] Brought up 4 CPUs
[    0.798415] Total of 4 processors activated (25253.92 BogoMIPS).
[    0.800157] CPU0 attaching sched-domain:
[    0.800161]  domain 0: span 0,2 level SIBLING
[    0.800163]   groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[    0.800166]   domain 1: span 0-3 level MC
[    0.800167]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[    0.800174] CPU1 attaching sched-domain:
[    0.800175]  domain 0: span 1,3 level SIBLING
[    0.800176]   groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[    0.800179]   domain 1: span 0-3 level MC
[    0.800180]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[    0.800183] CPU2 attaching sched-domain:
[    0.800185]  domain 0: span 0,2 level SIBLING
[    0.800186]   groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[    0.800189]   domain 1: span 0-3 level MC
[    0.800190]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[    0.800193] CPU3 attaching sched-domain:
[    0.800194]  domain 0: span 1,3 level SIBLING
[    0.800195]   groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[    0.800198]   domain 1: span 0-3 level MC
[    0.800199]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[    0.800397] devtmpfs: initialized
[    0.800608] regulator: core version 0.5
[    0.800630] Time:  9:23:39  Date: 09/24/11
[    0.800659] NET: Registered protocol family 16
[    0.800728] Trying to unpack rootfs image as initramfs...
[    0.800736] ACPI: bus type pci registered
[    0.800788] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.800789] PCI: Not using MMCONFIG.
[    0.800790] PCI: Using configuration type 1 for base access
[    0.801288] bio: create slab <bio-0> at 0
[    0.801874] ACPI: EC: Look up EC in DSDT
[    0.804914] ACPI: Executed 1 blocks of module-level executable AML code
[    0.810158] ACPI: Interpreter enabled
[    0.810161] ACPI: (supports S0 S1 S3 S4 S5)
[    0.810177] ACPI: Using IOAPIC for interrupt routing
[    0.810221] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.814377] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.818940] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.827325] ACPI Warning: Incorrect checksum in table [OEMB] - 8F, should be 8A (20090903/tbutils-314)
[    0.828161] ACPI: No dock devices found.
[    0.828288] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.828356] pci 0000:00:02.0: reg 10 64bit mmio: [0xfb800000-0xfbbfffff]
[    0.828360] pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
[    0.828363] pci 0000:00:02.0: reg 20 io port: [0xcc00-0xcc07]
[    0.828425] pci 0000:00:1a.0: reg 10 32bit mmio: [0xfbef8000-0xfbef83ff]
[    0.828469] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.828473] pci 0000:00:1a.0: PME# disabled
[    0.828503] pci 0000:00:1b.0: reg 10 64bit mmio: [0xfbef4000-0xfbef7fff]
[    0.828535] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.828537] pci 0000:00:1b.0: PME# disabled
[    0.828584] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.828586] pci 0000:00:1c.0: PME# disabled
[    0.828635] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.828638] pci 0000:00:1c.4: PME# disabled
[    0.828684] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.828687] pci 0000:00:1c.5: PME# disabled
[    0.828728] pci 0000:00:1d.0: reg 10 32bit mmio: [0xfbef2000-0xfbef23ff]
[    0.828771] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.828774] pci 0000:00:1d.0: PME# disabled
[    0.828910] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
[    0.828914] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
[    0.828918] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
[    0.828922] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
[    0.828926] pci 0000:00:1f.2: reg 20 io port: [0xff90-0xff9f]
[    0.828930] pci 0000:00:1f.2: reg 24 io port: [0xffa0-0xffaf]
[    0.828964] pci 0000:00:1f.3: reg 10 64bit mmio: [0xfbef0000-0xfbef00ff]
[    0.828974] pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
[    0.829006] pci 0000:00:1f.5: reg 10 io port: [0xc800-0xc807]
[    0.829010] pci 0000:00:1f.5: reg 14 io port: [0xc480-0xc483]
[    0.829014] pci 0000:00:1f.5: reg 18 io port: [0xc400-0xc407]
[    0.829018] pci 0000:00:1f.5: reg 1c io port: [0xc080-0xc083]
[    0.829022] pci 0000:00:1f.5: reg 20 io port: [0xc000-0xc00f]
[    0.829026] pci 0000:00:1f.5: reg 24 io port: [0xbc00-0xbc0f]
[    0.829076] pci 0000:00:1f.6: reg 10 64bit mmio: [0xfbeee000-0xfbeeefff]
[    0.829187] pci 0000:02:00.0: reg 10 io port: [0xd800-0xd8ff]
[    0.829204] pci 0000:02:00.0: reg 18 64bit mmio pref: [0xfafff000-0xfaffffff]
[    0.829215] pci 0000:02:00.0: reg 20 64bit mmio pref: [0xfaff8000-0xfaffbfff]
[    0.829222] pci 0000:02:00.0: reg 30 32bit mmio pref: [0xfbfe0000-0xfbffffff]
[    0.829256] pci 0000:02:00.0: supports D1 D2
[    0.829257] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.829261] pci 0000:02:00.0: PME# disabled
[    0.829305] pci 0000:00:1c.4: bridge io port: [0xd000-0xdfff]
[    0.829308] pci 0000:00:1c.4: bridge 32bit mmio: [0xfbf00000-0xfbffffff]
[    0.829312] pci 0000:00:1c.4: bridge 64bit mmio pref: [0xfaf00000-0xfaffffff]
[    0.829360] pci 0000:03:00.0: reg 10 io port: [0xec00-0xec07]
[    0.829367] pci 0000:03:00.0: reg 14 io port: [0xe880-0xe883]
[    0.829375] pci 0000:03:00.0: reg 18 io port: [0xe800-0xe807]
[    0.829382] pci 0000:03:00.0: reg 1c io port: [0xe480-0xe483]
[    0.829390] pci 0000:03:00.0: reg 20 io port: [0xe400-0xe40f]
[    0.829466] pci 0000:00:1c.5: bridge io port: [0xe000-0xefff]
[    0.829506] pci 0000:00:1e.0: transparent bridge
[    0.829527] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.829668] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR1E._PRT]
[    0.829762] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
[    0.829808] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR24._PRT]
[    0.829848] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR25._PRT]
[    0.840028] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    0.840118] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    0.840203] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *6 7 10 11 12 14 15)
[    0.840290] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.840377] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.840465] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.840552] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 *11 12 14 15)
[    0.840639] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 6 7 10 11 12 14 15)
[    0.840718] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.840724] vgaarb: loaded
[    0.840798] SCSI subsystem initialized
[    0.840893] libata version 3.00 loaded.
[    0.840950] usbcore: registered new interface driver usbfs
[    0.840957] usbcore: registered new interface driver hub
[    0.840977] usbcore: registered new device driver usb
[    0.841056] ACPI: WMI: Mapper loaded
[    0.841057] PCI: Using ACPI for IRQ routing
[    0.841158] NetLabel: Initializing
[    0.841159] NetLabel:  domain hash size = 128
[    0.841160] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.841169] NetLabel:  unlabeled traffic allowed by default
[    0.841202] Switching to clocksource tsc
[    0.842556] AppArmor: AppArmor Filesystem Enabled
[    0.842563] pnp: PnP ACPI init
[    0.842570] ACPI: bus type pnp registered
[    0.846404] pnp: PnP ACPI: found 14 devices
[    0.846405] ACPI: ACPI bus type pnp unregistered
[    0.846414] system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
[    0.846415] system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
[    0.846417] system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
[    0.846419] system 00:01: iomem range 0xfed14000-0xfed19fff has been reserved
[    0.846423] system 00:08: ioport range 0xa00-0xa0f has been reserved
[    0.846425] system 00:08: ioport range 0xa10-0xa1f has been reserved
[    0.846426] system 00:08: ioport range 0xa20-0xa2f has been reserved
[    0.846428] system 00:08: ioport range 0xa30-0xa3f has been reserved
[    0.846433] system 00:09: ioport range 0x4d0-0x4d1 has been reserved
[    0.846434] system 00:09: ioport range 0x800-0x87f has been reserved
[    0.846436] system 00:09: ioport range 0x500-0x57f has been reserved
[    0.846438] system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    0.846440] system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
[    0.846441] system 00:09: iomem range 0xfed40000-0xfed8ffff has been reserved
[    0.846444] system 00:0b: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.846446] system 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.846449] system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
[    0.846452] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[    0.846453] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[    0.846455] system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
[    0.846457] system 00:0d: iomem range 0x100000-0xb7ffffff could not be reserved
[    0.846459] system 00:0d: iomem range 0xfed90000-0xffffffff could not be reserved
[    0.851089] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
[    0.851091] pci 0000:00:1c.0:   IO window: 0x1000-0x1fff
[    0.851095] pci 0000:00:1c.0:   MEM window: 0xc0000000-0xc01fffff
[    0.851098] pci 0000:00:1c.0:   PREFETCH window: 0x000000c0200000-0x000000c03fffff
[    0.851102] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:02
[    0.851104] pci 0000:00:1c.4:   IO window: 0xd000-0xdfff
[    0.851107] pci 0000:00:1c.4:   MEM window: 0xfbf00000-0xfbffffff
[    0.851110] pci 0000:00:1c.4:   PREFETCH window: 0x000000faf00000-0x000000faffffff
[    0.851114] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:03
[    0.851116] pci 0000:00:1c.5:   IO window: 0xe000-0xefff
[    0.851120] pci 0000:00:1c.5:   MEM window: 0xc0400000-0xc05fffff
[    0.851122] pci 0000:00:1c.5:   PREFETCH window: 0x000000c0600000-0x000000c07fffff
[    0.851127] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    0.851128] pci 0000:00:1e.0:   IO window: disabled
[    0.851131] pci 0000:00:1e.0:   MEM window: disabled
[    0.851133] pci 0000:00:1e.0:   PREFETCH window: disabled
[    0.851143] pci 0000:00:1c.0: enabling device (0104 -> 0107)
[    0.851147]   alloc irq_desc for 17 on node -1
[    0.851148]   alloc kstat_irqs on node -1
[    0.851152] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.851156] pci 0000:00:1c.0: setting latency timer to 64
[    0.851162] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.851164] pci 0000:00:1c.4: setting latency timer to 64
[    0.851169] pci 0000:00:1c.5: enabling device (0105 -> 0107)
[    0.851172]   alloc irq_desc for 16 on node -1
[    0.851173]   alloc kstat_irqs on node -1
[    0.851175] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.851178] pci 0000:00:1c.5: setting latency timer to 64
[    0.851182] pci 0000:00:1e.0: setting latency timer to 64
[    0.851186] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.851187] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.851189] pci_bus 0000:01: resource 0 io:  [0x1000-0x1fff]
[    0.851190] pci_bus 0000:01: resource 1 mem: [0xc0000000-0xc01fffff]
[    0.851191] pci_bus 0000:01: resource 2 pref mem [0xc0200000-0xc03fffff]
[    0.851193] pci_bus 0000:02: resource 0 io:  [0xd000-0xdfff]
[    0.851194] pci_bus 0000:02: resource 1 mem: [0xfbf00000-0xfbffffff]
[    0.851196] pci_bus 0000:02: resource 2 pref mem [0xfaf00000-0xfaffffff]
[    0.851197] pci_bus 0000:03: resource 0 io:  [0xe000-0xefff]
[    0.851199] pci_bus 0000:03: resource 1 mem: [0xc0400000-0xc05fffff]
[    0.851200] pci_bus 0000:03: resource 2 pref mem [0xc0600000-0xc07fffff]
[    0.851202] pci_bus 0000:04: resource 3 io:  [0x00-0xffff]
[    0.851203] pci_bus 0000:04: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.851228] NET: Registered protocol family 2
[    0.851346] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.852032] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.854117] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.854378] TCP: Hash tables configured (established 524288 bind 65536)
[    0.854380] TCP reno registered
[    0.854464] NET: Registered protocol family 1
[    0.854477] pci 0000:00:02.0: Boot video device
[    0.854737] Scanning for low memory corruption every 60 seconds
[    0.854823] audit: initializing netlink socket (disabled)
[    0.854831] type=2000 audit(1316856218.696:1): initialized
[    0.861582] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.862475] VFS: Disk quotas dquot_6.5.2
[    0.862512] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.862903] fuse init (API version 7.13)
[    0.862957] msgmni has been set to 7510
[    0.863126] alg: No test for stdrng (krng)
[    0.863162] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.863164] io scheduler noop registered
[    0.863165] io scheduler anticipatory registered
[    0.863167] io scheduler deadline registered
[    0.863191] io scheduler cfq registered (default)
[    0.863278]   alloc irq_desc for 24 on node -1
[    0.863280]   alloc kstat_irqs on node -1
[    0.863288] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
[    0.863294] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.863370]   alloc irq_desc for 25 on node -1
[    0.863371]   alloc kstat_irqs on node -1
[    0.863376] pcieport 0000:00:1c.4: irq 25 for MSI/MSI-X
[    0.863381] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.863454]   alloc irq_desc for 26 on node -1
[    0.863455]   alloc kstat_irqs on node -1
[    0.863459] pcieport 0000:00:1c.5: irq 26 for MSI/MSI-X
[    0.863465] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.863511] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.863581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.863651] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.863653] ACPI: Power Button [PWRB]
[    0.863679] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.863681] ACPI: Power Button [PWRF]
[    0.864662] ACPI: SSDT 00000000b77900f0 01340 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
[    0.865006] ACPI: SSDT 00000000b7791430 004F4 (v01  PmRef  P001Cst 00003001 INTL 20051117)
[    0.865284] Monitor-Mwait will be used to enter C-1 state
[    0.865301] Monitor-Mwait will be used to enter C-2 state
[    0.865316] Monitor-Mwait will be used to enter C-3 state
[    0.865347] processor LNXCPU:00: registered as cooling_device0
[    0.865507] processor LNXCPU:01: registered as cooling_device1
[    0.865666] processor LNXCPU:02: registered as cooling_device2
[    0.878369] processor LNXCPU:03: registered as cooling_device3
[    0.881962] thermal LNXTHERM:01: registered as thermal_zone0
[    0.881967] ACPI: Thermal Zone [THRM] (44 C)
[    0.882770] hpet_acpi_add: no address or irqs in _CRS
[    0.882781] Linux agpgart interface v0.103
[    0.882804] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.882894] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.883104] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.883703] brd: module loaded
[    0.883955] loop: module loaded
[    0.884005] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[    0.884072] ata_piix 0000:00:1f.2: version 2.13
[    0.884084]   alloc irq_desc for 18 on node -1
[    0.884085]   alloc kstat_irqs on node -1
[    0.884090] ata_piix 0000:00:1f.2: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    0.884094] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.884124] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.884191] scsi0 : ata_piix
[    0.884243] scsi1 : ata_piix
[    0.885128] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff90 irq 14
[    0.885132] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff98 irq 15
[    0.885148] ata_piix 0000:00:1f.5: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    0.885152] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.885177] ata_piix 0000:00:1f.5: setting latency timer to 64
[    0.885219] scsi2 : ata_piix
[    0.885257] scsi3 : ata_piix
[    0.886266] ata3: SATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc000 irq 18
[    0.886268] ata4: SATA max UDMA/133 cmd 0xc400 ctl 0xc080 bmdma 0xc008 irq 18
[    0.886324] pata_acpi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.886344] pata_acpi 0000:03:00.0: setting latency timer to 64
[    0.886354] pata_acpi 0000:03:00.0: PCI INT A disabled
[    0.886505] Fixed MDIO Bus: probed
[    0.886523] PPP generic driver version 2.4.2
[    0.886546] tun: Universal TUN/TAP device driver, 1.6
[    0.886547] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.886596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.886607] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.886620] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    0.886622] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    0.886643] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.886666] ehci_hcd 0000:00:1a.0: debug port 2
[    0.890544] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
[    0.890554] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfbef8000
[    0.908348] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.908435] usb usb1: configuration #1 chosen from 1 choice
[    0.908454] hub 1-0:1.0: USB hub found
[    0.908461] hub 1-0:1.0: 2 ports detected
[    0.908504]   alloc irq_desc for 23 on node -1
[    0.908505]   alloc kstat_irqs on node -1
[    0.908510] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.908528] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.908531] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    0.908554] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.908578] ehci_hcd 0000:00:1d.0: debug port 2
[    0.912456] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
[    0.912468] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfbef2000
[    0.922977] Freeing initrd memory: 8167k freed
[    0.928331] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.928445] usb usb2: configuration #1 chosen from 1 choice
[    0.928464] hub 2-0:1.0: USB hub found
[    0.928470] hub 2-0:1.0: 2 ports detected
[    0.928508] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.928518] uhci_hcd: USB Universal Host Controller Interface driver
[    0.928575] PNP: No PS/2 controller found. Probing ports directly.
[    0.928927] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.928932] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.928999] mice: PS/2 mouse device common for all mice
[    0.929056] rtc_cmos 00:03: RTC can wake from S4
[    0.929083] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.929104] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    0.929183] device-mapper: uevent: version 1.0.3
[    0.929279] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    0.929347] device-mapper: multipath: version 1.1.0 loaded
[    0.929350] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.929552] cpuidle: using governor ladder
[    0.929665] cpuidle: using governor menu
[    0.929901] TCP cubic registered
[    0.929990] NET: Registered protocol family 10
[    0.930449] NET: Registered protocol family 17
[    0.931907] PM: Resume from disk failed.
[    0.931916] registered taskstats version 1
[    0.932216]   Magic number: 11:597:374
[    0.932298] rtc_cmos 00:03: setting system clock to 2011-09-24 09:23:39 UTC (1316856219)
[    0.932301] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.932302] EDD information not available.
[    1.227858] usb 1-1: new high speed USB device using ehci_hcd and address 2
[    1.378198] usb 1-1: configuration #1 chosen from 1 choice
[    1.378302] hub 1-1:1.0: USB hub found
[    1.378406] hub 1-1:1.0: 6 ports detected
[    1.387760] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.387774] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.407986] ata4.00: ATAPI: TSSTcorp CDDVDW SH-S223C, SB04, max UDMA/100
[    1.408157] ata3.00: ATA-8: Hitachi HTS725025A9A364, PC2OC70E, max UDMA/133
[    1.408159] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.447905] ata4.00: configured for UDMA/100
[    1.447992] ata3.00: configured for UDMA/133
[    1.497528] usb 2-1: new high speed USB device using ehci_hcd and address 2
[    1.588144] ata1.00: SATA link down (SStatus 0 SControl 300)
[    1.588156] ata1.01: SATA link down (SStatus 0 SControl 300)
[    1.598841] ata2.00: SATA link down (SStatus 0 SControl 300)
[    1.598852] ata2.01: SATA link down (SStatus 0 SControl 300)
[    1.598953] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HTS72502 PC2O PQ: 0 ANSI: 5
[    1.599044] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.599057] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.599083] sd 2:0:0:0: [sda] Write Protect is off
[    1.599085] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.599105] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.599232]  sda:
[    1.600266] scsi 3:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-S223C  SB04 PQ: 0 ANSI: 5
[    1.608017] sr0: scsi3-mmc drive: 52x/52x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.608020] Uniform CD-ROM driver Revision: 3.20
[    1.608088] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.608120] sr 3:0:0:0: Attached scsi generic sg1 type 5
[    1.619834]  sda1 sda2 < sda5 sda6
[    1.647755] usb 2-1: configuration #1 chosen from 1 choice
[    1.647861] hub 2-1:1.0: USB hub found
[    1.647966] hub 2-1:1.0: 8 ports detected
[    1.663095]  sda7 sda8 >
[    1.675990] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.676008] Freeing unused kernel memory: 888k freed
[    1.676166] Write protecting the kernel read-only data: 7688k
[    1.686348] udev: starting version 151
[    1.706190] pata_jmicron 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.706224] pata_jmicron 0000:03:00.0: setting latency timer to 64
[    1.711572] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.711597] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.711650] r8169 0000:02:00.0: setting latency timer to 64
[    1.711690]   alloc irq_desc for 27 on node -1
[    1.711693]   alloc kstat_irqs on node -1
[    1.711706] r8169 0000:02:00.0: irq 27 for MSI/MSI-X
[    1.712205] eth0: RTL8168d/8111d at 0xffffc90000666000, 00:30:67:5a:3d:07, XID 081000c0 IRQ 27
[    1.714418] scsi4 : pata_jmicron
[    1.720221] scsi5 : pata_jmicron
[    1.720276] ata5: PATA max UDMA/100 cmd 0xec00 ctl 0xe880 bmdma 0xe400 irq 17
[    1.720279] ata6: PATA max UDMA/100 cmd 0xe800 ctl 0xe480 bmdma 0xe408 irq 17
[    1.727506] usb 1-1.3: new low speed USB device using ehci_hcd and address 3
[    1.856607] usb 1-1.3: configuration #1 chosen from 1 choice
[    1.940202] usb 1-1.4: new high speed USB device using ehci_hcd and address 4
[    2.044607] usbcore: registered new interface driver hiddev
[    2.047598] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input3
[    2.047653] generic-usb 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.3/input0
[    2.047666] usbcore: registered new interface driver usbhid
[    2.047667] usbhid: v2.6:USB HID core driver
[    2.052273] usb 1-1.4: configuration #1 chosen from 1 choice
[    2.052583] hub 1-1.4:1.0: USB hub found
[    2.052922] hub 1-1.4:1.0: 4 ports detected
[    2.140586] usb 2-1.4: new high speed USB device using ehci_hcd and address 3
[    2.184544] EXT4-fs (sda8): mounted filesystem with ordered data mode
[    2.252562] usb 2-1.4: configuration #1 chosen from 1 choice
[    2.331001] usb 2-1.5: new low speed USB device using ehci_hcd and address 4
[    2.453324] usb 2-1.5: configuration #1 chosen from 1 choice
[    2.468020] input: Cypress Cypress USB Keyboard / PS2 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input4
[    2.468072] generic-usb 0003:04B4:0101.0002: input,hidraw1: USB HID v1.00 Keyboard [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-0000:00:1d.0-1.5/input0
[    2.477117] input: Cypress Cypress USB Keyboard / PS2 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/input/input5
[    2.477173] generic-usb 0003:04B4:0101.0003: input,hidraw2: USB HID v1.00 Mouse [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-0000:00:1d.0-1.5/input1
[    2.550869] usb 1-1.4.3: new low speed USB device using ehci_hcd and address 5
[    2.678199] usb 1-1.4.3: configuration #1 chosen from 1 choice
[    2.691863] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/input/input6
[    2.691917] generic-usb 0003:046D:C31B.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-1.4.3/input0
[    2.701762] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.1/input/input7
[    2.701812] generic-usb 0003:046D:C31B.0005: input,hidraw4: USB HID v1.11 Device [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-1.4.3/input1
[   11.252689] udev: starting version 151
[   11.288130] Adding 7811064k swap on /dev/sda7.  Priority:-1 extents:1 across:7811064k 
[   11.306455] lp: driver loaded but no devices found
[   11.359677] agpgart-intel 0000:00:00.0: Intel IGDNG/D Chipset
[   11.360381] agpgart-intel 0000:00:00.0: detected 65532K stolen memory
[   11.378290] type=1505 audit(1316856229.950:2):  operation="profile_load" pid=636 name="/sbin/dhclient3"
[   11.378665] type=1505 audit(1316856229.950:3):  operation="profile_load" pid=636 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   11.378873] type=1505 audit(1316856229.950:4):  operation="profile_load" pid=636 name="/usr/lib/connman/scripts/dhclient-script"
[   11.384264] type=1505 audit(1316856229.960:5):  operation="profile_replace" pid=724 name="/sbin/dhclient3"
[   11.384706] type=1505 audit(1316856229.960:6):  operation="profile_replace" pid=724 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   11.384952] type=1505 audit(1316856229.960:7):  operation="profile_replace" pid=724 name="/usr/lib/connman/scripts/dhclient-script"
[   11.387618] Initializing USB Mass Storage driver...
[   11.390592] parport_pc 00:07: reported by Plug and Play ACPI
[   11.390637] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[   11.391077] scsi6 : SCSI emulation for USB Mass Storage devices
[   11.398047] usbcore: registered new interface driver usb-storage
[   11.398050] USB Mass Storage support registered.
[   11.404708] usb-storage: device found at 3
[   11.404710] usb-storage: waiting for device to settle before scanning
[   11.407479] ppdev: user-space parallel port driver
[   11.416662] [drm] Initialized drm 1.1.0 20060810
[   11.418404] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   11.433331] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   11.433336] i915 0000:00:02.0: setting latency timer to 64
[   11.444450] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[   11.444453] [drm] MTRR allocation failed.  Graphics performance may suffer.
[   11.444498]   alloc irq_desc for 28 on node -1
[   11.444500]   alloc kstat_irqs on node -1
[   11.444507] i915 0000:00:02.0: irq 28 for MSI/MSI-X
[   11.444511] [drm] set up 63M of stolen space
[   11.470009] lp0: using parport0 (interrupt-driven).
[   11.622564] fb0: inteldrmfb frame buffer device
[   11.622566] registered panic notifier
[   11.622583] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   11.622623]   alloc irq_desc for 22 on node -1
[   11.622624]   alloc kstat_irqs on node -1
[   11.622630] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   11.622660] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   11.623848] vga16fb: initializing
[   11.623853] vga16fb: mapped to 0xffff8800000a0000
[   11.623856] vga16fb: not registering due to another framebuffer present
[   11.693210] Console: switching to colour frame buffer device 210x65
[   11.893959] hda_codec: ALC888: BIOS auto-probing.
[   11.895320] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[   12.470837] EXT4-fs (sda5): mounted filesystem with ordered data mode
[   12.655900] EXT4-fs (sda6): mounted filesystem with ordered data mode
[   12.760079] EXT4-fs (sda1): mounted filesystem with ordered data mode
[   13.006643] type=1505 audit(1316856231.580:8):  operation="profile_replace" pid=1032 name="/sbin/dhclient3"
[   13.007069] type=1505 audit(1316856231.580:9):  operation="profile_replace" pid=1032 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   13.007315] type=1505 audit(1316856231.580:10):  operation="profile_replace" pid=1032 name="/usr/lib/connman/scripts/dhclient-script"
[   13.007574] type=1505 audit(1316856231.590:11):  operation="profile_load" pid=1031 name="/usr/share/gdm/guest-session/Xsession"
[   13.039989] r8169: eth0: link down
[   13.040260] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.099877] CPU0 attaching NULL sched-domain.
[   14.099882] CPU1 attaching NULL sched-domain.
[   14.099883] CPU2 attaching NULL sched-domain.
[   14.099884] CPU3 attaching NULL sched-domain.
[   14.155923] CPU0 attaching sched-domain:
[   14.155926]  domain 0: span 0,2 level SIBLING
[   14.155928]   groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[   14.155931]   domain 1: span 0-3 level MC
[   14.155933]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   14.155938] CPU1 attaching sched-domain:
[   14.155939]  domain 0: span 1,3 level SIBLING
[   14.155940]   groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[   14.155943]   domain 1: span 0-3 level MC
[   14.155944]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   14.155947] CPU2 attaching sched-domain:
[   14.155948]  domain 0: span 0,2 level SIBLING
[   14.155950]   groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[   14.155952]   domain 1: span 0-3 level MC
[   14.155954]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   14.155957] CPU3 attaching sched-domain:
[   14.155958]  domain 0: span 1,3 level SIBLING
[   14.155959]   groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[   14.155962]   domain 1: span 0-3 level MC
[   14.155963]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   14.156265] CPU0 attaching NULL sched-domain.
[   14.156267] CPU1 attaching NULL sched-domain.
[   14.156268] CPU2 attaching NULL sched-domain.
[   14.156270] CPU3 attaching NULL sched-domain.
[   14.214551] CPU0 attaching sched-domain:
[   14.214555]  domain 0: span 0,2 level SIBLING
[   14.214556]   groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[   14.214560]   domain 1: span 0-3 level MC
[   14.214561]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   14.214566] CPU1 attaching sched-domain:
[   14.214567]  domain 0: span 1,3 level SIBLING
[   14.214568]   groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[   14.214571]   domain 1: span 0-3 level MC
[   14.214572]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   14.214576] CPU2 attaching sched-domain:
[   14.214577]  domain 0: span 0,2 level SIBLING
[   14.214578]   groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[   14.214581]   domain 1: span 0-3 level MC
[   14.214582]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   14.214585] CPU3 attaching sched-domain:
[   14.214586]  domain 0: span 1,3 level SIBLING
[   14.214588]   groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[   14.214590]   domain 1: span 0-3 level MC
[   14.214592]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   14.977982] CPU0 attaching NULL sched-domain.
[   14.977986] CPU1 attaching NULL sched-domain.
[   14.977987] CPU2 attaching NULL sched-domain.
[   14.977988] CPU3 attaching NULL sched-domain.
[   15.064803] CPU0 attaching sched-domain:
[   15.064808]  domain 0: span 0,2 level SIBLING
[   15.064810]   groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[   15.064815]   domain 1: span 0-3 level MC
[   15.064817]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   15.064824] CPU1 attaching sched-domain:
[   15.064826]  domain 0: span 1,3 level SIBLING
[   15.064828]   groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[   15.064832]   domain 1: span 0-3 level MC
[   15.064834]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   15.064856] CPU2 attaching sched-domain:
[   15.064858]  domain 0: span 0,2 level SIBLING
[   15.064860]   groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[   15.064864]   domain 1: span 0-3 level MC
[   15.064866]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   15.064871] CPU3 attaching sched-domain:
[   15.064873]  domain 0: span 1,3 level SIBLING
[   15.064875]   groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[   15.064879]   domain 1: span 0-3 level MC
[   15.064881]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   15.065314] CPU0 attaching NULL sched-domain.
[   15.065317] CPU1 attaching NULL sched-domain.
[   15.065319] CPU2 attaching NULL sched-domain.
[   15.065321] CPU3 attaching NULL sched-domain.
[   15.144650] CPU0 attaching sched-domain:
[   15.144653]  domain 0: span 0,2 level SIBLING
[   15.144655]   groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[   15.144658]   domain 1: span 0-3 level MC
[   15.144659]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   15.144664] CPU1 attaching sched-domain:
[   15.144666]  domain 0: span 1,3 level SIBLING
[   15.144667]   groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[   15.144670]   domain 1: span 0-3 level MC
[   15.144671]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   15.144674] CPU2 attaching sched-domain:
[   15.144675]  domain 0: span 0,2 level SIBLING
[   15.144676]   groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[   15.144679]   domain 1: span 0-3 level MC
[   15.144680]    groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[   15.144684] CPU3 attaching sched-domain:
[   15.144685]  domain 0: span 1,3 level SIBLING
[   15.144686]   groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[   15.144689]   domain 1: span 0-3 level MC
[   15.144690]    groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[   16.401597] usb-storage: device scan complete
[   16.402240] scsi 6:0:0:0: Direct-Access     USB2.0   CardReader CF    0100 PQ: 0 ANSI: 0
[   16.402627] scsi 6:0:0:1: Direct-Access     USB2.0   CardReader SM XD 0100 PQ: 0 ANSI: 0
[   16.403015] scsi 6:0:0:2: Direct-Access     USB2.0   CardReader MS    0100 PQ: 0 ANSI: 0
[   16.403487] scsi 6:0:0:3: Direct-Access     USB2.0   CardReader SD    0100 PQ: 0 ANSI: 0
[   16.403842] sd 6:0:0:0: Attached scsi generic sg2 type 0
[   16.404008] sd 6:0:0:1: Attached scsi generic sg3 type 0
[   16.407751] sd 6:0:0:2: Attached scsi generic sg4 type 0
[   16.408234] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[   16.408721] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[   16.408762] sd 6:0:0:3: Attached scsi generic sg5 type 0
[   16.412466] sd 6:0:0:2: [sdd] Attached SCSI removable disk
[   16.419202] sd 6:0:0:3: [sde] Attached SCSI removable disk
[  622.746242] sd 6:0:0:3: [sde] 977920 512-byte logical blocks: (500 MB/477 MiB)
[  622.746752] sd 6:0:0:3: [sde] Assuming drive cache: write through
[  622.748080] sd 6:0:0:3: [sde] Assuming drive cache: write through
[  622.748088]  sde: sde1
[  687.661423] r8169: eth0: link down
[  687.662121] ADDRCONF(NETDEV_UP): eth0: link is not ready