LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-08-2004, 11:19 AM   #1
ilinkolov
LQ Newbie
 
Registered: Aug 2003
Location: Sofia, Bulgaria
Distribution: Mandrake 10.1
Posts: 4

Rep: Reputation: 0
problem with usb gamepad


the joystick is detected by the system, modules are loaded, jstest is ok, but nothing more

xmame says:
I386 joystick interface initialization...
OSD: Warning: No joysticks found disabling joystick support

/sbin/lsusb :

us 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 0583:a000 Padix Co., Ltd (Rockfire)
Bus 001 Device 001: ID 0000:0000

please help...

P.S. the distro is Mandrake 10.1
 
Old 11-08-2004, 11:40 AM   #2
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Does jscalibrator work???

What kind of device is it? Actual joystick? Gamepad? Manufacturer?

You might have to use some of the command line tools to force the system to recognize the device. It's been so long since I had to do it, I've forgotten... but do a man page for lsmod and modprobe. You'll need to get familiar with those to get started...
 
Old 11-08-2004, 12:00 PM   #3
ilinkolov
LQ Newbie
 
Registered: Aug 2003
Location: Sofia, Bulgaria
Distribution: Mandrake 10.1
Posts: 4

Original Poster
Rep: Reputation: 0
it is "Rockfire Star Traveler" gamepad 2-axis 8-buttons

i have test it on mdk9.2 (kernel 2.4.X) and there it works winthout any interventions

maybe the problem is in the new kernel2.6 input modules?!?
 
Old 11-08-2004, 12:23 PM   #4
ilinkolov
LQ Newbie
 
Registered: Aug 2003
Location: Sofia, Bulgaria
Distribution: Mandrake 10.1
Posts: 4

Original Poster
Rep: Reputation: 0
#dmesg |grep input

input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
input: AT Translated Set 2 keyboard on isa0060/serio0
drivers/usb/input/hid-core.c: ctrl urb status -32 received
input: USB HID v1.10 Gamepad [2-Axis,8-Button ] on usb-0000:00:07.2-1
 
Old 11-08-2004, 12:24 PM   #5
ilinkolov
LQ Newbie
 
Registered: Aug 2003
Location: Sofia, Bulgaria
Distribution: Mandrake 10.1
Posts: 4

Original Poster
Rep: Reputation: 0
# lsmod

Module Size Used by
isofs 31352 0
floppy 55088 0
udf 86340 0
md5 3584 1
ipv6 230916 14
snd-seq-oss 31232 0
snd-seq-midi-event 6080 1 snd-seq-oss
snd-seq 47440 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 49480 0
snd-mixer-oss 17376 1 snd-pcm-oss
snd-via82xx 22372 1
snd-ac97-codec 69392 1 snd-via82xx
snd-pcm 81800 2 snd-pcm-oss,snd-via82xx
snd-timer 20356 2 snd-seq,snd-pcm
snd-page-alloc 7400 2 snd-via82xx,snd-pcm
gameport 3328 1 snd-via82xx
snd-mpu401-uart 5856 1 snd-via82xx
snd-rawmidi 19300 1 snd-mpu401-uart
snd-seq-device 6344 3 snd-seq-oss,snd-seq,snd-rawmidi
snd 45988 13 snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-via82xx,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore 7008 1 snd
af_packet 16072 2
3c59x 35240 0
ide-cd 37280 0
cdrom 37724 1 ide-cd
loop 12520 0
supermount 34804 3
nvidia 4814196 12
via-agp 7360 1
agpgart 27752 2 via-agp
tsdev 5824 0
joydev 8032 0
evdev 7648 0
usbhid 41088 0
uhci-hcd 28752 0
usbcore 103172 4 usbhid,uhci-hcd
genrtc 7444 0
ext3 120680 3
jbd 49080 1 ext3
 
Old 12-01-2004, 09:44 PM   #6
scottlinux
LQ Newbie
 
Registered: Aug 2004
Location: NC
Distribution: Mandriva
Posts: 11

Rep: Reputation: 0
I have similar problems. Mandrake 10.1 and Gravis USB Gamepad Pro. Worked fine in previous Mandrake releases, but can't get it to work now.
 
Old 12-01-2004, 09:54 PM   #7
scottlinux
LQ Newbie
 
Registered: Aug 2004
Location: NC
Distribution: Mandriva
Posts: 11

Rep: Reputation: 0
Got it! Do this as root:

chmod 666 /dev/input/js0

Modify /etc/udev/permissions.d/00-udev.permissions to keep from having to do this on every boot with an extra line in the input section:

#-------------------------------
# input devices
# security => input: 644 => 600
# else anybody logged on could read my password directly from the event device
# associated with the keyboard...
input/*:root:root:0600
input/js*:root:root:0644
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Usb Gamepad LostNLinux Linux - General 7 05-27-2005 05:27 PM
USB Gamepad mykrob Linux - Hardware 6 08-12-2004 08:32 PM
Usb 1.0 Gamepad Error LostNLinux Linux - Hardware 0 04-27-2004 12:52 AM
slackware 9.1 and USB gamepad fyrebird Slackware 2 12-01-2003 10:39 AM
Need some help installing my USB gamepad hbbtstar Linux - Newbie 1 09-18-2003 08:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration