Re: [linux-usb-devel] Help: Compile and Load USB gamepad module

2003-11-19 Thread mail2mikez
Hi All, Anyone knows what patches I need for RH 8.0 shipped with 2.4.18? I have compile error when I tried to build the kernel by myself. Here is my config file. Thanks, Mike "Randy.Dunlap" <[EMAIL PROTECTED]> wrote: >On Mon, 17 Nov 2003 20:29:30 -0800 "Randy.Dunlap" <[EMAIL PROTECTED]> wrote:

[linux-usb-devel] Help: Compile and Load USB gamepad module

2003-11-17 Thread mail2mikez
Hi, I am using RH8.0, the kernel should 2.4. I want to generate the module for my gamepad and then load it. I use "make menuconfig" to compile linux kernel.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 gener

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 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

[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,