Re: [linux-usb-devel] USB gamepad on linux

2003-11-17 Thread mail2mikez
Hi, I am using RH8.0, the kernel should 2.4. If I used "BuildIn" option, the joydev.o will be generated under linux/drivers/input. If I used "Module" option, there is no joydev.o generated. I just wonder the compiler may put it somewhere else. In addition, I generated the joydev.o using "Build

Re: [linux-usb-devel] USB gamepad on linux

2003-11-17 Thread Randy.Dunlap
On Mon, 17 Nov 2003 10:20:21 -0500 [EMAIL PROTECTED] wrote: | Hi, | | Thanks for all the feedback I got. Actually I have to load joydev with "modprobe joydev", then "cat /dev/js0" will show the activities on my game pad. | | Now I have another problem, how can I generate the module? I tried to

Re: [linux-usb-devel] USB gamepad on linux

2003-11-17 Thread mail2mikez
Hi, Thanks for all the feedback I got. Actually I have to load joydev with "modprobe joydev", then "cat /dev/js0" will show the activities on my game pad. Now I have another problem, how can I generate the module? I tried to use "make menuconfig" picking "Module" option for "joystick" under "in

Re: [linux-usb-devel] USB gamepad on linux

2003-11-14 Thread Randy.Dunlap
On Fri, 14 Nov 2003 17:30:01 -0500 [EMAIL PROTECTED] wrote: | Hi All, | | I know it is a simple question, however it is difficult for me, since I don't know the answer. | | How do I know the USB gamepad is detected under linux? Is there any test program I may use to verify that the gamepad wo

[linux-usb-devel] USB gamepad on linux

2003-11-14 Thread mail2mikez
Hi All, I know it is a simple question, however it is difficult for me, since I don't know the answer. How do I know the USB gamepad is detected under linux? Is there any test program I may use to verify that the gamepad works well? Thanks for your time,