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
| f] (ignored)
[ 0.279716] pci_root PNP0A08:01: host bridge window [mem 0xcff00000-0xcfffffff] (ignored)
[ 0.279751] pci 0000:80:01.0: [1106:3288] type 0 class 0x000403
[ 0.279783] pci 0000:80:01.0: reg 10: [mem 0xcfffc000-0xcfffffff 64bit]
[ 0.279901] pci 0000:80:01.0: PME# supported from D0 D3hot D3cold
[ 0.279910] pci 0000:80:01.0: PME# disabled
[ 0.279988] pci_bus 0000:80: on NUMA node 0
[ 0.279995] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
[ 0.280424] pci0000:80: Requesting ACPI _OSC control (0x1d)
[ 0.280915] pci0000:80: ACPI _OSC control (0x1d) granted
[ 0.281407] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12) *5
[ 0.281617] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 6 7 10 11 12)
[ 0.281834] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12)
[ 0.282058] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *10 11 12)
[ 0.282247] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 *10 11 12)
[ 0.282409] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.282574] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.282756] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 *11 12)
[ 0.283016] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.283026] vgaarb: loaded
[ 0.283030] vgaarb: bridge control possible 0000:01:00.0
[ 0.283323] i2c-core: driver [aat2870] using legacy suspend method
[ 0.283328] i2c-core: driver [aat2870] using legacy resume method
[ 0.283522] SCSI subsystem initialized
[ 0.283643] libata version 3.00 loaded.
[ 0.283753] usbcore: registered new interface driver usbfs
[ 0.283782] usbcore: registered new interface driver hub
[ 0.283844] usbcore: registered new device driver usb
[ 0.284088] PCI: Using ACPI for IRQ routing
[ 0.296575] PCI: pci_cache_line_size set to 64 bytes
[ 0.296742] reserve RAM buffer: 000000000009f000 - 000000000009ffff
[ 0.296748] reserve RAM buffer: 000000003bee0000 - 000000003bffffff
[ 0.296980] NetLabel: Initializing
[ 0.296984] NetLabel: domain hash size = 128
[ 0.296988] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.297015] NetLabel: unlabeled traffic allowed by default
[ 0.297131] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.297141] hpet0: at MMIO 0xfe800000, IRQs 2, 8, 0
[ 0.297152] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.300127] Switching to clocksource hpet
[ 0.318403] AppArmor: AppArmor Filesystem Enabled
[ 0.318466] pnp: PnP ACPI init
[ 0.318504] ACPI: bus type pnp registered
[ 0.318850] pnp 00:00: [bus 00-7f]
[ 0.318858] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.318863] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.318869] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.318875] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.318881] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[ 0.318887] pnp 00:00: [mem 0x3bf00000-0xcfefffff window]
[ 0.318893] pnp 00:00: [mem 0xd0000000-0xfebfffff window]
[ 0.319019] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.319066] pnp 00:01: [io 0x0400-0x047f]
[ 0.319072] pnp 00:01: [io 0x0500-0x050f]
[ 0.319199] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.319206] system 00:01: [io 0x0500-0x050f] has been reserved
[ 0.319214] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.320544] pnp 00:02: [io 0x0010-0x001f]
[ 0.320550] pnp 00:02: [io 0x0022-0x003f]
[ 0.320555] pnp 00:02: [io 0x0044-0x005f]
[ 0.320560] pnp 00:02: [io 0x0062-0x0063]
[ 0.320570] pnp 00:02: [io 0x0065-0x006f]
[ 0.320575] pnp 00:02: [io 0x0074-0x007f]
[ 0.320580] pnp 00:02: [io 0x0091-0x0093]
[ 0.320585] pnp 00:02: [io 0x00a2-0x00bf]
[ 0.320589] pnp 00:02: [io 0x00e0-0x00ef]
[ 0.320594] pnp 00:02: [io 0x04d0-0x04d1]
[ 0.320599] pnp 00:02: [io 0x0290-0x029f]
[ 0.320603] pnp 00:02: [io 0x0800-0x0805]
[ 0.320608] pnp 00:02: [io 0x0880-0x088f]
[ 0.320749] system 00:02: [io 0x04d0-0x04d1] has been reserved
[ 0.320756] system 00:02: [io 0x0290-0x029f] has been reserved
[ 0.320762] system 00:02: [io 0x0800-0x0805] has been reserved
[ 0.320768] system 00:02: [io 0x0880-0x088f] has been reserved
[ 0.320777] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.320809] pnp 00:03: [dma 4]
[ 0.320815] pnp 00:03: [io 0x0000-0x000f]
[ 0.320820] pnp 00:03: [io 0x0080-0x0090]
[ 0.320824] pnp 00:03: [io 0x0094-0x009f]
[ 0.320830] pnp 00:03: [io 0x00c0-0x00df]
[ 0.320922] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.321026] pnp 00:04: [irq 0 disabled]
[ 0.321045] pnp 00:04: [irq 8]
[ 0.321051] pnp 00:04: [mem 0xfe800000-0xfe8003ff]
[ 0.321139] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.321197] pnp 00:05: [io 0x0070-0x0073]
[ 0.321281] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.321304] pnp 00:06: [io 0x0061]
[ 0.321404] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.321428] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.321440] pnp 00:07: [irq 13]
[ 0.321525] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.321830] pnp 00:08: [io 0x03f0-0x03f5]
[ 0.321835] pnp 00:08: [io 0x03f7]
[ 0.321846] pnp 00:08: [irq 6]
[ 0.321850] pnp 00:08: [dma 2]
[ 0.321976] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.322377] pnp 00:09: [io 0x03f8-0x03ff]
[ 0.322389] pnp 00:09: [irq 4]
[ 0.322559] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.323512] pnp 00:0a: [io 0x0378-0x037f]
[ 0.323518] pnp 00:0a: [io 0x0778-0x077b]
[ 0.323530] pnp 00:0a: [irq 7]
[ 0.323535] pnp 00:0a: [dma 3]
[ 0.323693] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.323875] pnp 00:0b: [mem 0x10000000-0x10000fff]
[ 0.324038] system 00:0b: [mem 0x10000000-0x10000fff] could not be reserved
[ 0.324047] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.324092] pnp 00:0c: [mem 0xe0000000-0xefffffff]
[ 0.324226] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.324235] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.324395] pnp 00:0d: [bus 80-ff]
[ 0.324402] pnp 00:0d: [io 0x0000-0x0cf7 window]
[ 0.324407] pnp 00:0d: [io 0x0d00-0xffff window]
[ 0.324413] pnp 00:0d: [mem 0x000a0000-0x000bffff window]
[ 0.324418] pnp 00:0d: [mem 0xcff00000-0xcfffffff window]
[ 0.324511] pnp 00:0d: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.324962] pnp 00:0e: [mem 0x000c9400-0x000cbfff]
[ 0.324969] pnp 00:0e: [mem 0x000f0000-0x000f7fff]
[ 0.324978] pnp 00:0e: [mem 0x000f8000-0x000fbfff]
[ 0.324984] pnp 00:0e: [mem 0x000fc000-0x000fffff]
[ 0.324989] pnp 00:0e: [mem 0xfe800000-0xfe8000ff]
[ 0.324994] pnp 00:0e: [mem 0x3bee0000-0x3befffff]
[ 0.324999] pnp 00:0e: [mem 0xffff0000-0xffffffff]
[ 0.325004] pnp 00:0e: [mem 0x00000000-0x0009ffff]
[ 0.325009] pnp 00:0e: [mem 0x00100000-0x3bedffff]
[ 0.325014] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
[ 0.325019] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
[ 0.325024] pnp 00:0e: [mem 0xfff80000-0xfffeffff]
[ 0.325173] system 00:0e: [mem 0x000c9400-0x000cbfff] has been reserved
[ 0.325180] system 00:0e: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.325187] system 00:0e: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.325193] system 00:0e: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.325200] system 00:0e: [mem 0xfe800000-0xfe8000ff] has been reserved
[ 0.325207] system 00:0e: [mem 0x3bee0000-0x3befffff] could not be reserved
[ 0.325214] system 00:0e: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.325220] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.325227] system 00:0e: [mem 0x00100000-0x3bedffff] could not be reserved
[ 0.325234] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.325240] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.325247] system 00:0e: [mem 0xfff80000-0xfffeffff] has been reserved
[ 0.325255] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.325276] pnp: PnP ACPI: found 15 devices
[ 0.325280] ACPI: ACPI bus type pnp unregistered
[ 0.325288] PnPBIOS: Disabled by ACPI PNP
[ 0.364331] PCI: max bus depth: 1 pci_try_num: 2
[ 0.364371] pci 0000:00:13.1: BAR 15: assigned [mem 0x3c000000-0x3c0fffff pref]
[ 0.364380] pci 0000:01:00.0: BAR 6: assigned [mem 0xde000000-0xde00ffff pref]
[ 0.364387] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.364397] pci 0000:00:01.0: bridge window [mem 0xdd000000-0xdeffffff]
[ 0.364406] pci 0000:00:01.0: bridge window [mem 0xd8000000-0xdbffffff pref]
[ 0.364419] pci 0000:04:07.0: BAR 6: assigned [mem 0x3c000000-0x3c01ffff pref]
[ 0.364425] pci 0000:00:13.1: PCI bridge to [bus 04-04]
[ 0.364432] pci 0000:00:13.1: bridge window [io 0xc000-0xcfff]
[ 0.364442] pci 0000:00:13.1: bridge window [mem 0xdfe00000-0xdfefffff]
[ 0.364451] pci 0000:00:13.1: bridge window [mem 0x3c000000-0x3c0fffff pref]
[ 0.364474] pci 0000:00:01.0: setting latency timer to 64
[ 0.364489] pci 0000:00:13.1: setting latency timer to 64
[ 0.364497] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.364503] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.364509] pci_bus 0000:01: resource 1 [mem 0xdd000000-0xdeffffff]
[ 0.364515] pci_bus 0000:01: resource 2 [mem 0xd8000000-0xdbffffff pref]
[ 0.364521] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.364526] pci_bus 0000:04: resource 1 [mem 0xdfe00000-0xdfefffff]
[ 0.364532] pci_bus 0000:04: resource 2 [mem 0x3c000000-0x3c0fffff pref]
[ 0.364538] pci_bus 0000:04: resource 4 [io 0x0000-0xffff]
[ 0.364543] pci_bus 0000:04: resource 5 [mem 0x00000000-0xffffffff]
[ 0.364549] pci_bus 0000:80: resource 0 [io 0x0000-0xffff]
[ 0.364554] pci_bus 0000:80: resource 1 [mem 0x00000000-0xffffffff]
[ 0.364632] NET: Registered protocol family 2
[ 0.364794] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.365281] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.365979] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.366355] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.366361] TCP reno registered
[ 0.366367] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.366389] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.366567] NET: Registered protocol family 1
[ 0.366592] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[ 0.366635] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[ 0.366684] pci 0000:00:10.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.366710] pci 0000:00:10.0: PCI INT A disabled
[ 0.366735] pci 0000:00:10.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 0.366758] pci 0000:00:10.1: PCI INT B disabled
[ 0.366782] pci 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[ 0.366805] pci 0000:00:10.2: PCI INT C disabled
[ 0.366829] pci 0000:00:10.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 0.366852] pci 0000:00:10.3: PCI INT D disabled
[ 0.366869] pci 0000:00:10.4: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[ 0.366909] pci 0000:00:10.4: PCI INT C disabled
[ 0.366938] pci 0000:01:00.0: Boot video device
[ 0.366953] PCI: CLS 32 bytes, default 64
[ 0.367689] audit: initializing netlink socket (disabled)
[ 0.367711] type=2000 audit(1442756624.360:1): initialized
[ 0.404856] highmem bounce pool size: 64 pages
[ 0.404868] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.413803] VFS: Disk quotas dquot_6.5.2
[ 0.413943] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.415205] fuse init (API version 7.17)
[ 0.415422] msgmni has been set to 1704
[ 0.416167] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.416229] io scheduler noop registered
[ 0.416234] io scheduler deadline registered
[ 0.416250] io scheduler cfq registered (default)
[ 0.416578] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.416636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.416979] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.416990] ACPI: Power Button [PWRB]
[ 0.417098] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 0.417108] ACPI: Sleep Button [SLPB]
[ 0.417245] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.417253] ACPI: Power Button [PWRF]
[ 0.417362] ACPI: Fan [FAN] (on)
[ 0.424113] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.424120] ACPI: Thermal Zone [THRM] (40 C)
[ 0.424209] ERST: Table is not found!
[ 0.424213] GHES: HEST is not enabled!
[ 0.424378] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.444872] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.445113] isapnp: Scanning for PnP cards...
[ 0.697235] Freeing initrd memory: 13804k freed
[ 0.799400] isapnp: No Plug & Play device found
[ 0.856828] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.872494] Linux agpgart interface v0.103
[ 0.872618] agpgart: Detected VIA P4M900 chipset
[ 0.880880] agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xd0000000
[ 0.883575] brd: module loaded
[ 0.885000] loop: module loaded
[ 0.885311] pata_acpi 0000:00:0f.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.885368] pata_acpi 0000:00:0f.0: PCI INT B disabled
[ 0.885993] Fixed MDIO Bus: probed
[ 0.886032] tun: Universal TUN/TAP device driver, 1.6
[ 0.886035] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.886127] PPP generic driver version 2.4.2
[ 0.886328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.886358] ehci_hcd 0000:00:10.4: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[ 0.886380] ehci_hcd 0000:00:10.4: EHCI Host Controller
[ 0.886462] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[ 0.886540] ehci_hcd 0000:00:10.4: irq 21, io mem 0xdffff000
[ 0.896038] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[ 0.896291] hub 1-0:1.0: USB hub found
[ 0.896299] hub 1-0:1.0: 8 ports detected
[ 0.896432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.896456] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.896485] uhci_hcd 0000:00:10.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.896496] uhci_hcd 0000:00:10.0: UHCI Host Controller
[ 0.896578] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[ 0.896633] uhci_hcd 0000:00:10.0: irq 20, io base 0x0000e000
[ 0.896851] hub 2-0:1.0: USB hub found
[ 0.896859] hub 2-0:1.0: 2 ports detected
[ 0.896970] uhci_hcd 0000:00:10.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 0.896981] uhci_hcd 0000:00:10.1: UHCI Host Controller
[ 0.897062] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[ 0.897116] uhci_hcd 0000:00:10.1: irq 22, io base 0x0000dc00
[ 0.897329] hub 3-0:1.0: USB hub found
[ 0.897336] hub 3-0:1.0: 2 ports detected
[ 0.897445] uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[ 0.897457] uhci_hcd 0000:00:10.2: UHCI Host Controller
[ 0.897548] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[ 0.897574] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000d800
[ 0.897787] hub 4-0:1.0: USB hub found
[ 0.897794] hub 4-0:1.0: 2 ports detected
[ 0.897901] uhci_hcd 0000:00:10.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 0.897912] uhci_hcd 0000:00:10.3: UHCI Host Controller
[ 0.897997] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
[ 0.898051] uhci_hcd 0000:00:10.3: irq 23, io base 0x0000d400
[ 0.898279] hub 5-0:1.0: USB hub found
[ 0.898286] hub 5-0:1.0: 2 ports detected
[ 0.898465] usbcore: registered new interface driver libusual
[ 0.898550] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.901681] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.901693] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.901938] mousedev: PS/2 mouse device common for all mice
[ 0.902288] rtc_cmos 00:05: RTC can wake from S4
[ 0.902472] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.902527] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 0.902641] device-mapper: uevent: version 1.0.3
[ 0.902775] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 0.902834] EISA: Probing bus 0 at eisa.0
[ 0.902879] EISA: Detected 0 cards.
[ 0.902893] cpufreq-nforce2: No nForce2 chipset.
[ 0.902896] cpuidle: using governor ladder
[ 0.902899] cpuidle: using governor menu
[ 0.902902] EFI Variables Facility v0.08 2004-May-17
[ 0.903321] TCP cubic registered
[ 0.903509] NET: Registered protocol family 10
[ 0.904522] NET: Registered protocol family 17
[ 0.904547] Registering the dns_resolver key type
[ 0.904575] Using IPI No-Shortcut mode
[ 0.904786] PM: Hibernation image not present or could not be loaded.
[ 0.904813] registered taskstats version 1
[ 0.917007] Magic number: 15:583:736
[ 0.917131] rtc_cmos 00:05: setting system clock to 2015-09-20 13:43:45 UTC (1442756625)
[ 0.919686] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.919691] EDD information not available.
[ 0.919932] Freeing unused kernel memory: 712k freed
[ 0.920388] Write protecting the kernel text: 5628k
[ 0.920461] Write protecting the kernel read-only data: 2324k
[ 0.946887] udevd[84]: starting version 175
[ 1.061377] sata_via 0000:00:0f.0: version 2.6
[ 1.061408] sata_via 0000:00:0f.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 1.061469] sata_via 0000:00:0f.0: routed to hard irq line 11
[ 1.071379] scsi0 : sata_via
[ 1.076170] scsi1 : sata_via
[ 1.084852] ata1: SATA max UDMA/133 cmd 0xfc00 ctl 0xf800 bmdma 0xec00 irq 21
[ 1.084863] ata2: SATA max UDMA/133 cmd 0xf400 ctl 0xf000 bmdma 0xec08 irq 21
[ 1.112170] pata_via 0000:00:0f.1: version 0.3.4
[ 1.115780] scsi2 : pata_via
[ 1.117586] scsi3 : pata_via
[ 1.121637] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe400 irq 14
[ 1.121646] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe408 irq 15
[ 1.130626] Floppy drive(s): fd0 is 1.44M
[ 1.176909] FDC 0 is a post-1991 82077
[ 1.206309] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.206346] r8169 0000:04:07.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 1.206384] r8169 0000:04:07.0: (unregistered net_device): not PCI Express
[ 1.207676] r8169 0000:04:07.0: eth0: RTL8169sc/8110sc at 0xf802e000, 00:1a:92:25:1f:87, XID 18000000 IRQ 20
[ 1.207686] r8169 0000:04:07.0: eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[ 1.288036] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.364032] Refined TSC clocksource calibration: 2999.658 MHz.
[ 1.364042] Switching to clocksource tsc
[ 1.448030] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[ 1.489691] ata1.00: ATA-7: MAXTOR STM380215AS, 3.AAD, max UDMA/133
[ 1.489698] ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.556325] ata1.00: configured for UDMA/133
[ 1.556529] scsi 0:0:0:0: Direct-Access ATA MAXTOR STM380215 3.AA PQ: 0 ANSI: 5
[ 1.556924] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.556996] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.557129] sd 0:0:0:0: [sda] Write Protect is off
[ 1.557137] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.557211] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.625055] sda: sda1 sda2 sda3 < sda5 >
[ 1.625820] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.760032] ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
[ 1.864040] usb 3-2: new low-speed USB device number 3 using uhci_hcd
[ 1.940603] ata4.00: ATA-7: Maxtor 6Y160P0, YAR41BW0, max UDMA/133
[ 1.940610] ata4.00: 320173056 sectors, multi 16: LBA48
[ 1.940620] ata4.01: ATAPI: TSSTcorpCD/DVDW SH-S182D, SB05, max UDMA/33
[ 1.940628] ata4.00: limited to UDMA/33 due to 40-wire cable
[ 1.956461] ata4.00: configured for UDMA/33
[ 1.972272] ata4.01: configured for UDMA/33
[ 1.972859] scsi 3:0:0:0: Direct-Access ATA Maxtor 6Y160P0 YAR4 PQ: 0 ANSI: 5
[ 1.973195] sd 3:0:0:0: [sdb] 320173056 512-byte logical blocks: (163 GB/152 GiB)
[ 1.973246] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 1.973332] sd 3:0:0:0: [sdb] Write Protect is off
[ 1.973341] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.973398] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.974695] scsi 3:0:1:0: CD-ROM TSSTcorp CD/DVDW SH-S182D SB05 PQ: 0 ANSI: 5
[ 1.988639] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.988646] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.988911] sr 3:0:1:0: Attached scsi CD-ROM sr0
[ 1.989093] sr 3:0:1:0: Attached scsi generic sg2 type 5
[ 2.014956] sdb: sdb1 < sdb5 sdb6 >
[ 2.015662] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 2.032100] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input3
[ 2.032403] generic-usb 0003:046D:C03E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:10.1-1/input0
[ 2.032447] usbcore: registered new interface driver usbhid
[ 2.032452] usbhid: USB HID core driver
[ 2.264899] input: Logitech HID compliant keyboard as /devices/pci0000:00/0000:00:10.1/usb3/3-2/3-2:1.0/input/input4
[ 2.265133] generic-usb 0003:046D:C30E.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech HID compliant keyboard] on usb-0000:00:10.1-2/input0
[ 2.391367] input: Logitech HID compliant keyboard as /devices/pci0000:00/0000:00:10.1/usb3/3-2/3-2:1.1/input/input5
[ 2.391604] generic-usb 0003:046D:C30E.0003: input,hidraw2: USB HID v1.10 Device [Logitech HID compliant keyboard] on usb-0000:00:10.1-2/input1
[ 2.595335] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.433450] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 5.715209] udevd[378]: starting version 175
[ 5.744519] Adding 2289224k swap on /dev/sda5. Priority:-1 extents:1 across:2289224k
[ 7.140988] lp: driver loaded but no devices found
[ 7.436317] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 7.721130] parport_pc 00:0a: reported by Plug and Play ACPI
[ 7.721217] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 7.801365] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.816941] lp0: using parport0 (interrupt-driven).
[ 8.410725] ppdev: user-space parallel port driver
[ 9.283884] snd_hda_intel 0000:80:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 9.283896] hda_intel: position_fix set to 1 for device 1043:81b3
[ 9.283983] snd_hda_intel 0000:80:01.0: setting latency timer to 64
[ 9.283992] snd_hda_intel 0000:80:01.0: PCI: Disallowing DAC for device
[ 14.632764] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[ 14.632770] vesafb: scrolling: redraw
[ 14.632783] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ 14.635557] vesafb: framebuffer at 0xd8000000, mapped to 0xf8280000, using 5120k, total 5120k
[ 14.636326] Console: switching to colour frame buffer device 160x64
[ 14.636405] fb0: VESA VGA frame buffer device
[ 15.034005] CIFS: Unknown mount option umask
[ 15.094007] CIFS VFS: Error connecting to socket. Aborting operation
[ 15.094110] CIFS VFS: cifs_mount failed w/return code = -101
[ 15.112598] CIFS VFS: Error connecting to socket. Aborting operation
[ 15.112604] CIFS VFS: Error connecting to socket. Aborting operation
[ 15.112685] CIFS VFS: cifs_mount failed w/return code = -101
[ 15.115169] CIFS VFS: cifs_mount failed w/return code = -101
[ 16.672491] init: failsafe main process (866) killed by TERM signal
[ 16.684770] CIFS VFS: Error connecting to socket. Aborting operation
[ 16.685232] CIFS VFS: cifs_mount failed w/return code = -101
[ 16.691363] CIFS: Unknown mount option umask
[ 16.691689] CIFS VFS: Error connecting to socket. Aborting operation
[ 16.691764] CIFS VFS: Error connecting to socket. Aborting operation
[ 16.692065] CIFS VFS: cifs_mount failed w/return code = -101
[ 16.700210] CIFS VFS: cifs_mount failed w/return code = -101
[ 24.460491] Bluetooth: Core ver 2.16
[ 24.460541] NET: Registered protocol family 31
[ 24.460547] Bluetooth: HCI device and connection manager initialized
[ 24.460552] Bluetooth: HCI socket layer initialized
[ 24.460556] Bluetooth: L2CAP socket layer initialized
[ 24.461174] Bluetooth: SCO socket layer initialized
[ 24.506507] Bluetooth: RFCOMM TTY layer initialized
[ 24.506519] Bluetooth: RFCOMM socket layer initialized
[ 24.506523] Bluetooth: RFCOMM ver 1.11
[ 24.837140] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 24.837147] Bluetooth: BNEP filters: protocol multicast
[ 31.725852] r8169 0000:04:07.0: eth0: link down
[ 31.725864] r8169 0000:04:07.0: eth0: link down
[ 31.726051] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 31.726565] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 33.393058] r8169 0000:04:07.0: eth0: link up
[ 33.393222] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 42.576814] CIFS VFS: default security mechanism requested. The default security mechanism will be upgraded from ntlm to ntlmv2 in kernel release 3.3
[ 42.578923] CIFS: Unknown mount option umask
[ 44.816026] eth0: no IPv6 routers present
[ 50.182009] [drm] Initialized drm 1.1.0 20060810
[ 60.044028] ------------[ cut here ]------------
[ 60.044057] WARNING: at /build/buildd/linux-3.2.0/drivers/block/floppy.c:1041 setup_DMA+0x181/0x190 [floppy]()
[ 60.044062] Hardware name: System Product Name
[ 60.044066] floppy_disable_hlt() scheduled for removal in 2012
[ 60.044069] Modules linked in: vfat fat via drm des_generic md4 bnep rfcomm bluetooth binfmt_misc nls_utf8 cifs vesafb snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_hwdep snd_pcm joydev snd_seq_midi snd_rawmidi snd_seq_midi_event ppdev snd_seq snd_timer snd_seq_device snd psmouse serio_raw soundcore i2c_viapro snd_page_alloc shpchp parport_pc asus_atk0110 mac_hid lp parport usbhid hid r8169 floppy pata_via sata_via
[ 60.044135] Pid: 0, comm: swapper/0 Not tainted 3.2.0-23-generic #36-Ubuntu
[ 60.044140] Call Trace:
[ 60.044154] [<c104b182>] warn_slowpath_common+0x72/0xa0
[ 60.044168] [<f8048ec1>] ? setup_DMA+0x181/0x190 [floppy]
[ 60.044178] [<f8048ec1>] ? setup_DMA+0x181/0x190 [floppy]
[ 60.044186] [<f8043120>] ? vdma_dma_setup+0x50/0x50 [floppy]
[ 60.044193] [<c104b253>] warn_slowpath_fmt+0x33/0x40
[ 60.044204] [<f8048ec1>] setup_DMA+0x181/0x190 [floppy]
[ 60.044216] [<f804971f>] ? floppy_ready.part.23+0x15f/0x1e0 [floppy]
[ 60.044226] [<f804906d>] setup_rw_floppy+0x11d/0x180 [floppy]
[ 60.044236] [<c105821f>] call_timer_fn+0x2f/0x110
[ 60.044247] [<c138632a>] ? scsi_finish_command+0x9a/0xf0
[ 60.044260] [<f8048f50>] ? reset_interrupt+0x80/0x80 [floppy]
[ 60.044269] [<c105991b>] run_timer_softirq+0xeb/0x210
[ 60.044278] [<c138f0c8>] ? scsi_softirq_done+0x118/0x140
[ 60.044292] [<f8048f50>] ? reset_interrupt+0x80/0x80 [floppy]
[ 60.044298] [<c1051e00>] ? local_bh_enable_ip+0x90/0x90
[ 60.044304] [<c1051e00>] ? local_bh_enable_ip+0x90/0x90
[ 60.044312] [<c1051e81>] __do_softirq+0x81/0x1a0
[ 60.044319] [<c1051e00>] ? local_bh_enable_ip+0x90/0x90
[ 60.044323] <IRQ> [<c10521c6>] ? irq_exit+0x76/0xa0
[ 60.044335] [<c157e509>] ? smp_apic_timer_interrupt+0x59/0x88
[ 60.044345] [<c1577359>] ? apic_timer_interrupt+0x31/0x38
[ 60.044354] [<c14400e0>] ? lock_policy_rwsem_write+0x60/0x70
[ 60.044362] [<c1009ddc>] ? mwait_idle+0x7c/0x1d0
[ 60.044370] [<c1001818>] ? cpu_idle+0xa8/0xe0
[ 60.044378] [<c1546705>] ? rest_init+0x5d/0x68
[ 60.044386] [<c183377b>] ? start_kernel+0x357/0x35d
[ 60.044391] [<c18333b5>] ? pass_bootoption.constprop.2+0xe2/0xe2
[ 60.044397] [<c18330a9>] ? i386_start_kernel+0xa9/0xaf
[ 60.044402] ---[ end trace d39efd69e318f3da ]---
[ 60.637106] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 61.864756] init: plymouth-stop pre-start process (2072) terminated with status 1 |