View Single Post
Old 08-06-2013, 02:15 PM   #10
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by knc1 View Post
Sorry folks, that isn't going to happen.

The date/time stamps on kernel events have been turned off in 5.3.3 and 5.3.4 (at least, maybe others).
I lied, it is going to happen:

FLAG=$(cat /sys/module/printk/parameters/time)
if FLAG == 'N' then
dmesg -c
echo 'Y' > /sys/module/printk/parameters/time
fi

Or, something like that to turn on the kernel message time stamps.
Code:
[root@kindle parameters]# echo 'Y' > time
[root@kindle parameters]# dmesg
[  101.048759] KERNEL: I pmic: PWRON1 event:
[  101.246992] cyttsp: I cyttsp_proc_write::command=unlock:
knc1 is offline   Reply With Quote