And please also this PR (this one is for the originally reported dongle):
https://github.com/systemd/systemd/pull/36572
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097480
Title:
vrc-3nt joystick
Even when in the `input` group or being root it still doesn't work. On
fedora it works with SDL2-2.30.11, so I rebuild the Ubuntu SDL2 from the
newer upstream 2.30.11 sources and it behaves differently, but still
incorrectly:
Ubuntu: stock SDL-2.30.0:
VRC joystick only detected when used SDL_JOYST
SDL upstream bug:
https://github.com/libsdl-org/SDL/issues/12397
** Bug watch added: github.com/libsdl-org/SDL/issues #12397
https://github.com/libsdl-org/SDL/issues/12397
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
I probably got it. It uses SDL for joystick handling. The difference
between Fedora and Ubuntu is that Fedora uses SDL3 in the SDL2 compat
mode, while Ubuntu uses real SDL2. So the SDL3 probably has a fix.
The following workaround caused it to work in Ubuntu:
SDL_JOYSTICK_DEVICE=/dev/input/js0 win
Although I think the differnce maybe in kernel, because the "lsusb -v"
on Fedora (where it works) and Ubuntu (where it doesn't work) looks
different and joystick evdev symlinks aren't created on Ubuntu, I am
filing it against wine component. If it sees /dev/input/js0 in Ubuntu
and jscal works with
Public bug reported:
It's vrc-3nt joystick usb dongle
(https://www.vrcworld.com/support/faq2.aspx?question=7360). It works
fine in ubuntu 24.10, /dev/input/js0 device is created, and the joystick
can be correctly calibrated with e.g. jscal, but the joystick is not
seen in the wine. I tried both st