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 use "make 
menuconfig" picking "Module" option for "joystick" under "input", no .o file was 
generated? Where should I found these .o files so that I may load them as modules 
later?

What kernel version are you referring to?

joydev.o should be created in linux/drivers/input/joydev.o in 2.4.x.
In 2.6.0-test* it is linux/drivers/input/joydev.ko (note the different
module name extension).  'make modules_install' copies modules
to a known location so that 'modprobe modulename' can find them.

Could you learn to use Enter/Return after approx. 70 chars per line,
please?

--
~Randy
MOTD:  Always include version info.


-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to