Reassign Joystick path
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
So, I have a 'Wacom_Co._Ltd._Cintiq_13HD_Touch_Tablet'. The kernel thinks it is a joystick, so /dev/input/js0
gets assigned to this.
Now I want to play a game, and it is (understandably) looking for a joystick at js0
, but that is where the tablet is, not my joystick (which is at js1
).
Is there a way to tell the kernel to assign the tablet to something like js10
so a real joystick/controller gets assigned to js0
? I have tried messing with udev rules by making a /etc/udev/rules.d/73-persistent-joystick.rules
, but the syslog gives this error:
NAME="input/js9" ignored, kernel device nodes can not be renamed; please fix it in
/etc/udev/rules.d/73-persistent-joystick.rules:1
tablet joystick wacom
add a comment |Â
up vote
0
down vote
favorite
So, I have a 'Wacom_Co._Ltd._Cintiq_13HD_Touch_Tablet'. The kernel thinks it is a joystick, so /dev/input/js0
gets assigned to this.
Now I want to play a game, and it is (understandably) looking for a joystick at js0
, but that is where the tablet is, not my joystick (which is at js1
).
Is there a way to tell the kernel to assign the tablet to something like js10
so a real joystick/controller gets assigned to js0
? I have tried messing with udev rules by making a /etc/udev/rules.d/73-persistent-joystick.rules
, but the syslog gives this error:
NAME="input/js9" ignored, kernel device nodes can not be renamed; please fix it in
/etc/udev/rules.d/73-persistent-joystick.rules:1
tablet joystick wacom
1
You'll want to play wtihudev
rules, assuming you are using a relatively recent Linux distribution
â ivanivan
yesterday
github.com/denilsonsa/udev-joystick-blacklist
â Ignacio Vazquez-Abrams
yesterday
Note you never rename original device nodes in udev rules, instead, you create symlinks with static names. Look at/dev/disks
for examples, do something similar for your joystick (/dev/js/wacom
,/dev/js/real-joystick
, whatever). If your game only looks forjs0
, it's broken.
â dirkt
yesterday
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So, I have a 'Wacom_Co._Ltd._Cintiq_13HD_Touch_Tablet'. The kernel thinks it is a joystick, so /dev/input/js0
gets assigned to this.
Now I want to play a game, and it is (understandably) looking for a joystick at js0
, but that is where the tablet is, not my joystick (which is at js1
).
Is there a way to tell the kernel to assign the tablet to something like js10
so a real joystick/controller gets assigned to js0
? I have tried messing with udev rules by making a /etc/udev/rules.d/73-persistent-joystick.rules
, but the syslog gives this error:
NAME="input/js9" ignored, kernel device nodes can not be renamed; please fix it in
/etc/udev/rules.d/73-persistent-joystick.rules:1
tablet joystick wacom
So, I have a 'Wacom_Co._Ltd._Cintiq_13HD_Touch_Tablet'. The kernel thinks it is a joystick, so /dev/input/js0
gets assigned to this.
Now I want to play a game, and it is (understandably) looking for a joystick at js0
, but that is where the tablet is, not my joystick (which is at js1
).
Is there a way to tell the kernel to assign the tablet to something like js10
so a real joystick/controller gets assigned to js0
? I have tried messing with udev rules by making a /etc/udev/rules.d/73-persistent-joystick.rules
, but the syslog gives this error:
NAME="input/js9" ignored, kernel device nodes can not be renamed; please fix it in
/etc/udev/rules.d/73-persistent-joystick.rules:1
tablet joystick wacom
edited yesterday
slmâ¦
232k65479648
232k65479648
asked yesterday
BrainStorm.exe
1476
1476
1
You'll want to play wtihudev
rules, assuming you are using a relatively recent Linux distribution
â ivanivan
yesterday
github.com/denilsonsa/udev-joystick-blacklist
â Ignacio Vazquez-Abrams
yesterday
Note you never rename original device nodes in udev rules, instead, you create symlinks with static names. Look at/dev/disks
for examples, do something similar for your joystick (/dev/js/wacom
,/dev/js/real-joystick
, whatever). If your game only looks forjs0
, it's broken.
â dirkt
yesterday
add a comment |Â
1
You'll want to play wtihudev
rules, assuming you are using a relatively recent Linux distribution
â ivanivan
yesterday
github.com/denilsonsa/udev-joystick-blacklist
â Ignacio Vazquez-Abrams
yesterday
Note you never rename original device nodes in udev rules, instead, you create symlinks with static names. Look at/dev/disks
for examples, do something similar for your joystick (/dev/js/wacom
,/dev/js/real-joystick
, whatever). If your game only looks forjs0
, it's broken.
â dirkt
yesterday
1
1
You'll want to play wtih
udev
rules, assuming you are using a relatively recent Linux distributionâ ivanivan
yesterday
You'll want to play wtih
udev
rules, assuming you are using a relatively recent Linux distributionâ ivanivan
yesterday
github.com/denilsonsa/udev-joystick-blacklist
â Ignacio Vazquez-Abrams
yesterday
github.com/denilsonsa/udev-joystick-blacklist
â Ignacio Vazquez-Abrams
yesterday
Note you never rename original device nodes in udev rules, instead, you create symlinks with static names. Look at
/dev/disks
for examples, do something similar for your joystick (/dev/js/wacom
, /dev/js/real-joystick
, whatever). If your game only looks for js0
, it's broken.â dirkt
yesterday
Note you never rename original device nodes in udev rules, instead, you create symlinks with static names. Look at
/dev/disks
for examples, do something similar for your joystick (/dev/js/wacom
, /dev/js/real-joystick
, whatever). If your game only looks for js0
, it's broken.â dirkt
yesterday
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f460580%2freassign-joystick-path%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
You'll want to play wtih
udev
rules, assuming you are using a relatively recent Linux distributionâ ivanivan
yesterday
github.com/denilsonsa/udev-joystick-blacklist
â Ignacio Vazquez-Abrams
yesterday
Note you never rename original device nodes in udev rules, instead, you create symlinks with static names. Look at
/dev/disks
for examples, do something similar for your joystick (/dev/js/wacom
,/dev/js/real-joystick
, whatever). If your game only looks forjs0
, it's broken.â dirkt
yesterday