A hard-coded DRM device causes the system to hang.
With the drm
backend unl0kr looks for the device /dev/dri/card0, but in my case the only available device is /dev/dri/card1
, which causes the system to hang.
Recompiling with the path /dev/dri/card1
makes unl0kr work again.