ubuntuusers.de

Nach Standby im Akkubetrieb Neustart

Status: Gelöst | Ubuntu-Version: Xubuntu 16.04 (Xenial Xerus)
Antworten |

cor-aurum

Avatar von cor-aurum

Anmeldungsdatum:
2. Dezember 2016

Beiträge: 18

Wohnort: Deutschland

Hallo,

ich kämpfe momentan mit einem sehr seltsamen Problem. Auf meinem Dell Latitude 13 7370 habe ich Xubuntu 16.04 installiert und nach meinen eigenen Wünschen angepasst. Ich verwende i3wm als Fenstermanager und keinen Displaymanager. Ich habe ein wenig mit der hohen Auflösung des Gerätes kämpfen müssen, bin nun aber soweit zufrieden. Bereits nach der Installation bereitete mir der Standby immer dann Probleme, wenn ich mich im Akkumodus befand. Während im Netzbetrieb alles wunderbar lief, schaltete sich der Rechner beim zuklappen dann einfach ab. Das Problem habe ich, wie ich sehr wohl weiß, auf eine nicht sehr saubere Weise gelöst: In der Datei /etc/acpi/powerbtn.sh habe ich die letzte Zeile auskommentiert und durch den Standby Befehl ersetzt.

1
2
#/sbin/shutdown -h now "Power button pressed"
/bin/systemctl suspend

Auch wenn die Lösung sicher nicht optimal ist, für mich hat sie genau das bewirkt was sie sollte.

Nun habe ich vor ein paar Tagen allerdings testweise den aktuellen 4.12er Mainline Kernel getestet, mit dem Wunsch eventuell eine längere Akkulaufzeit herausschlagen zu können. Das war ein Fehler, denn anschließend funktionierte das WLAN nicht mehr, da scheinbar im Ubuntu Kernel eine entsprechende Anpassung gemacht wurde. Daraufhin habe ich den Mainlinekernel wieder deinstalliert und habe wieder meinen alten Kernel gestartet.

1
Linux frodo 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Nun funktioniert aber der Standby im Akkubetrieb nicht mehr. Nach wie vor ist im Netzbetrieb alles wunderbar, aber sobald ich das Kabel nicht stecken habe, sei es beim schlafen gehen, beim aufwachen oder irgendwann zwischendrin, startet der Rechner komplett neu wenn ich ihn aufklappe. Der Blick in dmesg hat mir leider nicht wirklich weitergeholfen, ich habe versucht die Stelle zu finden, in der das Unheil passiert:

  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
[    0.235856] NET: Registered protocol family 16
[    0.244503] cpuidle: using governor ladder
[    0.260519] cpuidle: using governor menu
[    0.260527] PCCT header not found.
[    0.260670] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.260680] ACPI: bus type PCI registered
[    0.260686] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.260819] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.260831] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.260857] PCI: Using configuration type 1 for base access
[    0.260873] dmi type 0xB1 record - unknown flag
[    0.273180] ACPI: Added _OSI(Module Device)
[    0.273189] ACPI: Added _OSI(Processor Device)
[    0.273195] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.273201] ACPI: Added _OSI(Processor Aggregator Device)
[    0.273207] ACPI: Added _OSI(Linux)
[    0.290898] ACPI: Executed 25 blocks of module-level executable AML code
[    0.302590] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
[    0.387671] ACPI: Dynamic OEM Table Load:
[    0.387690] ACPI: SSDT 0xFFFF8804AAFA0800 000492 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.389579] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.391700] ACPI: Dynamic OEM Table Load:
[    0.391716] ACPI: SSDT 0xFFFF8804AAFC0800 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.394532] ACPI: Dynamic OEM Table Load:
[    0.394548] ACPI: SSDT 0xFFFF8804AAFA1000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.396961] ACPI: Dynamic OEM Table Load:
[    0.396974] ACPI: SSDT 0xFFFF8804AAF22C00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.401618] ACPI : EC: EC started
[    0.444417] ACPI: Interpreter enabled
[    0.444504] ACPI: (supports S0 S3 S4 S5)
[    0.444511] ACPI: Using IOAPIC for interrupt routing
[    0.444585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.452612] ACPI: Power Resource [PG00] (on)
[    0.453272] ACPI: Power Resource [PG01] (on)
[    0.453910] ACPI: Power Resource [PG02] (on)
[    0.457387] ACPI: Power Resource [WRST] (off)
[    0.458033] ACPI: Power Resource [WRST] (off)
[    0.458674] ACPI: Power Resource [WRST] (off)
[    0.459317] ACPI: Power Resource [WRST] (off)
[    0.459972] ACPI: Power Resource [WRST] (off)
[    0.461135] ACPI: Power Resource [WRST] (off)
[    0.461775] ACPI: Power Resource [WRST] (off)
[    0.462414] ACPI: Power Resource [WRST] (off)
[    0.465958] ACPI: Power Resource [WRST] (off)
[    0.466600] ACPI: Power Resource [WRST] (off)
[    0.467240] ACPI: Power Resource [WRST] (off)
[    0.467892] ACPI: Power Resource [WRST] (off)
[    0.468538] ACPI: Power Resource [WRST] (off)
[    0.469176] ACPI: Power Resource [WRST] (off)
[    0.469820] ACPI: Power Resource [WRST] (off)
[    0.502082] ACPI: Power Resource [FN00] (off)
[    0.502275] ACPI: Power Resource [FN01] (off)
[    0.502453] ACPI: Power Resource [FN02] (off)
[    0.502629] ACPI: Power Resource [FN03] (off)
[    0.502800] ACPI: Power Resource [FN04] (off)
[    0.504999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.505016] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.505095] \_SB_.PCI0:_OSC invalid UUID
[    0.505097] _OSC request data:1 1f 0 
[    0.505105] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.506067] PCI host bridge to bus 0000:00
[    0.506077] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.506084] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.506091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.506101] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.506110] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.506120] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.506129] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.506139] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.506148] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.506158] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.506167] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.506176] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.506186] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.506195] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.506204] pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
[    0.506214] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.506224] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.506242] pci 0000:00:00.0: [8086:190c] type 00 class 0x060000
[    0.506457] pci 0000:00:02.0: [8086:191e] type 00 class 0x030000
[    0.506485] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    0.506497] pci 0000:00:02.0: reg 0x18: [mem 0x50000000-0x5fffffff 64bit pref]
[    0.506506] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.506738] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.506765] pci 0000:00:04.0: reg 0x10: [mem 0xdc320000-0xdc327fff 64bit]
[    0.507074] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.507114] pci 0000:00:14.0: reg 0x10: [mem 0xdc310000-0xdc31ffff 64bit]
[    0.507198] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.507377] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.507453] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.507492] pci 0000:00:14.2: reg 0x10: [mem 0xdc333000-0xdc333fff 64bit]
[    0.507732] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.507768] pci 0000:00:16.0: reg 0x10: [mem 0xdc332000-0xdc332fff 64bit]
[    0.507837] pci 0000:00:16.0: PME# supported from D3hot
[    0.508061] pci 0000:00:16.3: [8086:9d3d] type 00 class 0x070002
[    0.508094] pci 0000:00:16.3: reg 0x10: [io  0xf060-0xf067]
[    0.508104] pci 0000:00:16.3: reg 0x14: [mem 0xdc331000-0xdc331fff]
[    0.508355] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.508455] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.508665] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.508748] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.508857] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.509067] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.509157] pci 0000:00:1c.7: [8086:9d17] type 01 class 0x060400
[    0.509269] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.509478] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    0.509548] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.509644] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.509848] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.509948] pci 0000:00:1f.0: [8086:9d46] type 00 class 0x060100
[    0.510289] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.510307] pci 0000:00:1f.2: reg 0x10: [mem 0xdc32c000-0xdc32ffff]
[    0.510572] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[    0.510619] pci 0000:00:1f.3: reg 0x10: [mem 0xdc328000-0xdc32bfff 64bit]
[    0.510653] pci 0000:00:1f.3: reg 0x20: [mem 0xdc300000-0xdc30ffff 64bit]
[    0.510704] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.510998] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.511070] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.511127] pci 0000:00:1f.4: reg 0x10: [mem 0xdc330000-0xdc3300ff 64bit]
[    0.511200] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.511646] pci 0000:01:00.0: [8086:1578] type 01 class 0x060400
[    0.511794] pci 0000:01:00.0: supports D1 D2
[    0.511797] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.511932] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.517121] pci 0000:00:1c.0: PCI bridge to [bus 01-6b]
[    0.517133] pci 0000:00:1c.0:   bridge window [mem 0xac000000-0xda0fffff]
[    0.517141] pci 0000:00:1c.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[    0.517230] pci 0000:02:00.0: [8086:1578] type 01 class 0x060400
[    0.517380] pci 0000:02:00.0: supports D1 D2
[    0.517383] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.517495] pci 0000:02:01.0: [8086:1578] type 01 class 0x060400
[    0.517644] pci 0000:02:01.0: supports D1 D2
[    0.517647] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.517752] pci 0000:02:02.0: [8086:1578] type 01 class 0x060400
[    0.517901] pci 0000:02:02.0: supports D1 D2
[    0.517903] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.518011] pci 0000:02:04.0: [8086:1578] type 01 class 0x060400
[    0.518162] pci 0000:02:04.0: supports D1 D2
[    0.518164] pci 0000:02:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.518296] pci 0000:01:00.0: PCI bridge to [bus 02-6b]
[    0.518313] pci 0000:01:00.0:   bridge window [mem 0xac000000-0xda0fffff]
[    0.518323] pci 0000:01:00.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[    0.518394] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.518410] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    0.518485] pci 0000:02:01.0: PCI bridge to [bus 04-36]
[    0.518501] pci 0000:02:01.0:   bridge window [mem 0xac000000-0xc3efffff]
[    0.518511] pci 0000:02:01.0:   bridge window [mem 0x60000000-0x7fffffff 64bit pref]
[    0.518600] pci 0000:37:00.0: [8086:15b6] type 00 class 0x0c0330
[    0.518650] pci 0000:37:00.0: reg 0x10: [mem 0xc3f00000-0xc3f0ffff]
[    0.518832] pci 0000:37:00.0: supports D1 D2
[    0.518835] pci 0000:37:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.518964] pci 0000:02:02.0: PCI bridge to [bus 37]
[    0.518981] pci 0000:02:02.0:   bridge window [mem 0xc3f00000-0xc3ffffff]
[    0.519057] pci 0000:02:04.0: PCI bridge to [bus 38-6b]
[    0.519073] pci 0000:02:04.0:   bridge window [mem 0xc4000000-0xd9ffffff]
[    0.519083] pci 0000:02:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
[    0.519470] pci 0000:6c:00.0: [14a4:2200] type 00 class 0x010802
[    0.519518] pci 0000:6c:00.0: reg 0x10: [mem 0xdc200000-0xdc203fff 64bit]
[    0.519766] pci 0000:6c:00.0: System wakeup disabled by ACPI
[    0.525296] pci 0000:00:1c.4: PCI bridge to [bus 6c]
[    0.525308] pci 0000:00:1c.4:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.525817] pci 0000:6d:00.0: [8086:24f3] type 00 class 0x028000
[    0.525980] pci 0000:6d:00.0: reg 0x10: [mem 0xdc100000-0xdc101fff 64bit]
[    0.526410] pci 0000:6d:00.0: PME# supported from D0 D3hot D3cold
[    0.526655] pci 0000:6d:00.0: System wakeup disabled by ACPI
[    0.533359] pci 0000:00:1c.7: PCI bridge to [bus 6d]
[    0.533371] pci 0000:00:1c.7:   bridge window [mem 0xdc100000-0xdc1fffff]
[    0.533553] pci 0000:6e:00.0: [10ec:525a] type 00 class 0xff0000
[    0.533610] pci 0000:6e:00.0: reg 0x14: [mem 0xdc000000-0xdc000fff]
[    0.533741] pci 0000:6e:00.0: supports D1 D2
[    0.533744] pci 0000:6e:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.533869] pci 0000:6e:00.0: System wakeup disabled by ACPI
[    0.541145] pci 0000:00:1d.0: PCI bridge to [bus 6e]
[    0.541157] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.544556] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.544651] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.544739] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.544827] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.544914] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.545001] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.545088] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.545185] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.551597] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.552927] ACPI : EC: GPE = 0x14, I/O: command/status = 0x934, data = 0x930
[    0.553152] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.553161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.553175] vgaarb: loaded
[    0.553180] vgaarb: bridge control possible 0000:00:02.0
[    0.553590] SCSI subsystem initialized
[    0.553652] libata version 3.00 loaded.
[    0.553690] ACPI: bus type USB registered
[    0.553721] usbcore: registered new interface driver usbfs
[    0.553739] usbcore: registered new interface driver hub
[    0.553766] usbcore: registered new device driver usb
[    0.554099] PCI: Using ACPI for IRQ routing
[    0.575640] PCI: pci_cache_line_size set to 64 bytes
[    0.576528] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.576531] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.576533] e820: reserve RAM buffer [mem 0x2e25f000-0x2fffffff]
[    0.576536] e820: reserve RAM buffer [mem 0x2ead5000-0x2fffffff]
[    0.576538] e820: reserve RAM buffer [mem 0x3ac67000-0x3bffffff]
[    0.576541] e820: reserve RAM buffer [mem 0x3c100000-0x3fffffff]
[    0.576544] e820: reserve RAM buffer [mem 0x4be000000-0x4bfffffff]
[    0.576759] NetLabel: Initializing
[    0.576765] NetLabel:  domain hash size = 128
[    0.576770] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.576793] NetLabel:  unlabeled traffic allowed by default
[    0.576955] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.576970] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.579021] amd_nb: Cannot enumerate AMD northbridges
[    0.579052] clocksource: Switched to clocksource hpet
[    0.589421] AppArmor: AppArmor Filesystem Enabled
[    0.589526] pnp: PnP ACPI init
[    0.589998] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.590008] system 00:00: [io  0xffff] has been reserved
[    0.590015] system 00:00: [io  0xffff] has been reserved
[    0.590022] system 00:00: [io  0xffff] has been reserved
[    0.590029] system 00:00: [io  0x1800-0x18fe] could not be reserved
[    0.590036] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.590046] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.590229] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.590307] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.590316] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.590530] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.590567] pnp 00:04: Plug and Play ACPI device, IDs DLL071b PNP0f13 (active)
[    0.590977] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.590986] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.590993] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.591000] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.591007] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.591015] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.591022] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.591030] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.591037] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.591067] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.591076] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.591163] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.591171] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.591178] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.591186] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.591193] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.591200] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.591208] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.591215] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.591759] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.591768] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.593986] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.593995] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.594002] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.594009] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.594016] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.594024] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.600839] pnp: PnP ACPI: found 9 devices
[    0.609653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.610064] pci 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-36] add_size 1000
[    0.610090] pci 0000:02:04.0: bridge window [io  0x1000-0x0fff] to [bus 38-6b] add_size 1000
[    0.610104] pci 0000:02:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.610107] pci 0000:02:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.610111] pci 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-6b] add_size 2000
[    0.610121] pci 0000:01:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 2000 min_align 1000
[    0.610124] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-6b] add_size 2000
[    0.610156] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 2000 min_align 1000
[    0.610159] pci 0000:00:1c.0: res[13]=[io  0x1000-0x2fff] res_to_dev_res add_size 2000 min_align 1000
[    0.610164] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x3fff]
[    0.610174] pci 0000:01:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 2000 min_align 1000
[    0.610176] pci 0000:01:00.0: res[13]=[io  0x1000-0x2fff] res_to_dev_res add_size 2000 min_align 1000
[    0.610179] pci 0000:01:00.0: BAR 13: assigned [io  0x2000-0x3fff]
[    0.610188] pci 0000:02:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.610191] pci 0000:02:01.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.610194] pci 0000:02:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.610196] pci 0000:02:04.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.610199] pci 0000:02:01.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.610206] pci 0000:02:04.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.610214] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.610226] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    0.610244] pci 0000:02:01.0: PCI bridge to [bus 04-36]
[    0.610252] pci 0000:02:01.0:   bridge window [io  0x2000-0x2fff]
[    0.610264] pci 0000:02:01.0:   bridge window [mem 0xac000000-0xc3efffff]
[    0.610274] pci 0000:02:01.0:   bridge window [mem 0x60000000-0x7fffffff 64bit pref]
[    0.610291] pci 0000:02:02.0: PCI bridge to [bus 37]
[    0.610303] pci 0000:02:02.0:   bridge window [mem 0xc3f00000-0xc3ffffff]
[    0.610320] pci 0000:02:04.0: PCI bridge to [bus 38-6b]
[    0.610328] pci 0000:02:04.0:   bridge window [io  0x3000-0x3fff]
[    0.610341] pci 0000:02:04.0:   bridge window [mem 0xc4000000-0xd9ffffff]
[    0.610353] pci 0000:02:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
[    0.610374] pci 0000:01:00.0: PCI bridge to [bus 02-6b]
[    0.610382] pci 0000:01:00.0:   bridge window [io  0x2000-0x3fff]
[    0.610394] pci 0000:01:00.0:   bridge window [mem 0xac000000-0xda0fffff]
[    0.610404] pci 0000:01:00.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[    0.610419] pci 0000:00:1c.0: PCI bridge to [bus 01-6b]
[    0.610427] pci 0000:00:1c.0:   bridge window [io  0x2000-0x3fff]
[    0.610437] pci 0000:00:1c.0:   bridge window [mem 0xac000000-0xda0fffff]
[    0.610446] pci 0000:00:1c.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[    0.610461] pci 0000:00:1c.4: PCI bridge to [bus 6c]
[    0.610472] pci 0000:00:1c.4:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.610493] pci 0000:00:1c.7: PCI bridge to [bus 6d]
[    0.610509] pci 0000:00:1c.7:   bridge window [mem 0xdc100000-0xdc1fffff]
[    0.610530] pci 0000:00:1d.0: PCI bridge to [bus 6e]
[    0.610540] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.610556] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.610559] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.610562] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.610565] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.610568] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.610570] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.610573] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.610576] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.610579] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.610581] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.610584] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.610587] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[    0.610590] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[    0.610592] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
[    0.610595] pci_bus 0000:00: resource 18 [mem 0x40000000-0xdfffffff window]
[    0.610598] pci_bus 0000:00: resource 19 [mem 0xfd000000-0xfe7fffff window]
[    0.610601] pci_bus 0000:01: resource 0 [io  0x2000-0x3fff]
[    0.610604] pci_bus 0000:01: resource 1 [mem 0xac000000-0xda0fffff]
[    0.610606] pci_bus 0000:01: resource 2 [mem 0x60000000-0xa9ffffff 64bit pref]
[    0.610609] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    0.610612] pci_bus 0000:02: resource 1 [mem 0xac000000-0xda0fffff]
[    0.610615] pci_bus 0000:02: resource 2 [mem 0x60000000-0xa9ffffff 64bit pref]
[    0.610617] pci_bus 0000:03: resource 1 [mem 0xda000000-0xda0fffff]
[    0.610620] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.610623] pci_bus 0000:04: resource 1 [mem 0xac000000-0xc3efffff]
[    0.610626] pci_bus 0000:04: resource 2 [mem 0x60000000-0x7fffffff 64bit pref]
[    0.610628] pci_bus 0000:37: resource 1 [mem 0xc3f00000-0xc3ffffff]
[    0.610631] pci_bus 0000:38: resource 0 [io  0x3000-0x3fff]
[    0.610634] pci_bus 0000:38: resource 1 [mem 0xc4000000-0xd9ffffff]
[    0.610636] pci_bus 0000:38: resource 2 [mem 0x80000000-0xa9ffffff 64bit pref]
[    0.610639] pci_bus 0000:6c: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.610642] pci_bus 0000:6d: resource 1 [mem 0xdc100000-0xdc1fffff]
[    0.610644] pci_bus 0000:6e: resource 1 [mem 0xdc000000-0xdc0fffff]
[    0.610706] NET: Registered protocol family 2
[    0.611030] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.611448] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.611639] TCP: Hash tables configured (established 131072 bind 65536)
[    0.611693] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.611778] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.611911] NET: Registered protocol family 1
[    0.611946] pci 0000:00:02.0: Video device with shadowed ROM
[    0.614614] pci 0000:01:00.0: enabling device (0006 -> 0007)
[    0.615365] PCI: CLS 128 bytes, default 64
[    0.615456] Unpacking initramfs...
[    1.812260] Freeing initrd memory: 37416K (ffff8800277dd000 - ffff880029c67000)
[    1.812340] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.812349] software IO TLB [mem 0x237dd000-0x277dd000] (64MB) mapped at [ffff8800237dd000-ffff8800277dcfff]
[    1.812657] Scanning for low memory corruption every 60 seconds
[    1.813291] audit: initializing netlink subsys (disabled)
[    1.813315] audit: type=2000 audit(1501734689.784:1): initialized
[    1.814049] Initialise system trusted keyring
[    1.814292] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    1.814299] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.816950] zbud: loaded
[    1.817313] VFS: Disk quotas dquot_6.6.0
[    1.817373] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.817841] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.818286] fuse init (API version 7.23)
[    1.818546] Key type big_key registered
[    1.818578] Allocating IMA MOK and blacklist keyrings.
[    1.819753] Key type asymmetric registered
[    1.819765] Asymmetric key parser 'x509' registered
[    1.819833] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.819923] io scheduler noop registered
[    1.819933] io scheduler deadline registered (default)
[    1.819989] io scheduler cfq registered
[    1.821366] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[    1.821720] pcieport 0000:02:04.0: enabling device (0006 -> 0007)
[    1.821969] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.821986] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.822061] efifb: probing for efifb
[    1.822086] efifb: framebuffer at 0x50000000, mapped to 0xffffc90002000000, using 22528k, total 22528k
[    1.822096] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[    1.822101] efifb: scrolling: redraw
[    1.822108] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.845480] Console: switching to colour frame buffer device 400x112
[    1.868610] fb0: EFI VGA frame buffer device
[    1.868658] intel_idle: MWAIT substates: 0x11142120
[    1.868660] intel_idle: v0.4.1 model 0x4E
[    1.868661] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.873645] ACPI: AC Adapter [AC] (on-line)
[    1.873805] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.879242] ACPI: Lid Switch [LID0]
[    1.879340] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.879399] ACPI: Power Button [PBTN]
[    1.879483] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.879540] ACPI: Sleep Button [SBTN]
[    1.879627] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.879677] ACPI: Power Button [PWRF]
[    1.926332] thermal LNXTHERM:00: registered as thermal_zone0
[    1.926381] ACPI: Thermal Zone [THM] (25 C)
[    1.963657] thermal LNXTHERM:01: registered as thermal_zone1
[    1.963706] ACPI: Thermal Zone [TZ00] (28 C)
[    1.964049] thermal LNXTHERM:02: registered as thermal_zone2
[    1.964091] ACPI: Thermal Zone [TZ01] (30 C)
[    1.964228] GHES: HEST is not enabled!
[    1.964558] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.968365] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    1.989330] 0000:00:16.3: ttyS4 at I/O 0xf060 (irq = 19, base_baud = 115200) is a 16550A
[    2.000185] Linux agpgart interface v0.103
[    2.168039] ACPI: Battery Slot [BAT0] (battery present)
[    2.191426] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 2)
[    2.811315] tsc: Refined TSC clocksource calibration: 1511.999 MHz
[    2.811373] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x15cb699f2c3, max_idle_ns: 440795242338 ns
[    3.144811] loop: module loaded
[    3.145233] libphy: Fixed MDIO Bus: probed
[    3.145270] tun: Universal TUN/TAP device driver, 1.6
[    3.145305] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.145476] PPP generic driver version 2.4.2
[    3.145668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.145720] ehci-pci: EHCI PCI platform driver
[    3.145777] ehci-platform: EHCI generic platform driver
[    3.145836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.145884] ohci-pci: OHCI PCI platform driver
[    3.145942] ohci-platform: OHCI generic platform driver
[    3.145993] uhci_hcd: USB Universal Host Controller Interface driver
[    3.146347] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.146392] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.147558] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    3.147621] xhci_hcd 0000:00:14.0: cache line size of 128 is not supported
[    3.147762] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.147809] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.147858] usb usb1: Product: xHCI Host Controller
[    3.147893] usb usb1: Manufacturer: Linux 4.4.0-87-generic xhci-hcd
[    3.147936] usb usb1: SerialNumber: 0000:00:14.0
[    3.148210] hub 1-0:1.0: USB hub found
[    3.148256] hub 1-0:1.0: 12 ports detected
[    3.162717] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.162759] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.162850] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.162897] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.162946] usb usb2: Product: xHCI Host Controller
[    3.162981] usb usb2: Manufacturer: Linux 4.4.0-87-generic xhci-hcd
[    3.163032] usb usb2: SerialNumber: 0000:00:14.0
[    3.163321] hub 2-0:1.0: USB hub found
[    3.163360] hub 2-0:1.0: 6 ports detected
[    3.168181] usb: port power management may be unreliable
[    3.170865] xhci_hcd 0000:37:00.0: xHCI Host Controller
[    3.170909] xhci_hcd 0000:37:00.0: new USB bus registered, assigned bus number 3
[    3.172131] xhci_hcd 0000:37:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
[    3.172325] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.172372] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.172420] usb usb3: Product: xHCI Host Controller
[    3.172455] usb usb3: Manufacturer: Linux 4.4.0-87-generic xhci-hcd
[    3.172498] usb usb3: SerialNumber: 0000:37:00.0
[    3.172762] hub 3-0:1.0: USB hub found
[    3.172799] hub 3-0:1.0: 2 ports detected
[    3.172953] xhci_hcd 0000:37:00.0: xHCI Host Controller
[    3.172996] xhci_hcd 0000:37:00.0: new USB bus registered, assigned bus number 4
[    3.173085] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    3.173132] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.173180] usb usb4: Product: xHCI Host Controller
[    3.173215] usb usb4: Manufacturer: Linux 4.4.0-87-generic xhci-hcd
[    3.173257] usb usb4: SerialNumber: 0000:37:00.0
[    3.173514] hub 4-0:1.0: USB hub found
[    3.173552] hub 4-0:1.0: 2 ports detected
[    3.173774] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.184116] i8042: Warning: Keylock active
[    3.237124] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.237166] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.237547] mousedev: PS/2 mouse device common for all mice
[    3.240112] rtc_cmos 00:01: RTC can wake from S4
[    3.240624] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    3.240753] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    3.240817] i2c /dev entries driver
[    3.240936] device-mapper: uevent: version 1.0.3
[    3.241144] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    3.244590] Intel P-state driver initializing.
[    3.248870] intel_pstate: HWP enabled
[    3.250114] ledtrig-cpu: registered to indicate activity on CPUs
[    3.251499] EFI Variables Facility v0.08 2004-May-17
[    3.258581] NET: Registered protocol family 10
[    3.260253] NET: Registered protocol family 17
[    3.261565] Key type dns_resolver registered
[    3.263040] microcode: CPU0 sig=0x406e3, pf=0x80, revision=0x9e
[    3.264690] microcode: CPU1 sig=0x406e3, pf=0x80, revision=0x9e
[    3.265995] microcode: CPU2 sig=0x406e3, pf=0x80, revision=0x9e
[    3.266026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.268652] microcode: CPU3 sig=0x406e3, pf=0x80, revision=0x9e
[    3.270116] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.271849] registered taskstats version 1
[    3.273166] Loading compiled-in X.509 certificates
[    3.275037] Loaded X.509 cert 'Build time autogenerated kernel key: 713bc24ccc5bf0d11d706d6f5bf7187ed23f7b25'
[    3.276470] zswap: loaded using pool lzo/zbud
[    3.279603] Key type trusted registered
[    3.283950] Key type encrypted registered
[    3.285206] AppArmor: AppArmor sha1 policy hashing enabled
[    3.487372] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[    3.523441] evm: HMAC attrs: 0x1
[    3.526132]   Magic number: 13:136:514
[    3.527171] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    3.528747] tpm tpm0: hash matches
[    3.530007] platform ACPI000C:00: hash matches
[    3.531260] acpi ACPI000C:00: hash matches
[    3.532719] rtc_cmos 00:01: setting system clock to 2017-08-03 04:31:31 UTC (1501734691)
[    3.534273] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.535626] EDD information not available.
[    3.536993] PM: Hibernation image not present or could not be loaded.
[    3.537976] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)
[    3.539316] Write protecting the kernel read-only data: 14336k
[    3.541187] Freeing unused kernel memory: 1756K (ffff880002849000 - ffff880002a00000)
[    3.542743] Freeing unused kernel memory: 112K (ffff880002de4000 - ffff880002e00000)
[    3.556591] random: systemd-udevd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557078] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557118] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557302] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557335] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557365] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557398] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557431] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557472] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.557502] random: udevadm: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.637068] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED

Besonders interessant fand ich die Stelle "System wakeup disabled by ACPI", die mehrfach im Log auftritt, eine entsprechende Recherche hat mich aber nicht weitergebracht.

Auch ACPI scheint von der Deaktivierung nichts zu wissen:

1
2
3
felix@frodo:~$ cat /proc/acpi/wakeup | grep S3
LID0	  S3	*enabled   platform:PNP0C0D:00
PBTN	  S3	*enabled   platform:PNP0C0C:00

Zum Schluss: Ich versuche für den Standby etc. auf die Hausmittel von systemd zurückzugreifen. Der Standby wird daher vom entsprechenden Eintrag in der logind.conf getriggert:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
HandlePowerKey=ignore
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
HandleLidSwitch=suspend
#HandleLidSwitchDocked=ignore
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=yes
#UserTasksMax=12288

Ich kann mir absolut nicht erklären, warum der Standby im Akkubetrieb nicht funktioniert. Falls noch weitere Angaben gebraucht werden, liefere ich diese natürlich gerne nach. Vielen Dank für jedwede Hilfe!

cor-aurum

(Themenstarter)
Avatar von cor-aurum

Anmeldungsdatum:
2. Dezember 2016

Beiträge: 18

Wohnort: Deutschland

Achja, eins habe ich vergessen zu erwähnen: Wenn ich den Standby manuell mit "systemctl suspend" starte, erhalte ich exakt das gleiche Fehlerbild, eine Fehlkonfiguration der Trigger halte ich somit für unwahrscheinlich.

cor-aurum

(Themenstarter)
Avatar von cor-aurum

Anmeldungsdatum:
2. Dezember 2016

Beiträge: 18

Wohnort: Deutschland

Das Problem hat sich nun durch ein BIOS Update selbst behoben. Auch wenn ich mir nicht erklären kann... Daher: Gelöst

Antworten |