Brad Hards wrote: > On Wed, 16 Oct 2002 10:15, Nestal Wan Wai Ho wrote: > I take it you mean a gentoo kernel (say 2.4.19-r9 or similar)? Or something > you've modified yourself? Also, gentoo is normal devfs based. Are you using > devfs, and do you have the symlinks sorted out properly? What does /dev/input > show on your kernel?
Yes I use 2.4.18-xfs. I didn't modified it myself. The patched is meant by the XFS patch. And yes I am using devfs. Here is my /dev/input > total 0 > drwxr-xr-x 1 root root 0 Jan 1 1970 ./ > drwxr-xr-x 1 root root 0 Jan 1 1970 ../ > crw-r--r-- 1 root root 13, 64 Jan 1 1970 event0 > crw-r--r-- 1 root root 13, 65 Jan 1 1970 event1 > crw-r--r-- 1 root root 13, 0 Jan 1 1970 js0 > crw-r--r-- 1 root root 13, 63 Jan 1 1970 mice > crw-r--r-- 1 root root 13, 32 Jan 1 1970 mouse0 where js0 only appears after I plugin the gamepad, and mice/mouse0 is already working fine. >>CONFIG_USB_HID=m >># CONFIG_USB_HIDDEV is not set > > There is an option missing. Did you build this kernel yourself? From a > previous kernel? Forget to "make oldconfig"? > The kernel option I'm expecting is "CONFIG_USB_HIDINPUT", which is labelled: > "HID input layer support" in the config options. It is still the same after I enable "CONFIG_USB_HIDINPUT". Also what is mean by "make oldconfig"? I only "make menuconfig" and select the options and "make dep && make clean bzImage modules modules_install". Is there a difference? Do I need to modprobe the evdev modules? It doesn't work after I do so anyway. Here is my lsmod for your reference: Module Size Used by Not tainted evdev 4096 0 hid 18688 0 (unused) joydev 6784 0 vfat 9308 0 (unused) fat 29208 0 [vfat] usb-uhci 20996 0 (unused) usb-storage 42172 0 (unused) mousedev 3808 1 input 3328 0 [evdev hid joydev mousedev] Did I missed anything? Thanks for your kindly help again. Nestal ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
