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 "BuildIn" option. However it doesn't work when I copied it to /lib/modules. Is there any command for Linux to recognize the new module I build? Thanks, Mike "Randy.Dunlap" <[EMAIL PROTECTED]> wrote: >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 > __________________________________________________________________ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer. Get your free trial today! http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397 Get AOL Instant Messenger 5.1 free of charge. Download Now! http://aim.aol.com/aimnew/Aim/register.adp?promo=380455 ------------------------------------------------------- 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
