On Fri, 2 Aug 2002 03:50, Felix De Vliegher wrote: > Hi > > I have a USB Microsoft Intellimouse optical and i want to use it on my > Compaq armada E500. > I turned on the HID support in USB and the Mouse support in Input core, > compiled my kernel and the kernel seems to recognise the usb mouse, it's > listed in dmesg and also in usbview, so i dont think i did something > wrong at this point. > I made the device node like on the linux-usb guide > (mknod /dev/input/mice c 13 63) and tested the output with "cat > /dev/input/mice" and HERE i get the problem: there is just no output, i > can move and click the mouse as much as i want, no reaction. You haven't provided enough information to tell.
Specific information you should have provided: 0. Which kernel you are using. 1. Copy of /proc/bus/usb/devices 2. Copy of the relevant sections of your .config file 3. Extract from dmesg. 4. Whether other devices work, or not, or whether you have tried this. I will take a random guess: you don't have CONFIG_USB_HIDINPUT turned on. -- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
