Comments on How to enable SysRq key?
Post
How to enable SysRq key?
+1
−0
I want my SysRq key to be fully functional.
When I look in sudo sysctl -a I see kernel.sysrq = 1 in the output. This tells me it should be working.
To test, I run echo h > /proc/sysrq-trigger but nothing happens. I've tried this in a terminal emulator as well as a TTY. I was expecting to see some help text.
Pressing Alt+PrintScreen+h or PrintScreen+h also does not work.
What am I missing? How can I make the SysRq key work?

1 comment thread