USB Trackman wheel mouse problems

Jordi YC <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
People,

I just bought a Logitech TrackMan Wheel USB, but having some problems to make 
it work...

#uname -v
FreeBSD 4.6-STABLE #8: Tue Jul  2 20:19:50 EDT 2002

#dmesg | grep ums0
ums0: Logitech Trackball, rev 1.10/2.20, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.

#cat /etc/rc.conf | grep mouse
mousechar_start=3
moused_enable="YES"
moused_flags="-3"
moused_port="/dev/psm0"
moused_type="auto"

#cat /etc/rc.conf | grep usbd
usbd_enable="YES"

#ps aux | grep moused
root    113  0.0  0.2   920  520  ??  Is    5:16PM   0:00.00 /usr/sbin/moused 
-p /dev/ums0 -I /var/run/moused.ums0.pid
root    130  0.0  0.2   920  520  ??  Ss    5:16PM   0:00.52 moused -3 -p 
/dev/psm0 -t auto
root    189  0.0  0.2   920  556  ??  Is    5:16PM   0:00.00 /usr/sbin/moused 
-t jogdial -z 4 -p /dev/jogdial


And parts of XF86Config
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen          0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Buttons"   "5"
EndSection

Section "InputDevice"
        Identifier  "Logitech"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping"  "4 5"
EndSection

I tried with or without the Logitech identifier, not using moused and change 
the Device to psm0 and ums0, but still did not work.

Currently, with this setting the pointer moves ~3 secs / 5 secs after moving 
the ball... well that is unusable.

I am out of ideas.

TIA



To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.