You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I 've just tried ds4drv with a DualSense controller and it does not seem to be working.
Through USB, I get something like this in the terminal, it is getting repeated the whole time. The mouse goes kind of crazy. Yuzu says that it successfully receives data from the UDP server, but it is not usable anyway.
python3 -m ds4drv --hidraw --udp --trackpad-mouse
[info][controller 1] Created devices /dev/input/js1 (joystick) /dev/input/event25 (evdev)
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/__main__.py", line 237, in <module>
main()
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/__main__.py", line 197, in main
for device in backend.devices:
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/backends/hidraw.py", line 172, in devices
yield cls(name=device_name,
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/backends/hidraw.py", line 34, in __init__
super(HidrawDS4Device, self).__init__(name, addr, type)
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/device.py", line 84, in __init__
self.set_operational()
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/backends/hidraw.py", line 87, in set_operational
self.read_feature_report(0x02, 37)
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/backends/hidraw.py", line 63, in read_feature_report
return fcntl.ioctl(self.fd, op, bytes(buf))
OSError: [Errno 5] Input/output error
^C[info][controller 1] Cleaning up...
Exception ignored in: <module 'threading' from '/usr/lib/python3.9/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 1428, in _shutdown
lock.acquire()
File "/home/pol/.local/lib/python3.9/site-packages/ds4drv/__main__.py", line 162, in __call__
sys.exit(0)
SystemExit: 0
The text was updated successfully, but these errors were encountered:
Hey! I 've just tried ds4drv with a DualSense controller and it does not seem to be working.
Through USB, I get something like this in the terminal, it is getting repeated the whole time. The mouse goes kind of crazy. Yuzu says that it successfully receives data from the UDP server, but it is not usable anyway.
Throught BT, I get the following.
The text was updated successfully, but these errors were encountered: