ubuntuusers.de

usb stick

Datum:
26. September 2013 00:45
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
[    0.340181] pci 0000:00:1c.3:   bridge window [mem 0xfa000000-0xfcefffff 64bit pref]
[    0.340191] pci 0000:00:1c.5: PCI bridge to [bus 07-07]
[    0.340195] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.340202] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.340208] pci 0000:00:1c.5:   bridge window [mem 0xfcf00000-0xfcffffff 64bit pref]
[    0.340217] pci 0000:00:1e.0: PCI bridge to [bus 01-01]
[    0.340242] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    0.340262] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.340269] pci 0000:00:1c.0: setting latency timer to 64
[    0.340278] pci 0000:00:1c.1: enabling device (0106 -> 0107)
[    0.340287] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.340293] pci 0000:00:1c.1: setting latency timer to 64
[    0.340305] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.340310] pci 0000:00:1c.3: setting latency timer to 64
[    0.340319] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.340325] pci 0000:00:1c.5: setting latency timer to 64
[    0.340334] pci 0000:00:1e.0: setting latency timer to 64
[    0.340339] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.340342] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.340344] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.340347] pci_bus 0000:00: resource 7 [mem 0xbde00000-0xffffffff]
[    0.340350] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.340353] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.340356] pci_bus 0000:02: resource 2 [mem 0xbe000000-0xbe1fffff 64bit pref]
[    0.340359] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    0.340362] pci_bus 0000:03: resource 1 [mem 0xfdf00000-0xfdffffff]
[    0.340365] pci_bus 0000:03: resource 2 [mem 0xbde00000-0xbdffffff 64bit pref]
[    0.340368] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.340371] pci_bus 0000:04: resource 1 [mem 0xfe000000-0xfeafffff]
[    0.340374] pci_bus 0000:04: resource 2 [mem 0xfa000000-0xfcefffff 64bit pref]
[    0.340376] pci_bus 0000:07: resource 0 [io  0xe000-0xefff]
[    0.340379] pci_bus 0000:07: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.340382] pci_bus 0000:07: resource 2 [mem 0xfcf00000-0xfcffffff 64bit pref]
[    0.340385] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
[    0.340388] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
[    0.340390] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[    0.340393] pci_bus 0000:01: resource 7 [mem 0xbde00000-0xffffffff]
[    0.340443] NET: Registered protocol family 2
[    0.340529] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.340805] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.341252] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.341476] TCP: Hash tables configured (established 131072 bind 65536)
[    0.341479] TCP reno registered
[    0.341482] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.341490] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.341582] NET: Registered protocol family 1
[    0.341603] pci 0000:00:02.0: Boot video device
[    0.341619] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.341641] pci 0000:00:1a.0: PCI INT A disabled
[    0.341659] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.341679] pci 0000:00:1a.1: PCI INT B disabled
[    0.341688] pci 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.341709] pci 0000:00:1a.2: PCI INT D disabled
[    0.341724] pci 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.341758] pci 0000:00:1a.7: PCI INT C disabled
[    0.341786] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.341806] pci 0000:00:1d.0: PCI INT A disabled
[    0.341815] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.341835] pci 0000:00:1d.1: PCI INT B disabled
[    0.341844] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.341864] pci 0000:00:1d.2: PCI INT C disabled
[    0.341874] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.341893] pci 0000:00:1d.7: PCI INT A disabled
[    0.341921] PCI: CLS 32 bytes, default 64
[    0.342304] audit: initializing netlink socket (disabled)
[    0.342314] type=2000 audit(1380146014.336:1): initialized
[    0.366726] highmem bounce pool size: 64 pages
[    0.366733] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.369531] VFS: Disk quotas dquot_6.5.2
[    0.369603] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.370259] fuse init (API version 7.17)
[    0.370367] msgmni has been set to 1613
[    0.370726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.370755] io scheduler noop registered
[    0.370757] io scheduler deadline registered
[    0.370765] io scheduler cfq registered (default)
[    0.370903] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.370971] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.371061] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.371120] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.371206] pcieport 0000:00:1c.3: setting latency timer to 64
[    0.371266] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
[    0.371351] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.371408] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[    0.371523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.371547] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.371644] intel_idle: MWAIT substates: 0x22220
[    0.371646] intel_idle: does not run on family 6 model 23
[    0.371712] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.371768] ACPI: AC Adapter [AC] (on-line)
[    0.371852] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.380057] ACPI: Lid Switch [LID]
[    0.380126] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.380132] ACPI: Power Button [PWRB]
[    0.380186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.380190] ACPI: Power Button [PWRF]
[    0.380284] ACPI: Fan [FAN0] (on)
[    0.380326] ACPI: Fan [FAN1] (on)
[    0.380370] ACPI: Fan [FAN2] (on)
[    0.380411] ACPI: Fan [FAN3] (on)
[    0.380454] ACPI: Fan [FAN4] (on)
[    0.380496] ACPI: Fan [FAN5] (on)
[    0.380882] Monitor-Mwait will be used to enter C-1 state
[    0.380896] Monitor-Mwait will be used to enter C-2 state
[    0.380910] Monitor-Mwait will be used to enter C-3 state
[    0.380930] ACPI: acpi_idle registered with cpuidle
[    0.495127] Freeing initrd memory: 13880k freed
[    0.596038] thermal LNXTHERM:00: registered as thermal_zone0
[    0.596042] ACPI: Thermal Zone [TZ0] (0 C)
[    0.596090] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.596101] ACPI: Battery Slot [BAT] (battery present)
[    0.596145] ERST: Table is not found!
[    0.596147] GHES: HEST is not enabled!
[    0.596263] isapnp: Scanning for PnP cards...
[    0.596313] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.836159] ACPI: Battery Slot [BAT] (battery present)
[    0.950181] isapnp: No Plug & Play device found
[    1.016380] Linux agpgart interface v0.103
[    1.016513] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.016601] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.017523] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.017663] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.019534] brd: module loaded
[    1.020499] loop: module loaded
[    1.020660] ahci 0000:00:1f.2: version 3.0
[    1.020675] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.020731] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    1.020776] ahci: SSS flag set, parallel bus scan disabled
[    1.020815] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[    1.020819] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    1.020826] ahci 0000:00:1f.2: setting latency timer to 64
[    1.044684] scsi0 : ahci
[    1.044788] scsi1 : ahci
[    1.044882] scsi2 : ahci
[    1.044973] scsi3 : ahci
[    1.045067] scsi4 : ahci
[    1.045162] scsi5 : ahci
[    1.045295] ata1: SATA max UDMA/133 abar m2048@0xfddff800 port 0xfddff900 irq 44
[    1.045299] ata2: SATA max UDMA/133 abar m2048@0xfddff800 port 0xfddff980 irq 44
[    1.045302] ata3: DUMMY
[    1.045304] ata4: DUMMY
[    1.045307] ata5: SATA max UDMA/133 abar m2048@0xfddff800 port 0xfddffb00 irq 44
[    1.045311] ata6: SATA max UDMA/133 abar m2048@0xfddff800 port 0xfddffb80 irq 44
[    1.045809] Fixed MDIO Bus: probed
[    1.045833] tun: Universal TUN/TAP device driver, 1.6
[    1.045835] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.045911] PPP generic driver version 2.4.2
[    1.046050] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.046069] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.046086] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.046090] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.046148] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.046178] ehci_hcd 0000:00:1a.7: debug port 1
[    1.050048] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    1.050066] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfddff000
[    1.064020] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.064173] hub 1-0:1.0: USB hub found
[    1.064179] hub 1-0:1.0: 6 ports detected
[    1.064272] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.064287] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.064291] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.064347] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.064375] ehci_hcd 0000:00:1d.7: debug port 1
[    1.068268] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.068286] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfddff400
[    1.084020] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.084178] hub 2-0:1.0: USB hub found
[    1.084183] hub 2-0:1.0: 6 ports detected
[    1.084274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.084290] uhci_hcd: USB Universal Host Controller Interface driver
[    1.084308] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.084317] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.084321] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.084375] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.084413] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b880
[    1.084567] hub 3-0:1.0: USB hub found
[    1.084571] hub 3-0:1.0: 2 ports detected
[    1.084649] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.084658] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.084662] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.084717] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.084756] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b800
[    1.084909] hub 4-0:1.0: USB hub found
[    1.084913] hub 4-0:1.0: 2 ports detected
[    1.084991] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.085000] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.085004] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.085060] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.085098] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000b480
[    1.085251] hub 5-0:1.0: USB hub found
[    1.085255] hub 5-0:1.0: 2 ports detected
[    1.085334] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.085343] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.085347] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.085397] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.085423] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
[    1.085572] hub 6-0:1.0: USB hub found
[    1.085576] hub 6-0:1.0: 2 ports detected
[    1.085655] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.085663] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.085667] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.085722] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.085749] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c000
[    1.085910] hub 7-0:1.0: USB hub found
[    1.085915] hub 7-0:1.0: 2 ports detected
[    1.085993] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.086002] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.086006] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.086056] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.086083] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000bc00
[    1.086232] hub 8-0:1.0: USB hub found
[    1.086236] hub 8-0:1.0: 2 ports detected
[    1.086377] usbcore: registered new interface driver libusual
[    1.086434] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.098130] i8042: Detected active multiplexing controller, rev 1.1
[    1.100322] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.100329] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.100364] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.100396] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.100425] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.100574] mousedev: PS/2 mouse device common for all mice
[    1.100801] rtc_cmos 00:06: RTC can wake from S4
[    1.100943] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.100976] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.101040] device-mapper: uevent: version 1.0.3
[    1.101129] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.101152] EISA: Probing bus 0 at eisa.0
[    1.101155] EISA: Cannot allocate resource for mainboard
[    1.101158] Cannot allocate resource for EISA slot 1
[    1.101160] Cannot allocate resource for EISA slot 2
[    1.101162] Cannot allocate resource for EISA slot 3
[    1.101164] Cannot allocate resource for EISA slot 4
[    1.101166] Cannot allocate resource for EISA slot 5
[    1.101168] Cannot allocate resource for EISA slot 6
[    1.101171] Cannot allocate resource for EISA slot 7
[    1.101173] Cannot allocate resource for EISA slot 8
[    1.101175] EISA: Detected 0 cards.
[    1.101185] cpufreq-nforce2: No nForce2 chipset.
[    1.101258] cpuidle: using governor ladder
[    1.101375] cpuidle: using governor menu
[    1.101378] EFI Variables Facility v0.08 2004-May-17
[    1.101697] TCP cubic registered
[    1.101842] NET: Registered protocol family 10
[    1.102482] NET: Registered protocol family 17
[    1.102488] Registering the dns_resolver key type
[    1.102507] Using IPI No-Shortcut mode
[    1.102698] PM: Hibernation image not present or could not be loaded.
[    1.102711] registered taskstats version 1
[    1.108575] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.111457]   Magic number: 13:465:905
[    1.111572] rtc_cmos 00:06: setting system clock to 2013-09-25 21:53:36 UTC (1380146016)
[    1.112189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.112191] EDD information not available.
[    1.364151] ata1: SATA link down (SStatus 0 SControl 300)
[    1.376116] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    1.624116] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    1.684066] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.685576] ata2.00: ATA-8: FUJITSU MJA2250BH G2, 00400018, max UDMA/100
[    1.685582] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.687170] ata2.00: configured for UDMA/100
[    1.687339] scsi 1:0:0:0: Direct-Access     ATA      FUJITSU MJA2250B 0040 PQ: 0 ANSI: 5
[    1.687484] sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.687497] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    1.687535] sd 1:0:0:0: [sda] Write Protect is off
[    1.687538] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.687564] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.762323] Initializing USB Mass Storage driver...
[    1.762683] usbcore: registered new interface driver usb-storage
[    1.762685] USB Mass Storage support registered.
[    1.765326]  sda: sda1 sda2 sda4 < sda5 sda6 sda7 >
[    1.766157] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.004154] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.008233] ata5.00: ATAPI: HL-DT-ST DVDRAM GU10N, MT04, max UDMA/133
[    2.013115] ata5.00: configured for UDMA/133
[    2.018760] scsi 4:0:0:0: CD-ROM            HL-DT-ST DVDRAM GU10N     MT04 PQ: 0 ANSI: 5
[    2.023724] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.023729] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.023941] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    2.024049] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    2.344227] ata6: SATA link down (SStatus 0 SControl 300)
[    2.344389] Freeing unused kernel memory: 744k freed
[    2.344727] Write protecting the kernel text: 5840k
[    2.344757] Write protecting the kernel read-only data: 2388k
[    2.344758] NX-protecting the kernel data: 4400k
[    2.362287] udevd[103]: starting version 175
[    2.435117] sdhci: Secure Digital Host Controller Interface driver
[    2.435121] sdhci: Copyright(c) Pierre Ossman
[    2.435415] sdhci-pci 0000:02:00.0: SDHCI controller found [1180:e822] (rev 1)
[    2.435436] sdhci-pci 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.435464] sdhci-pci 0000:02:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
[    2.435473] sdhci-pci 0000:02:00.0: setting latency timer to 64
[    2.435487] mmc0: no vmmc regulator found
[    2.435525] Registered led device: mmc0::
[    2.436571] mmc0: SDHCI controller on PCI [0000:02:00.0] using DMA
[    2.437247] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.437270] r8169 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    2.437304] r8169 0000:07:00.0: setting latency timer to 64
[    2.437385] r8169 0000:07:00.0: irq 45 for MSI/MSI-X
[    2.437944] r8169 0000:07:00.0: eth0: RTL8168d/8111d at 0xf8458000, 00:26:18:a6:bf:40, XID 081000c0 IRQ 45
[    2.437948] r8169 0000:07:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    3.193113] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   17.144979] Adding 4151292k swap on /dev/sda7.  Priority:-1 extents:1 across:4151292k 
[   17.152741] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.203732] udevd[335]: starting version 175
[   17.250986] lp: driver loaded but no devices found
[   17.368676] toshiba_bluetooth: Detected Toshiba ACPI Bluetooth device - installing RFKill handler
[   17.368727] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
[   17.400484] wmi: Mapper loaded
[   17.403597] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
[   17.409630] [drm] Initialized drm 1.1.0 20060810
[   17.409772] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[   17.481484] cfg80211: Calling CRDA to update world regulatory domain
[   17.482314] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   17.482319] i915 0000:00:02.0: setting latency timer to 64
[   17.496577] input: Toshiba input device as /devices/virtual/input/input4
[   17.503512] Registered led device: toshiba::illumination
[   17.524786] type=1400 audit(1380138832.911:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=529 comm="apparmor_parser"
[   17.525274] type=1400 audit(1380138832.911:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=529 comm="apparmor_parser"
[   17.525545] type=1400 audit(1380138832.911:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=529 comm="apparmor_parser"
[   17.539499] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[   17.539503] Copyright(c) 2003-2011 Intel Corporation
[   17.539561] iwlwifi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   17.539571] iwlwifi 0000:03:00.0: setting latency timer to 64
[   17.539595] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[   17.539598] iwlwifi 0000:03:00.0: pci_resource_base = f8510000
[   17.539600] iwlwifi 0000:03:00.0: HW Revision ID = 0x0
[   17.539690] iwlwifi 0000:03:00.0: irq 46 for MSI/MSI-X
[   17.539731] iwlwifi 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[   17.539795] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   17.562394] iwlwifi 0000:03:00.0: device EEPROM VER=0x11f, CALIB=0x4
[   17.562399] iwlwifi 0000:03:00.0: Device SKU: 0Xf0
[   17.565889] iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[   17.571011] i915 0000:00:02.0: irq 47 for MSI/MSI-X
[   17.571018] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   17.571020] [drm] Driver supports precise vblank timestamp query.
[   17.571065] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   18.088044] cfg80211: World regulatory domain updated:
[   18.088048] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   18.088051] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.088054] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   18.088057] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   18.088060] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.088063] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.108748] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[   18.167302] iwlwifi 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692
[   18.167580] Registered led device: phy0-led
[   18.167614] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[   18.278511] init: Failed to spawn samba4 main process: unable to execute: No such file or directory
[   18.284487] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   18.288844] init: failsafe main process (822) killed by TERM signal
[   18.322180] fbcon: inteldrmfb (fb0) is primary device
[   18.322914] Console: switching to colour frame buffer device 160x50
[   18.322945] fb0: inteldrmfb frame buffer device
[   18.322947] drm: registered panic notifier
[   18.429076] acpi device:02: registered as cooling_device8
[   18.429840] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5
[   18.430216] ACPI: Video Device [IGD] (multi-head: yes  rom: no  post: no)
[   18.430374] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   18.430604] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   18.430675] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[   18.430709] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   18.520411] Bluetooth: Core ver 2.16
[   18.541687] NET: Registered protocol family 31
[   18.541692] Bluetooth: HCI device and connection manager initialized
[   18.541695] Bluetooth: HCI socket layer initialized
[   18.541698] Bluetooth: L2CAP socket layer initialized
[   18.542109] Bluetooth: SCO socket layer initialized
[   18.549840] Bluetooth: RFCOMM TTY layer initialized
[   18.549847] Bluetooth: RFCOMM socket layer initialized
[   18.549849] Bluetooth: RFCOMM ver 1.11
[   18.551968] ppdev: user-space parallel port driver
[   18.678564] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.678568] Bluetooth: BNEP filters: protocol multicast
[   18.688829] type=1400 audit(1380138834.075:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=943 comm="apparmor_parser"
[   18.689224] HDMI status: Codec=2 Pin=3 Presence_Detect=0 ELD_Valid=0
[   18.689432] type=1400 audit(1380138834.075:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=943 comm="apparmor_parser"
[   18.691101] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   18.691757] input: HDA Intel SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   18.692279] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   18.698212] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   18.820421] Linux video capture interface: v2.00
[   18.952290] uvcvideo: Found UVC 1.00 device USB2.0 UVC WebCam (04f2:b130)
[   18.974098] input: USB2.0 UVC WebCam as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input10
[   18.974177] usbcore: registered new interface driver uvcvideo
[   18.974179] USB Video Class driver (1.1.1)
[   19.076381] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   19.079359] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[   19.147217] usbcore: registered new interface driver usbserial
[   19.147237] USB Serial support registered for generic
[   19.192939] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   19.194390] usbcore: registered new interface driver btusb
[   19.198190] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   19.201210] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[   19.202954] usbcore: registered new interface driver usbserial_generic
[   19.202958] usbserial: USB Serial Driver core
[   19.234316] USB Serial support registered for GSM modem (1-port)
[   19.234423] option 2-1:1.0: GSM modem (1-port) converter detected
[   19.234880] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0
[   19.234899] option 2-1:1.1: GSM modem (1-port) converter detected
[   19.235031] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1
[   19.235045] option 2-1:1.2: GSM modem (1-port) converter detected
[   19.235168] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2
[   19.235219] usbcore: registered new interface driver option
[   19.235221] option: v0.7.2:USB Driver for GSM modems
[   19.247309] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   19.247740] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   19.307261] input: PS/2 Mouse as /devices/platform/i8042/serio2/input/input11
[   19.310076] r8169 0000:07:00.0: eth0: link down
[   19.315730] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.316400] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.325241] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio2/input/input12
[   19.964339] type=1400 audit(1380138835.351:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1078 comm="apparmor_parser"
[   19.967339] type=1400 audit(1380138835.351:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1077 comm="apparmor_parser"
[   19.967746] type=1400 audit(1380138835.351:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1077 comm="apparmor_parser"
[   19.968859] type=1400 audit(1380138835.355:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1078 comm="apparmor_parser"
[   19.969132] type=1400 audit(1380138835.355:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1078 comm="apparmor_parser"
[   24.805171] option: option_instat_callback: error -2
[   30.328061] Non-volatile memory driver v1.3
[   30.606361] init: plymouth-stop pre-start process (1853) terminated with status 1
[   58.804221] option: option_instat_callback: error -2
[   72.840698] option: option_instat_callback: error -2
[   77.080194] PPP BSD Compression module registered
[   77.248134] PPP Deflate Compression module registered
[   90.040666] option: option_instat_callback: error -2
[  211.805345] option: option_instat_callback: error -2
[  214.945286] option: option_instat_callback: error -2
[  288.464078] usb 2-4: new high-speed USB device number 3 using ehci_hcd
[  288.599701] scsi9 : usb-storage 2-4:1.0
[  289.863142] scsi 9:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[  289.869731] sd 9:0:0:0: Attached scsi generic sg2 type 0
[  289.872403] sd 9:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[  289.873152] sd 9:0:0:0: [sdb] Write Protect is on
[  289.873158] sd 9:0:0:0: [sdb] Mode Sense: 43 00 80 00
[  289.874304] sd 9:0:0:0: [sdb] No Caching mode page present
[  289.874311] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[  289.874317] sd 9:0:0:0: [sdb] Attached SCSI removable disk
[  289.881475] sd 9:0:0:0: [sdb] No Caching mode page present
[  289.881483] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[  289.884739] sd 9:0:0:0: [sdb] No Caching mode page present
[  289.884746] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[  289.885840]  sdb: sdb1
[  290.706893] EXT4-fs (sdb1): INFO: recovery required on readonly filesystem
[  290.706898] EXT4-fs (sdb1): write access unavailable, cannot proceed
[  330.992709] option: option_instat_callback: error -2
[  354.080638] option: option_instat_callback: error -2
[  365.992673] option: option_instat_callback: error -2
[  371.168681] option: option_instat_callback: error -2
[  414.993306] option: option_instat_callback: error -2
[  425.000927] option: option_instat_callback: error -2
[  429.997306] option: option_instat_callback: error -2
[  456.168660] option: option_instat_callback: error -2
[  463.229074] option: option_instat_callback: error -2
[  555.993051] option: option_instat_callback: error -2
[  561.009177] option: option_instat_callback: error -2
[  576.992723] option: option_instat_callback: error -2
[  583.988587] option: option_instat_callback: error -2
[  586.993296] option: option_instat_callback: error -2
[  592.008720] option: option_instat_callback: error -2
[  603.000676] option: option_instat_callback: error -2
[  615.988906] option: option_instat_callback: error -2
[  622.004825] option: option_instat_callback: error -2
[  645.988661] option: option_instat_callback: error -2
[  649.001074] option: option_instat_callback: error -2
[  717.120972] option: option_instat_callback: error -2
[  730.992645] option: option_instat_callback: error -2
[  736.988890] option: option_instat_callback: error -2
[  815.140697] option: option_instat_callback: error -2
[  917.988883] option: option_instat_callback: error -2
[ 1012.992806] option: option_instat_callback: error -2
[ 1031.992919] option: option_instat_callback: error -2
[ 1039.988567] option: option_instat_callback: error -2
[ 1056.989293] option: option_instat_callback: error -2
[ 1082.992803] option: option_instat_callback: error -2
[ 1089.988696] option: option_instat_callback: error -2
[ 1232.128953] option: option_instat_callback: error -2
[ 1349.992852] option: option_instat_callback: error -2
[ 1376.992762] option: option_instat_callback: error -2
[ 1382.988638] option: option_instat_callback: error -2
[ 1393.988981] option: option_instat_callback: error -2
[ 1406.132977] option: option_instat_callback: error -2
[ 1409.192864] option: option_instat_callback: error -2
[ 1415.988865] option: option_instat_callback: error -2
[ 1456.004651] option: option_instat_callback: error -2
[ 1463.992661] option: option_instat_callback: error -2
[ 1489.988649] option: option_instat_callback: error -2
[ 1576.988541] option: option_instat_callback: error -2
[ 1584.839609] usb 2-4: USB disconnect, device number 3
[ 1586.904272] usb 2-4: new high-speed USB device number 4 using ehci_hcd
[ 1587.043354] scsi10 : usb-storage 2-4:1.0
[ 1588.307422] scsi 10:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[ 1588.309154] sd 10:0:0:0: Attached scsi generic sg2 type 0
[ 1588.313084] sd 10:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[ 1588.313759] sd 10:0:0:0: [sdb] Write Protect is on
[ 1588.313766] sd 10:0:0:0: [sdb] Mode Sense: 43 00 80 00
[ 1588.314880] sd 10:0:0:0: [sdb] No Caching mode page present
[ 1588.314888] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 1588.314894] sd 10:0:0:0: [sdb] Attached SCSI removable disk
[ 1588.323373] sd 10:0:0:0: [sdb] No Caching mode page present
[ 1588.323381] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 1588.326403] sd 10:0:0:0: [sdb] No Caching mode page present
[ 1588.326407] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 1588.327442]  sdb: sdb1
[ 1589.161588] EXT4-fs (sdb1): INFO: recovery required on readonly filesystem
[ 1589.161592] EXT4-fs (sdb1): write access unavailable, cannot proceed
[ 1624.989160] option: option_instat_callback: error -2
[ 1629.996562] option: option_instat_callback: error -2
[ 1636.084805] option: option_instat_callback: error -2
[ 1642.093202] option: option_instat_callback: error -2
[ 1674.506959] EXT4-fs (sdb1): INFO: recovery required on readonly filesystem
[ 1674.506964] EXT4-fs (sdb1): write access unavailable, cannot proceed
[ 1686.232049] usb 2-4: USB disconnect, device number 4
[ 1714.488250] usb 2-4: new high-speed USB device number 5 using ehci_hcd
[ 1714.622891] scsi11 : usb-storage 2-4:1.0
[ 1715.887967] scsi 11:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[ 1715.890867] sd 11:0:0:0: Attached scsi generic sg2 type 0
[ 1715.892590] sd 11:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[ 1715.893831] sd 11:0:0:0: [sdb] Write Protect is on
[ 1715.893838] sd 11:0:0:0: [sdb] Mode Sense: 43 00 80 00
[ 1715.894422] sd 11:0:0:0: [sdb] No Caching mode page present
[ 1715.894428] sd 11:0:0:0: [sdb] Assuming drive cache: write through
[ 1715.894434] sd 11:0:0:0: [sdb] Attached SCSI removable disk
[ 1715.902822] sd 11:0:0:0: [sdb] No Caching mode page present
[ 1715.902829] sd 11:0:0:0: [sdb] Assuming drive cache: write through
[ 1715.905437] sd 11:0:0:0: [sdb] No Caching mode page present
[ 1715.905442] sd 11:0:0:0: [sdb] Assuming drive cache: write through
[ 1715.906415]  sdb: sdb1
[ 1716.732773] EXT4-fs (sdb1): INFO: recovery required on readonly filesystem
[ 1716.732778] EXT4-fs (sdb1): write access unavailable, cannot proceed
[ 1725.154007] EXT4-fs (sdb1): INFO: recovery required on readonly filesystem
[ 1725.154014] EXT4-fs (sdb1): write access unavailable, cannot proceed
[ 1851.988651] option: option_instat_callback: error -2
[ 1881.996667] option: option_instat_callback: error -2
[ 1893.988901] option: option_instat_callback: error -2
[ 1899.009034] option: option_instat_callback: error -2
[ 1911.992884] option: option_instat_callback: error -2
[ 1916.992668] option: option_instat_callback: error -2
[ 1922.005128] option: option_instat_callback: error -2
[ 1930.992545] option: option_instat_callback: error -2
[ 1971.992684] option: option_instat_callback: error -2
[ 2037.993281] option: option_instat_callback: error -2
[ 2046.992807] option: option_instat_callback: error -2
[ 2053.992948] option: option_instat_callback: error -2
[ 2060.993159] option: option_instat_callback: error -2
[ 2093.988561] option: option_instat_callback: error -2
[ 2113.008584] option: option_instat_callback: error -2
[ 2120.009293] option: option_instat_callback: error -2
[ 2151.992965] option: option_instat_callback: error -2
[ 2166.129247] option: option_instat_callback: error -2
[ 2173.076850] option: option_instat_callback: error -2
[ 2179.988812] option: option_instat_callback: error -2
[ 2211.988603] option: option_instat_callback: error -2
[ 2224.992596] option: option_instat_callback: error -2
[ 2231.004850] option: option_instat_callback: error -2
[ 2325.129005] option: option_instat_callback: error -2
[ 2342.992715] option: option_instat_callback: error -2
[ 2418.049355] option: option_instat_callback: error -2
[ 2447.128770] option: option_instat_callback: error -2
[ 2454.184865] option: option_instat_callback: error -2
[ 2462.988779] option: option_instat_callback: error -2
[ 2513.988876] option: option_instat_callback: error -2
[ 2530.105008] option: option_instat_callback: error -2
[ 2567.988797] option: option_instat_callback: error -2
[ 2825.005307] option: option_instat_callback: error -2
[ 2830.992592] option: option_instat_callback: error -2
[ 2874.993318] option: option_instat_callback: error -2
[ 2976.993131] option: option_instat_callback: error -2
[ 3038.992783] option: option_instat_callback: error -2
[ 3051.993110] option: option_instat_callback: error -2
[ 3097.073742] option: option_instat_callback: error -2
[ 3126.000904] option: option_instat_callback: error -2
[ 3126.175564] usb 2-4: USB disconnect, device number 5
[ 3130.052649] option: option_instat_callback: error -2
[ 3146.993123] option: option_instat_callback: error -2
[ 3186.993199] option: option_instat_callback: error -2
[ 3211.988700] option: option_instat_callback: error -2
[ 3289.113098] option: option_instat_callback: error -2
[ 3391.008844] option: option_instat_callback: error -2
[ 3436.152678] option: option_instat_callback: error -2
[ 3463.992582] option: option_instat_callback: error -2
[ 3474.001184] option: option_instat_callback: error -2
[ 3479.004565] option: option_instat_callback: error -2
[ 3500.992898] option: option_instat_callback: error -2
[ 3505.992849] option: option_instat_callback: error -2
[ 3518.992749] option: option_instat_callback: error -2
[ 3543.988905] option: option_instat_callback: error -2
[ 3551.004955] option: option_instat_callback: error -2
[ 3598.004977] option: option_instat_callback: error -2
[ 3615.992885] option: option_instat_callback: error -2
[ 3635.212522] option: option_instat_callback: error -2
[ 3659.988536] option: option_instat_callback: error -2
[ 3689.184527] option: option_instat_callback: error -2
[ 3725.184782] option: option_instat_callback: error -2
[ 3739.144723] option: option_instat_callback: error -2
[ 3755.988750] option: option_instat_callback: error -2
[ 3771.992841] option: option_instat_callback: error -2
[ 3799.992906] option: option_instat_callback: error -2
[ 3858.096651] option: option_instat_callback: error -2
[ 3879.992999] option: option_instat_callback: error -2
[ 3885.124677] option: option_instat_callback: error -2
[ 3911.988883] option: option_instat_callback: error -2
[ 3917.168620] option: option_instat_callback: error -2
[ 3922.012822] option: option_instat_callback: error -2
[ 3933.157008] option: option_instat_callback: error -2
[ 3937.992831] option: option_instat_callback: error -2
[ 3943.148889] option: option_instat_callback: error -2
[ 3970.988706] option: option_instat_callback: error -2
[ 4004.992635] option: option_instat_callback: error -2
[ 4029.989133] option: option_instat_callback: error -2
[ 4082.073004] option: option_instat_callback: error -2
[ 4089.005043] option: option_instat_callback: error -2
[ 4167.993371] option: option_instat_callback: error -2
[ 4210.560278] usb 2-4: new high-speed USB device number 6 using ehci_hcd
[ 4210.695333] scsi12 : usb-storage 2-4:1.0
[ 4211.959957] scsi 12:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[ 4211.964913] sd 12:0:0:0: Attached scsi generic sg2 type 0
[ 4211.968103] sd 12:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[ 4211.968824] sd 12:0:0:0: [sdb] Write Protect is on
[ 4211.968832] sd 12:0:0:0: [sdb] Mode Sense: 43 00 80 00
[ 4211.969429] sd 12:0:0:0: [sdb] No Caching mode page present
[ 4211.969435] sd 12:0:0:0: [sdb] Assuming drive cache: write through
[ 4211.969441] sd 12:0:0:0: [sdb] Attached SCSI removable disk
[ 4211.973360] sd 12:0:0:0: [sdb] No Caching mode page present
[ 4211.973368] sd 12:0:0:0: [sdb] Assuming drive cache: write through
[ 4211.975927] sd 12:0:0:0: [sdb] No Caching mode page present
[ 4211.975933] sd 12:0:0:0: [sdb] Assuming drive cache: write through
[ 4211.977027]  sdb: sdb1
[ 4220.993335] option: option_instat_callback: error -2
[ 4267.992672] option: option_instat_callback: error -2
[ 4320.975366] usb 2-4: USB disconnect, device number 6
[ 4325.988638] option: option_instat_callback: error -2
[ 4349.988851] option: option_instat_callback: error -2
[ 4356.008917] option: option_instat_callback: error -2
[ 4382.992847] option: option_instat_callback: error -2
[ 4434.045203] option: option_instat_callback: error -2
[ 4552.988605] option: option_instat_callback: error -2
[ 4596.992582] option: option_instat_callback: error -2
[ 4615.988980] option: option_instat_callback: error -2
[ 4634.988733] option: option_instat_callback: error -2
[ 4651.992883] option: option_instat_callback: error -2
[ 4676.993291] option: option_instat_callback: error -2
[ 4736.992667] option: option_instat_callback: error -2
[ 4767.989001] option: option_instat_callback: error -2
[ 4798.992696] option: option_instat_callback: error -2
[ 4898.988606] option: option_instat_callback: error -2
[ 4915.989347] option: option_instat_callback: error -2
[ 4975.100866] option: option_instat_callback: error -2
[ 4986.992873] option: option_instat_callback: error -2
[ 5036.993352] option: option_instat_callback: error -2
[ 5053.180735] option: option_instat_callback: error -2
[ 5095.989203] option: option_instat_callback: error -2
[ 5156.136635] option: option_instat_callback: error -2
[ 5198.000963] option: option_instat_callback: error -2
[ 5215.989021] option: option_instat_callback: error -2
[ 5237.988780] option: option_instat_callback: error -2
[ 5261.992998] option: option_instat_callback: error -2
[ 5276.000794] option: option_instat_callback: error -2
[ 5326.988697] option: option_instat_callback: error -2
[ 5332.052738] option: option_instat_callback: error -2
[ 5337.005086] option: option_instat_callback: error -2
[ 5370.988601] option: option_instat_callback: error -2
[ 5376.168592] option: option_instat_callback: error -2
[ 5385.988821] option: option_instat_callback: error -2
[ 5395.008980] option: option_instat_callback: error -2
[ 5399.988730] option: option_instat_callback: error -2
[ 5418.988680] option: option_instat_callback: error -2
[ 5444.989174] option: option_instat_callback: error -2
[ 5465.120727] option: option_instat_callback: error -2
[ 5487.988681] option: option_instat_callback: error -2
[ 5503.065032] option: option_instat_callback: error -2
[ 5510.001018] option: option_instat_callback: error -2
[ 5515.988692] option: option_instat_callback: error -2
[ 5524.993095] option: option_instat_callback: error -2
[ 5554.989312] option: option_instat_callback: error -2
[ 5560.989154] option: option_instat_callback: error -2
[ 5579.004947] option: option_instat_callback: error -2
[ 5636.001113] option: option_instat_callback: error -2
[ 5667.004592] option: option_instat_callback: error -2
[ 5688.992745] option: option_instat_callback: error -2
[ 5695.105166] option: option_instat_callback: error -2
[ 5756.001297] option: option_instat_callback: error -2
[ 5762.005116] option: option_instat_callback: error -2
[ 5803.989319] option: option_instat_callback: error -2
[ 5816.000710] option: option_instat_callback: error -2
[ 5866.992957] option: option_instat_callback: error -2
[ 5875.988863] option: option_instat_callback: error -2
[ 5935.988852] option: option_instat_callback: error -2
[ 5982.073330] option: option_instat_callback: error -2
[ 5988.084651] option: option_instat_callback: error -2
[ 5996.000709] option: option_instat_callback: error -2
[ 6031.000771] option: option_instat_callback: error -2
[ 6036.168793] option: option_instat_callback: error -2
[ 6055.989195] option: option_instat_callback: error -2
[ 6116.992669] option: option_instat_callback: error -2
[ 6124.989013] option: option_instat_callback: error -2
[ 6135.992914] option: option_instat_callback: error -2
[ 6141.992690] option: option_instat_callback: error -2
[ 6175.988665] option: option_instat_callback: error -2
[ 6235.100754] option: option_instat_callback: error -2
[ 6248.989574] option: option_instat_callback: error -2
[ 6254.060886] option: option_instat_callback: error -2
[ 6261.988795] option: option_instat_callback: error -2
[ 6267.992920] option: option_instat_callback: error -2
[ 6295.989182] option: option_instat_callback: error -2
[ 6356.992932] option: option_instat_callback: error -2
[ 6397.993116] option: option_instat_callback: error -2
[ 6415.989337] option: option_instat_callback: error -2
[ 6477.005109] option: option_instat_callback: error -2
[ 6535.988965] option: option_instat_callback: error -2
[ 6544.004705] option: option_instat_callback: error -2
[ 6596.001378] option: option_instat_callback: error -2
[ 6634.008975] option: option_instat_callback: error -2
[ 6656.001106] option: option_instat_callback: error -2
[ 6701.992582] option: option_instat_callback: error -2
[ 6711.988948] option: option_instat_callback: error -2
[ 6716.001323] option: option_instat_callback: error -2
[ 6739.988916] option: option_instat_callback: error -2
[ 6776.000653] option: option_instat_callback: error -2
[ 6829.005048] option: option_instat_callback: error -2
[ 6835.989560] option: option_instat_callback: error -2
[ 6895.988958] option: option_instat_callback: error -2
[ 6906.992960] option: option_instat_callback: error -2
[ 6912.052852] option: option_instat_callback: error -2
[ 6956.000667] option: option_instat_callback: error -2
[ 7015.109923] option: option_instat_callback: error -2
[ 7076.001136] option: option_instat_callback: error -2
[ 7082.004799] option: option_instat_callback: error -2
[ 7117.000878] option: option_instat_callback: error -2
[ 7134.928268] usb 2-4: new high-speed USB device number 7 using ehci_hcd
[ 7135.063258] scsi13 : usb-storage 2-4:1.0
[ 7136.328491] scsi 13:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[ 7136.329917] sd 13:0:0:0: Attached scsi generic sg2 type 0
[ 7136.334724] sd 13:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[ 7136.335577] sd 13:0:0:0: [sdb] Write Protect is on
[ 7136.335583] sd 13:0:0:0: [sdb] Mode Sense: 43 00 80 00
[ 7136.336180] sd 13:0:0:0: [sdb] No Caching mode page present
[ 7136.336186] sd 13:0:0:0: [sdb] Assuming drive cache: write through
[ 7136.336192] sd 13:0:0:0: [sdb] Attached SCSI removable disk
[ 7136.340551] sd 13:0:0:0: [sdb] No Caching mode page present
[ 7136.340559] sd 13:0:0:0: [sdb] Assuming drive cache: write through
[ 7136.343062] sd 13:0:0:0: [sdb] No Caching mode page present
[ 7136.343068] sd 13:0:0:0: [sdb] Assuming drive cache: write through
[ 7136.344067]  sdb: sdb1
[ 7256.988989] option: option_instat_callback: error -2
[ 7268.992646] option: option_instat_callback: error -2
[ 7293.988642] option: option_instat_callback: error -2
[ 7326.072709] option: option_instat_callback: error -2
[ 7369.989164] option: option_instat_callback: error -2
[ 7412.992928] option: option_instat_callback: error -2
[ 7492.112564] option: option_instat_callback: error -2
[ 7516.992563] option: option_instat_callback: error -2
[ 7531.988674] option: option_instat_callback: error -2
[ 7536.988585] option: option_instat_callback: error -2
[ 7574.988580] option: option_instat_callback: error -2
[ 7595.992941] option: option_instat_callback: error -2
[ 7602.988721] option: option_instat_callback: error -2
[ 7614.992935] option: option_instat_callback: error -2
[ 7622.988704] option: option_instat_callback: error -2
[ 7628.004710] option: option_instat_callback: error -2
[ 7632.992670] option: option_instat_callback: error -2
[ 7640.000604] option: option_instat_callback: error -2
[ 7647.988599] option: option_instat_callback: error -2
[ 7655.032824] option: option_instat_callback: error -2
[ 7668.988742] option: option_instat_callback: error -2
[ 7675.036618] option: option_instat_callback: error -2
[ 7682.988828] option: option_instat_callback: error -2
[ 7690.076826] option: option_instat_callback: error -2
[ 7705.992622] option: option_instat_callback: error -2
[ 7709.150430] usb 2-4: USB disconnect, device number 7
[ 7713.596132] usb 2-4: new high-speed USB device number 8 using ehci_hcd
[ 7713.738364] scsi14 : usb-storage 2-4:1.0
[ 7715.004554] scsi 14:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[ 7715.008530] sd 14:0:0:0: Attached scsi generic sg2 type 0
[ 7715.010116] sd 14:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[ 7715.010750] sd 14:0:0:0: [sdb] Write Protect is on
[ 7715.010757] sd 14:0:0:0: [sdb] Mode Sense: 43 00 80 00
[ 7715.011388] sd 14:0:0:0: [sdb] No Caching mode page present
[ 7715.011395] sd 14:0:0:0: [sdb] Assuming drive cache: write through
[ 7715.011400] sd 14:0:0:0: [sdb] Attached SCSI removable disk
[ 7715.020123] sd 14:0:0:0: [sdb] No Caching mode page present
[ 7715.020128] sd 14:0:0:0: [sdb] Assuming drive cache: write through
[ 7715.022995] sd 14:0:0:0: [sdb] No Caching mode page present
[ 7715.023001] sd 14:0:0:0: [sdb] Assuming drive cache: write through
[ 7715.023949]  sdb: sdb1
[ 7728.112866] option: option_instat_callback: error -2
[ 7735.988941] option: option_instat_callback: error -2
[ 7742.008940] option: option_instat_callback: error -2
[ 7748.988579] option: option_instat_callback: error -2
[ 7758.060933] option: option_instat_callback: error -2
[ 7767.149154] option: option_instat_callback: error -2
[ 7774.000566] option: option_instat_callback: error -2
[ 7842.000803] option: option_instat_callback: error -2
[ 7904.860452] usb 2-4: USB disconnect, device number 8
[ 7912.988755] option: option_instat_callback: error -2
[ 7913.312061] usb 2-4: new high-speed USB device number 9 using ehci_hcd
[ 7913.449341] scsi15 : usb-storage 2-4:1.0
[ 7914.717271] scsi 15:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[ 7914.718669] sd 15:0:0:0: Attached scsi generic sg2 type 0
[ 7914.725953] sd 15:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[ 7914.726583] sd 15:0:0:0: [sdb] Write Protect is on
[ 7914.726589] sd 15:0:0:0: [sdb] Mode Sense: 43 00 80 00
[ 7914.727268] sd 15:0:0:0: [sdb] No Caching mode page present
[ 7914.727275] sd 15:0:0:0: [sdb] Assuming drive cache: write through
[ 7914.727281] sd 15:0:0:0: [sdb] Attached SCSI removable disk
[ 7914.731073] sd 15:0:0:0: [sdb] No Caching mode page present
[ 7914.731080] sd 15:0:0:0: [sdb] Assuming drive cache: write through
[ 7914.733826] sd 15:0:0:0: [sdb] No Caching mode page present
[ 7914.733833] sd 15:0:0:0: [sdb] Assuming drive cache: write through
[ 7914.734797]  sdb: sdb1
[ 7971.988897] option: option_instat_callback: error -2
[ 7979.992650] option: option_instat_callback: error -2
[ 7986.188906] option: option_instat_callback: error -2
[ 8069.992660] option: option_instat_callback: error -2
[ 8078.056761] option: option_instat_callback: error -2
[ 8084.112661] option: option_instat_callback: error -2
[ 8104.988673] option: option_instat_callback: error -2
[ 8120.160764] option: option_instat_callback: error -2
[ 8169.008652] option: option_instat_callback: error -2
[ 8175.040920] option: option_instat_callback: error -2
[ 8183.993062] option: option_instat_callback: error -2
[ 8187.988659] option: option_instat_callback: error -2
[ 8240.988706] option: option_instat_callback: error -2
[ 8249.993166] option: option_instat_callback: error -2
[ 8365.993193] option: option_instat_callback: error -2
[ 8413.008946] option: option_instat_callback: error -2
[ 8423.028866] option: option_instat_callback: error -2
[ 8428.129107] option: option_instat_callback: error -2
[ 8449.004620] option: option_instat_callback: error -2
[ 8455.988639] option: option_instat_callback: error -2
[ 8485.060835] option: option_instat_callback: error -2
[ 8491.000636] option: option_instat_callback: error -2
[ 8515.988727] option: option_instat_callback: error -2
[ 8537.224854] option: option_instat_callback: error -2
[ 8576.988852] option: option_instat_callback: error -2
[ 8651.992874] option: option_instat_callback: error -2
[ 8805.000681] option: option_instat_callback: error -2
[ 8809.988899] option: option_instat_callback: error -2
[ 8950.988581] option: option_instat_callback: error -2
[ 8956.041477] option: option_instat_callback: error -2
[ 8959.041056] option: option_instat_callback: error -2
[ 8991.032596] option: option_instat_callback: error -2
[ 8997.001355] option: option_instat_callback: error -2
[ 9012.992762] option: option_instat_callback: error -2
[ 9019.165318] option: option_instat_callback: error -2
[ 9036.992880] option: option_instat_callback: error -2
[ 9045.988612] option: option_instat_callback: error -2
[ 9054.005131] option: option_instat_callback: error -2
[ 9059.009119] option: option_instat_callback: error -2
[ 9068.008623] option: option_instat_callback: error -2
[ 9107.008637] option: option_instat_callback: error -2
[ 9119.988841] option: option_instat_callback: error -2
[ 9127.988842] option: option_instat_callback: error -2
[ 9136.992628] option: option_instat_callback: error -2
[ 9142.988846] option: option_instat_callback: error -2
[ 9175.004655] option: option_instat_callback: error -2
[ 9179.992751] option: option_instat_callback: error -2
[ 9194.988652] option: option_instat_callback: error -2
[ 9219.192888] option: option_instat_callback: error -2
[ 9220.269370] usb 2-4: USB disconnect, device number 9
[ 9222.116068] usb 2-4: new high-speed USB device number 10 using ehci_hcd
[ 9222.253304] scsi16 : usb-storage 2-4:1.0
[ 9223.521655] scsi 16:0:0:0: Direct-Access     Intenso  Alu Line              PQ: 0 ANSI: 4
[ 9223.525511] sd 16:0:0:0: Attached scsi generic sg2 type 0
[ 9223.529211] sd 16:0:0:0: [sdb] 62259200 512-byte logical blocks: (31.8 GB/29.6 GiB)
[ 9223.529842] sd 16:0:0:0: [sdb] Write Protect is on
[ 9223.529848] sd 16:0:0:0: [sdb] Mode Sense: 43 00 80 00
[ 9223.530702] sd 16:0:0:0: [sdb] No Caching mode page present
[ 9223.530709] sd 16:0:0:0: [sdb] Assuming drive cache: write through
[ 9223.530715] sd 16:0:0:0: [sdb] Attached SCSI removable disk
[ 9223.537846] sd 16:0:0:0: [sdb] No Caching mode page present
[ 9223.537853] sd 16:0:0:0: [sdb] Assuming drive cache: write through
[ 9223.540709] sd 16:0:0:0: [sdb] No Caching mode page present
[ 9223.540715] sd 16:0:0:0: [sdb] Assuming drive cache: write through
[ 9223.541680]  sdb: sdb1
[ 9224.100644] option: option_instat_callback: error -2
[ 9280.988869] option: option_instat_callback: error -2
[ 9285.992912] option: option_instat_callback: error -2
[ 9291.992645] option: option_instat_callback: error -2
[ 9380.992890] option: option_instat_callback: error -2
[ 9394.992707] option: option_instat_callback: error -2
[ 9440.814687] EXT4-fs (sdb1): INFO: recovery required on readonly filesystem
[ 9440.814693] EXT4-fs (sdb1): write access unavailable, cannot proceed
[ 9491.992577] option: option_instat_callback: error -2
[ 9523.992667] option: option_instat_callback: error -2
[ 9528.988923] option: option_instat_callback: error -2
[ 9544.064826] option: option_instat_callback: error -2
[ 9550.988571] option: option_instat_callback: error -2
[ 9577.988720] option: option_instat_callback: error -2
[ 9582.992926] option: option_instat_callback: error -2
[ 9639.172595] option: option_instat_callback: error -2
[ 9646.001319] option: option_instat_callback: error -2
[ 9665.992610] option: option_instat_callback: error -2
jochen@jochen-laptop:~$ sudo umount /tmp/stick
[sudo] password for jochen: 
umount: /tmp/stick ist nicht eingehängt
jochen@jochen-laptop:~$ sudo fsck -f /dev/sdb1
fsck von util-linux 2.20.1
e2fsck 1.42 (29-Nov-2011)
fsck.ext4: Das Dateisystem ist nur lesbar beim Versuch, /dev/sdb1 zu öffnen
Laufwerk ist schreibgeschützt, nutzen Sie die -n Option
um es im Nur-Lesen-Modus zu prüfen.
jochen@jochen-laptop:~$