Concerning the Kernel-Module I edited my last post above. Both times module is present. If you like I can do a factory reset and have a look afterwards.
I managed to connect to the device after the script stopped this evening. Strange enough once again at loop 84
Code:
Loop Number: 84
+ date
+ fbink Thu Apr 23 17:46:38 CEST 2020 / Loop: 84
[FBInk] Detected a Kobo Glo HD (371 => Alyssum @ Mark 6)
[FBInk] Clock tick frequency appears to be 100 Hz
[FBInk] Screen density set to 300 dpi
[FBInk] Variable fb info: 1072x1448, 16bpp @ rotation: 3 (Counter Clockwise, 270°)
[FBInk] Fontsize set to 24x24 (IBM base glyph size: 8x8)
[FBInk] Line length: 44 cols, Page size: 60 rows
[FBInk] Vertical fit isn't perfect, shifting rows down by 4 pixels
[FBInk] Fixed fb info: ID is "mxc_epdc_fb", length of fb mem: 6782976 bytes & line length: 2176 bytes
[FBInk] Pen colors set to #000000 for the foreground and #FFFFFF for the background
Printing string 'Thu Apr 23 17:46:38 CEST 2020 / Loop: 84' @ column 0 + 0px, row 0 + 0px (overlay: N, no BG: N, no FG: N, inverted: N, flashing: N, centered: N, halfway: N, left padded: N, right padded: N, clear screen: N, waveform: AUTO, dithering: PASSTHROUGH, nightmode: N, skip refresh: N, font: 0, font scaling: x0)
Next line should start @ row 1
+ free
total used free shared buffers
Mem: 508068 118076 389992 0 3968
-/+ buffers: 114108 393960
Swap: 0 0 0
+ sleep 5
+ rtcwake -m mem -s 180
wakeup from "mem" at Thu Apr 23 15:49:44 2020
+ sleep 5
Either the device was still up or woken by plugging the cable. I called dmesg but this only contained the following info. Despite dmesg is there a way to access additional logs (syslog appears to be running, but nothing gets written to .kobo or /var/log ...).
Code:
...
PMU: mainFlowOfLowVoltage : No9 :Cap is 6286 , low_rate is 55, dsoc is 5483, capnow is 6300, capzero is 64, delta cc is -1, delta cc ori is -2
PMU: mainFlowOfLowVoltage : No10 :temp_mas is -240, offset_mas is -54, value is -110, final value is -1
PMU : set_current_time2register : second is 1587667876, hour is 441018
PMU:STATUS= 7: IBAT= -20: VSYS= 3893000: VBAT= 3893725: DSOC= 5483: RSOC= 5400: cc_delta=99: rrf= 0
PMU: mainFlowOfLowVoltage : Noxx : cc_delta_cap is -1, cc_delta_cap_now is -309, last_cc_delta_cap is -308
PMU: mainFlowOfLowVoltage : Noxx : temp_cc_delta_cap is 0, after temp_cc_delta_cap_mas is -240, cc_cap_mas -168051
PMU: mainFlowOfLowVoltage : No9 :Cap is 6326 , low_rate is 54, dsoc is 5483, capnow is 6340, capzero is 64, delta cc is 0, delta cc ori is -1
PMU: mainFlowOfLowVoltage : No10 :temp_mas is -533, offset_mas is -293, value is -54, final value is 0
PMU : set_current_time2register : second is 1587667906, hour is 441018
PMU:STATUS= 7: IBAT= -20: VSYS= 3893000: VBAT= 3896200: DSOC= 5483: RSOC= 5400: cc_delta=99: rrf= 0
otg udc vbus falling wakeup
try_wake_up_udc: udc out low power mode
PMU:charger_adp_isr
PMU:charger_usb_isr
PMU:charger_in_isr
PMU:charger_irq_work In
charger_irq_work : val = 1 plug in ADPt
g_ether gadget: high speed config #2: RNDIS
usb plugged 1-0
PMU:charger_irq_work Out
PMU: mainFlowOfLowVoltage : Noxx : cc_delta_cap is 11, cc_delta_cap_now is -298, last_cc_delta_cap is -309
PMU: mainFlowOfLowVoltage : Noxx : temp_cc_delta_cap is 0, after temp_cc_delta_cap_mas is -533, cc_cap_mas -162090
PMU FG_RESET : calc_capacity : capacity 52 init_pswr 55 cc_delta -298
PMU FG_RESET : calc_capacity_2 : capacity 5202 init_pswr 55 cc_delta -298
PMU : set_current_time2register : second is 1587667935, hour is 441018
PMU calc_capacity_in_period 1%FACAP(54360)[mAs], cc_sum(162090)[mAs], cc_sum_dec(-53370)
PMU calc_capacity_in_period Half-Clear CC, cc_sum is over 1%
...