You are not logged in.

#1 2019-03-17 08:36:51

speaksthegeek
Member
Registered: 2019-03-17
Posts: 8

CH PRO PEDALS not showing in wine/eventX [solved]

Hello,
I've tried searching but... I've no ideas what to search for other than js0 event and linux
but here goes

I have these pedals showing in Linux as /dev/input/js0
but I can't even get them to work until i created a udev rule as follows

 KERNEL=="event*",SUBSYSTEM=="input", ATTRS{idProduct}=="00f2", ATTRS{idVendor}=="068e", MODE="0666"

now the issue is there is no /dev/input/eventX

so wine can't see them and more importantly Elite Dangerous can't use them
as soon as Wine can see them I can delete Windows10

2019-03-17-07-59.png

so anyone smarter than me got any ideas?

Last edited by speaksthegeek (2019-03-22 15:02:28)

Offline

#2 2019-03-17 12:58:34

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: CH PRO PEDALS not showing in wine/eventX [solved]

You can try udevadm monitor, plug and unplug your device to see how it registers the event for a start. udevadm have other tools for query, debug and configuration.

Offline

#3 2019-03-17 13:01:59

speaksthegeek
Member
Registered: 2019-03-17
Posts: 8

Re: CH PRO PEDALS not showing in wine/eventX [solved]

thank you!
I will try that.
I literally have no idea where to start with this.

Offline

#4 2019-03-17 13:10:32

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: CH PRO PEDALS not showing in wine/eventX [solved]

And maybe remove your udev rule for the meantime (or back it up).

Offline

#5 2019-03-22 15:00:49

speaksthegeek
Member
Registered: 2019-03-17
Posts: 8

Re: CH PRO PEDALS not showing in wine/eventX [solved]

I thought I'd find my results
A udev rule with the following

# CH PRO PEDALS USB
SUBSYSTEMS=="input", ATTRS{name}=="CH PRODUCTS CH PRO PEDALS USB", ENV{ID_INPUT_JOYSTICK}="1"


works big_smile
I can now play Elite Dangerous on Linux

Offline

#6 2019-03-22 19:34:36

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: CH PRO PEDALS not showing in wine/eventX [solved]

Glad it works. Remember to edit your post as solved.

Offline

Board footer

Powered by FluxBB