View Single Post
Posts: 7 | Thanked: 17 times | Joined on May 2013 @ Bremen, Germany
#12
If you can type in special characters you can redirect the output of dmesg to a file using this command:

Code:
dmesg > log.txt
The log.txt will be created in the directory you are in at the moment you execute the command. You'll somehow need to access the file of course afterwards and I'm not sure if this is possible. If there's no option to scroll like you said you can also try:

Code:
dmesg | more