ubuntuusers.de

fstab

Datum:
12. August 2013 20:17
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
[    0.681290] ... version:                0
[    0.681292] ... bit width:              48
[    0.681293] ... generic registers:      4
[    0.681293] ... value mask:             0000ffffffffffff
[    0.681294] ... max period:             00007fffffffffff
[    0.681295] ... fixed-purpose events:   0
[    0.681296] ... event mask:             000000000000000f
[    0.682203] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.682264] smpboot: Booting Node   0, Processors  #1
[    0.695270] Brought up 2 CPUs
[    0.695271] smpboot: Total of 2 processors activated (12053.56 BogoMIPS)
[    0.695319] process: System has AMD C1E enabled
[    0.695345] process: Switch to broadcast mode on CPU1
[    0.695836] process: Switch to broadcast mode on CPU0
[    0.696043] devtmpfs: initialized
[    0.697199] EVM: security.selinux
[    0.697201] EVM: security.SMACK64
[    0.697201] EVM: security.capability
[    0.697285] PM: Registering ACPI NVS region [mem 0xafdf0000-0xafdf2fff] (12288 bytes)
[    0.698094] regulator-dummy: no parameters
[    0.698135] NET: Registered protocol family 16
[    0.698213] node 0 link 0: io port [c000, ffff]
[    0.698216] TOM: 00000000d0000000 aka 3328M
[    0.698218] Fam 10h mmconf [mem 0xe0000000-0xe00fffff]
[    0.698219] node 0 link 0: mmio [a0000, bffff]
[    0.698221] node 0 link 0: mmio [d0000000, dfffffff]
[    0.698223] node 0 link 0: mmio [f0000000, fe02ffff]
[    0.698225] node 0 link 0: mmio [e0000000, e03fffff] ==> [e0100000, e03fffff]
[    0.698227] TOM2: 0000000130000000 aka 4864M
[    0.698229] bus: [bus 00-03] on node 0 link 0
[    0.698230] bus: 00 [io  0x0000-0xffff]
[    0.698231] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.698232] bus: 00 [mem 0xd0000000-0xdfffffff]
[    0.698233] bus: 00 [mem 0xe0400000-0xffffffff]
[    0.698234] bus: 00 [mem 0xe0100000-0xe03fffff]
[    0.698235] bus: 00 [mem 0x130000000-0xfcffffffff]
[    0.698302] ACPI: bus type pci registered
[    0.698346] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.698348] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.708070] PCI: Using configuration type 1 for base access
[    0.708831] bio: create slab <bio-0> at 0
[    0.708967] ACPI: Added _OSI(Module Device)
[    0.708969] ACPI: Added _OSI(Processor Device)
[    0.708970] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.708971] ACPI: Added _OSI(Processor Aggregator Device)
[    0.709496] ACPI: EC: Look up EC in DSDT
[    0.712663] ACPI BIOS Bug: Warning: Incorrect checksum in table [TAMG] - 0x15, should be 0x14 (20121018/tbutils-324)
[    0.712755] ACPI: Interpreter enabled
[    0.712760] ACPI: (supports S0 S3 S4 S5)
[    0.712774] ACPI: Using IOAPIC for interrupt routing
[    0.740728] ACPI: No dock devices found.
[    0.740733] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.740776] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.740778] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.740977] PCI host bridge to bus 0000:00
[    0.740980] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.740982] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.740984] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.740986] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.740987] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.740989] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff]
[    0.740999] pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
[    0.741009] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
[    0.741044] pci 0000:00:01.0: [1022:9602] type 01 class 0x060400
[    0.741083] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400
[    0.741112] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.741137] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
[    0.741156] pci 0000:00:11.0: reg 10: [io  0xff00-0xff07]
[    0.741165] pci 0000:00:11.0: reg 14: [io  0xfe00-0xfe03]
[    0.741174] pci 0000:00:11.0: reg 18: [io  0xfd00-0xfd07]
[    0.741183] pci 0000:00:11.0: reg 1c: [io  0xfc00-0xfc03]
[    0.741191] pci 0000:00:11.0: reg 20: [io  0xfb00-0xfb0f]
[    0.741200] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
[    0.741220] pci 0000:00:11.0: set SATA to AHCI mode
[    0.741264] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.741277] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff]
[    0.741338] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
[    0.741351] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
[    0.741418] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.741436] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff]
[    0.741515] pci 0000:00:12.2: supports D1 D2
[    0.741516] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.741538] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.741550] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff]
[    0.741613] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
[    0.741625] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff]
[    0.741692] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.741710] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff]
[    0.741789] pci 0000:00:13.2: supports D1 D2
[    0.741790] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.741815] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.741910] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.741926] pci 0000:00:14.1: reg 10: [io  0x0000-0x0007]
[    0.741934] pci 0000:00:14.1: reg 14: [io  0x0000-0x0003]
[    0.741943] pci 0000:00:14.1: reg 18: [io  0x0000-0x0007]
[    0.741952] pci 0000:00:14.1: reg 1c: [io  0x0000-0x0003]
[    0.741961] pci 0000:00:14.1: reg 20: [io  0xfa00-0xfa0f]
[    0.742017] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.742037] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
[    0.742100] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.742114] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.742186] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.742226] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.742238] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff]
[    0.742303] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.742317] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.742328] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.742339] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.742353] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.742391] pci 0000:01:05.0: [1002:9715] type 00 class 0x030000
[    0.742398] pci 0000:01:05.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[    0.742403] pci 0000:01:05.0: reg 14: [io  0xee00-0xeeff]
[    0.742407] pci 0000:01:05.0: reg 18: [mem 0xfdfe0000-0xfdfeffff]
[    0.742415] pci 0000:01:05.0: reg 24: [mem 0xfde00000-0xfdefffff]
[    0.742430] pci 0000:01:05.0: supports D1 D2
[    0.742438] pci 0000:01:05.1: [1002:970f] type 00 class 0x040300
[    0.742445] pci 0000:01:05.1: reg 10: [mem 0xfdffc000-0xfdffffff]
[    0.742471] pci 0000:01:05.1: supports D1 D2
[    0.742506] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.742509] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.742511] pci 0000:00:01.0:   bridge window [mem 0xfde00000-0xfdffffff]
[    0.742514] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.742546] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.742557] pci 0000:02:00.0: reg 10: [io  0xde00-0xdeff]
[    0.742577] pci 0000:02:00.0: reg 18: [mem 0xfdaff000-0xfdafffff 64bit pref]
[    0.742589] pci 0000:02:00.0: reg 20: [mem 0xfdaf8000-0xfdafbfff 64bit pref]
[    0.742597] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.742641] pci 0000:02:00.0: supports D1 D2
[    0.742643] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.747286] pci 0000:00:0a.0: PCI bridge to [bus 02]
[    0.747293] pci 0000:00:0a.0:   bridge window [io  0xd000-0xdfff]
[    0.747296] pci 0000:00:0a.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.747299] pci 0000:00:0a.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.747343] pci 0000:03:06.0: [11bd:0040] type 00 class 0x048000
[    0.747364] pci 0000:03:06.0: reg 10: [mem 0xfdcff000-0xfdcfffff]
[    0.747459] pci 0000:03:06.0: supports D1 D2
[    0.747479] pci 0000:03:06.2: [11bd:0042] type 00 class 0x048000
[    0.747500] pci 0000:03:06.2: reg 10: [mem 0xfdcfe000-0xfdcfefff]
[    0.747592] pci 0000:03:06.2: supports D1 D2
[    0.747594] pci 0000:03:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.747623] pci 0000:03:07.0: [11bd:bede] type 00 class 0x048000
[    0.747643] pci 0000:03:07.0: reg 10: [mem 0xfdcfd000-0xfdcfdfff]
[    0.747754] pci 0000:03:07.1: [11bd:0015] type 00 class 0x0c0010
[    0.747776] pci 0000:03:07.1: reg 10: [mem 0xfdcfc000-0xfdcfc7ff]
[    0.747876] pci 0000:03:07.1: supports D1 D2
[    0.747877] pci 0000:03:07.1: PME# supported from D1 D2 D3hot
[    0.747918] pci 0000:03:0e.0: [104c:8024] type 00 class 0x0c0010
[    0.747939] pci 0000:03:0e.0: reg 10: [mem 0xfdcfb000-0xfdcfb7ff]
[    0.747951] pci 0000:03:0e.0: reg 14: [mem 0xfdcf4000-0xfdcf7fff]
[    0.748040] pci 0000:03:0e.0: supports D1 D2
[    0.748041] pci 0000:03:0e.0: PME# supported from D0 D1 D2 D3hot
[    0.748077] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    0.748081] pci 0000:00:14.4:   bridge window [io  0xc000-0xcfff]
[    0.748084] pci 0000:00:14.4:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.748088] pci 0000:00:14.4:   bridge window [mem 0xfdb00000-0xfdbfffff pref]
[    0.748090] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.748092] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.748093] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.748095] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.748096] pci 0000:00:14.4:   bridge window [mem 0xd0000000-0xfebfffff] (subtractive decode)
[    0.748148] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[    0.748217] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT]
[    0.748240] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.748262]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.748264]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.749013] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749043] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749070] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749096] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749122] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749147] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749173] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749199] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.749306] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.749308] vgaarb: loaded
[    0.749309] vgaarb: bridge control possible 0000:01:05.0
[    0.749450] SCSI subsystem initialized
[    0.749451] ACPI: bus type scsi registered
[    0.749511] libata version 3.00 loaded.
[    0.749529] ACPI: bus type usb registered
[    0.749546] usbcore: registered new interface driver usbfs
[    0.749553] usbcore: registered new interface driver hub
[    0.749594] usbcore: registered new device driver usb
[    0.749723] PCI: Using ACPI for IRQ routing
[    0.758145] PCI: pci_cache_line_size set to 64 bytes
[    0.758155] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
[    0.758228] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.758230] e820: reserve RAM buffer [mem 0xafdf0000-0xafffffff]
[    0.758306] NetLabel: Initializing
[    0.758307] NetLabel:  domain hash size = 128
[    0.758308] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.758315] NetLabel:  unlabeled traffic allowed by default
[    0.758393] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.758397] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.760426] Switching to clocksource hpet
[    0.764558] AppArmor: AppArmor Filesystem Enabled
[    0.764583] pnp: PnP ACPI init
[    0.764596] ACPI: bus type pnp registered
[    0.764676] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.764679] system 00:00: [io  0x0220-0x0225] has been reserved
[    0.764681] system 00:00: [io  0x0290-0x0294] has been reserved
[    0.764684] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.765344] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[    0.765367] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
[    0.765392] system 00:01: [io  0x4100-0x411f] has been reserved
[    0.765395] system 00:01: [io  0x0228-0x022f] has been reserved
[    0.765396] system 00:01: [io  0x040b] has been reserved
[    0.765398] system 00:01: [io  0x04d6] has been reserved
[    0.765400] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.765401] system 00:01: [io  0x0c14] has been reserved
[    0.765403] system 00:01: [io  0x0c50-0x0c52] has been reserved
[    0.765405] system 00:01: [io  0x0c6c-0x0c6d] has been reserved
[    0.765406] system 00:01: [io  0x0c6f] has been reserved
[    0.765408] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.765409] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.765411] system 00:01: [io  0x0cd4-0x0cdf] has been reserved
[    0.765413] system 00:01: [io  0x4000-0x40fe] has been reserved
[    0.765414] system 00:01: [io  0x4210-0x4217] has been reserved
[    0.765416] system 00:01: [io  0x0b00-0x0b0f] has been reserved
[    0.765417] system 00:01: [io  0x0b10-0x0b1f] has been reserved
[    0.765419] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.765421] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
[    0.765424] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.765496] pnp 00:02: [dma 4]
[    0.765509] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.765568] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.765597] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.765613] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.765635] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.765874] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.765918] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.765962] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[    0.765965] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.766078] pnp 00:0a: disabling [mem 0x000d1000-0x000d3fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[    0.766080] pnp 00:0a: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[    0.766082] pnp 00:0a: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[    0.766084] pnp 00:0a: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[    0.766087] pnp 00:0a: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[    0.766089] pnp 00:0a: disabling [mem 0x00100000-0xafdeffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[    0.766121] system 00:0a: [mem 0xafdf0000-0xafdfffff] could not be reserved
[    0.766123] system 00:0a: [mem 0xffff0000-0xffffffff] has been reserved
[    0.766125] system 00:0a: [mem 0xafe00000-0xafefffff] has been reserved
[    0.766127] system 00:0a: [mem 0xaff00000-0xafffffff] could not be reserved
[    0.766129] system 00:0a: [mem 0xb0000000-0xcfffffff] has been reserved
[    0.766130] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.766132] system 00:0a: [mem 0xfee00000-0xfee00fff] could not be reserved
[    0.766134] system 00:0a: [mem 0xfff80000-0xfffeffff] has been reserved
[    0.766136] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.766150] pnp: PnP ACPI: found 11 devices
[    0.766151] ACPI: ACPI bus type pnp unregistered
[    0.772596] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.772598] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.772601] pci 0000:00:01.0:   bridge window [mem 0xfde00000-0xfdffffff]
[    0.772603] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.772608] pci 0000:02:00.0: BAR 6: assigned [mem 0xfda00000-0xfda1ffff pref]
[    0.772610] pci 0000:00:0a.0: PCI bridge to [bus 02]
[    0.772612] pci 0000:00:0a.0:   bridge window [io  0xd000-0xdfff]
[    0.772615] pci 0000:00:0a.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.772617] pci 0000:00:0a.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.772620] pci 0000:00:14.4: PCI bridge to [bus 03]
[    0.772623] pci 0000:00:14.4:   bridge window [io  0xc000-0xcfff]
[    0.772627] pci 0000:00:14.4:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.772631] pci 0000:00:14.4:   bridge window [mem 0xfdb00000-0xfdbfffff pref]
[    0.772655] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.772657] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.772659] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.772660] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[    0.772662] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfebfffff]
[    0.772663] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.772665] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdffffff]
[    0.772667] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.772668] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.772670] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
[    0.772672] pci_bus 0000:02: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.772673] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.772675] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    0.772676] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff pref]
[    0.772678] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.772680] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.772681] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.772683] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff]
[    0.772684] pci_bus 0000:03: resource 8 [mem 0xd0000000-0xfebfffff]
[    0.772713] NET: Registered protocol family 2
[    0.772839] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    0.772975] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.773087] TCP: Hash tables configured (established 32768 bind 32768)
[    0.773123] TCP: reno registered
[    0.773130] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.773153] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.773234] NET: Registered protocol family 1
[    0.773243] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
[    1.131640] pci 0000:01:05.0: Boot video device
[    1.131659] PCI: CLS 4 bytes, default 64
[    1.131700] Trying to unpack rootfs image as initramfs...
[    1.554158] Freeing initrd memory: 31892k freed
[    1.562637] PCI-DMA: Disabling AGP.
[    1.562712] PCI-DMA: aperture base @ a4000000 size 65536 KB
[    1.562713] PCI-DMA: using GART IOMMU.
[    1.562716] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    1.565562] LVT offset 1 assigned for vector 0x400
[    1.565573] IBS: LVT offset 1 assigned
[    1.565604] perf: AMD IBS detected (0x0000001f)
[    1.565758] Initialise module verification
[    1.565795] audit: initializing netlink socket (disabled)
[    1.565805] type=2000 audit(1376310430.940:1): initialized
[    1.586994] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.588333] VFS: Disk quotas dquot_6.5.2
[    1.588379] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.588824] fuse init (API version 7.20)
[    1.588930] msgmni has been set to 6890
[    1.589415] Key type asymmetric registered
[    1.589418] Asymmetric key parser 'x509' registered
[    1.589448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.589481] io scheduler noop registered
[    1.589484] io scheduler deadline registered (default)
[    1.589496] io scheduler cfq registered
[    1.589663] pcieport 0000:00:0a.0: irq 40 for MSI/MSI-X
[    1.589757] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.589773] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.589863] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.589867] ACPI: Power Button [PWRB]
[    1.589897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.589899] ACPI: Power Button [PWRF]
[    1.589929] ACPI: processor limited to max C-state 1
[    1.600553] GHES: HEST is not enabled!
[    1.600667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.621079] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.622348] Linux agpgart interface v0.103
[    1.623528] brd: module loaded
[    1.624313] loop: module loaded
[    1.624634] libphy: Fixed MDIO Bus: probed
[    1.624680] tun: Universal TUN/TAP device driver, 1.6
[    1.624681] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.624747] PPP generic driver version 2.4.2
[    1.624782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.624784] ehci-pci: EHCI PCI platform driver
[    1.624830] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.624841] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.624849] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.624861] ehci-pci 0000:00:12.2: debug port 1
[    1.624918] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe02c000
[    1.634400] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.634426] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.634428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.634429] usb usb1: Product: EHCI Host Controller
[    1.634431] usb usb1: Manufacturer: Linux 3.8.0-27-generic ehci_hcd
[    1.634432] usb usb1: SerialNumber: 0000:00:12.2
[    1.634539] hub 1-0:1.0: USB hub found
[    1.634542] hub 1-0:1.0: 6 ports detected
[    1.634696] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.634701] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    1.634706] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.634718] ehci-pci 0000:00:13.2: debug port 1
[    1.634760] ehci-pci 0000:00:13.2: irq 19, io mem 0xfe029000
[    1.646363] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.646387] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.646389] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.646391] usb usb2: Product: EHCI Host Controller
[    1.646392] usb usb2: Manufacturer: Linux 3.8.0-27-generic ehci_hcd
[    1.646393] usb usb2: SerialNumber: 0000:00:13.2
[    1.646503] hub 2-0:1.0: USB hub found
[    1.646507] hub 2-0:1.0: 6 ports detected
[    1.646629] ehci-platform: EHCI generic platform driver
[    1.646643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.646708] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    1.646722] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.646760] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000
[    1.706217] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.706221] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.706222] usb usb3: Product: OHCI Host Controller
[    1.706224] usb usb3: Manufacturer: Linux 3.8.0-27-generic ohci_hcd
[    1.706225] usb usb3: SerialNumber: 0000:00:12.0
[    1.706350] hub 3-0:1.0: USB hub found
[    1.706356] hub 3-0:1.0: 3 ports detected
[    1.706484] ohci_hcd 0000:00:12.1: OHCI Host Controller
[    1.706489] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
[    1.706505] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000
[    1.766076] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.766079] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.766081] usb usb4: Product: OHCI Host Controller
[    1.766082] usb usb4: Manufacturer: Linux 3.8.0-27-generic ohci_hcd
[    1.766084] usb usb4: SerialNumber: 0000:00:12.1
[    1.766205] hub 4-0:1.0: USB hub found
[    1.766211] hub 4-0:1.0: 3 ports detected
[    1.766337] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.766342] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[    1.766374] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000
[    1.825930] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.825933] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.825935] usb usb5: Product: OHCI Host Controller
[    1.825936] usb usb5: Manufacturer: Linux 3.8.0-27-generic ohci_hcd
[    1.825937] usb usb5: SerialNumber: 0000:00:13.0
[    1.826064] hub 5-0:1.0: USB hub found
[    1.826070] hub 5-0:1.0: 3 ports detected
[    1.826201] ohci_hcd 0000:00:13.1: OHCI Host Controller
[    1.826206] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
[    1.826222] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000
[    1.885780] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.885784] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.885785] usb usb6: Product: OHCI Host Controller
[    1.885787] usb usb6: Manufacturer: Linux 3.8.0-27-generic ohci_hcd
[    1.885788] usb usb6: SerialNumber: 0000:00:13.1
[    1.885944] hub 6-0:1.0: USB hub found
[    1.885951] hub 6-0:1.0: 3 ports detected
[    1.886091] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    1.886096] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.886112] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000
[    1.945623] usb 1-3: new high-speed USB device number 2 using ehci-pci
[    1.945641] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.945644] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.945646] usb usb7: Product: OHCI Host Controller
[    1.945647] usb usb7: Manufacturer: Linux 3.8.0-27-generic ohci_hcd
[    1.945649] usb usb7: SerialNumber: 0000:00:14.5
[    1.945750] hub 7-0:1.0: USB hub found
[    1.945756] hub 7-0:1.0: 2 ports detected
[    1.945875] uhci_hcd: USB Universal Host Controller Interface driver
[    1.945937] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.945938] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.946082] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.946206] mousedev: PS/2 mouse device common for all mice
[    1.946299] rtc_cmos 00:04: RTC can wake from S4
[    1.946428] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.946460] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.946527] device-mapper: uevent: version 1.0.3
[    1.946602] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
[    1.946608] cpuidle: using governor ladder
[    1.946609] cpuidle: using governor menu
[    1.946613] ledtrig-cpu: registered to indicate activity on CPUs
[    1.946614] EFI Variables Facility v0.08 2004-May-17
[    1.946842] ashmem: initialized
[    1.946938] TCP: cubic registered
[    1.947012] NET: Registered protocol family 10
[    1.947140] NET: Registered protocol family 17
[    1.947147] Key type dns_resolver registered
[    1.947365] Loading module verification certificates
[    1.948272] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: b19078b01b96b975438ce0719f8a7eb15318eb67'
[    1.948286] registered taskstats version 1
[    1.950374] Key type trusted registered
[    1.951973] Key type encrypted registered
[    1.953786] rtc_cmos 00:04: setting system clock to 2013-08-12 12:27:12 UTC (1376310432)
[    1.953858] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
[    1.954779] acpi-cpufreq: overriding BIOS provided _PSD data
[    1.954829] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.954830] EDD information not available.
[    1.956002] Freeing unused kernel memory: 996k freed
[    1.956214] Write protecting the kernel read-only data: 12288k
[    1.959031] Freeing unused kernel memory: 1168k freed
[    1.961861] Freeing unused kernel memory: 1080k freed
[    1.970357] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.977718] udevd[99]: starting version 175
[    2.026346] Disabling lock debugging due to kernel taint
[    2.026825] ahci 0000:00:11.0: version 3.0
[    2.026940] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    2.026943] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
[    2.027370] scsi0 : ahci
[    2.029431] scsi1 : ahci
[    2.029516] scsi2 : ahci
[    2.029564] scsi3 : ahci
[    2.029609] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
[    2.029612] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
[    2.029615] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
[    2.029617] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
[    2.033206] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.033411] r8169 0000:02:00.0: irq 41 for MSI/MSI-X
[    2.033554] r8169 0000:02:00.0 eth0: RTL8168d/8111d at 0xffffc90000648000, 6c:f0:49:b8:66:b7, XID 083000c0 IRQ 41
[    2.033556] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.033578] scsi4 : pata_atiixp
[    2.034184] scsi5 : pata_atiixp
[    2.034366] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[    2.034368] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[    2.040130] wmi: Mapper loaded
[    2.066195] [drm] Initialized drm 1.1.0 20060810
[    2.071544] firewire_ohci 0000:03:07.1: Pinnacle MovieBoard is not yet supported
[    2.077493] firewire_ohci: probe of 0000:03:07.1 failed with error -38
[    2.086022] usb 1-3: New USB device found, idVendor=05e3, idProduct=0608
[    2.086026] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.086028] usb 1-3: Product: USB2.0 Hub
[    2.086442] hub 1-3:1.0: USB hub found
[    2.086779] hub 1-3:1.0: 4 ports detected
[    2.087876] [drm] radeon defaulting to kernel modesetting.
[    2.087879] [drm] radeon kernel modesetting enabled.
[    2.088110] [drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1458:0xD000).
[    2.088126] [drm] register mmio base: 0xFDFE0000
[    2.088127] [drm] register mmio size: 65536
[    2.088415] ATOM BIOS: B43106_DVI
[    2.088433] radeon 0000:01:05.0: VRAM: 512M 0x00000000C0000000 - 0x00000000DFFFFFFF (512M used)
[    2.088436] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
[    2.088735] [drm] Detected VRAM RAM=512M, BAR=256M
[    2.088739] [drm] RAM width 32bits DDR
[    2.088805] [TTM] Zone  kernel: Available graphics memory: 1765510 kiB
[    2.088806] [TTM] Initializing pool allocator
[    2.088810] [TTM] Initializing DMA pool allocator
[    2.088836] [drm] radeon: 512M of VRAM memory ready
[    2.088837] [drm] radeon: 512M of GTT memory ready.
[    2.088885] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    2.089737] [drm] Loading RS780 Microcode
[    2.097506] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000).
[    2.097552] radeon 0000:01:05.0: WB enabled
[    2.097555] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff880122c6cc00
[    2.097557] radeon 0000:01:05.0: fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff880122c6cc0c
[    2.097559] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    2.097560] [drm] Driver supports precise vblank timestamp query.
[    2.097571] [drm] radeon: irq initialized.
[    2.097623] radeon 0000:01:05.0: setting latency timer to 64
[    2.128519] [drm] ring test on 0 succeeded in 1 usecs
[    2.128574] [drm] ring test on 3 succeeded in 1 usecs
[    2.128644] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.128653] [drm] ib test on ring 3 succeeded in 0 usecs
[    2.128803] [drm] Radeon Display Connectors
[    2.128804] [drm] Connector 0:
[    2.128805] [drm]   VGA-1
[    2.128807] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[    2.128807] [drm]   Encoders:
[    2.128808] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    2.128809] [drm] Connector 1:
[    2.128810] [drm]   DVI-D-1
[    2.128811] [drm]   HPD1
[    2.128812] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[    2.128813] [drm]   Encoders:
[    2.128814] [drm]     DFP1: INTERNAL_KLDSCP_LVTMA
[    2.128830] [drm] radeon: power management initialized
[    2.133267] firewire_ohci 0000:03:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    2.172257] [drm] fb mappable at 0xD0142000
[    2.172260] [drm] vram apper at 0xD0000000
[    2.172261] [drm] size 8294400
[    2.172262] [drm] fb depth is 24
[    2.172262] [drm]    pitch is 7680
[    2.172349] fbcon: radeondrmfb (fb0) is primary device
[    2.177108] Console: switching to colour frame buffer device 240x67
[    2.183589] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
[    2.183590] radeon 0000:01:05.0: registered panic notifier
[    2.183597] [drm] Initialized radeon 2.29.0 20080528 for 0000:01:05.0 on minor 0
[    2.212349] ata5.01: ATAPI: HL-DT-ST DVDRAM GSA-H12N, UL01, max UDMA/66
[    2.225323] ata5.01: configured for UDMA/66
[    2.264871] usb 2-4: new high-speed USB device number 2 using ehci-pci
[    2.348651] ata4: SATA link down (SStatus 0 SControl 300)
[    2.398710] usb 2-4: New USB device found, idVendor=058f, idProduct=6362
[    2.398714] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.398717] usb 2-4: Product: Mass Storage Device
[    2.398718] usb 2-4: Manufacturer: Generic
[    2.398720] usb 2-4: SerialNumber: 058F312D81B1
[    2.400854] Initializing USB Mass Storage driver...
[    2.400949] scsi6 : usb-storage 2-4:1.0
[    2.401115] usbcore: registered new interface driver usb-storage
[    2.401116] USB Mass Storage support registered.
[    2.520230] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.520257] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.520276] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.521342] ata1.00: ATA-7: ExcelStor Technology J8160S, P22OABEA, max UDMA/133
[    2.521346] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.522655] ata1.00: configured for UDMA/133
[    2.522820] scsi 0:0:0:0: Direct-Access     ATA      ExcelStor Techno P22O PQ: 0 ANSI: 5
[    2.522942] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.522973] sd 0:0:0:0: [sda] Write Protect is off
[    2.522976] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.522988] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.522993] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.532094] ata2.00: ATA-8: SanDisk SDSSDX240GG25, R201, max UDMA/133
[    2.532098] ata2.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.535812]  sda: sda1
[    2.536411] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.550556] ata2.00: configured for UDMA/133
[    2.550637] scsi 1:0:0:0: Direct-Access     ATA      SanDisk SDSSDX24 R201 PQ: 0 ANSI: 5
[    2.551447] sd 1:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/223 GiB)
[    2.551485] sd 1:0:0:0: [sdb] Write Protect is off
[    2.551487] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.551500] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.551543] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.552111] ata3.00: HPA detected: current 625134191, native 625142448
[    2.552192] ata3.00: ATA-8: WDC WD3200AAKS-00UU3A0, 01.03B01, max UDMA/133
[    2.552194] ata3.00: 625134191 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.552476]  sdb: sdb1 sdb2 < sdb5 >
[    2.552726] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.553743] ata3.00: configured for UDMA/133
[    2.553832] scsi 2:0:0:0: Direct-Access     ATA      WDC WD3200AAKS-0 01.0 PQ: 0 ANSI: 5
[    2.553950] sd 2:0:0:0: [sdc] 625134191 512-byte logical blocks: (320 GB/298 GiB)
[    2.553959] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    2.553978] sd 2:0:0:0: [sdc] Write Protect is off
[    2.553981] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.553992] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.557807] scsi 4:0:1:0: CD-ROM            HL-DT-ST DVDRAM GSA-H12N  UL01 PQ: 0 ANSI: 5
[    2.560122] tsc: Refined TSC clocksource calibration: 3013.327 MHz
[    2.560129] Switching to clocksource tsc
[    2.563832] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.563837] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.563935] sr 4:0:1:0: Attached scsi CD-ROM sr0
[    2.563991] sr 4:0:1:0: Attached scsi generic sg3 type 5
[    2.566637]  sdc: sdc1 sdc2
[    2.566812] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.632025] firewire_core 0000:03:0e.0: created device fw0: GUID 003f3faf006cf049, S400
[    2.659853] usb 4-1: new low-speed USB device number 2 using ohci_hcd
[    2.828526] usb 4-1: New USB device found, idVendor=046d, idProduct=c408
[    2.828531] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.828533] usb 4-1: Product: USB Trackball
[    2.828534] usb 4-1: Manufacturer: Logitech
[    2.841739] usbcore: registered new interface driver usbhid
[    2.841742] usbhid: USB HID core driver
[    2.844603] input: Logitech USB Trackball as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input3
[    2.844739] hid-generic 0003:046D:C408.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Trackball] on usb-0000:00:12.1-1/input0
[    3.027227] usb 1-3.1: new high-speed USB device number 4 using ehci-pci
[    3.225216] usb 1-3.1: New USB device found, idVendor=046d, idProduct=09a4
[    3.225220] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    3.225223] usb 1-3.1: SerialNumber: 9F83AB20
[    3.298651] usb 1-3.2: new high-speed USB device number 5 using ehci-pci
[    3.392160] usb 1-3.2: New USB device found, idVendor=05e3, idProduct=0608
[    3.392165] usb 1-3.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.392166] usb 1-3.2: Product: USB2.0 Hub
[    3.392579] hub 1-3.2:1.0: USB hub found
[    3.392908] hub 1-3.2:1.0: 4 ports detected
[    3.398913] scsi 6:0:0:0: Direct-Access     Generic  USB SD Reader    1.00 PQ: 0 ANSI: 0
[    3.399662] scsi 6:0:0:1: Direct-Access     Generic  USB CF Reader    1.01 PQ: 0 ANSI: 0
[    3.400410] scsi 6:0:0:2: Direct-Access     Generic  USB SM Reader    1.02 PQ: 0 ANSI: 0
[    3.401156] scsi 6:0:0:3: Direct-Access     Generic  USB MS Reader    1.03 PQ: 0 ANSI: 0
[    3.401808] sd 6:0:0:0: Attached scsi generic sg4 type 0
[    3.401987] sd 6:0:0:1: Attached scsi generic sg5 type 0
[    3.402111] sd 6:0:0:2: Attached scsi generic sg6 type 0
[    3.402233] sd 6:0:0:3: Attached scsi generic sg7 type 0
[    3.419831] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[    3.421554] sd 6:0:0:1: [sde] Attached SCSI removable disk
[    3.422217] sd 6:0:0:2: [sdf] Attached SCSI removable disk
[    3.425315] sd 6:0:0:3: [sdg] Attached SCSI removable disk
[    3.466218] usb 1-3.3: new high-speed USB device number 6 using ehci-pci
[    3.687144] usb 1-3.3: New USB device found, idVendor=07ab, idProduct=fccd
[    3.687148] usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.687151] usb 1-3.3: Product: FHD-Classic
[    3.687152] usb 1-3.3: Manufacturer: Freecom Technologies
[    3.687154] usb 1-3.3: SerialNumber: 1000000000000000281FC
[    3.687653] usb-storage 1-3.3:1.0: Quirks match for vid 07ab pid fccd: 10
[    3.687691] scsi7 : usb-storage 1-3.3:1.0
[    3.757467] usb 1-3.4: new full-speed USB device number 7 using ehci-pci
[    3.853843] usb 1-3.4: New USB device found, idVendor=04e8, idProduct=663f
[    3.853847] usb 1-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.853849] usb 1-3.4: Product: CUSTT13 Development Platform
[    3.853850] usb 1-3.4: Manufacturer: CUSTT13
[    3.853852] usb 1-3.4: SerialNumber: 00000000
[    3.857817] scsi8 : usb-storage 1-3.4:2.5
[    4.855409] scsi 8:0:0:0: Direct-Access     SAMSUNG  C3050 MemoryCard 2.01 PQ: 0 ANSI: 0
[    4.855894] sd 8:0:0:0: Attached scsi generic sg8 type 0
[    4.857648] sd 8:0:0:0: [sdh] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB)
[    4.858782] sd 8:0:0:0: [sdh] Test WP failed, assume Write Enabled
[    4.859890] sd 8:0:0:0: [sdh] Asking for cache data failed
[    4.859895] sd 8:0:0:0: [sdh] Assuming drive cache: write through
[    4.862591] sd 8:0:0:0: [sdh] Test WP failed, assume Write Enabled
[    4.863630] sd 8:0:0:0: [sdh] Asking for cache data failed
[    4.863634] sd 8:0:0:0: [sdh] Assuming drive cache: write through
[    4.872744]  sdh: sdh1
[    4.875347] sd 8:0:0:0: [sdh] Test WP failed, assume Write Enabled
[    4.876723] sd 8:0:0:0: [sdh] Asking for cache data failed
[    4.876727] sd 8:0:0:0: [sdh] Assuming drive cache: write through
[    4.876730] sd 8:0:0:0: [sdh] Attached SCSI removable disk
[   14.783262] scsi 7:0:0:0: Direct-Access     HDS72252 5VLAT80          V36O PQ: 0 ANSI: 0
[   14.783661] sd 7:0:0:0: Attached scsi generic sg9 type 0
[   14.785379] sd 7:0:0:0: [sdi] Adjusting the sector count from its reported value: 488397169
[   14.785385] sd 7:0:0:0: [sdi] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[   14.870521] usb 1-3.3: reset high-speed USB device number 6 using ehci-pci
[   18.202606] bio: create slab <bio-1> at 1
[   18.377163] bio: create slab <bio-1> at 1
[   20.995867] sd 7:0:0:0: [sdi] Write Protect is off
[   20.995872] sd 7:0:0:0: [sdi] Mode Sense: 03 00 00 00
[   20.996988] sd 7:0:0:0: [sdi] No Caching mode page present
[   20.996992] sd 7:0:0:0: [sdi] Assuming drive cache: write through
[   20.997843] sd 7:0:0:0: [sdi] Adjusting the sector count from its reported value: 488397169
[   21.000103] sd 7:0:0:0: [sdi] No Caching mode page present
[   21.000107] sd 7:0:0:0: [sdi] Assuming drive cache: write through
[   21.017182]  sdi: sdi1
[   21.018279] sd 7:0:0:0: [sdi] Adjusting the sector count from its reported value: 488397169
[   21.020799] sd 7:0:0:0: [sdi] No Caching mode page present
[   21.020803] sd 7:0:0:0: [sdi] Assuming drive cache: write through
[   21.020806] sd 7:0:0:0: [sdi] Attached SCSI disk
[   23.575773] EXT4-fs (dm-1): INFO: recovery required on readonly filesystem
[   23.575778] EXT4-fs (dm-1): write access will be enabled during recovery
[   23.603517] EXT4-fs (dm-1): orphan cleanup on readonly fs
[   23.603526] EXT4-fs (dm-1): ext4_orphan_cleanup: deleting unreferenced inode 2359553
[   23.603594] EXT4-fs (dm-1): 1 orphan inode deleted
[   23.603596] EXT4-fs (dm-1): recovery complete
[   23.606339] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   23.967021] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[   24.393042] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   25.479985] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   25.523924] FS-Cache: Loaded
[   25.533175] RPC: Registered named UNIX socket transport module.
[   25.533179] RPC: Registered udp transport module.
[   25.533180] RPC: Registered tcp transport module.
[   25.533182] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   25.535277] FS-Cache: Netfs 'nfs' registered for caching
[   25.541681] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   25.558640] udevd[687]: starting version 175
[   25.612724] lp: driver loaded but no devices found
[   25.646748] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   25.687228] type=1400 audit(1376310456.285:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=770 comm="apparmor_parser"
[   25.687612] type=1400 audit(1376310456.285:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=770 comm="apparmor_parser"
[   25.687820] type=1400 audit(1376310456.285:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=770 comm="apparmor_parser"
[   25.690574] init: idmapd main process (767) terminated with status 1
[   25.690593] init: idmapd main process ended, respawning
[   25.712602] init: idmapd-mounting (/home/uwe/uwe) main process (533) killed by TERM signal
[   25.713788] init: idmapd-mounting (/home/uwe/public) main process (536) killed by TERM signal
[   25.855481] Bluetooth: Core ver 2.16
[   25.855924] NET: Registered protocol family 31
[   25.855926] Bluetooth: HCI device and connection manager initialized
[   25.855944] Bluetooth: HCI socket layer initialized
[   25.855946] Bluetooth: L2CAP socket layer initialized
[   25.855950] Bluetooth: SCO socket layer initialized
[   25.884918] Bluetooth: RFCOMM TTY layer initialized
[   25.884932] Bluetooth: RFCOMM socket layer initialized
[   25.884933] Bluetooth: RFCOMM ver 1.11
[   25.915494] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \SOR1 1 (20121018/utaddress-251)
[   25.915502] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   25.937012] init: avahi-cups-reload main process (886) terminated with status 1
[   25.968419] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.968423] Bluetooth: BNEP filters: protocol multicast
[   25.968432] Bluetooth: BNEP socket layer initialized
[   25.969345] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   25.972092] sp5100_tco: PCI Revision ID: 0x3c
[   25.972112] sp5100_tco: failed to find MMIO address, giving up.
[   25.980364] ppdev: user-space parallel port driver
[   25.989067] type=1400 audit(1376310456.589:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=907 comm="apparmor_parser"
[   25.989509] type=1400 audit(1376310456.589:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=907 comm="apparmor_parser"
[   26.001425] MCE: In-kernel MCE decoding enabled.
[   26.008588] EDAC MC: Ver: 3.0.0
[   26.027191] AMD64 EDAC driver v3.4.0
[   26.027348] EDAC amd64: DRAM ECC disabled.
[   26.027356] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[   26.027356]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[   26.027356]  (Note that use of the override may cause unknown side effects.)
[   26.148664] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
[   26.148811] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   26.148917] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   26.149022] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   26.149125] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   26.149229] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   26.150072] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   26.150493] microcode: CPU0: patch_level=0x010000b7
[   26.151146] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   26.153231] snd_hda_intel 0000:01:05.1: setting latency timer to 64
[   26.174104] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input12
[   26.185245] microcode: CPU0: new patch_level=0x010000c7
[   26.185258] microcode: CPU1: patch_level=0x010000b7
[   26.185265] microcode: CPU1: new patch_level=0x010000c7
[   26.185397] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   26.239742] kvm: Nested Virtualization enabled
[   26.239747] kvm: Nested Paging enabled
[   26.427385] init: failsafe main process (1052) killed by TERM signal
[   26.539405] type=1400 audit(1376310457.141:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1190 comm="apparmor_parser"
[   26.550558] type=1400 audit(1376310457.153:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1189 comm="apparmor_parser"
[   26.550865] type=1400 audit(1376310457.153:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1189 comm="apparmor_parser"
[   26.554389] type=1400 audit(1376310457.157:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1190 comm="apparmor_parser"
[   26.554602] type=1400 audit(1376310457.157:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1190 comm="apparmor_parser"
[   26.599632] init: statd-mounting (/home/uwe/uwe) main process (534) killed by TERM signal
[   26.604273] init: statd-mounting (/home/uwe/public) main process (539) killed by TERM signal
[   26.626144] NFS: Registering the id_resolver key type
[   26.626156] Key type id_resolver registered
[   26.626158] Key type id_legacy registered
[   26.645518] cdc_acm 1-3.4:2.3: ttyACM0: USB ACM device
[   26.649134] usbcore: registered new interface driver cdc_acm
[   26.649138] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   26.715952] cfg80211: Calling CRDA to update world regulatory domain
[   26.806471] usbcore: registered new interface driver cdc_ether
[   26.856662] usb 1-3.4: bad CDC descriptors
[   26.856685] usbcore: registered new interface driver rndis_host
[   26.920293] Linux video capture interface: v2.00
[   27.086666] usb 1-3.4: bad CDC descriptors
[   27.086861] usbcore: registered new interface driver rndis_wlan
[   27.259202] cfg80211: World regulatory domain updated:
[   27.259206] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   27.259209] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   27.259210] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   27.259212] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   27.259213] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   27.259214] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   27.392793] r8169 0000:02:00.0 eth0: link down
[   27.392825] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   27.393074] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   27.394517] r8169 0000:02:00.0 eth0: link down
[   28.026389] 4:3:1: cannot set freq 16000 to ep 0x86
[   28.703388] set volume quirk for QuickCam E3500
[   28.703633] usbcore: registered new interface driver snd-usb-audio
[   28.703843] uvcvideo: Found UVC 1.00 device <unnamed> (046d:09a4)
[   28.718461] input: UVC Camera (046d:09a4) as /devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/input/input13
[   28.718604] usbcore: registered new interface driver uvcvideo
[   28.718605] USB Video Class driver (1.1.1)
[   29.235549] Adding 3670012k swap on /dev/mapper/cryptswap1.  Priority:-1 extents:1 across:3670012k SS
[   29.353508] r8169 0000:02:00.0 eth0: link up
[   29.353518] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   30.521836] ip_tables: (C) 2000-2006 Netfilter Core Team
[   30.650327] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   31.196154] vboxdrv: Found 2 processor cores.
[   31.210493] vboxdrv: fAsync=0 offMin=0x551 offMax=0x1e57
[   31.210552] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   31.210553] vboxdrv: Successfully loaded version 4.2.16 (interface 0x001a0005).
[   31.428179] vboxpci: IOMMU not found (not registered)
[   31.641638] init: plymouth-stop pre-start process (2601) terminated with status 1
[  395.494188] warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
[  399.534307] device eth0 entered promiscuous mode
[ 4430.766367] usb 1-3.4: USB disconnect, device number 7
[ 9380.122422] usb 1-6: new high-speed USB device number 8 using ehci-pci
[ 9380.257072] usb 1-6: New USB device found, idVendor=04a9, idProduct=1754
[ 9380.257085] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9380.257093] usb 1-6: Product: MG5300 series
[ 9380.257100] usb 1-6: Manufacturer: Canon
[ 9380.257105] usb 1-6: SerialNumber: 2D967C
[ 9380.261245] scsi9 : usb-storage 1-6:1.2
[ 9380.322365] usblp 1-6:1.1: usblp0: USB Bidirectional printer dev 8 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1754
[ 9380.322388] usbcore: registered new interface driver usblp
[ 9381.257703] scsi 9:0:0:0: Direct-Access     Canon    MG5300 series    0203 PQ: 0 ANSI: 2
[ 9381.275486] sd 9:0:0:0: Attached scsi generic sg8 type 0
[ 9381.285467] sd 9:0:0:0: [sdh] Attached SCSI removable disk
[13938.359061] usb 1-6: USB disconnect, device number 8
[13938.359479] usblp0: removed
[13977.974172] usb 1-6: new high-speed USB device number 9 using ehci-pci
[13978.109304] usb 1-6: New USB device found, idVendor=04a9, idProduct=1754
[13978.109316] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13978.109324] usb 1-6: Product: MG5300 series
[13978.109330] usb 1-6: Manufacturer: Canon
[13978.109335] usb 1-6: SerialNumber: 2D967C
[13978.119103] usblp 1-6:1.1: usblp0: USB Bidirectional printer dev 9 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1754
[13978.119313] scsi10 : usb-storage 1-6:1.2
[13979.117274] scsi 10:0:0:0: Direct-Access     Canon    MG5300 series    0203 PQ: 0 ANSI: 2
[13979.123787] sd 10:0:0:0: Attached scsi generic sg8 type 0
[13979.128522] sd 10:0:0:0: [sdh] Attached SCSI removable disk
[13979.200625] usblp0: removed
[13979.234208] usblp 1-6:1.1: usblp0: USB Bidirectional printer dev 9 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1754
[14028.575384] usblp0: removed
[14028.600119] usblp 1-6:1.1: usblp0: USB Bidirectional printer dev 9 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1754
[14096.555832] usblp0: removed
[14281.163813] usblp 1-6:1.1: usblp0: USB Bidirectional printer dev 9 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1754
[19108.886931] hrtimer: interrupt took 28630 ns