pyPS4Controller icon indicating copy to clipboard operation
pyPS4Controller copied to clipboard

/dev/input/js0 Error

Open Kasherpete opened this issue 1 year ago • 1 comments

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?

Kasherpete avatar Apr 29 '23 00:04 Kasherpete

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.

d1ddle avatar Apr 05 '24 20:04 d1ddle