When you run LibreRemotePlay you will need to be sure to:
-
Have a compatible default web browser, any chromium based browser up to date should work. (There are known issues with Firefox)
-
Your user has read/write permissions for /dev/input/event/* and uinput devices
- Example in Debian:
sudo usermod -aG input $USER
- Example in Debian:
-
Uinput module enabled
- Check if it is loaded:
- Example in Debian:
lsmod | grep uinput
- Example in Debian:
- Load the module:
- Example in Debian:
sudo modprobe uinput
- Example in Debian:
- Check if it is loaded: