I've a Xbox Controller and I would like use it on *Ubuntu 17.04* with
*4.10.0-26-generic* kernel, but when it is connected by usb the controller
start and never stop to blinking.
If I use the xboxdrv what I got is a: *the controller is not found*
Also I found a guy that made manually the files:
/etc/systemd/system/xboxdrv.service
[Unit]
Description=Load the XBoxDrv controller driver
Documentation=man:xboxdrv(1)
[Service]
Type=forking
EnvironmentFile=-/etc/default/xboxdrv
ExecStartPre=/bin/rm -f /dev/input/js*
ExecStart=/usr/bin/xboxdrv --daemon --detach --pid-file /var/run/xboxdrv.pid
--silent --dbus disabled $XBOXDRV_OPTIONS $PAD_OPTIONS $CONTROLLER0_OPTIONS
[Install]
WantedBy=multi-user.target
/etc/default/xboxdrv
FORCE_FEEDBACK=false
# Make triggers work like buttons instead of zaxis
TRIGGER_AS_BUTTON=true
# Mimic xpad buttons
MIMIC_XPAD=true
# Additional options that are passed to xboxdrv (see xboxdrv man pages).
# These are appended once during start
XBOXDRV_OPTIONS=""
# Edit each block to give each controller slot its own options.
# These are appended last for their respective slots
CONTROLLER0_OPTIONS=""
CONTROLLER1_OPTIONS=""
CONTROLLER2_OPTIONS=""
CONTROLLER3_OPTIONS=""
Any help?
--
You received this message because you are subscribed to the Google Groups
"xboxdrv" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/xboxdrv.
For more options, visit https://groups.google.com/d/optout.