View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#10
Originally Posted by NotMicro View Post
how to get output similiar to Joerg's.
Attach N900 to the computer and then start some terminal and use command
Code:
dmesg
It shows kernel logs (starting from boot). Last rows are the latest. Scrolling up will show older entries.

If you specially want timestamps and hostname, check content of file /var/log/kern.log
e.g
Code:
cat /var/log/kern.log
 

The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: