Giter VIP home page Giter VIP logo

Comments (9)

vostrenkov avatar vostrenkov commented on May 28, 2024 1

QT based configurator coming soon. I believe it will work on Linux

from freejoy.

Ntemis avatar Ntemis commented on May 28, 2024 1

btw i am seeing these in dmesg
[ 2511.220727] usb 3-1: new full-speed USB device number 17 using uhci_hcd
[ 2511.439751] usb 3-1: New USB device found, idVendor=0483, idProduct=5750, bcdDevice= 2.00
[ 2511.439754] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2511.439755] usb 3-1: Product: FreeJoy
[ 2511.439757] usb 3-1: Manufacturer: STMicroelectronics
[ 2511.455509] hid_map_usage: 38 callbacks suppressed
[ 2511.455510] STMicroelectronics FreeJoy: Invalid code 768 type 1
[ 2511.455512] STMicroelectronics FreeJoy: Invalid code 769 type 1
[ 2511.455513] STMicroelectronics FreeJoy: Invalid code 770 type 1
[ 2511.455514] STMicroelectronics FreeJoy: Invalid code 771 type 1
[ 2511.455515] STMicroelectronics FreeJoy: Invalid code 772 type 1
[ 2511.455516] STMicroelectronics FreeJoy: Invalid code 773 type 1
[ 2511.455517] STMicroelectronics FreeJoy: Invalid code 774 type 1
[ 2511.455517] STMicroelectronics FreeJoy: Invalid code 775 type 1
[ 2511.455518] STMicroelectronics FreeJoy: Invalid code 776 type 1
[ 2511.455519] STMicroelectronics FreeJoy: Invalid code 777 type 1
[ 2511.455582] input: STMicroelectronics FreeJoy as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:0483:5750.0007/input/input27
[ 2511.512855] hid-generic 0003:0483:5750.0007: input,hidraw3: USB HID v1.10 Joystick [STMicroelectronics FreeJoy] on usb-0000:00:1a.0-1/input0

from freejoy.

Reksotiv avatar Reksotiv commented on May 28, 2024

You can try https://github.com/FreeJoy-Team/FreeJoyConfiguratorQt/releases , readme inside.

from freejoy.

Ntemis avatar Ntemis commented on May 28, 2024

execv error: No such file or directory

from freejoy.

Reksotiv avatar Reksotiv commented on May 28, 2024

what linux do you use? clean ubuntu 20.04 https://i.imgur.com/9BjBbqo.png

from freejoy.

Ntemis avatar Ntemis commented on May 28, 2024

20.04 Mate

from freejoy.

Reksotiv avatar Reksotiv commented on May 28, 2024

I repeated the error in Linux Mint. Can you test new version https://github.com/FreeJoy-Team/FreeJoyConfiguratorQt/releases ?

from freejoy.

Ntemis avatar Ntemis commented on May 28, 2024

It works but it cant see the device. I did push the 99-hid-FreeJoy.rules per instructions

from freejoy.

Reksotiv avatar Reksotiv commented on May 28, 2024

[ 2511.439751] usb 3-1: New USB device found, idVendor=0483, idProduct=5750, bcdDevice= 2.00
5750 - old PID, does not work in some linux distributions. In new version we forgot to change it to 5757 in firmware.
You need to change PID in windows or wait for new firmware
pid

Or you can try edit 99-hid-FreeJoy.rules. Change
KERNEL=="hidraw*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5757", MODE="0666"
to and reboot PC
KERNEL=="hidraw*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5750", MODE="0666"
but this does not guarantee work (works in linux mint does not work in ubuntu)

from freejoy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.