ubuntuusers.de

Laptop Dmesg von Avalarion

Autor:
Avalarion
Datum:
25. August 2009 12:59
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
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.30-gentoo-r4 (root@avalarion-laptop) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2)) #1 SMP Mon Aug 17 21:43:38 CEST 2009
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
[    0.000000]  BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001f690000 (usable)
[    0.000000]  BIOS-e820: 000000001f690000 - 000000001f700000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000001f700000 - 0000000020000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (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: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0x1f690 max_arch_pfn = 0x100000
[    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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 01F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 01F800000 mask FFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000002000 (usable)
[    0.000000]  modified: 0000000000002000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 000000000009e000 (usable)
[    0.000000]  modified: 000000000009e000 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000dc000 - 00000000000e0000 (reserved)
[    0.000000]  modified: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000001f690000 (usable)
[    0.000000]  modified: 000000001f690000 - 000000001f700000 (ACPI NVS)
[    0.000000]  modified: 000000001f700000 - 0000000020000000 (reserved)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (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: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] init_memory_mapping: 0000000000000000-000000001f690000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 001f400000 page 2M
[    0.000000]  001f400000 - 001f690000 page 4k
[    0.000000] kernel direct mapping tables up to 1f690000 @ 7000-c000
[    0.000000] ACPI: RSDP 000f6660 00024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 1f692715 0006C (v01 ACRSYS ACRPRDCT 06040000  LTP 00000000)
[    0.000000] ACPI: FACP 1f69bc38 000F4 (v03 INTEL  CALISTGA 06040000 ALAN 00000001)
[    0.000000] ACPI: DSDT 1f69311d 08AA7 (v01 INTEL  CALISTGA 06040000 MSFT 03000000)
[    0.000000] ACPI: FACS 1f69cfc0 00040
[    0.000000] ACPI: APIC 1f69bd2c 00068 (v01 INTEL  CALISTGA 06040000 LOHR 0000005A)
[    0.000000] ACPI: HPET 1f69bd94 00038 (v01 INTEL  CALISTGA 06040000 LOHR 0000005A)
[    0.000000] ACPI: MCFG 1f69bdcc 0003C (v01 INTEL  CALISTGA 06040000 LOHR 0000005A)
[    0.000000] ACPI: APIC 1f69be08 0005A (v01 PTLTD  	 APIC   06040000  LTP 00000000)
[    0.000000] ACPI: BOOT 1f69be62 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SLIC 1f69be8a 00176 (v01 ACRSYS ACRPRDCT 06040000 acer 00000000)
[    0.000000] ACPI: SSDT 1f692c67 004B6 (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.000000] ACPI: SSDT 1f692781 004E6 (v01  PmRef    CpuPm 00003000 INTL 20050624)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 502MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1f690000
[    0.000000]   low ram: 0 - 1f690000
[    0.000000]   node 0 low ram: 00000000 - 1f690000
[    0.000000]   node 0 bootmap 00008000 - 0000bed4
[    0.000000] (8 early reservations) ==> bootmem [0000000000 - 001f690000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000200000 - 0000942214]    TEXT DATA BSS ==> [0000200000 - 0000942214]
[    0.000000]   #4 [000009e000 - 0000100000]    BIOS reserved ==> [000009e000 - 0000100000]
[    0.000000]   #5 [0000943000 - 0000946150]              BRK ==> [0000943000 - 0000946150]
[    0.000000]   #6 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
[    0.000000]   #7 [0000008000 - 000000c000]          BOOTMAP ==> [0000008000 - 000000c000]
[    0.000000] found SMP MP-table at [c00f6690] f6690
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0001f690
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000002
[    0.000000]     0: 0x00000006 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x0001f690
[    0.000000] On node 0 totalpages: 128554
[    0.000000] free_area_init_node: node 0, pgdat c0831460, node_mem_map c1000000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3962 pages, LIFO batch:0
[    0.000000]   Normal zone: 974 pages used for memmap
[    0.000000]   Normal zone: 123586 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    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] disabled)
[    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] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
[    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000)
[    0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 11 pages at c13f2000, static data 24124 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 127548
[    0.000000] Kernel command line: root=/dev/sda3
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Experimental hierarchical RCU implementation.
[    0.000000] Experimental hierarchical RCU init done.
[    0.000000] NR_IRQS:2304 nr_irqs:424
[    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1600.062 MHz processor.
[    0.000999] Console: colour VGA+ 80x25
[    0.000999] console [tty0] enabled
[    0.000999] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000999] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000999] Memory: 502060k/514624k available (4102k kernel code, 12076k reserved, 2293k data, 328k init, 0k highmem)
[    0.000999] virtual kernel memory layout:
[    0.000999]     fixmap  : 0xfff9d000 - 0xfffff000   ( 392 kB)
[    0.000999]     vmalloc : 0xdfe90000 - 0xfff9b000   ( 513 MB)
[    0.000999]     lowmem  : 0xc0000000 - 0xdf690000   ( 502 MB)
[    0.000999]       .init : 0xc0846000 - 0xc0898000   ( 328 kB)
[    0.000999]       .data : 0xc0601bfb - 0xc083f0b8   (2293 kB)
[    0.000999]       .text : 0xc0200000 - 0xc0601bfb   (4102 kB)
[    0.000999] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000999] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000999] hpet clockevent registered
[    0.000999] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.12 BogoMIPS (lpj=1600062)
[    0.000999] Security Framework initialized
[    0.000999] SELinux:  Initializing.
[    0.000999] SELinux:  Starting in permissive mode
[    0.000999] Mount-cache hash table entries: 512
[    0.000999] Initializing cgroup subsys ns
[    0.000999] Initializing cgroup subsys cpuacct
[    0.000999] Initializing cgroup subsys freezer
[    0.001030] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.001157] CPU: L2 cache: 1024K
[    0.001249] Intel machine check architecture supported.
[    0.001347] Intel machine check reporting enabled on CPU#0.
[    0.001443] using mwait in idle threads.
[    0.001539] Checking 'hlt' instruction... OK.
[    0.005638] SMP alternatives: switching to UP code
[    0.009832] ACPI: Core revision 20090320
[    0.026454] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.036932] CPU0: Intel(R) Celeron(R) M CPU        420  @ 1.60GHz stepping 08
[    0.037994] Brought up 1 CPUs
[    0.037994] Total of 1 processors activated (3200.12 BogoMIPS).
[    0.037994] khelper used greatest stack depth: 7324 bytes left
[    0.037994] net_namespace: 1028 bytes
[    0.038189] Time: 12:21:34  Date: 08/25/09
[    0.038346] NET: Registered protocol family 16
[    0.039017] ACPI: bus type pci registered
[    0.039255] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.039357] PCI: MCFG area at e0000000 reserved in E820
[    0.039452] PCI: Using MMCONFIG for extended config space
[    0.039548] PCI: Using configuration type 1 for base access
[    0.039928] khelper used greatest stack depth: 7272 bytes left
[    0.048897] bio: create slab <bio-0> at 0
[    0.050132] ACPI: EC: Look up EC in DSDT
[    0.054151] ACPI: BIOS _OSI(Linux) query ignored
[    0.655021] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.657023] ACPI: EC: GPE storm detected, transactions will use polling mode
[    0.779087] ACPI: Interpreter enabled
[    0.779184] ACPI: (supports S0 S3 S4 S5)
[    0.780006] ACPI: Using IOAPIC for interrupt routing
[    0.788296] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.788399] ACPI: EC: driver started in poll mode
[    0.789421] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.789533] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.789772] pci 0000:00:02.0: reg 10 32bit mmio: [0xd0200000-0xd027ffff]
[    0.789779] pci 0000:00:02.0: reg 14 io port: [0x1800-0x1807]
[    0.789786] pci 0000:00:02.0: reg 18 32bit mmio: [0xc0000000-0xcfffffff]
[    0.789792] pci 0000:00:02.0: reg 1c 32bit mmio: [0xd0300000-0xd033ffff]
[    0.789837] pci 0000:00:02.1: reg 10 32bit mmio: [0xd0280000-0xd02fffff]
[    0.789961] pci 0000:00:1b.0: reg 10 64bit mmio: [0xd0340000-0xd0343fff]
[    0.790050] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.790151] pci 0000:00:1b.0: PME# disabled
[    0.790331] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.790432] pci 0000:00:1c.0: PME# disabled
[    0.790614] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.790716] pci 0000:00:1c.1: PME# disabled
[    0.790898] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.791002] pci 0000:00:1c.2: PME# disabled
[    0.791185] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.791286] pci 0000:00:1c.3: PME# disabled
[    0.791444] pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f]
[    0.791515] pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f]
[    0.791583] pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f]
[    0.791652] pci 0000:00:1d.3: reg 20 io port: [0x1880-0x189f]
[    0.791725] pci 0000:00:1d.7: reg 10 32bit mmio: [0xd0544000-0xd05443ff]
[    0.791791] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.791893] pci 0000:00:1d.7: PME# disabled
[    0.792165] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[    0.792317] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[    0.792420] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[    0.792573] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1600 (mask 007f)
[    0.792726] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0068 (mask 0007)
[    0.792928] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[    0.792937] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[    0.792946] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[    0.792955] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[    0.792965] pci 0000:00:1f.1: reg 20 io port: [0x1810-0x181f]
[    0.793053] pci 0000:00:1f.3: reg 20 io port: [0x18e0-0x18ff]
[    0.793173] pci 0000:02:00.0: reg 10 64bit mmio: [0x000000-0x003fff]
[    0.793186] pci 0000:02:00.0: reg 18 io port: [0x00-0xff]
[    0.793278] pci 0000:02:00.0: supports D1 D2
[    0.793281] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.793384] pci 0000:02:00.0: PME# disabled
[    0.793542] pci 0000:00:1c.0: bridge io port: [0x00-0xfff]
[    0.793548] pci 0000:00:1c.0: bridge 32bit mmio: [0x000000-0x0fffff]
[    0.793558] pci 0000:00:1c.0: bridge 64bit mmio pref: [0x000000-0x0fffff]
[    0.793621] pci 0000:00:1c.1: bridge io port: [0x00-0xfff]
[    0.793628] pci 0000:00:1c.1: bridge 32bit mmio: [0x000000-0x0fffff]
[    0.793637] pci 0000:00:1c.1: bridge 64bit mmio pref: [0x000000-0x0fffff]
[    0.793700] pci 0000:00:1c.2: bridge io port: [0x00-0xfff]
[    0.793706] pci 0000:00:1c.2: bridge 32bit mmio: [0x000000-0x0fffff]
[    0.793716] pci 0000:00:1c.2: bridge 64bit mmio pref: [0x000000-0x0fffff]
[    0.793779] pci 0000:00:1c.3: bridge io port: [0x00-0xfff]
[    0.793785] pci 0000:00:1c.3: bridge 32bit mmio: [0x000000-0x0fffff]
[    0.793794] pci 0000:00:1c.3: bridge 64bit mmio pref: [0x000000-0x0fffff]
[    0.793831] pci 0000:0a:03.0: reg 10 32bit mmio: [0xd0100000-0xd0101fff]
[    0.793930] pci 0000:0a:09.0: reg 10 32bit mmio: [0xd0102000-0xd0102fff]
[    0.793960] pci 0000:0a:09.0: supports D1 D2
[    0.793963] pci 0000:0a:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.794007] pci 0000:0a:09.0: PME# disabled
[    0.794150] pci 0000:0a:09.2: reg 10 32bit mmio: [0xd0103000-0xd0103fff]
[    0.794221] pci 0000:0a:09.2: supports D1 D2
[    0.794224] pci 0000:0a:09.2: PME# supported from D0 D1 D2 D3hot
[    0.794325] pci 0000:0a:09.2: PME# disabled
[    0.794476] pci 0000:00:1e.0: transparent bridge
[    0.794576] pci 0000:00:1e.0: bridge 32bit mmio: [0xd0100000-0xd01fffff]
[    0.794639] pci_bus 0000:00: on NUMA node 0
[    0.794648] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.794912] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.795086] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.795185] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.795304] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.803023] khelper used greatest stack depth: 7240 bytes left
[    0.803252] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.803972] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.804630] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.805292] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.806024] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.806664] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.807294] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.807934] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.808845] SCSI subsystem initialized
[    0.808989] libata version 3.00 loaded.
[    0.809364] usbcore: registered new interface driver usbfs
[    0.809521] usbcore: registered new interface driver hub
[    0.809687] usbcore: registered new device driver usb
[    0.810153] PCI: Using ACPI for IRQ routing
[    0.810251] pci 0000:00:1c.0: BAR 7: can't allocate resource
[    0.810348] pci 0000:00:1c.0: BAR 8: can't allocate resource
[    0.810446] pci 0000:00:1c.0: BAR 9: can't allocate resource
[    0.810543] pci 0000:00:1c.1: BAR 7: can't allocate resource
[    0.810640] pci 0000:00:1c.1: BAR 8: can't allocate resource
[    0.810737] pci 0000:00:1c.1: BAR 9: can't allocate resource
[    0.810834] pci 0000:00:1c.2: BAR 7: can't allocate resource
[    0.810931] pci 0000:00:1c.2: BAR 8: can't allocate resource
[    0.811034] pci 0000:00:1c.2: BAR 9: can't allocate resource
[    0.811132] pci 0000:00:1c.3: BAR 7: can't allocate resource
[    0.811230] pci 0000:00:1c.3: BAR 8: can't allocate resource
[    0.811328] pci 0000:00:1c.3: BAR 9: can't allocate resource
[    0.811831] cfg80211: Using static regulatory domain info
[    0.811928] cfg80211: Regulatory domain: US
[    0.812015] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    0.812167] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[    0.812266] 	(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    0.812366] 	(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    0.812467] 	(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    0.812566] 	(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    0.812667] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[    0.812774] cfg80211: Calling CRDA for country: US
[    0.812912] NetLabel: Initializing
[    0.813021] NetLabel:  domain hash size = 128
[    0.813113] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.813226] NetLabel:  unlabeled traffic allowed by default
[    0.813379] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.813609] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.816628] pnp: PnP ACPI init
[    0.816728] ACPI: bus type pnp registered
[    0.817020] Switched to high resolution mode on CPU 0
[    0.818958] pnp 00:05: io resource (0x2e-0x2f) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.819130] pnp 00:05: io resource (0x61-0x61) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.819285] pnp 00:05: io resource (0x63-0x63) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.819440] pnp 00:05: io resource (0x65-0x65) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.819593] pnp 00:05: io resource (0x67-0x67) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.819747] pnp 00:05: io resource (0x68-0x6f) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.819902] pnp 00:05: io resource (0x80-0x80) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.820061] pnp 00:05: io resource (0x92-0x92) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.820215] pnp 00:05: io resource (0xb2-0xb3) overlaps 0000:02:00.0 BAR 2 (0x0-0xff), disabling
[    0.822377] pnp: PnP ACPI: found 9 devices
[    0.822470] ACPI: ACPI bus type pnp unregistered
[    0.822574] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[    0.822675] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[    0.822777] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
[    0.822880] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
[    0.822982] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    0.823090] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
[    0.823192] system 00:01: iomem range 0xfed40000-0xfed44fff has been reserved
[    0.823294] system 00:01: iomem range 0xfed45000-0xfed8ffff has been reserved
[    0.823400] system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
[    0.823507] system 00:05: ioport range 0x800-0x80f has been reserved
[    0.823606] system 00:05: ioport range 0x1000-0x107f has been reserved
[    0.823706] system 00:05: ioport range 0x1180-0x11bf has been reserved
[    0.823805] system 00:05: ioport range 0x1600-0x166f has been reserved
[    0.823905] system 00:05: ioport range 0xfe10-0xfe11 has been reserved
[    0.824010] system 00:05: ioport range 0xfe00-0xfe00 has been reserved
[    0.858884]   alloc irq_desc for 18 on cpu 0 node 0
[    0.858887]   alloc kstat_irqs on cpu 0 node 0
[    0.858896] b43-pci-bridge 0000:0a:03.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    0.886090] ssb: Sonics Silicon Backplane found on PCI device 0000:0a:03.0
[    0.886317] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    0.886416] pci 0000:00:1c.0:   IO window: 0x2000-0x2fff
[    0.886517] pci 0000:00:1c.0:   MEM window: 0x34000000-0x340fffff
[    0.886618] pci 0000:00:1c.0:   PREFETCH window: disabled
[    0.886721] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[    0.886818] pci 0000:00:1c.1:   IO window: disabled
[    0.886917] pci 0000:00:1c.1:   MEM window: disabled
[    0.887021] pci 0000:00:1c.1:   PREFETCH window: disabled
[    0.887123] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[    0.887219] pci 0000:00:1c.2:   IO window: disabled
[    0.887316] pci 0000:00:1c.2:   MEM window: disabled
[    0.887413] pci 0000:00:1c.2:   PREFETCH window: disabled
[    0.887514] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
[    0.887610] pci 0000:00:1c.3:   IO window: disabled
[    0.887709] pci 0000:00:1c.3:   MEM window: disabled
[    0.887806] pci 0000:00:1c.3:   PREFETCH window: disabled
[    0.887910] pci 0000:0a:09.0: CardBus bridge, secondary bus 0000:0b
[    0.888014] pci 0000:0a:09.0:   IO window: 0x003000-0x0030ff
[    0.888114] pci 0000:0a:09.0:   IO window: 0x003400-0x0034ff
[    0.888214] pci 0000:0a:09.0:   PREFETCH window: 0x30000000-0x33ffffff
[    0.888316] pci 0000:0a:09.0:   MEM window: 0x38000000-0x3bffffff
[    0.888418] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0a
[    0.888517] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    0.888617] pci 0000:00:1e.0:   MEM window: 0xd0100000-0xd01fffff
[    0.888718] pci 0000:00:1e.0:   PREFETCH window: 0x00000030000000-0x00000033ffffff
[    0.888881] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.888979]   alloc irq_desc for 16 on cpu 0 node 0
[    0.888983]   alloc kstat_irqs on cpu 0 node 0
[    0.888989] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.889097] pci 0000:00:1c.0: setting latency timer to 64
[    0.889107]   alloc irq_desc for 17 on cpu 0 node 0
[    0.889111]   alloc kstat_irqs on cpu 0 node 0
[    0.889116] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.889220] pci 0000:00:1c.1: setting latency timer to 64
[    0.889230] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.889333] pci 0000:00:1c.2: setting latency timer to 64
[    0.889343]   alloc irq_desc for 19 on cpu 0 node 0
[    0.889346]   alloc kstat_irqs on cpu 0 node 0
[    0.889351] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.889454] pci 0000:00:1c.3: setting latency timer to 64
[    0.889460] pci 0000:00:1e.0: enabling device (0004 -> 0007)
[    0.889562] pci 0000:00:1e.0: setting latency timer to 64
[    0.889573] pci 0000:0a:09.0: enabling device (0000 -> 0003)
[    0.889672]   alloc irq_desc for 20 on cpu 0 node 0
[    0.889674]   alloc kstat_irqs on cpu 0 node 0
[    0.889679] pci 0000:0a:09.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.889787] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.889790] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.889795] pci_bus 0000:02: resource 0 io:  [0x2000-0x2fff]
[    0.889798] pci_bus 0000:02: resource 1 mem: [0x34000000-0x340fffff]
[    0.889802] pci_bus 0000:02: resource 2 mem: [0x0-0xfffff]
[    0.889806] pci_bus 0000:03: resource 0 mem: [0x0-0xfff]
[    0.889809] pci_bus 0000:03: resource 1 mem: [0x0-0xfffff]
[    0.889813] pci_bus 0000:03: resource 2 mem: [0x0-0xfffff]
[    0.889816] pci_bus 0000:04: resource 0 mem: [0x0-0xfff]
[    0.889820] pci_bus 0000:04: resource 1 mem: [0x0-0xfffff]
[    0.889823] pci_bus 0000:04: resource 2 mem: [0x0-0xfffff]
[    0.889828] pci_bus 0000:05: resource 0 mem: [0x0-0xfff]
[    0.889832] pci_bus 0000:05: resource 1 mem: [0x0-0xfffff]
[    0.889835] pci_bus 0000:05: resource 2 mem: [0x0-0xfffff]
[    0.889839] pci_bus 0000:0a: resource 0 io:  [0x3000-0x3fff]
[    0.889843] pci_bus 0000:0a: resource 1 mem: [0xd0100000-0xd01fffff]
[    0.889846] pci_bus 0000:0a: resource 2 pref mem [0x30000000-0x33ffffff]
[    0.889850] pci_bus 0000:0a: resource 3 io:  [0x00-0xffff]
[    0.889854] pci_bus 0000:0a: resource 4 mem: [0x000000-0xffffffff]
[    0.889858] pci_bus 0000:0b: resource 0 io:  [0x3000-0x30ff]
[    0.889861] pci_bus 0000:0b: resource 1 io:  [0x3400-0x34ff]
[    0.889865] pci_bus 0000:0b: resource 2 pref mem [0x30000000-0x33ffffff]
[    0.889869] pci_bus 0000:0b: resource 3 mem: [0x38000000-0x3bffffff]
[    0.889912] NET: Registered protocol family 2
[    0.890119] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.890538] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.890794] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    0.890998] TCP: Hash tables configured (established 16384 bind 16384)
[    0.891110] TCP reno registered
[    0.891283] NET: Registered protocol family 1
[    0.891531] Simple Boot Flag at 0x36 set to 0x1
[    0.891919] Machine check exception polling timer started.
[    0.892529] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.892682] Scanning for low memory corruption every 60 seconds
[    0.893202] audit: initializing netlink socket (disabled)
[    0.893312] type=2000 audit(1251202894.893:1): initialized
[    0.904759] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.908605] VFS: Disk quotas dquot_6.5.2
[    0.908819] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.910056] NTFS driver 2.1.29 [Flags: R/O].
[    0.910398] msgmni has been set to 980
[    0.910638] SELinux:  Registering netfilter hooks
[    0.910835] cryptomgr_test used greatest stack depth: 6944 bytes left
[    0.911305] alg: No test for stdrng (krng)
[    0.911555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.911706] io scheduler noop registered
[    0.911798] io scheduler anticipatory registered
[    0.911894] io scheduler deadline registered
[    0.912096] io scheduler cfq registered (default)
[    0.913273] pci 0000:00:02.0: Boot video device
[    0.913291] pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x00c0
[    0.913294] pci 0000:00:1d.0: Performing full reset
[    0.913317] pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x00c0
[    0.913320] pci 0000:00:1d.1: Performing full reset
[    0.913340] pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x00c0
[    0.913343] pci 0000:00:1d.2: Performing full reset
[    0.913363] pci 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x00c0
[    0.913366] pci 0000:00:1d.3: Performing full reset
[    0.913616]   alloc irq_desc for 24 on cpu 0 node 0
[    0.913619]   alloc kstat_irqs on cpu 0 node 0
[    0.913635] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[    0.913656] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    0.913941]   alloc irq_desc for 25 on cpu 0 node 0
[    0.913944]   alloc kstat_irqs on cpu 0 node 0
[    0.913954] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[    0.913974] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[    0.914266]   alloc irq_desc for 26 on cpu 0 node 0
[    0.914269]   alloc kstat_irqs on cpu 0 node 0
[    0.914279] pcieport-driver 0000:00:1c.2: irq 26 for MSI/MSI-X
[    0.914298] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[    0.914578]   alloc irq_desc for 27 on cpu 0 node 0
[    0.914580]   alloc kstat_irqs on cpu 0 node 0
[    0.914591] pcieport-driver 0000:00:1c.3: irq 27 for MSI/MSI-X
[    0.914610] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[    0.914909] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.919559] Non-volatile memory driver v1.3
[    0.919734] intel_rng: FWH not detected
[    0.919868] Linux agpgart interface v0.103
[    0.920061] agpgart-intel 0000:00:00.0: Intel 945GM Chipset
[    0.920451] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[    0.923830] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    0.934183] ACPI: AC Adapter [ACAD] (on-line)
[    0.934476] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.934631] ACPI: Power Button [PWRF]
[    0.934843] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    0.935088] ACPI: Lid Switch [LID]
[    0.935279] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    0.935434] ACPI: Power Button [PWRB]
[    0.935627] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[    0.935780] ACPI: Sleep Button [SLPB]
[    0.937152] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/input/input4
[    0.937308] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    0.938348] Marking TSC unstable due to TSC halts in idle
[    0.938509] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    0.938805] processor ACPI_CPU:00: registered as cooling_device0
[    0.938906] ACPI: Processor [CPU0] (supports 8 throttling states)
[    0.962095] thermal LNXTHERM:01: registered as thermal_zone0
[    0.962200] ACPI: Thermal Zone [THRM] (39 C)
[    0.962432] [drm] Initialized drm 1.1.0 20060810
[    0.962555] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.962657] pci 0000:00:02.0: setting latency timer to 64
[    0.965262] ACPI: Battery Slot [BAT1] (battery absent)
[    0.965884] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    0.966069] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.969201] brd: module loaded
[    0.970460] loop: module loaded
[    0.970654] input: Macintosh mouse button emulation as /devices/virtual/input/input5
[    0.970972] Driver 'sd' needs updating - please use bus_type methods
[    0.971139] Driver 'sr' needs updating - please use bus_type methods
[    0.971441] ata_piix 0000:00:1f.1: version 2.13
[    0.971464] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    0.971606] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.971694] scsi0 : ata_piix
[    0.971979] scsi1 : ata_piix
[    0.972375] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    0.972478] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    0.973256] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[    0.988022] b43-phy0 debug: Found PHY: Analog 3, Type 2, Revision 7
[    0.988044] b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 8
[    0.995795] phy0: Selected rate control algorithm 'minstrel'
[    0.996190] Broadcom 43xx driver loaded [ Features: PML, Firmware-ID: FW13 ]
[    0.996345] Broadcom 43xx-legacy driver loaded [ Features: PLID, Firmware-ID: FW10 ]
[    0.996499] console [netcon0] enabled
[    0.996590] netconsole: network logging started
[    0.996750] yenta_cardbus 0000:0a:09.0: CardBus bridge found [1025:0110]
[    0.996872] yenta_cardbus 0000:0a:09.0: Using CSCINT to route CSC interrupts to PCI
[    0.997052] yenta_cardbus 0000:0a:09.0: Routing CardBus interrupts to PCI
[    0.997156] yenta_cardbus 0000:0a:09.0: TI: mfunc 0x01321b22, devctl 0x66
[    1.129681] ata1.00: ATA-6: HTS541080G9AT00, MB4OA60A, max UDMA/100
[    1.129781] ata1.00: 156301488 sectors, multi 16: LBA48 
[    1.129921] ata1.01: ATAPI: PHILIPS DVD-RAM SDVD8821, EX04, max UDMA/33
[    1.136583] ata1.00: configured for UDMA/100
[    1.158309] ata1.01: configured for UDMA/33
[    1.159348] scsi 0:0:0:0: Direct-Access     ATA      HTS541080G9AT00  MB4O PQ: 0 ANSI: 5
[    1.159852] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.160074] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[    1.160243] sd 0:0:0:0: [sda] Write Protect is off
[    1.160339] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.160369] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.160640]  sda: sda1 sda2 sda3 sda4 < sda5<5>scsi 0:0:1:0: CD-ROM            PHILIPS  DVD-RAM SDVD8821 EX04 PQ: 0 ANSI: 5
[    1.205080]  sda6 sda7 >
[    1.224128] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.233327] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.233478] Uniform CD-ROM driver Revision: 3.20
[    1.233730] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    1.233869] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    1.518799] yenta_cardbus 0000:0a:09.0: ISA IRQ mask 0x0cf8, PCI irq 20
[    1.518900] yenta_cardbus 0000:0a:09.0: Socket status: 30000006
[    1.519010] pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0b to #0e
[    1.519167] yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge I/O window: 0x3000 - 0x3fff
[    1.519321] yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge Memory window: 0xd0100000 - 0xd01fffff
[    1.519476] yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x33ffffff
[    1.770259] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.770360] ehci_hcd: block sizes: qh 128 qtd 96 itd 160 sitd 96
[    1.770396]   alloc irq_desc for 23 on cpu 0 node 0
[    1.770399]   alloc kstat_irqs on cpu 0 node 0
[    1.770410] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.770531] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.770537] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.770714] drivers/usb/core/inode.c: creating file 'devices'
[    1.770720] drivers/usb/core/inode.c: creating file '001'
[    1.770794] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.770951] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8
[    1.770957] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[    1.770983] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    1.774886] ehci_hcd 0000:00:1d.7: debug port 1
[    1.774985] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.774988] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[    1.775016] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd0544000
[    1.775116] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    1.778996] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[    1.785015] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.785145] usb usb1: default language 0x0409
[    1.785155] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.785255] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.785405] usb usb1: Product: EHCI Host Controller
[    1.785500] usb usb1: Manufacturer: Linux 2.6.30-gentoo-r4 ehci_hcd
[    1.785598] usb usb1: SerialNumber: 0000:00:1d.7
[    1.785736] usb usb1: uevent
[    1.785792] usb usb1: usb_probe_device
[    1.785796] usb usb1: configuration #1 chosen from 1 choice
[    1.785900] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    1.785919] usb 1-0:1.0: uevent
[    1.785971] hub 1-0:1.0: usb_probe_interface
[    1.785975] hub 1-0:1.0: usb_probe_interface - got id
[    1.785978] hub 1-0:1.0: USB hub found
[    1.786090] hub 1-0:1.0: 8 ports detected
[    1.786182] hub 1-0:1.0: standalone hub
[    1.786185] hub 1-0:1.0: no power switching (usb 1.0)
[    1.786187] hub 1-0:1.0: individual port over-current protection
[    1.786191] hub 1-0:1.0: power on to power good time: 20ms
[    1.786197] hub 1-0:1.0: local power source is good
[    1.786201] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    1.786359] drivers/usb/core/inode.c: creating file '001'
[    1.786495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.786593] ohci_hcd: block sizes: ed 64 td 64
[    1.786660] uhci_hcd: USB Universal Host Controller Interface driver
[    1.786816] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.786923] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.786928] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.787111] drivers/usb/core/inode.c: creating file '002'
[    1.787183] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.787339] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.787438] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[    1.787441] uhci_hcd 0000:00:1d.0: Performing full reset
[    1.787459] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[    1.787467] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[    1.787607] usb usb2: default language 0x0409
[    1.787616] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.787716] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.787865] usb usb2: Product: UHCI Host Controller
[    1.787960] usb usb2: Manufacturer: Linux 2.6.30-gentoo-r4 uhci_hcd
[    1.788084] usb usb2: SerialNumber: 0000:00:1d.0
[    1.788226] usb usb2: uevent
[    1.788278] usb usb2: usb_probe_device
[    1.788281] usb usb2: configuration #1 chosen from 1 choice
[    1.788384] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    1.788403] usb 2-0:1.0: uevent
[    1.788454] hub 2-0:1.0: usb_probe_interface
[    1.788458] hub 2-0:1.0: usb_probe_interface - got id
[    1.788460] hub 2-0:1.0: USB hub found
[    1.788561] hub 2-0:1.0: 2 ports detected
[    1.788653] hub 2-0:1.0: standalone hub
[    1.788655] hub 2-0:1.0: no power switching (usb 1.0)
[    1.788658] hub 2-0:1.0: individual port over-current protection
[    1.788661] hub 2-0:1.0: power on to power good time: 2ms
[    1.788666] hub 2-0:1.0: local power source is good
[    1.788669] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    1.788747] drivers/usb/core/inode.c: creating file '001'
[    1.788851] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.788959] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.788964] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.789140] drivers/usb/core/inode.c: creating file '003'
[    1.789212] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.789368] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.789467] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[    1.789470] uhci_hcd 0000:00:1d.1: Performing full reset
[    1.789488] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[    1.789504] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[    1.789643] usb usb3: default language 0x0409
[    1.789652] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.789752] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.789901] usb usb3: Product: UHCI Host Controller
[    1.789996] usb usb3: Manufacturer: Linux 2.6.30-gentoo-r4 uhci_hcd
[    1.790120] usb usb3: SerialNumber: 0000:00:1d.1
[    1.790258] usb usb3: uevent
[    1.790309] usb usb3: usb_probe_device
[    1.790313] usb usb3: configuration #1 chosen from 1 choice
[    1.790415] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    1.790433] usb 3-0:1.0: uevent
[    1.790484] hub 3-0:1.0: usb_probe_interface
[    1.790487] hub 3-0:1.0: usb_probe_interface - got id
[    1.790490] hub 3-0:1.0: USB hub found
[    1.790587] hub 3-0:1.0: 2 ports detected
[    1.790679] hub 3-0:1.0: standalone hub
[    1.790681] hub 3-0:1.0: no power switching (usb 1.0)
[    1.790684] hub 3-0:1.0: individual port over-current protection
[    1.790687] hub 3-0:1.0: power on to power good time: 2ms
[    1.790692] hub 3-0:1.0: local power source is good
[    1.790695] hub 3-0:1.0: trying to enable port power on non-switchable hub
[    1.790776] drivers/usb/core/inode.c: creating file '001'
[    1.790875] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.790981] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.790986] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.791168] drivers/usb/core/inode.c: creating file '004'
[    1.791238] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.791394] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.791492] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[    1.791495] uhci_hcd 0000:00:1d.2: Performing full reset
[    1.791514] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[    1.791529] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[    1.791663] usb usb4: default language 0x0409
[    1.791673] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.791771] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.791922] usb usb4: Product: UHCI Host Controller
[    1.792043] usb usb4: Manufacturer: Linux 2.6.30-gentoo-r4 uhci_hcd
[    1.792141] usb usb4: SerialNumber: 0000:00:1d.2
[    1.792285] usb usb4: uevent
[    1.792338] usb usb4: usb_probe_device
[    1.792342] usb usb4: configuration #1 chosen from 1 choice
[    1.792444] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    1.792462] usb 4-0:1.0: uevent
[    1.792512] hub 4-0:1.0: usb_probe_interface
[    1.792515] hub 4-0:1.0: usb_probe_interface - got id
[    1.792518] hub 4-0:1.0: USB hub found
[    1.792616] hub 4-0:1.0: 2 ports detected
[    1.792708] hub 4-0:1.0: standalone hub
[    1.792710] hub 4-0:1.0: no power switching (usb 1.0)
[    1.792713] hub 4-0:1.0: individual port over-current protection
[    1.792716] hub 4-0:1.0: power on to power good time: 2ms
[    1.792721] hub 4-0:1.0: local power source is good
[    1.792724] hub 4-0:1.0: trying to enable port power on non-switchable hub
[    1.792801] drivers/usb/core/inode.c: creating file '001'
[    1.792898] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    1.793026] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.793032] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.793187] drivers/usb/core/inode.c: creating file '005'
[    1.793256] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.793414] uhci_hcd 0000:00:1d.3: detected 2 ports
[    1.793513] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000
[    1.793516] uhci_hcd 0000:00:1d.3: Performing full reset
[    1.793533] uhci_hcd 0000:00:1d.3: supports USB remote wakeup
[    1.793552] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
[    1.793701] usb usb5: default language 0x0409
[    1.793710] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.793810] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.793960] usb usb5: Product: UHCI Host Controller
[    1.794082] usb usb5: Manufacturer: Linux 2.6.30-gentoo-r4 uhci_hcd
[    1.794180] usb usb5: SerialNumber: 0000:00:1d.3
[    1.794316] usb usb5: uevent
[    1.794374] usb usb5: usb_probe_device
[    1.794377] usb usb5: configuration #1 chosen from 1 choice
[    1.794480] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[    1.794498] usb 5-0:1.0: uevent
[    1.794549] hub 5-0:1.0: usb_probe_interface
[    1.794552] hub 5-0:1.0: usb_probe_interface - got id
[    1.794555] hub 5-0:1.0: USB hub found
[    1.794654] hub 5-0:1.0: 2 ports detected
[    1.794747] hub 5-0:1.0: standalone hub
[    1.794750] hub 5-0:1.0: no power switching (usb 1.0)
[    1.794752] hub 5-0:1.0: individual port over-current protection
[    1.794755] hub 5-0:1.0: power on to power good time: 2ms
[    1.794761] hub 5-0:1.0: local power source is good
[    1.794764] hub 5-0:1.0: trying to enable port power on non-switchable hub
[    1.794847] drivers/usb/core/inode.c: creating file '001'
[    1.795066] usbcore: registered new interface driver usblp
[    1.795165] Initializing USB Mass Storage driver...
[    1.795330] usbcore: registered new interface driver usb-storage
[    1.795428] USB Mass Storage support registered.
[    1.795605] usbcore: registered new interface driver libusual
[    1.795834] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.829757] i8042.c: Detected active multiplexing controller, rev 1.1.
[    1.836286] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.836386] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.836482] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.836578] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.836675] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.836993] mice: PS/2 mouse device common for all mice
[    1.838889] rtc_cmos 00:06: RTC can wake from S4
[    1.839096] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.839228] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.839404] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.839924] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    1.840429] cpuidle: using governor ladder
[    1.840869] cpuidle: using governor menu
[    1.842454] usbcore: registered new interface driver hiddev
[    1.842605] usbcore: registered new interface driver usbhid
[    1.842703] usbhid: v2.6:USB HID core driver
[    1.842986] Advanced Linux Sound Architecture Driver Version 1.0.20.
[    1.843519]   alloc irq_desc for 22 on cpu 0 node 0
[    1.843523]   alloc kstat_irqs on cpu 0 node 0
[    1.843533] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    1.843724] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    1.874846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
[    1.886124] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000
[    1.888109] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    1.890103] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    1.892104] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    1.894104] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    1.906903] ALSA device list:
[    1.907042]   #0: HDA Intel at 0xd0340000 irq 22
[    1.907228] Netfilter messages via NETLINK v0.30.
[    1.907348] nf_conntrack version 0.5.0 (8041 buckets, 32164 max)
[    1.907754] ctnetlink v0.93: registering with nfnetlink.
[    1.908778] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.908907] TCP cubic registered
[    1.908998] Initializing XFRM netlink socket
[    1.909502] NET: Registered protocol family 10
[    1.911141] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.911317] IPv6 over IPv4 tunneling driver
[    1.912386] NET: Registered protocol family 17
[    1.912727] RPC: Registered udp transport module.
[    1.912822] RPC: Registered tcp transport module.
[    1.912958] Using IPI No-Shortcut mode
[    1.913294] PM: Resume from disk failed.
[    1.913311] registered taskstats version 1
[    1.913559]   Magic number: 5:984:380
[    2.000084] Clocksource tsc unstable (delta = -105324122 ns)
[    2.224093] async/2 used greatest stack depth: 6872 bytes left
[    2.235217] async/0 used greatest stack depth: 6552 bytes left
[    2.812723] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000
[    2.870306] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
[    2.873656] md: Waiting for all devices to be available before autodetect
[    2.873756] md: If you don't use raid, use raid=noautodetect
[    2.874068] md: Autodetecting RAID arrays.
[    2.874162] md: Scanned 0 and added 0 devices.
[    2.874254] md: autorun ...
[    2.874343] md: ... autorun DONE.
[    2.916595] kjournald starting.  Commit interval 5 seconds
[    2.916702] EXT3-fs: mounted filesystem with writeback data mode.
[    2.916809] VFS: Mounted root (ext3 filesystem) readonly on device 8:3.
[    2.916955] Freeing unused kernel memory: 328k freed
[    2.917295] Write protecting the kernel text: 4104k
[    2.917422] Write protecting the kernel read-only data: 1816k
[    2.954039] usb usb2: suspend_rh (auto-stop)
[    2.954066] usb usb3: suspend_rh (auto-stop)
[    2.954094] usb usb4: suspend_rh (auto-stop)
[    2.954121] usb usb5: suspend_rh (auto-stop)
[    4.059745] stty used greatest stack depth: 6336 bytes left
[    4.704047] hub 1-0:1.0: hub_suspend
[    4.704060] usb usb1: bus auto-suspend
[    4.704063] ehci_hcd 0000:00:1d.7: suspend root hub
[    4.704096] hub 2-0:1.0: hub_suspend
[    4.704100] usb usb2: bus auto-suspend
[    4.704104] usb usb2: suspend_rh
[    4.704122] hub 3-0:1.0: hub_suspend
[    4.704126] usb usb3: bus auto-suspend
[    4.704128] usb usb3: suspend_rh
[    4.704148] hub 4-0:1.0: hub_suspend
[    4.704152] usb usb4: bus auto-suspend
[    4.704155] usb usb4: suspend_rh
[    4.704174] hub 5-0:1.0: hub_suspend
[    4.704177] usb usb5: bus auto-suspend
[    4.704180] usb usb5: suspend_rh
[    4.806581] udevadm used greatest stack depth: 6304 bytes left
[    5.224874] udev: starting version 141
[    5.252314] usb usb2: uevent
[    5.252339] usb 2-0:1.0: uevent
[    5.252460] usb usb3: uevent
[    5.252484] usb 3-0:1.0: uevent
[    5.252600] usb usb4: uevent
[    5.252623] usb 4-0:1.0: uevent
[    5.252740] usb usb5: uevent
[    5.252763] usb 5-0:1.0: uevent
[    5.252881] usb usb1: uevent
[    5.252904] usb 1-0:1.0: uevent
[    5.409379] sky2 driver version 1.22
[    5.409433] sky2 0000:02:00.0: enabling device (0000 -> 0003)
[    5.409444] sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.409464] sky2 0000:02:00.0: setting latency timer to 64
[    5.409497] sky2 0000:02:00.0: Yukon-2 FE chip revision 1
[    5.409622]   alloc irq_desc for 28 on cpu 0 node 0
[    5.409625]   alloc kstat_irqs on cpu 0 node 0
[    5.409645] sky2 0000:02:00.0: irq 28 for MSI/MSI-X
[    5.410752] sky2 eth0: addr 00:16:36:bf:f4:fb
[    7.491325] EXT3 FS on sda3, internal journal
[    7.734805] Disabling lock debugging due to kernel taint
[    7.739941] ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
[    8.129554] Adding 634528k swap on /dev/sda6.  Priority:-1 extents:1 across:634528k 
[   16.757281] usb usb2: uevent
[   16.757363] usb 2-0:1.0: uevent
[   16.757744] usb usb3: uevent
[   16.757823] usb 3-0:1.0: uevent
[   16.758531] usb usb4: uevent
[   16.758611] usb 4-0:1.0: uevent
[   16.758987] usb usb5: uevent
[   16.759287] usb 5-0:1.0: uevent
[   16.759641] usb usb1: uevent
[   16.759720] usb 1-0:1.0: uevent
[   18.888132] sky2 eth0: enabling interface
[   18.888214] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   20.608015] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
[   20.608039] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   22.631118] b43 ssb0:0: firmware: requesting b43/ucode5.fw
[   22.728299] b43 ssb0:0: firmware: requesting b43/pcm5.fw
[   22.742129] b43 ssb0:0: firmware: requesting b43/b0g0initvals5.fw
[   22.749449] b43 ssb0:0: firmware: requesting b43/b0g0bsinitvals5.fw
[   22.869110] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
[   22.886131] b43-phy0 debug: Chip initialized
[   22.886188] b43-phy0 debug: PIO initialized
[   22.895727] Registered led device: b43-phy0::tx
[   22.895754] Registered led device: b43-phy0::rx
[   22.895796] b43-phy0 debug: Wireless interface started
[   22.915196] b43-phy0 debug: Adding Interface type 2
[   22.915490] b43-phy0: Radio turned on by software
[   22.919313] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   23.791384] wlan0: authenticate with AP 00:1e:e5:5a:f8:34
[   23.793138] wlan0: authenticated
[   23.793143] wlan0: associate with AP 00:1e:e5:5a:f8:34
[   23.795909] wlan0: RX AssocResp from 00:1e:e5:5a:f8:34 (capab=0x411 status=0 aid=4)
[   23.795914] wlan0: associated
[   23.796670] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   23.802767] b43-phy0 debug: RX: Packet dropped
[   28.238098] sky2 eth0: disabling interface
[   28.312550] dhcpcd used greatest stack depth: 6212 bytes left
[   28.324786] sky2 eth0: enabling interface
[   28.324907] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   28.481507] wlan0: deauthenticating by local choice (reason=3)
[   28.679042] route used greatest stack depth: 5824 bytes left
[   29.482250] wlan0: deauthenticating by local choice (reason=3)
[   29.482281] b43-phy0 debug: Removing Interface type 2
[   29.482430] b43-phy0 debug: Wireless interface stopped
[   30.007780] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
[   30.007854] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   32.704046] sky2 eth0: hung mac 0:86 fifo 194 (2:196)
[   32.704051] sky2 eth0: receiver hang detected
[   32.704065] sky2 eth0: disabling interface
[   32.707012] sky2 eth0: enabling interface
[   34.390025] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
[   40.015025] eth0: no IPv6 routers present
[  252.608109] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
[  252.625128] b43-phy0 debug: Chip initialized
[  252.625186] b43-phy0 debug: PIO initialized
[  252.634794] Registered led device: b43-phy0::tx
[  252.634818] Registered led device: b43-phy0::rx
[  252.634860] b43-phy0 debug: Wireless interface started
[  252.654195] b43-phy0 debug: Adding Interface type 2
[  252.654832] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  253.620374] wlan0: authenticate with AP 00:1e:e5:5a:f8:34
[  253.620400] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
[  253.622110] wlan0: authenticated
[  253.622113] wlan0: associate with AP 00:1e:e5:5a:f8:34
[  253.622117] wlan0: mismatch in privacy configuration and mixed-cell disabled - abort association
[  253.820105] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
[  270.115954] b43-phy0 debug: RX: Packet dropped
[  295.268182] sky2 eth0: disabling interface
[  295.284972] sky2 eth0: enabling interface
[  295.285326] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  295.292645] b43-phy0 debug: Removing Interface type 2
[  295.292808] b43-phy0 debug: Wireless interface stopped
[  296.968054] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
[  296.968087] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  307.761089] eth0: no IPv6 routers present
[  420.285092] ACPI: EC: missing confirmations, switch off interrupt mode.