VirtualGamePad and rights

Hello,

I’m on leap16.
I try to install VirtualGamePad to use Android Smartphone as GamePad : VirtualGamePad | Android phone as gamepad for PCs
Installation is ok. Connection Android to VirtualGamePad is ok to.

But the software needs rights to create file in udev. I followed these instructions :

But I’ve still this error when running :

Failed to launch server: Failed to create uinput device: Permission non accordée

I can’t fix it. Is someone has idea to do it?

Thanks a lot

Check that the devices get the correct group. Check that your user belongs to the correct group.

And please, post text and text, not as pictures.

Thanks.
Sorry for the picture, but instructions are in the software and i can’t copy/paste this part. I follow these instructions. I create uinput group, add my user to uinput, add the rules, log out and come back but still have persmission problem.

It is not a device. The app is just an executable and launch with the current user permissions. The app starts a server with the virtualgamepad option (there is a keyboard option which is working fine, so it is not a network problem) , the software need to access udev to add the virtualgame pad. But there is a permission forbiden therefor I think I’ve followed instruction to allow that.

You have shown the udev rule to assign permissions to the device nodes when these nodes appear. Why did you create this rule?

Applications do not access udev - udev monitors device nodes creation and removal and executes actions when it happens. What device node your application tries to access? Check permissions of this device node.

Thanks

By running in terminal, it indicates in the prompt a log file in tmp. I Opened it and instructions were a bit different compared to the one indicates throught user interface. I followed them and … This is working!!!

  1. Add your user to the ‘input’ group: sudo usermod -a -G input $USER
  2. Load the uinput module: sudo modprobe uinput
  3. Set uinput permissions: sudo chmod 666 /dev/uinput

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.