pyPS4Controller
pyPS4Controller copied to clipboard
/dev/input/js0 Error
I cannot access the /dev/input/js0 through the terminal, and I cannot connect to any controllers. I don't know if these are related, could I get any help on this subject?
I get the same issue on startup. I'm using raspbian, and bluetoothctl to connect via the instructions here:
https://github.com/orgs/upkie/discussions/138
and get a permissions error in pyPS4Controller/controller.py
on line 254;
_file = open(self.interface, "rb")
permissionerror: denied /dev/input/js0
Probably not an issue with pyPS4 so will keep investigating and report back if a fix crops up.