Hi,
check this out:

<----------------------------/>
[root@stefan stefan]# lsmod | grep "hid" ; echo ----------- ; ls -l 
/dev/usbmouse /dev/input
hid                    18528   0  (unused)
input                   3616   0  [keybdev mousedev hid usbkbd]
usbcore                59072   1  [fxusb hid usbkbd usb-uhci]
-----------
lr-xr-xr-x    1 root     root           12 Aug  9 14:23 /dev/usbmouse -> 
input/mouse0

/dev/input:
insgesamt 0
crw-r--r--    1 root     root      13,  63 Jan  1  1970 mice
crw-r--r--    1 root     root      13,  32 Jan  1  1970 mouse0
<----------------------------/>

So what? I have the 2.4.18 kernel, and use Mandrake 8.2. I already had 
the device set to /dev/input/mice, but this changes nothing.

Brad Hards schrieb:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On Mon, 12 Aug 2002 04:28, Stefan Seidel wrote:
>  
>
>>  Brad Hards schrieb:
>>    
>>
>>>On Sun, 11 Aug 2002 09:29, Stefan Seidel wrote:
>>>      
>>>
>>>>Hi,
>>>>I have a Logitech Cordless TrackMan FX and use it with the Cordless
>>>>Desktop receiver (instead of the normal mouse) on USB. Everything works
>>>>fine except for one thing: button 4 is mapped to button 2. This is
>>>>really annoying, as I would like to use the 4th button for the
>>>>EmulateWheel, just like under some M$-Systems.
>>>>        
>>>>
>>>Are you using the IMPS/2 protocol in your X configuration? Show me.
>>>
>>>Are you mapping button4 to something sensible in your program setup? Here
>>>is what the relevant part of XF86Config-4 looks like on my laptop.
>>>
>>>Section "InputDevice"
>>>       Identifier "Mouse1"
>>>       Driver     "mouse"
>>>       Option     "Device" "/dev/input/mice"
>>>       Option     "Protocol" "IMPS/2"
>>>       Option     "ZAxisMapping" "4 5"
>>>EndSection
>>>      
>>>
>>Well, I tried ImPS/2 and PS/2, no difference. "ZAxisMapping" "4 5" is
>>not relevant, as I have no scroll wheel.
>>
>>/etc/X11/XF86config-4 (partly):
>>Section "InputDevice"
>>        Driver       "mouse"
>>        Identifier   "Mouse1"
>>        Option       "Device" "/dev/usbmouse"
>>    
>>
>This indicates that you are using the usbmouse (HID Boot Protocol) driver. You 
>really need to use the full driver (hid+input+mousedev). HID Boot Protocol is 
>very restrictive, and is never what you want.
>
>Is this a fairly early kernel? You might need to upgrade the kernel too.
><snip>
>
>Brad
>- -- 
>  
>





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

Reply via email to