Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8249461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T23:33:10+00:00 2026-06-07T23:33:10+00:00

I have IPD Ultima joystick connected to my Linux box. When i do following:

  • 0

I have IPD Ultima joystick connected to my Linux box. When i do following:

$ modprobe uinput
$ lsmod | grep uinput

uinput                 17246  0 

$ lsusb – ok

Bus 002 Device 002: ID 0461:4d65 Primax Electronics, Ltd

$ xinput list – nothing at all

⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad                id=12   [slave  pointer  (2)]
⎜   ↳ USB Optical Mouse                         id=14   [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Video Bus                                 id=6    [slave  keyboard (3)]
    ↳ Power Button                              id=7    [slave  keyboard (3)]
    ↳ Sleep Button                              id=8    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=11   [slave  keyboard (3)]
    ↳ Dell WMI hotkeys                          id=13   [slave  keyboard (3)]

$ dmesg – ok

H PRODUCTS CH Products IPD Ultima] on usb-0000:00:1d.1-1/input0
[42731.000208] usb 3-1: USB disconnect, device number 2
[42737.291095] usb 3-1: new low-speed USB device number 3 using uhci_hcd
[42737.457157] usb 3-1: New USB device found, idVendor=068e, idProduct=0060
[42737.457167] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[42737.457175] usb 3-1: Product: CH Products IPD Ultima
[42737.457182] usb 3-1: Manufacturer: CH PRODUCTS
[42737.489359] input: CH PRODUCTS CH Products IPD Ultima as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input13
[42737.489867] generic-usb 0003:068E:0060.0005: input,hidraw0: USB HID v1.00 Joystick [CH PRODUCTS CH Products IPD Ultima] on usb-0000:00:1d.1-1/input0

$ python it: – not ok

sf1 = open("test.usbdump").read() # read the earlier usb dump from hiddevice
kb = open("/dev/usb/hiddev0")
while 1:
  print (kb.read(len(sf1)) == sf1)

$ pgame it: – not ok

#/usr/bin/env python
#
# yum list installed pygame*
#Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
#Installed Packages
#pygame.i686                               1.9.1-6.fc15                          @updates
#pygame-devel.i686                         1.9.1-6.fc15                          @updates

import os, pygame
from pygame.locals import *
def main():
  pygame.init()
  pygame.joystick.init()
  pygame.display.set_mode((468, 60))
  pygame.display.set_caption('HID Python')
  pygame.mouse.set_visible(0)

  while 1:
    for event in pygame.event.get():
      print event.type
      if event.type == QUIT:
        return
      elif event.type == KEYDOWN and event.key == K_ESCAPE:
        return
      elif event.type == MOUSEBUTTONDOWN:
        print '\/'
      elif event.type is MOUSEBUTTONUP:
        print '/\'
      elif event.type is JOYAXISMOTION:
        print '()'
      elif event.type is JOYBALLMOTION:
        print '()()'
      elif event.type is JOYHATMOTION:
        print '<>'
      elif event.type is JOYBUTTONUP:
        print '//\\'
      elif event.type is JOYBUTTONDOWN:
        print '\\//'

if __name__ == '__main__': 
  main()

No luck. Any help idea why i can not get anything ?

Follow up:

# cat /dev/input/js0 
=c��=c��=c��=c��=c��=c��=c��=c��=c�=c�� =c��
=c��
     =c��=c��=c��
&n��n�Vp�&q�r��r�Nt��t�>u��u��v�w�~w��z���{��|�}�n}��}�~�N~��~��~�.������������������������>�����拋6�����V�����������6�����&��������v��昋�v��
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T23:33:11+00:00Added an answer on June 7, 2026 at 11:33 pm

    Write a decoder from the capture inputs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have following listener for keyboard ArrowDown event(it's key code is 40 ): window.onload =
Have been following Rails Tutorial by Michael Hart rails version 3.0 on mac OS
Have added the following code to my SQL query: (Note cut down version) DECLARE
Have a look at the following code to find X^y. /* Find exponent in
have a help file which i have created in Notepad++ with the following syntax
have the following text file: <div> <asp:HyperLinkField HeaderText=Hello World of Regular Expression /> </div>
Have the following scenario. I have a few form, which essentially have a few
Have the following code. The height is variable so the height of the floating
Have you managed to get Aptana Studio debugging to work? I tried following this,
I have the following the functions: This function will get every IP Addresses from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.