ubuntuusers.de

dmesg

Autor:
Mogli91
Datum:
7. Oktober 2008 15:28
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
[    0.000000] swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 127643
[    0.000000] Kernel command line: root=UUID=653f93b8-bfe4-4154-bdb0-4e7911c7f1f8 ro locale=de_DE vga=792 splash
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[    0.000000] Detected 3059.242 MHz processor.
[    8.921619] Console: colour dummy device 80x25
[    8.921622] console [tty0] enabled
[    8.921913] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    8.922102] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    8.929432] Memory: 497924k/514592k available (2177k kernel code, 16048k reserved, 1006k data, 368k init, 0k highmem)
[    8.929445] virtual kernel memory layout:
[    8.929446]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)
[    8.929447]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    8.929448]     vmalloc : 0xe0000000 - 0xff7fe000   ( 503 MB)
[    8.929449]     lowmem  : 0xc0000000 - 0xdf688000   ( 502 MB)
[    8.929450]       .init : 0xc0421000 - 0xc047d000   ( 368 kB)
[    8.929451]       .data : 0xc03204c4 - 0xc041bdc4   (1006 kB)
[    8.929452]       .text : 0xc0100000 - 0xc03204c4   (2177 kB)
[    8.929470] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[    8.929507] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[    8.929598] hpet clockevent registered
[    9.009424] Calibrating delay using timer specific routine.. 6123.72 BogoMIPS (lpj=12247454)
[    9.009449] Security Framework initialized
[    9.009454] SELinux:  Disabled at boot.
[    9.009468] AppArmor: AppArmor initialized
[    9.009474] Failure registering capabilities with primary security module.
[    9.009485] Mount-cache hash table entries: 512
[    9.009601] Initializing cgroup subsys ns
[    9.009609] Initializing cgroup subsys cpuacct
[    9.009623] CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000651d 00000000 00000001 00000000
[    9.009631] monitor/mwait feature present.
[    9.009635] using mwait in idle threads.
[    9.009641] CPU: Trace cache: 12K uops, L1 D cache: 16K
[    9.009645] CPU: L2 cache: 256K
[    9.009649] CPU: Hyper-Threading is disabled
[    9.009652] CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000651d 00000000 00000001 00000000
[    9.009663] Compat vDSO mapped to ffffe000.
[    9.009681] Checking 'hlt' instruction... OK.
[    9.025815] SMP alternatives: switching to UP code
[    9.027567] Freeing SMP alternatives: 11k freed
[    9.027702] Early unpacking initramfs... done
[    9.323639] ACPI: Core revision 20070126
[    9.339861] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[    9.370692] CPU0: Intel(R) Celeron(R) CPU 3.06GHz stepping 09
[    9.370736] Total of 1 processors activated (6123.72 BogoMIPS).
[    9.370889] ENABLING IO-APIC IRQs
[    9.371067] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    9.516335] Brought up 1 CPUs
[    9.516361] CPU0 attaching sched-domain:
[    9.516365]  domain 0: span 01
[    9.516367]   groups: 01
[    9.516577] net_namespace: 64 bytes
[    9.516594] Booting paravirtualized kernel on bare hardware
[    9.517196] Time:  9:34:20  Date: 10/07/08
[    9.517228] NET: Registered protocol family 16
[    9.517529] EISA bus registered
[    9.517540] ACPI: bus type pci registered
[    9.517713] PCI: PCI BIOS revision 2.10 entry at 0xfb327, last bus=3
[    9.517722] PCI: Using configuration type 1
[    9.517746] Setting up standard PCI resources
[    9.523495] ACPI: EC: Look up EC in DSDT
[    9.540196] ACPI: BIOS _OSI(Linux) query ignored
[    9.540206] ACPI: DMI System Vendor: Dell Inc.                
[    9.540210] ACPI: DMI Product Name: Dell DV051                   
[    9.540214] ACPI: DMI Product Version: 
[    9.540217] ACPI: DMI Board Name: 0WJ770
[    9.540220] ACPI: DMI BIOS Vendor: Dell Inc.                
[    9.540223] ACPI: DMI BIOS Date: 04/04/2006
[    9.540226] ACPI: Please send DMI info above to linux-acpi@vger.kernel.org
[    9.540236] ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@vger.kernel.org
[    9.546677] ACPI: Interpreter enabled
[    9.546684] ACPI: (supports S0 S1 S3 S4 S5)
[    9.546705] ACPI: Using IOAPIC for interrupt routing
[    9.578131] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    9.578792] PCI quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    9.578799] PCI quirk: region 0880-08bf claimed by ICH6 GPIO
[    9.579646] PCI: Transparent bridge - 0000:00:1e.0
[    9.579686] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    9.580188] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    9.580642] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
[    9.580914] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI3._PRT]
[    9.859320] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    9.859679] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    9.860020] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 9 10 11 12 15)
[    9.860357] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    9.860695] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    9.861034] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    9.861369] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    9.861708] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    9.862009] Linux Plug and Play Support v0.97 (c) Adam Belay
[    9.862061] pnp: PnP ACPI init
[    9.862074] ACPI: bus type pnp registered
[    9.881641] pnpacpi: exceeded the max number of IO resources: 40 
[    9.881740] pnp: PnP ACPI: found 8 devices
[    9.881746] ACPI: ACPI bus type pnp unregistered
[    9.881753] PnPBIOS: Disabled by ACPI PNP
[    9.882092] PCI: Using ACPI for IRQ routing
[    9.882098] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[    9.911399] NET: Registered protocol family 8
[    9.911406] NET: Registered protocol family 20
[    9.911468] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    9.911476] hpet0: 3 64-bit timers, 14318180 Hz
[    9.912516] AppArmor: AppArmor Filesystem Enabled
[    9.915380] Time: tsc clocksource has been installed.
[    9.915401] Switched to high resolution mode on CPU 0
[    9.923385] system 00:01: ioport range 0x800-0x85f has been reserved
[    9.923392] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    9.923397] system 00:01: ioport range 0x860-0x8ff could not be reserved
[    9.923411] system 00:06: iomem range 0x0-0x9ffff could not be reserved
[    9.923416] system 00:06: iomem range 0x100000-0xffffff could not be reserved
[    9.923420] system 00:06: iomem range 0x1000000-0x1f688bff could not be reserved
[    9.923426] system 00:06: iomem range 0xc0000-0xfffff could not be reserved
[    9.923432] system 00:06: iomem range 0xfec00000-0xfecfffff could not be reserved
[    9.923438] system 00:06: iomem range 0xfee00000-0xfeefffff could not be reserved
[    9.923443] system 00:06: iomem range 0xfed20000-0xfed9ffff could not be reserved
[    9.923449] system 00:06: iomem range 0xffb00000-0xffbfffff could not be reserved
[    9.923454] system 00:06: iomem range 0xffc00000-0xffffffff could not be reserved
[    9.923463] system 00:07: ioport range 0x100-0x1fe could not be reserved
[    9.923468] system 00:07: ioport range 0x200-0x277 has been reserved
[    9.923472] system 00:07: ioport range 0x280-0x2e7 has been reserved
[    9.923477] system 00:07: ioport range 0x2e8-0x2ef has been reserved
[    9.923481] system 00:07: ioport range 0x2f0-0x2f7 has been reserved
[    9.923485] system 00:07: ioport range 0x2f8-0x2ff has been reserved
[    9.923490] system 00:07: ioport range 0x300-0x377 could not be reserved
[    9.923494] system 00:07: ioport range 0x380-0x3bb has been reserved
[    9.923498] system 00:07: ioport range 0x3c0-0x3e7 has been reserved
[    9.923503] system 00:07: ioport range 0x3f6-0x3f7 could not be reserved
[    9.923507] system 00:07: ioport range 0x400-0x4cf has been reserved
[    9.923511] system 00:07: ioport range 0x4d2-0x57f has been reserved
[    9.923516] system 00:07: ioport range 0x580-0x677 has been reserved
[    9.923520] system 00:07: ioport range 0x680-0x777 has been reserved
[    9.923524] system 00:07: ioport range 0x780-0x7bb has been reserved
[    9.923528] system 00:07: ioport range 0x7c0-0x7ff has been reserved
[    9.923533] system 00:07: ioport range 0x8e0-0x8ff has been reserved
[    9.923537] system 00:07: ioport range 0x900-0x9fe has been reserved
[    9.923541] system 00:07: ioport range 0xa00-0xafe has been reserved
[    9.923546] system 00:07: ioport range 0xb00-0xbfe has been reserved
[    9.923550] system 00:07: ioport range 0xc80-0xcaf has been reserved
[    9.923554] system 00:07: ioport range 0xcb0-0xcbf has been reserved
[    9.923559] system 00:07: ioport range 0xcc0-0xcf7 has been reserved
[    9.923563] system 00:07: ioport range 0xd00-0xdfe has been reserved
[    9.923567] system 00:07: ioport range 0xe00-0xefe has been reserved
[    9.923572] system 00:07: ioport range 0xf00-0xffe has been reserved
[    9.923576] system 00:07: ioport range 0x2000-0x20fe has been reserved
[    9.923580] system 00:07: ioport range 0x2100-0x21fe has been reserved
[    9.923585] system 00:07: ioport range 0x2200-0x22fe has been reserved
[    9.923590] system 00:07: ioport range 0x2300-0x23fe has been reserved
[    9.923594] system 00:07: ioport range 0x2400-0x24fe has been reserved
[    9.923599] system 00:07: ioport range 0x2500-0x25fe has been reserved
[    9.923603] system 00:07: ioport range 0x2600-0x26fe has been reserved
[    9.923608] system 00:07: ioport range 0x2700-0x27fe has been reserved
[    9.923612] system 00:07: ioport range 0x2800-0x28fe has been reserved
[    9.923617] system 00:07: ioport range 0x2900-0x29fe has been reserved
[    9.923621] system 00:07: ioport range 0x2a00-0x2afe has been reserved
[    9.923626] system 00:07: ioport range 0x2b00-0x2bfe has been reserved
[    9.923630] system 00:07: ioport range 0x2c00-0x2cfe has been reserved
[    9.923637] system 00:07: ioport range 0x2d00-0x2dfe has been reserved
[    9.923642] system 00:07: iomem range 0xe0000000-0xefffffff could not be reserved
[    9.923647] system 00:07: iomem range 0xfeda0000-0xfedacfff has been reserved
[    9.954192] PCI: Bridge: 0000:00:1c.0
[    9.954198]   IO window: disabled.
[    9.954205]   MEM window: dfe00000-dfefffff
[    9.954210]   PREFETCH window: disabled.
[    9.954217] PCI: Bridge: 0000:00:1c.1
[    9.954220]   IO window: disabled.
[    9.954226]   MEM window: dfd00000-dfdfffff
[    9.954231]   PREFETCH window: disabled.
[    9.954238] PCI: Bridge: 0000:00:1e.0
[    9.954243]   IO window: d000-dfff
[    9.954249]   MEM window: dd000000-dfcfffff
[    9.954254]   PREFETCH window: disabled.
[    9.954291] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
[    9.954301] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    9.954322] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 17
[    9.954330] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[    9.954342] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[    9.954355] NET: Registered protocol family 2
[    9.991245] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    9.991521] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    9.991600] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    9.991674] TCP: Hash tables configured (established 16384 bind 16384)
[    9.991679] TCP reno registered
[   10.003299] checking if image is initramfs... it is
[   10.575765] Freeing initrd memory: 7469k freed
[   10.575937] Simple Boot Flag at 0x7a set to 0x1
[   10.576449] audit: initializing netlink socket (disabled)
[   10.576467] audit(1223372061.540:1): initialized
[   10.578986] VFS: Disk quotas dquot_6.5.1
[   10.579092] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   10.579275] io scheduler noop registered
[   10.579281] io scheduler anticipatory registered
[   10.579285] io scheduler deadline registered
[   10.579302] io scheduler cfq registered (default)
[   10.579316] Boot video device is 0000:00:02.0
[   10.579416] PCI: Firmware left 0000:03:08.0 e100 interrupts enabled, disabling
[   10.579564] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   10.579610] assign_interrupt_mode Found MSI capability
[   10.579655] Allocate Port Service[0000:00:1c.0:pcie00]
[   10.579710] Allocate Port Service[0000:00:1c.0:pcie02]
[   10.579815] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   10.579859] assign_interrupt_mode Found MSI capability
[   10.579900] Allocate Port Service[0000:00:1c.1:pcie00]
[   10.580251] isapnp: Scanning for PnP cards...
[   10.931428] isapnp: No Plug & Play device found
[   10.996369] Real Time Clock Driver v1.12ac
[   10.996494] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   10.998400] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   10.998499] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   10.998708] PNP: No PS/2 controller found. Probing ports directly.
[   11.001334] serio: i8042 KBD port at 0x60,0x64 irq 1
[   11.001344] serio: i8042 AUX port at 0x60,0x64 irq 12
[   11.013027] mice: PS/2 mouse device common for all mice
[   11.013216] EISA: Probing bus 0 at eisa.0
[   11.013225] EISA: Cannot allocate resource for mainboard
[   11.013233] Cannot allocate resource for EISA slot 2
[   11.013257] EISA: Detected 0 cards.
[   11.013261] cpuidle: using governor ladder
[   11.013264] cpuidle: using governor menu
[   11.013347] NET: Registered protocol family 1
[   11.013383] Using IPI No-Shortcut mode
[   11.013417] registered taskstats version 1
[   11.013523]   Magic number: 12:531:575
[   11.013581]   hash matches device ptyb7
[   11.013638] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   11.013642] EDD information not available.
[   11.013872] Freeing unused kernel memory: 368k freed
[   11.126762] vesafb: framebuffer at 0xc0000000, mapped to 0xe0080000, using 6144k, total 7872k
[   11.126774] vesafb: mode is 1024x768x32, linelength=4096, pages=1
[   11.126778] vesafb: scrolling: redraw
[   11.126782] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   11.126940] Console: switching to colour frame buffer device 128x48
[   11.187290] fb0: VESA VGA frame buffer device
[   12.398244] fuse init (API version 7.9)
[   12.421058] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[   13.026195] usbcore: registered new interface driver usbfs
[   13.026224] usbcore: registered new interface driver hub
[   13.040474] usbcore: registered new device driver usb
[   13.052472] USB Universal Host Controller Interface driver v3.0
[   13.052542] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 21 (level, low) -> IRQ 18
[   13.052556] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[   13.052560] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   13.052834] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[   13.052870] uhci_hcd 0000:00:1d.0: irq 18, io base 0x0000ff80
[   13.053022] usb usb1: configuration #1 chosen from 1 choice
[   13.053049] hub 1-0:1.0: USB hub found
[   13.053056] hub 1-0:1.0: 2 ports detected
[   13.116544] SCSI subsystem initialized
[   13.156325] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 22 (level, low) -> IRQ 19
[   13.156342] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[   13.156346] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   13.156376] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[   13.156406] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000ff60
[   13.156522] usb usb2: configuration #1 chosen from 1 choice
[   13.156551] hub 2-0:1.0: USB hub found
[   13.156559] hub 2-0:1.0: 2 ports detected
[   13.168527] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   13.176718] libata version 3.00 loaded.
[   13.198982] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
[   13.198988] e100: Copyright(c) 1999-2006 Intel Corporation
[   13.260092] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 20
[   13.260110] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[   13.260114] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   13.260146] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[   13.260176] uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000ff40
[   13.260300] usb usb3: configuration #1 chosen from 1 choice
[   13.260329] hub 3-0:1.0: USB hub found
[   13.260339] hub 3-0:1.0: 2 ports detected
[   13.363829] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 23 (level, low) -> IRQ 21
[   13.363846] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[   13.363850] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[   13.363881] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[   13.363912] uhci_hcd 0000:00:1d.3: irq 21, io base 0x0000ff20
[   13.364045] usb usb4: configuration #1 chosen from 1 choice
[   13.364076] hub 4-0:1.0: USB hub found
[   13.364083] hub 4-0:1.0: 2 ports detected
[   13.467729] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 21 (level, low) -> IRQ 18
[   13.467746] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[   13.467750] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   13.467788] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[   13.471692] ehci_hcd 0000:00:1d.7: debug port 1
[   13.471699] PCI: cache line size of 128 is not supported by device 0000:00:1d.7
[   13.471708] ehci_hcd 0000:00:1d.7: irq 18, io mem 0xffa80800
[   13.499422] usb 2-1: new low speed USB device using uhci_hcd and address 2
[   13.511420] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   13.511585] usb usb5: configuration #1 chosen from 1 choice
[   13.511614] hub 5-0:1.0: USB hub found
[   13.511622] hub 5-0:1.0: 8 ports detected
[   13.615265] ACPI: PCI Interrupt 0000:03:02.2[C] -> GSI 16 (level, low) -> IRQ 16
[   13.615283] ehci_hcd 0000:03:02.2: EHCI Host Controller
[   13.615316] ehci_hcd 0000:03:02.2: new USB bus registered, assigned bus number 6
[   13.615371] ehci_hcd 0000:03:02.2: irq 16, io mem 0xdfcfcf00
[   13.627134] ehci_hcd 0000:03:02.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004
[   13.627265] usb usb6: configuration #1 chosen from 1 choice
[   13.627296] hub 6-0:1.0: USB hub found
[   13.627304] hub 6-0:1.0: 5 ports detected
[   13.731147] ACPI: PCI Interrupt 0000:03:02.0[A] -> GSI 18 (level, low) -> IRQ 20
[   13.731165] ohci_hcd 0000:03:02.0: OHCI Host Controller
[   13.731203] ohci_hcd 0000:03:02.0: new USB bus registered, assigned bus number 7
[   13.731218] ohci_hcd 0000:03:02.0: irq 20, io mem 0xdfcfd000
[   14.374495] usb usb7: configuration #1 chosen from 1 choice
[   14.374530] hub 7-0:1.0: USB hub found
[   14.374539] hub 7-0:1.0: 3 ports detected
[   14.800509] usb 6-1: new high speed USB device using ehci_hcd and address 2
[   14.888432] ACPI: PCI Interrupt 0000:03:02.1[B] -> GSI 19 (level, low) -> IRQ 22
[   14.888450] ohci_hcd 0000:03:02.1: OHCI Host Controller
[   14.888485] ohci_hcd 0000:03:02.1: new USB bus registered, assigned bus number 8
[   14.888504] ohci_hcd 0000:03:02.1: irq 22, io mem 0xdfcfe000
[   15.451643] usb usb8: configuration #1 chosen from 1 choice
[   15.451891] hub 8-0:1.0: USB hub found
[   15.451907] hub 8-0:1.0: 2 ports detected
[   15.455976] usb 6-1: configuration #1 chosen from 1 choice
[   15.698521] usb 6-4: new high speed USB device using ehci_hcd and address 3
[   15.840526] usb 6-4: configuration #1 chosen from 1 choice
[   15.966415] ACPI: PCI Interrupt 0000:03:08.0[A] -> GSI 20 (level, low) -> IRQ 23
[   15.989157] e100: eth0: e100_probe: addr 0xdfcff000, irq 23, MAC addr 00:16:76:ab:bb:fd
[   15.989192] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16
[   15.989234] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[   15.989249] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[   15.989273] ACPI: PCI Interrupt 0000:00:1f.2[C] -> GSI 20 (level, low) -> IRQ 23
[   15.989295] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[   15.989306] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[   15.995839] ata_piix 0000:00:1f.1: version 2.12
[   15.995860] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16
[   15.995904] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[   15.998520] scsi0 : ata_piix
[   15.999245] scsi1 : ata_piix
[   15.999299] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[   15.999302] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[   16.077673] usb 2-1: new low speed USB device using uhci_hcd and address 3
[   16.251605] usb 2-1: configuration #1 chosen from 1 choice
[   16.317947] ata1.00: ATAPI: HL-DT-STDVD+-RW GSA-H21N, A105, max UDMA/33
[   16.489124] ata1.00: configured for UDMA/33
[   16.489174] ata2: port disabled. ignoring.
[   16.490773] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H21N A105 PQ: 0 ANSI: 5
[   16.490857] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[   16.492761] usb 2-2: new low speed USB device using uhci_hcd and address 4
[   16.644426] ACPI: PCI Interrupt 0000:00:1f.2[C] -> GSI 20 (level, low) -> IRQ 23
[   16.644472] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[   16.644531] scsi2 : ata_piix
[   16.644837] scsi3 : ata_piix
[   16.644891] ata3: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfea0 irq 23
[   16.644894] ata4: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfea8 irq 23
[   16.665667] usb 2-2: configuration #1 chosen from 1 choice
[   16.668725] usbcore: registered new interface driver hiddev
[   16.683779] input: DELL DELL USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/input/input1
[   16.688365] input,hidraw0: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-0000:00:1d.1-1
[   16.700700] input: Dell Dell USB Mouse as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input2
[   16.712308] input,hidraw1: USB HID v1.10 Mouse [Dell Dell USB Mouse] on usb-0000:00:1d.1-2
[   16.712329] usbcore: registered new interface driver usbhid
[   16.712332] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[   16.808354] ata3.00: ATA-7: SAMSUNG HD160JJ/P, ZM100-34, max UDMA7
[   16.808360] ata3.00: 312500000 sectors, multi 8: LBA48 NCQ (depth 0/32)
[   16.816336] ata3.00: configured for UDMA/133
[   16.982465] scsi 2:0:0:0: Direct-Access     ATA      SAMSUNG HD160JJ/ ZM10 PQ: 0 ANSI: 5
[   16.997388] Driver 'sr' needs updating - please use bus_type methods
[   17.003976] sr0: scsi3-mmc drive: 125x/48x writer cd/rw xa/form2 cdda tray
[   17.003983] Uniform CD-ROM driver Revision: 3.20
[   17.004042] sr 0:0:0:0: Attached scsi CD-ROM sr0
[   17.008970] Driver 'sd' needs updating - please use bus_type methods
[   17.009066] sd 2:0:0:0: [sda] 312500000 512-byte hardware sectors (160000 MB)
[   17.009083] sd 2:0:0:0: [sda] Write Protect is off
[   17.009086] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.009108] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.009168] sd 2:0:0:0: [sda] 312500000 512-byte hardware sectors (160000 MB)
[   17.009182] sd 2:0:0:0: [sda] Write Protect is off
[   17.009184] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.009205] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.009211]  sda:<5>sr 0:0:0:0: Attached scsi generic sg0 type 5
[   17.010248] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   17.017502]  sda1 sda2 sda3 < sda5 >
[   17.043987] sd 2:0:0:0: [sda] Attached SCSI disk
[   17.360723] Attempting manual resume
[   17.360728] swsusp: Resume From Partition 8:5
[   17.360730] PM: Checking swsusp image.
[   17.360971] PM: Resume from disk failed.
[   17.378889] EXT3-fs: INFO: recovery required on readonly filesystem.
[   17.378896] EXT3-fs: write access will be enabled during recovery.
[   19.632550] kjournald starting.  Commit interval 5 seconds
[   19.632571] EXT3-fs: sda2: orphan cleanup on readonly fs
[   19.632578] ext3_orphan_cleanup: deleting unreferenced inode 2067258
[   19.632620] ext3_orphan_cleanup: deleting unreferenced inode 2067254
[   19.632633] ext3_orphan_cleanup: deleting unreferenced inode 2067228
[   19.632648] ext3_orphan_cleanup: deleting unreferenced inode 5472274
[   19.632655] EXT3-fs: sda2: 4 orphan inodes deleted
[   19.632657] EXT3-fs: recovery complete.
[   19.713789] EXT3-fs: mounted filesystem with ordered data mode.
[   29.839257] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   29.998761] Linux agpgart interface v0.102
[   30.099260] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   30.147671] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   30.194340] intel_rng: Firmware space is locked read-only. If you can't or
[   30.194343] intel_rng: don't want to disable this in firmware setup, and if
[   30.194344] intel_rng: you are certain that your system has a functional
[   30.194345] intel_rng: RNG, try using the 'no_fwh_detect' option.
[   30.246293] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   30.296867] agpgart: Detected an Intel 915G Chipset.
[   30.297098] agpgart: Detected 7932K stolen memory.
[   30.313576] agpgart: AGP aperture is 256M @ 0xc0000000
[   30.617549] input: Power Button (FF) as /devices/virtual/input/input4
[   30.645334] ACPI: Power Button (FF) [PWRF]
[   30.645398] input: Power Button (CM) as /devices/virtual/input/input5
[   30.673284] ACPI: Power Button (CM) [VBTN]
[   30.741122] iTCO_vendor_support: vendor-support=0
[   30.783394] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
[   30.783493] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
[   30.783503] iTCO_wdt: No card detected
[   31.643109] Linux video capture interface: v2.00
[   31.785417] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
[   31.785519] cx88[0]: cx88[0]: subsystem: 8920:8888, board: TBS DVB-S/S2 [card=71,autodetected], frontend(s): 1
[   31.785523] cx88[0]: TV tuner type 4, Radio tuner type -1
[   31.854655] cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
[   32.133999] cx88[0]/2: cx2388x 8802 Driver Manager
[   32.134023] ACPI: PCI Interrupt 0000:03:01.2[A] -> GSI 17 (level, low) -> IRQ 17
[   32.134034] cx88[0]/2: found at 0000:03:01.2, rev: 5, irq: 17, latency: 64, mmio: 0xde000000
[   32.134049] cx8802_probe() allocating 1 frontend(s)
[   32.134198] ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 17 (level, low) -> IRQ 17
[   32.134211] cx88[0]/0: found at 0000:03:01.0, rev: 5, irq: 17, latency: 64, mmio: 0xdd000000
[   32.134261] cx88[0]/0: registered device video0 [v4l2]
[   32.134282] cx88[0]/0: registered device vbi0
[   32.134773] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 16
[   32.134803] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[   32.186355] cx88/2: cx2388x dvb driver version 0.0.6 loaded
[   32.186362] cx88/2: registering cx8802 driver, type: dvb access: shared
[   32.186366] cx88[0]/2: subsystem: 8920:8888, board: TBS DVB-S/S2 [card=71]
[   32.186369] cx88[0]/2: cx2388x based DVB/ATSC card
[   32.284623] Invalid probe, probably not a CX24116 device
[   32.284665] cx88[0]/2: frontend initialization failed
[   32.284668] cx88[0]/2: dvb_register failed (err = -22)
[   32.284670] cx88[0]/2: cx8802 probe failed, err = -22
[   32.463388] uvcvideo: disagrees about version of symbol video_devdata
[   32.463395] uvcvideo: Unknown symbol video_devdata
[   32.463857] uvcvideo: disagrees about version of symbol video_unregister_device
[   32.463859] uvcvideo: Unknown symbol video_unregister_device
[   32.464003] uvcvideo: disagrees about version of symbol video_device_alloc
[   32.464006] uvcvideo: Unknown symbol video_device_alloc
[   32.464103] uvcvideo: disagrees about version of symbol video_register_device
[   32.464105] uvcvideo: Unknown symbol video_register_device
[   32.464394] uvcvideo: disagrees about version of symbol video_device_release
[   32.464396] uvcvideo: Unknown symbol video_device_release
[   32.544735] usbcore: registered new interface driver snd-usb-audio
[   34.208902] lp: driver loaded but no devices found
[   34.440139] Adding 1485972k swap on /dev/sda5.  Priority:-1 extents:1 across:1485972k
[   35.045887] EXT3 FS on sda2, internal journal
[   36.685905] ip_tables: (C) 2000-2006 Netfilter Core Team
[   36.797784] ndiswrapper version 1.52 loaded (smp=yes, preempt=no)
[   36.967236] usb 6-4: reset high speed USB device using ehci_hcd and address 3
[   37.131771] ndiswrapper: driver prisma02 (T-Com,10/19/2005, 3.03.36.0) loaded
[   39.130746] wlan0: ethernet device 00:16:38:e9:55:9a using NDIS driver: prisma02, version: 0x30324, NDIS version: 0x500, vendor: 'Sinus 154 stick', 0572:2002.F.conf
[   39.130795] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
[   39.130837] usbcore: registered new interface driver ndiswrapper
[   40.327821] NET: Registered protocol family 17
[   42.570093] NET: Registered protocol family 10
[   42.570337] lo: Disabled Privacy Extensions
[   49.138962] ppdev: user-space parallel port driver
[   49.262540] audit(1223364900.279:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5310 profile="/usr/sbin/cupsd" namespace="default"
[   49.307358] [drm] Initialized drm 1.1.0 20060810
[   49.311823] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[   49.311832] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   49.311922] [drm] Initialized i915 1.6.0 20060119 on minor 0
[   49.812623] lirc_dev: IR Remote Control driver registered, at major 61 
[   49.889813] ivtv:  Start initialization, version 1.2.0
[   49.890106] ivtv:  End initialization
[   49.925526] lirc_pvr150: disagrees about version of symbol ivtv_reset_ir_gpio
[   49.925537] lirc_pvr150: Unknown symbol ivtv_reset_ir_gpio
[   53.192953] wlan0: no IPv6 routers present
[   92.893035] UDF-fs: Partition marked readonly; forcing readonly mount
[   92.935081] UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'Deep Purple', timestamp 2036/02/07 03:58 (1078)
[ 2338.311359] usb 5-1: new high speed USB device using ehci_hcd and address 4
[ 2338.444519] usb 5-1: configuration #1 chosen from 1 choice
[ 2339.066186] usbcore: registered new interface driver libusual
[ 2339.106634] Initializing USB Mass Storage driver...
[ 2339.108487] scsi4 : SCSI emulation for USB Mass Storage devices
[ 2339.110113] usbcore: registered new interface driver usb-storage
[ 2339.110122] USB Mass Storage support registered.
[ 2339.110635] usb-storage: device found at 4
[ 2339.110641] usb-storage: waiting for device to settle before scanning
[ 2344.098605] usb-storage: device scan complete
[ 2344.099235] scsi 4:0:0:0: Direct-Access     TrekStor HDT725032VLAT80  1.05 PQ: 0 ANSI: 0
[ 2344.110690] sd 4:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
[ 2344.111560] sd 4:0:0:0: [sdb] Write Protect is off
[ 2344.111566] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 2344.111569] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 2344.112678] sd 4:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
[ 2344.113560] sd 4:0:0:0: [sdb] Write Protect is off
[ 2344.113565] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 2344.113568] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 2344.113575]  sdb: sdb1
[ 2344.131623] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 2344.131680] sd 4:0:0:0: Attached scsi generic sg2 type 0
[18582.845284] program gparted is using a deprecated SCSI ioctl, please convert it to SG_IO
[18867.504320] usb 5-1: USB disconnect, address 4