Ubuntu not detecting any axes in Gladiator NXT Premium Right

Moderator: AdminGroup

VTMarik
Posts: 5
Joined: Sat Oct 10, 2020 23:39

Ubuntu not detecting any axes in Gladiator NXT Premium Right

Postby VTMarik » Fri Sep 03, 2021 2:51

Recently migrated to Ubuntu 20.04 from Windows, prior to that I successfully flashed it to the 2.05.5XT firmware with no issues. After the migration, Ubuntu detects the joystick and all of its buttons but none of the axes (X,Y,Z,Ministick, or Throttle). Doing the internal calibration does not fix this issue, and since no axes are detected by Ubuntu I can't do any mapping or adjusting via joystick or jstest.

Do I need to do some sort of factory reset on the stick, or is there a tool out there that I cannot find?

User avatar
fallout9
Posts: 5182
Joined: Wed Oct 03, 2018 20:37
Has thanked: 208 times
Been thanked: 1218 times

Re: Ubuntu not detecting any axes in Gladiator NXT Premium Right

Postby fallout9 » Fri Sep 03, 2021 3:27

Most probably the joystick is fine, especially if the buttons work. I would try on specialized forums to find the proper settings under Ubuntu to have joysticks recognized.

chmooreck
Posts: 6
Joined: Wed Apr 06, 2016 11:38

Re: Ubuntu not detecting any axes in Gladiator NXT Premium Right

Postby chmooreck » Fri Sep 03, 2021 10:54

Hi

What's output from dmesg regarding joystick connection ?

In my case (Gladiator II) it looks like this:

Code: Select all

[    9.590235] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 768 type 1
[    9.590242] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 769 type 1
[    9.590245] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 770 type 1
[    9.590248] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 771 type 1
[    9.590250] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 772 type 1
[    9.590252] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 773 type 1
[    9.590254] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 774 type 1
[    9.590256] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 775 type 1
[    9.590258] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 776 type 1
[    9.590260] © Alex Oz 2012-2020  VKBsim Gladiator : Invalid code 777 type 1
[    9.590415] input: © Alex Oz 2012-2020  VKBsim Gladiator  as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:231D:0120.000C/input/input22
[    9.590674] hid-generic 0003:231D:0120.000C: input,hidraw9: USB HID v1.11 Joystick [© Alex Oz 2012-2020  VKBsim Gladiator ] on usb-0000:00:14.0-5/input0


Definitely some problem, but stick (axis + buttons) works fine.

gentoo, kernel 5.14.0

VTMarik
Posts: 5
Joined: Sat Oct 10, 2020 23:39

Re: Ubuntu not detecting any axes in Gladiator NXT Premium Right

Postby VTMarik » Sun Sep 05, 2021 22:55

dmesg gives me this:

Code: Select all

[ 2341.536743] usb 3-2: new full-speed USB device number 6 using xhci_hcd
[ 2341.713866] usb 3-2: New USB device found, idVendor=231d, idProduct=0200, bcdDevice=20.55
[ 2341.713872] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2341.713874] usb 3-2: Product:  VKBsim Gladiator NXT R 
[ 2341.713876] usb 3-2: Manufacturer: © Alex Oz 2012-2020
[ 2341.724143] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 768 type 1
[ 2341.724148] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 769 type 1
[ 2341.724149] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 770 type 1
[ 2341.724151] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 771 type 1
[ 2341.724152] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 772 type 1
[ 2341.724153] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 773 type 1
[ 2341.724154] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 774 type 1
[ 2341.724156] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 775 type 1
[ 2341.724157] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 776 type 1
[ 2341.724158] © Alex Oz 2012-2020  VKBsim Gladiator NXT R  : Invalid code 777 type 1
[ 2341.724229] input: © Alex Oz 2012-2020  VKBsim Gladiator NXT R   as /devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb3/3-2/3-2:1.0/0003:231D:0200.000E/input/input43
[ 2341.724352] hid-generic 0003:231D:0200.000E: input,hidraw13: USB HID v1.11 Joystick [© Alex Oz 2012-2020  VKBsim Gladiator NXT R  ] on usb-0000:2a:00.1-2/input0


Running Ubuntu 20.04LTS, same kernel

chmooreck
Posts: 6
Joined: Wed Apr 06, 2016 11:38

Re: Ubuntu not detecting any axes in Gladiator NXT Premium Right

Postby chmooreck » Mon Sep 06, 2021 9:30

I assume on windows it works fine? Can you check it ?
jstest shows buttons only, no axes, right ?

VTMarik
Posts: 5
Joined: Sat Oct 10, 2020 23:39

Re: Ubuntu not detecting any axes in Gladiator NXT Premium Right

Postby VTMarik » Wed Sep 15, 2021 2:15

Correct, it worked just fine on Windows, but not since migrating.

I'm wondering if maybe something went wrong with the firmware update, is there a way to restore it to the old version without the software?

chmooreck
Posts: 6
Joined: Wed Apr 06, 2016 11:38

Re: Ubuntu not detecting any axes in Gladiator NXT Premium Right

Postby chmooreck » Wed Sep 15, 2021 8:24

Paste screenshots from configuration of stick - maybe support will see any missconfiguration.
Now you can make topic "it doesn't work on windows", which should get more help from vkb ;-).


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 47 guests