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
| toshiba@toshiba-debian ~ $ sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003f4a4
Device Boot Start End Blocks Id System
/dev/sda1 * 63 104856254 52428096 7 HPFS/NTFS/exFAT
/dev/sda2 104856316 382537727 138840706 f W95 Ext'd (LBA)
/dev/sda3 382537728 482146303 49804288 83 Linux
/dev/sda4 482146304 488396799 3125248 82 Linux swap / Solaris
/dev/sda5 104856318 241167779 68155731 7 HPFS/NTFS/exFAT
/dev/sda6 241170432 382537727 70683648 7 HPFS/NTFS/exFAT
toshiba@toshiba-debian ~ $ sudo dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-2-486 (Debian 3.2.9-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 Mon Mar 5 00:55:40 UTC 2012
[ 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: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000b7b6c000 (usable)
[ 0.000000] BIOS-e820: 00000000b7b6c000 - 00000000b7bbf000 (reserved)
[ 0.000000] BIOS-e820: 00000000b7bbf000 - 00000000b7c80000 (usable)
[ 0.000000] BIOS-e820: 00000000b7c80000 - 00000000b7cbf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000b7cbf000 - 00000000b7cec000 (usable)
[ 0.000000] BIOS-e820: 00000000b7cec000 - 00000000b7cff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000b7cff000 - 00000000b7d00000 (usable)
[ 0.000000] BIOS-e820: 00000000b7d00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: TOSHIBA Satellite C650/Portable PC, BIOS 1.60 03/18/2011
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0xb7d00 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-FFFFF write-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 0FFF00000 mask FFFF00000 write-protect
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 0B8000000 mask FF8000000 uncachable
[ 0.000000] 4 base 0B7E00000 mask FFFE00000 uncachable
[ 0.000000] 5 base 0B7D00000 mask FFFF00000 uncachable
[ 0.000000] 6 base 100000000 mask FC0000000 write-back
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 12288
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
[ 0.000000] RAMDISK: 36ef6000 - 37773000
[ 0.000000] ACPI: RSDP 000fe020 00024 (v02 TOSINV)
[ 0.000000] ACPI: XSDT b7cfe120 00064 (v01 TOSINV TOSINV00 00000001 01000013)
[ 0.000000] ACPI: FACP b7cfd000 000F4 (v04 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: DSDT b7cef000 095BA (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: FACS b7c93000 00040
[ 0.000000] ACPI: HPET b7cfc000 00038 (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: APIC b7cfb000 0006C (v02 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: MCFG b7cfa000 0003C (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: ASF! b7cf9000 000A5 (v32 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: SLIC b7cee000 00176 (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: BOOT b7ced000 00028 (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
[ 0.000000] ACPI: SSDT b7cec000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2053MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x000b7d00
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[5] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000b7b6c
[ 0.000000] 0: 0x000b7bbf -> 0x000b7c80
[ 0.000000] 0: 0x000b7cbf -> 0x000b7cec
[ 0.000000] 0: 0x000b7cff -> 0x000b7d00
[ 0.000000] On node 0 totalpages: 752617
[ 0.000000] free_area_init_node: node 0, pgdat c13bf438, node_mem_map f57f6200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3950 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 4107 pages used for memmap
[ 0.000000] HighMem zone: 521298 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 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[0x01] enabled)
[ 0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached. Processor 1/0x1 ignored.
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 746734
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-486 root=UUID=1aad6eb2-d91c-4fef-a3a2-f5d46bd5bec4 ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[ 0.000000] Initializing HighMem for node 0 (000377fe:000b7d00)
[ 0.000000] Memory: 2972500k/3011584k available (2563k kernel code, 37968k reserved, 1303k data, 444k init, 2101620k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfffa1000 - 0xfffff000 ( 376 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc13c7000 - 0xc1436000 ( 444 kB)
[ 0.000000] .data : 0xc1280eac - 0xc13c6cc0 (1303 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1280eac (2563 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2294.742 MHz processor.
[ 0.004001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.48 BogoMIPS (lpj=9178968)
[ 0.004005] pid_max: default: 32768 minimum: 301
[ 0.004030] Security Framework initialized
[ 0.004035] AppArmor: AppArmor disabled by boot time parameter
[ 0.004045] Mount-cache hash table entries: 512
[ 0.004128] Initializing cgroup subsys cpuacct
[ 0.004131] Initializing cgroup subsys memory
[ 0.004137] Initializing cgroup subsys devices
[ 0.004139] Initializing cgroup subsys freezer
[ 0.004140] Initializing cgroup subsys net_cls
[ 0.004142] Initializing cgroup subsys blkio
[ 0.004147] Initializing cgroup subsys perf_event
[ 0.004171] using mwait in idle threads.
[ 0.004177] CPU: Intel Pentium(R) Dual-Core CPU T4500 @ 2.30GHz stepping 0a
[ 0.004628] ACPI: Core revision 20110623
[ 0.004630] TOSHIBA Satellite detected - force copy of DSDT to local memory
[ 0.004709] ACPI: Forced DSDT copy: length 0x095BA copied locally, original unmapped
[ 0.012038] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.012046] ... version: 2
[ 0.012047] ... bit width: 40
[ 0.012048] ... generic registers: 2
[ 0.012050] ... value mask: 000000ffffffffff
[ 0.012051] ... max period: 000000007fffffff
[ 0.012053] ... fixed-purpose events: 3
[ 0.012054] ... event mask: 0000000700000003
[ 0.012192] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.012207] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.012590] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.056003] devtmpfs: initialized
[ 0.056003] PM: Registering ACPI NVS region at b7c80000 (258048 bytes)
[ 0.056003] print_constraints: dummy:
[ 0.056003] NET: Registered protocol family 16
[ 0.056003] EISA bus registered
[ 0.056003] ACPI: bus type pci registered
[ 0.056003] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.056003] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.056003] PCI: Using MMCONFIG for extended config space
[ 0.056003] PCI: Using configuration type 1 for base access
[ 0.056003] bio: create slab <bio-0> at 0
[ 0.056003] ACPI: Added _OSI(Module Device)
[ 0.056003] ACPI: Added _OSI(Processor Device)
[ 0.056003] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.056003] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.056003] ACPI: EC: Look up EC in DSDT
[ 0.056003] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.056892] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.077481] ACPI: SSDT b7b77c98 00229 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.077754] ACPI: Dynamic OEM Table Load:
[ 0.077757] ACPI: SSDT (null) 00229 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.077906] ACPI: SSDT b7b75598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.078162] ACPI: Dynamic OEM Table Load:
[ 0.078164] ACPI: SSDT (null) 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.078369] ACPI: Interpreter enabled
[ 0.078375] ACPI: (supports S0 S3 S4 S5)
[ 0.078403] ACPI: Using IOAPIC for interrupt routing
[ 0.084748] ACPI: Power Resource [FN00] (on)
[ 0.085238] ACPI: No dock devices found.
[ 0.085240] HEST: Table not found.
[ 0.085244] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.085542] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.086121] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.086123] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.086126] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.086129] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
[ 0.086142] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
[ 0.086190] pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
[ 0.086203] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit]
[ 0.086211] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.086217] pci 0000:00:02.0: reg 20: [io 0x5110-0x5117]
[ 0.086253] pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
[ 0.086264] pci 0000:00:02.1: reg 10: [mem 0xd3400000-0xd34fffff 64bit]
[ 0.086349] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[ 0.086427] pci 0000:00:1a.0: reg 20: [io 0x50e0-0x50ff]
[ 0.086518] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[ 0.086594] pci 0000:00:1a.1: reg 20: [io 0x50c0-0x50df]
[ 0.086690] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[ 0.086719] pci 0000:00:1a.7: reg 10: [mem 0xd6704c00-0xd6704fff]
[ 0.086847] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.086853] pci 0000:00:1a.7: PME# disabled
[ 0.086884] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[ 0.086905] pci 0000:00:1b.0: reg 10: [mem 0xd6700000-0xd6703fff 64bit]
[ 0.086996] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.087000] pci 0000:00:1b.0: PME# disabled
[ 0.087027] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[ 0.087120] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.087124] pci 0000:00:1c.0: PME# disabled
[ 0.087151] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
[ 0.087242] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.087247] pci 0000:00:1c.1: PME# disabled
[ 0.087277] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
[ 0.087370] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.087374] pci 0000:00:1c.4: PME# disabled
[ 0.087409] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[ 0.087487] pci 0000:00:1d.0: reg 20: [io 0x50a0-0x50bf]
[ 0.087566] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[ 0.087639] pci 0000:00:1d.1: reg 20: [io 0x5080-0x509f]
[ 0.087732] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[ 0.087811] pci 0000:00:1d.2: reg 20: [io 0x5060-0x507f]
[ 0.087898] pci 0000:00:1d.3: [8086:2939] type 0 class 0x000c03
[ 0.087966] pci 0000:00:1d.3: reg 20: [io 0x5040-0x505f]
[ 0.088072] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[ 0.088100] pci 0000:00:1d.7: reg 10: [mem 0xd6704800-0xd6704bff]
[ 0.088228] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.088233] pci 0000:00:1d.7: PME# disabled
[ 0.088260] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.088343] pci 0000:00:1f.0: [8086:2919] type 0 class 0x000601
[ 0.088494] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
[ 0.088518] pci 0000:00:1f.2: reg 10: [io 0x5108-0x510f]
[ 0.088527] pci 0000:00:1f.2: reg 14: [io 0x511c-0x511f]
[ 0.088537] pci 0000:00:1f.2: reg 18: [io 0x5100-0x5107]
[ 0.088548] pci 0000:00:1f.2: reg 1c: [io 0x5118-0x511b]
[ 0.088557] pci 0000:00:1f.2: reg 20: [io 0x5020-0x503f]
[ 0.088568] pci 0000:00:1f.2: reg 24: [mem 0xd6704000-0xd67047ff]
[ 0.088627] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.088631] pci 0000:00:1f.2: PME# disabled
[ 0.088652] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[ 0.088673] pci 0000:00:1f.3: reg 10: [mem 0xd6705000-0xd67050ff 64bit]
[ 0.088701] pci 0000:00:1f.3: reg 20: [io 0x5000-0x501f]
[ 0.088810] pci 0000:02:00.0: [1969:2060] type 0 class 0x000200
[ 0.088841] pci 0000:02:00.0: reg 10: [mem 0xd5600000-0xd563ffff 64bit]
[ 0.088858] pci 0000:02:00.0: reg 18: [io 0x3000-0x307f]
[ 0.088998] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.089004] pci 0000:02:00.0: PME# disabled
[ 0.096023] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.096028] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
[ 0.096032] pci 0000:00:1c.0: bridge window [mem 0xd5600000-0xd66fffff]
[ 0.096040] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref]
[ 0.096114] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
[ 0.096142] pci 0000:03:00.0: reg 10: [mem 0xd4500000-0xd450ffff 64bit]
[ 0.096271] pci 0000:03:00.0: supports D1
[ 0.096272] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.096278] pci 0000:03:00.0: PME# disabled
[ 0.104020] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.104024] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.104028] pci 0000:00:1c.1: bridge window [mem 0xd4500000-0xd55fffff]
[ 0.104035] pci 0000:00:1c.1: bridge window [mem 0xd1400000-0xd23fffff 64bit pref]
[ 0.104086] pci 0000:00:1c.4: PCI bridge to [bus 07-08]
[ 0.104091] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.104095] pci 0000:00:1c.4: bridge window [mem 0xd3500000-0xd44fffff]
[ 0.104103] pci 0000:00:1c.4: bridge window [mem 0xd2400000-0xd33fffff 64bit pref]
[ 0.104181] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
[ 0.104194] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.104196] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.104199] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.104201] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.104225] pci_bus 0000:00: on NUMA node 0
[ 0.104229] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.104463] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.104481] ACPI Warning: For \_SB_.PCI0.P32_._PRT: Return Package has no elements (empty) (20110623/nspredef-463)
[ 0.104515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.104570] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.104629] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
[ 0.104693] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.104696] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.104698] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.109050] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12)
[ 0.109108] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.109162] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.109216] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.109271] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.109325] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.109379] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.109433] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.109516] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.109523] vgaarb: loaded
[ 0.109525] vgaarb: bridge control possible 0000:00:02.0
[ 0.109562] PCI: Using ACPI for IRQ routing
[ 0.111657] PCI: pci_cache_line_size set to 64 bytes
[ 0.111734] reserve RAM buffer: 000000000009e000 - 000000000009ffff
[ 0.111737] reserve RAM buffer: 00000000b7b6c000 - 00000000b7ffffff
[ 0.111740] reserve RAM buffer: 00000000b7c80000 - 00000000b7ffffff
[ 0.111742] reserve RAM buffer: 00000000b7cec000 - 00000000b7ffffff
[ 0.111745] reserve RAM buffer: 00000000b7d00000 - 00000000b7ffffff
[ 0.111831] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.111838] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.111843] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.116032] Switching to clocksource hpet
[ 0.117122] pnp: PnP ACPI init
[ 0.117137] ACPI: bus type pnp registered
[ 0.117546] pnp 00:00: [bus 00-ff]
[ 0.117549] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.117551] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.117553] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.117555] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.117558] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.117560] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.117562] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.117564] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.117566] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.117568] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.117570] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.117573] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.117575] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.117577] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.117579] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.117581] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.117583] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.117586] pnp 00:00: [mem 0xc0000000-0xfebfffff window]
[ 0.117588] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.117643] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.117785] pnp 00:01: [io 0x002e-0x002f]
[ 0.117787] pnp 00:01: [io 0x004e-0x004f]
[ 0.117789] pnp 00:01: [io 0x164e-0x164f]
[ 0.117791] pnp 00:01: [io 0x0061]
[ 0.117793] pnp 00:01: [io 0x0070]
[ 0.117794] pnp 00:01: [io 0x0080]
[ 0.117796] pnp 00:01: [io 0x0092]
[ 0.117798] pnp 00:01: [io 0x00b2-0x00b3]
[ 0.117800] pnp 00:01: [io 0x0063]
[ 0.117801] pnp 00:01: [io 0x0065]
[ 0.117803] pnp 00:01: [io 0x0067]
[ 0.117805] pnp 00:01: [io 0x0800-0x080f]
[ 0.117806] pnp 00:01: [io 0x0810-0x0817]
[ 0.117808] pnp 00:01: [io 0x0820-0x0823]
[ 0.117810] pnp 00:01: [io 0x0400-0x047f]
[ 0.117812] pnp 00:01: [io 0x0500-0x057f]
[ 0.117814] pnp 00:01: [io 0x0062]
[ 0.117815] pnp 00:01: [io 0x0066]
[ 0.117817] pnp 00:01: [io 0x0068]
[ 0.117819] pnp 00:01: [io 0x006c]
[ 0.117821] pnp 00:01: [mem 0xf8000000-0xfbffffff]
[ 0.117823] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.117824] pnp 00:01: [mem 0xfed10000-0xfed13fff]
[ 0.117826] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.117828] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.117830] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[ 0.117832] pnp 00:01: [mem 0xfed20000-0xfed8ffff]
[ 0.117834] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[ 0.117836] pnp 00:01: [mem 0xff800000-0xffffffff]
[ 0.117860] pnp 00:01: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.4 BAR 13 [io 0x1000-0x1fff]
[ 0.117913] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.117916] system 00:01: [io 0x0810-0x0817] has been reserved
[ 0.117918] system 00:01: [io 0x0820-0x0823] has been reserved
[ 0.117921] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.117923] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.117927] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.117929] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.117932] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.117935] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.117938] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.117940] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.117943] system 00:01: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.117946] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.117949] system 00:01: [mem 0xff800000-0xffffffff] could not be reserved
[ 0.117952] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.117961] pnp 00:02: [io 0x0000-0x001f]
[ 0.117964] pnp 00:02: [io 0x0081-0x0091]
[ 0.117966] pnp 00:02: [io 0x0093-0x009f]
[ 0.117968] pnp 00:02: [io 0x00c0-0x00df]
[ 0.117970] pnp 00:02: [dma 4]
[ 0.117996] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.118017] pnp 00:03: [io 0x0070-0x0077]
[ 0.118044] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.118105] pnp 00:04: [irq 0 disabled]
[ 0.118116] pnp 00:04: [irq 8]
[ 0.118118] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.118145] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.118156] pnp 00:05: [io 0x00f0]
[ 0.118161] pnp 00:05: [irq 13]
[ 0.118187] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.118203] pnp 00:06: [io 0x0060]
[ 0.118205] pnp 00:06: [io 0x0064]
[ 0.118210] pnp 00:06: [irq 1]
[ 0.118238] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.118255] pnp 00:07: [irq 12]
[ 0.118284] pnp 00:07: Plug and Play ACPI device, IDs TOS0100 SYN1900 SYN0002 PNP0f13 (active)
[ 0.118400] pnp: PnP ACPI: found 8 devices
[ 0.118402] ACPI: ACPI bus type pnp unregistered
[ 0.118405] PnPBIOS: Disabled by ACPI PNP
[ 0.154606] PCI: max bus depth: 1 pci_try_num: 2
[ 0.154646] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.154649] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
[ 0.154655] pci 0000:00:1c.0: bridge window [mem 0xd5600000-0xd66fffff]
[ 0.154660] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref]
[ 0.154668] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.154671] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.154677] pci 0000:00:1c.1: bridge window [mem 0xd4500000-0xd55fffff]
[ 0.154682] pci 0000:00:1c.1: bridge window [mem 0xd1400000-0xd23fffff 64bit pref]
[ 0.154689] pci 0000:00:1c.4: PCI bridge to [bus 07-08]
[ 0.154692] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.154698] pci 0000:00:1c.4: bridge window [mem 0xd3500000-0xd44fffff]
[ 0.154703] pci 0000:00:1c.4: bridge window [mem 0xd2400000-0xd33fffff 64bit pref]
[ 0.154711] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[ 0.154736] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.154741] pci 0000:00:1c.0: setting latency timer to 64
[ 0.154750] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.154755] pci 0000:00:1c.1: setting latency timer to 64
[ 0.154761] pci 0000:00:1c.4: enabling device (0000 -> 0003)
[ 0.154765] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.154770] pci 0000:00:1c.4: setting latency timer to 64
[ 0.154778] pci 0000:00:1e.0: setting latency timer to 64
[ 0.154781] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.154784] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.154786] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.154788] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.154791] pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
[ 0.154793] pci_bus 0000:02: resource 1 [mem 0xd5600000-0xd66fffff]
[ 0.154795] pci_bus 0000:02: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref]
[ 0.154797] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.154800] pci_bus 0000:03: resource 1 [mem 0xd4500000-0xd55fffff]
[ 0.154802] pci_bus 0000:03: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref]
[ 0.154804] pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
[ 0.154807] pci_bus 0000:07: resource 1 [mem 0xd3500000-0xd44fffff]
[ 0.154809] pci_bus 0000:07: resource 2 [mem 0xd2400000-0xd33fffff 64bit pref]
[ 0.154812] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
[ 0.154814] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
[ 0.154816] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.154818] pci_bus 0000:04: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.154850] NET: Registered protocol family 2
[ 0.154891] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.155070] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.155465] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.155602] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.155604] TCP reno registered
[ 0.155607] UDP hash table entries: 512 (order: 1, 8192 bytes)
[ 0.155613] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[ 0.155700] NET: Registered protocol family 1
[ 0.155718] pci 0000:00:02.0: Boot video device
[ 0.155734] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.155755] pci 0000:00:1a.0: PCI INT A disabled
[ 0.155772] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.155793] pci 0000:00:1a.1: PCI INT B disabled
[ 0.155804] pci 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.752017] pci 0000:00:1a.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 1.752131] pci 0000:00:1a.7: PCI INT D disabled
[ 1.752153] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.752173] pci 0000:00:1d.0: PCI INT A disabled
[ 1.752181] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.752203] pci 0000:00:1d.1: PCI INT B disabled
[ 1.752210] pci 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 1.752231] pci 0000:00:1d.2: PCI INT D disabled
[ 1.752240] pci 0000:00:1d.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.752261] pci 0000:00:1d.3: PCI INT C disabled
[ 1.752270] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 3.352018] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 3.352130] pci 0000:00:1d.7: PCI INT A disabled
[ 3.352149] PCI: CLS 64 bytes, default 64
[ 3.352193] Unpacking initramfs...
[ 5.112188] Freeing initrd memory: 8692k freed
[ 5.116197] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
[ 5.116200] Simple Boot Flag at 0x44 set to 0x1
[ 5.116637] audit: initializing netlink socket (disabled)
[ 5.116648] type=2000 audit(1346948495.112:1): initialized
[ 5.136021] highmem bounce pool size: 64 pages
[ 5.136026] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 5.136101] VFS: Disk quotas dquot_6.5.2
[ 5.136117] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 5.136165] msgmni has been set to 1717
[ 5.136276] alg: No test for stdrng (krng)
[ 5.136295] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 5.136299] io scheduler noop registered
[ 5.136300] io scheduler deadline registered
[ 5.136306] io scheduler cfq registered (default)
[ 5.136387] pcieport 0000:00:1c.0: setting latency timer to 64
[ 5.136443] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 5.136522] pcieport 0000:00:1c.1: setting latency timer to 64
[ 5.136572] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 5.136646] pcieport 0000:00:1c.4: setting latency timer to 64
[ 5.136696] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
[ 5.136889] ERST: Table is not found!
[ 5.136891] GHES: HEST is not enabled!
[ 5.136903] isapnp: Scanning for PnP cards...
[ 5.490861] isapnp: No Plug & Play device found
[ 5.490909] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 5.491373] Linux agpgart interface v0.103
[ 5.491452] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[ 5.491539] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 5.491959] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
[ 5.492082] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 5.492207] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
[ 5.516507] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.516513] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 5.516612] mousedev: PS/2 mouse device common for all mice
[ 5.517486] rtc_cmos 00:03: RTC can wake from S4
[ 5.517595] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 5.517622] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 5.517663] EISA: Probing bus 0 at eisa.0
[ 5.517665] EISA: Cannot allocate resource for mainboard
[ 5.517667] Cannot allocate resource for EISA slot 1
[ 5.517669] Cannot allocate resource for EISA slot 2
[ 5.517671] Cannot allocate resource for EISA slot 3
[ 5.517672] Cannot allocate resource for EISA slot 4
[ 5.517674] Cannot allocate resource for EISA slot 5
[ 5.517676] Cannot allocate resource for EISA slot 6
[ 5.517677] Cannot allocate resource for EISA slot 7
[ 5.517679] Cannot allocate resource for EISA slot 8
[ 5.517681] EISA: Detected 0 cards.
[ 5.517683] cpuidle: using governor ladder
[ 5.517685] cpuidle: using governor menu
[ 5.517834] TCP cubic registered
[ 5.517850] NET: Registered protocol family 10
[ 5.518201] Mobile IPv6
[ 5.518203] NET: Registered protocol family 17
[ 5.518207] Registering the dns_resolver key type
[ 5.518216] Using IPI Shortcut mode
[ 5.518293] PM: Hibernation image not present or could not be loaded.
[ 5.518302] registered taskstats version 1
[ 5.518666] rtc_cmos 00:03: setting system clock to 2012-09-06 16:21:36 UTC (1346948496)
[ 5.518721] Initializing network drop monitor service
[ 5.518780] Freeing unused kernel memory: 444k freed
[ 5.518917] Write protecting the kernel text: 2564k
[ 5.518930] Write protecting the kernel read-only data: 1044k
[ 5.549211] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 5.572201] udevd[45]: starting version 175
[ 5.619506] atl1c 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.619517] atl1c 0000:02:00.0: setting latency timer to 64
[ 5.621887] usbcore: registered new interface driver usbfs
[ 5.621911] usbcore: registered new interface driver hub
[ 5.636895] usbcore: registered new device driver usb
[ 5.637336] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.637365] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 5.637383] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 5.637387] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 5.637403] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 5.637430] ehci_hcd 0000:00:1a.7: debug port 1
[ 5.641318] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 5.655994] thermal LNXTHERM:00: registered as thermal_zone0
[ 5.655997] ACPI: Thermal Zone [THRM] (34 C)
[ 5.661599] SCSI subsystem initialized
[ 5.670333] ACPI: Fan [FAN] (on)
[ 5.676834] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd6704c00
[ 5.708399] libata version 3.00 loaded.
[ 5.720035] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 5.720076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 5.720079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.720081] usb usb1: Product: EHCI Host Controller
[ 5.720083] usb usb1: Manufacturer: Linux 3.2.0-2-486 ehci_hcd
[ 5.720085] usb usb1: SerialNumber: 0000:00:1a.7
[ 5.720191] hub 1-0:1.0: USB hub found
[ 5.720196] hub 1-0:1.0: 4 ports detected
[ 5.720270] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 5.720291] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 5.720294] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 5.720302] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 5.720328] ehci_hcd 0000:00:1d.7: debug port 1
[ 5.724203] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 5.732475] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd6704800
[ 5.756023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 5.756069] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 5.756072] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.756074] usb usb2: Product: EHCI Host Controller
[ 5.756076] usb usb2: Manufacturer: Linux 3.2.0-2-486 ehci_hcd
[ 5.756078] usb usb2: SerialNumber: 0000:00:1d.7
[ 5.756251] hub 2-0:1.0: USB hub found
[ 5.756256] hub 2-0:1.0: 8 ports detected
[ 5.756330] ahci 0000:00:1f.2: version 3.0
[ 5.756343] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 5.756396] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[ 5.756478] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 5.756482] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part ccc sxs
[ 5.756487] ahci 0000:00:1f.2: setting latency timer to 64
[ 5.757987] uhci_hcd: USB Universal Host Controller Interface driver
[ 5.758284] scsi0 : ahci
[ 5.758416] scsi1 : ahci
[ 5.758520] scsi2 : ahci
[ 5.758624] scsi3 : ahci
[ 5.758725] scsi4 : ahci
[ 5.758827] scsi5 : ahci
[ 5.759075] ata1: SATA max UDMA/133 abar m2048@0xd6704000 port 0xd6704100 irq 43
[ 5.759079] ata2: SATA max UDMA/133 abar m2048@0xd6704000 port 0xd6704180 irq 43
[ 5.759081] ata3: DUMMY
[ 5.759083] ata4: DUMMY
[ 5.759086] ata5: SATA max UDMA/133 abar m2048@0xd6704000 port 0xd6704300 irq 43
[ 5.759089] ata6: SATA max UDMA/133 abar m2048@0xd6704000 port 0xd6704380 irq 43
[ 5.759222] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.759233] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 5.759236] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 5.759246] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 5.759281] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000050e0
[ 5.759316] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.759318] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.759320] usb usb3: Product: UHCI Host Controller
[ 5.759322] usb usb3: Manufacturer: Linux 3.2.0-2-486 uhci_hcd
[ 5.759324] usb usb3: SerialNumber: 0000:00:1a.0
[ 5.759536] hub 3-0:1.0: USB hub found
[ 5.759540] hub 3-0:1.0: 2 ports detected
[ 5.759604] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 5.759612] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 5.759615] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 5.759623] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 5.759656] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000050c0
[ 5.759688] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.759690] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.759692] usb usb4: Product: UHCI Host Controller
[ 5.759694] usb usb4: Manufacturer: Linux 3.2.0-2-486 uhci_hcd
[ 5.759696] usb usb4: SerialNumber: 0000:00:1a.1
[ 5.759854] hub 4-0:1.0: USB hub found
[ 5.759858] hub 4-0:1.0: 2 ports detected
[ 5.759919] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 5.759927] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 5.759930] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 5.759936] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 5.759963] uhci_hcd 0000:00:1d.0: irq 23, io base 0x000050a0
[ 5.759992] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.759995] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.759997] usb usb5: Product: UHCI Host Controller
[ 5.760024] usb usb5: Manufacturer: Linux 3.2.0-2-486 uhci_hcd
[ 5.760026] usb usb5: SerialNumber: 0000:00:1d.0
[ 5.760183] hub 5-0:1.0: USB hub found
[ 5.760187] hub 5-0:1.0: 2 ports detected
[ 5.760246] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 5.760254] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 5.760257] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 5.760265] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 5.760291] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00005080
[ 5.760321] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.760324] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.760326] usb usb6: Product: UHCI Host Controller
[ 5.760327] usb usb6: Manufacturer: Linux 3.2.0-2-486 uhci_hcd
[ 5.760329] usb usb6: SerialNumber: 0000:00:1d.1
[ 5.760482] hub 6-0:1.0: USB hub found
[ 5.760486] hub 6-0:1.0: 2 ports detected
[ 5.760544] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 5.760552] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 5.760555] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 5.760562] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 5.760590] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00005060
[ 5.760621] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.760623] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.760625] usb usb7: Product: UHCI Host Controller
[ 5.760627] usb usb7: Manufacturer: Linux 3.2.0-2-486 uhci_hcd
[ 5.760629] usb usb7: SerialNumber: 0000:00:1d.2
[ 5.760786] hub 7-0:1.0: USB hub found
[ 5.760791] hub 7-0:1.0: 2 ports detected
[ 5.760854] uhci_hcd 0000:00:1d.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.760862] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 5.760866] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 5.760872] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[ 5.760904] uhci_hcd 0000:00:1d.3: irq 18, io base 0x00005040
[ 5.760936] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.760939] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.760941] usb usb8: Product: UHCI Host Controller
[ 5.760942] usb usb8: Manufacturer: Linux 3.2.0-2-486 uhci_hcd
[ 5.760944] usb usb8: SerialNumber: 0000:00:1d.3
[ 5.761099] hub 8-0:1.0: USB hub found
[ 5.761103] hub 8-0:1.0: 2 ports detected
[ 5.764610] atl1c 0000:02:00.0: version 1.0.1.0-NAPI
[ 6.032028] usb 1-2: new high-speed USB device number 2 using ehci_hcd
[ 6.080046] ata1: SATA link down (SStatus 0 SControl 300)
[ 6.080084] ata5: SATA link down (SStatus 0 SControl 300)
[ 6.116019] Refined TSC clocksource calibration: 2294.508 MHz.
[ 6.116023] Switching to clocksource tsc
[ 6.252016] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.252032] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6.256736] ata6.00: ATAPI: TEAC DV-W28S-VT, M.8C, max UDMA/100
[ 6.262348] ata6.00: configured for UDMA/100
[ 6.297754] ata2.00: ATA-8: TOSHIBA MK2565GSX, GJ003M, max UDMA/100
[ 6.297757] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 6.298469] ata2.00: configured for UDMA/100
[ 6.298556] scsi 1:0:0:0: Direct-Access ATA TOSHIBA MK2565GS GJ00 PQ: 0 ANSI: 5
[ 6.302358] scsi 5:0:0:0: CD-ROM TEAC DV-W28S-VT M.8C PQ: 0 ANSI: 5
[ 6.313274] sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 6.313314] sd 1:0:0:0: [sda] Write Protect is off
[ 6.313316] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.313333] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.317407] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 6.317410] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 6.317696] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 6.411097] sda: sda1 sda2 < sda5 sda6 > sda3 sda4
[ 6.411575] sd 1:0:0:0: [sda] Attached SCSI disk
[ 7.247124] Btrfs loaded
[ 7.392498] usb 1-2: New USB device found, idVendor=10f1, idProduct=1a2a
[ 7.392501] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 7.392504] usb 1-2: Product: USB Camera
[ 7.392505] usb 1-2: Manufacturer: Generic
[ 7.392507] usb 1-2: SerialNumber: MU418ASA
[ 7.452337] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 7.520027] usb 1-3: new high-speed USB device number 3 using ehci_hcd
[ 7.914627] usb 1-3: New USB device found, idVendor=0bda, idProduct=0138
[ 7.914630] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.914632] usb 1-3: Product: USB2.0-CRW
[ 7.914634] usb 1-3: Manufacturer: Generic
[ 7.914636] usb 1-3: SerialNumber: 20090516388200000
[ 8.328015] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[ 8.502063] usb 5-1: New USB device found, idVendor=093a, idProduct=2510
[ 8.502067] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.502069] usb 5-1: Product: USB Optical Mouse
[ 8.502071] usb 5-1: Manufacturer: PixArt
[ 9.060891] udevd[303]: starting version 175
[ 9.511977] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 9.511983] ACPI: Power Button [PWRB]
[ 9.512050] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 9.533806] Monitor-Mwait will be used to enter C-1 state
[ 9.533809] Monitor-Mwait will be used to enter C-2 state
[ 9.533812] Marking TSC unstable due to TSC halts in idle
[ 9.533820] ACPI: acpi_idle registered with cpuidle
[ 9.533967] ACPI: Lid Switch [LID0]
[ 9.534075] ACPI: AC Adapter [ADP0] (on-line)
[ 9.535079] ACPI: Battery Slot [BAT0] (battery present)
[ 9.535625] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 9.535630] ACPI: Power Button [PWRF]
[ 9.554021] Switching to clocksource hpet
[ 9.611803] iTCO_vendor_support: vendor-support=0
[ 9.649739] [drm] Initialized drm 1.1.0 20060810
[ 9.833244] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 9.837400] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 9.964869] cfg80211: Calling CRDA to update world regulatory domain
[ 10.174727] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
[ 10.175924] input: Toshiba input device as /devices/virtual/input/input5
[ 10.193355] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 10.193361] i915 0000:00:02.0: setting latency timer to 64
[ 10.221912] Registered led device: toshiba::illumination
[ 10.224086] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 10.224092] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 10.224094] [drm] Driver supports precise vblank timestamp query.
[ 10.224125] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 10.291206] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 10.291287] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
[ 10.292075] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 10.341972] udevd[376]: renamed network interface eth0 to eth1
[ 10.735165] fbcon: inteldrmfb (fb0) is primary device
[ 10.742974] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
[ 10.742980] psmouse serio1: synaptics: Toshiba Satellite C650 detected, limiting rate to 40pps.
[ 10.803609] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[ 10.853972] ath9k 0000:03:00.0: power state changed by ACPI to D0
[ 10.853977] ath9k 0000:03:00.0: power state changed by ACPI to D0
[ 10.853987] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 10.854001] ath9k 0000:03:00.0: setting latency timer to 64
[ 10.904736] ath: EEPROM regdomain: 0x65
[ 10.904737] ath: EEPROM indicates we should expect a direct regpair map
[ 10.904740] ath: Country alpha2 being used: 00
[ 10.904741] ath: Regpair used: 0x65
[ 10.922040] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 10.922463] Registered led device: ath9k-phy0
[ 10.922470] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf8aa0000, irq=17
[ 10.976123] Console: switching to colour frame buffer device 170x48
[ 10.980606] fb0: inteldrmfb frame buffer device
[ 10.980608] drm: registered panic notifier
[ 10.982468] acpi device:04: registered as cooling_device2
[ 10.983143] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 10.983239] ACPI: Video Device [OVGA] (multi-head: yes rom: no post: no)
[ 10.983504] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 11.456330] cfg80211: World regulatory domain updated:
[ 11.456334] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 11.456337] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.456339] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 11.456342] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 11.456344] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.456347] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.850571] usbcore: registered new interface driver uas
[ 11.862778] Linux media interface: v0.10
[ 11.881663] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/input/input8
[ 11.881844] generic-usb 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-1/input0
[ 11.882038] usbcore: registered new interface driver usbhid
[ 11.882041] usbhid: USB HID core driver
[ 11.883426] Initializing USB Mass Storage driver...
[ 11.883719] usbcore: registered new interface driver usb-storage
[ 11.883721] USB Mass Storage support registered.
[ 11.891066] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 11.891120] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[ 11.891138] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 11.954845] Linux video capture interface: v2.00
[ 12.018548] uvcvideo: Found UVC 1.00 device USB Camera (10f1:1a2a)
[ 12.035793] input: USB Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input9
[ 12.036088] usbcore: registered new interface driver uvcvideo
[ 12.036090] USB Video Class driver (1.1.1)
[ 12.092779] usb 1-3: USB disconnect, device number 3
[ 12.096144] scsi6 : usb-storage 1-3:1.0
[ 12.096218] usbcore: registered new interface driver ums-realtek
[ 12.109781] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
[ 13.526863] Adding 3125244k swap on /dev/sda4. Priority:-1 extents:1 across:3125244k
[ 13.530142] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 13.677561] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[ 13.815029] device-mapper: uevent: version 1.0.3
[ 13.815387] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email]dm-devel@redhat.com[/email]
[ 13.899566] loop: module loaded
[ 15.395862] fuse init (API version 7.17)
[ 19.312700] lp: driver loaded but no devices found
[ 19.435534] ppdev: user-space parallel port driver
[ 26.937333] atl1c 0000:02:00.0: irq 46 for MSI/MSI-X
[ 28.213454] sched: RT throttling activated
[ 28.298186] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 28.363786] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 31.191638] wlan0: authenticate with 1c:af:f7:b1:62:89 (try 1)
[ 31.193872] wlan0: authenticated
[ 31.194167] wlan0: associate with 1c:af:f7:b1:62:89 (try 1)
[ 31.196615] wlan0: RX AssocResp from 1c:af:f7:b1:62:89 (capab=0x411 status=0 aid=1)
[ 31.196618] wlan0: associated
[ 31.196868] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 41.904028] wlan0: no IPv6 routers present
[ 81.852942] process `skype' is using obsolete setsockopt SO_BSDCOMPAT |