Alt+SysRq on a laptop
It's not the same for all laptops unfortunately, but the general idea is to consult the manual to figure out the SysRq
and then use Alt
in addition to that, for example this is Lenovo X1:
Lenovo X1 Carbon
user manual mentions SysRq
is Fn + S
, I managed to trigger SysRq
combination using the following sequence:
- Press and hold
Fn + Alt + S
- Release both
Fn
andS
- Press and release the desired key (e.g.
h
to show theSysRq
help) - Release
Alt
I was struggling a bit with the answers given here, so maybe the following additional details might help others like me who have no prior experience with the sysrq key and would like to give it a try:
According to the manual, on my W510 the sysrq key is Fn + PrintScreen
. (Googling Thinkpad <your Thinkpad model> manual
should get you the manual. Then, search for sysrq
in the manual itself.)
Finally, the magic sysrq key combinations can be reached through:
- Hold down
Alt
. - Hold down
Fn
andPrintScreen
for a moment and then release the two keys again. (They basically act as one key.) Meanwhile, keep holding downAlt
. - Hit the remaining key of the magic sysrq key combination you would like to use (e.g.
h
for help orb
for reboot). - Release
Alt
.
Side note 1: For ergonomic reasons I had swapped the Fn
and Ctrl
keys in my Thinkpad's BIOS (as is possible with practically any Thinkpad), so in my case I actually have to hit the left Ctrl
key whenever I want to use the Fn
key. In case of the sysrq key this is no different!
Side note 2: Whenever the table on Wikipedia says a key combination will "display" certain information, what is meant is that the information is going to be written to the system log, which can be accessed through e.g. $ dmesg
or $ less /var/log/syslog
. At the same time, if you're logged in on any TTY (Ctrl + Alt + F[1-6]
), then the same information will also be displayed there. Similarly, the kernel will respond with a message in the logs if a certain sysrq operation you're trying to use is disabled.
Side note 3: On Ubuntu there's a file /etc/sysctl.d/10-magic-sysrq.conf
controlling which magic sysrq key chords are available/enabled and which aren't.
On most laptops (I haven't verified on the T410):
- Press and hold both Fn and Alt.
- Press and hold SysRq.
- Release Fn, and optionally Alt (but keep SysRq down).
- Press the letter or other key.
- Release everything and massage your sore fingers.
This holds for desktops as well: you can release Alt after you're holding SysRq, that way you only need to hold two keys at a time.