Search Criteria
Package Details: ds4drv 0.5.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/ds4drv.git (read-only, click to copy) |
---|---|
Package Base: | ds4drv |
Description: | Sony DualShock 4 Userspace Driver |
Upstream URL: | https://github.com/chrippa/ds4drv |
Licenses: | MIT |
Conflicts: | ds4drv-git |
Submitter: | Ape |
Maintainer: | daizhirui |
Last Packager: | daizhirui |
Votes: | 12 |
Popularity: | 0.146261 |
First Submitted: | 2015-08-31 15:49 (UTC) |
Last Updated: | 2024-11-05 18:21 (UTC) |
Dependencies (6)
- bluez-deprecated-tools
- bluez-utils (bluez-gitAUR)
- python-evdev
- python-pyudev
- python-setuptools
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 Next › Last »
GG0R10 commented on 2025-02-19 03:22 (UTC) (edited on 2025-02-19 03:23 (UTC) by GG0R10)
I actually needed to modify some files to get this working:
/usr/lib/python3.13/site-packages/ds4drv/actions/input.py -> Replace "joystick.device.device.fn" to "joystick.device.device.path"
/etc/ds4drv.conf -> Comment the last binds of REL_WHEELUP and REL_WHEELDOWN because they are duplicated
/usr/lib/python3.13/site-packages/ds4drv/config.py -> replace all "SafeConfigParser" with just "ConfigParser"
Also I had to remove the controller from blueman and restart ds4drv to get it working. Hope this helps
Deaver commented on 2025-02-18 04:24 (UTC)
With the new version of Python-evdev line 84 in /usr/lib/python3.13/site-packages/ds4drv/actions/input.py needs to be changed from joystick.device.device.fn to joystick.device.device.path
douo commented on 2025-01-30 18:48 (UTC)
Fix python version > 3.12:
Konzertheld commented on 2024-12-10 15:37 (UTC) (edited on 2024-12-10 15:38 (UTC) by Konzertheld)
I can't start d24drv at all. According to their GitHub issues, the config included in the package is faulty when this happens. https://github.com/chrippa/ds4drv/issues/204
Removing the offending lines from the config solves the problem.
daizhirui commented on 2024-11-05 18:23 (UTC)
@Deaver @mumblyomod Thanks for proposing a fix and verifying it.
mumblyomod commented on 2024-11-01 02:09 (UTC)
@Deaver thanks! Your fix worked for me too!
Deaver commented on 2024-10-07 02:10 (UTC)
@fell I was able to fix that error by changing the instances of SafeConfigParser to just ConfigParser in /usr/lib/python3.12/site-packages/ds4drv/config.py at lines 72 and 99
daizhirui commented on 2024-08-16 20:23 (UTC)
@Fell, could you try again? I cannot reproduce the error you got.
Fell commented on 2024-07-21 21:04 (UTC)
This package seems to be broken as of Python 3.12:
1 2 3 Next › Last »