From owner-freebsd-mobile Sun Jul 28 15: 7:34 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF68737B400 for ; Sun, 28 Jul 2002 15:07:31 -0700 (PDT) Received: from mailbox-7.st1.spray.net (mailbox-7.st1.spray.net [212.78.202.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF8943E4A for ; Sun, 28 Jul 2002 15:07:30 -0700 (PDT) (envelope-from jordi_yc@lycos.es) Received: from harry2.bcn.dyndns.org (207-172-89-64.c3-0.bth-ubr7.lnh-bth.md.cable.rcn.com [207.172.89.64]) by mailbox-7.st1.spray.net (8.8.8/8.8.8) with ESMTP id AAA13842 for ; Mon, 29 Jul 2002 00:07:28 +0200 (DST) Posted-Date: Mon, 29 Jul 2002 00:07:28 +0200 (DST) Content-Type: text/plain; charset="us-ascii" From: Jordi YC To: freebsd-mobile@FreeBSD.ORG Subject: USB Trackman wheel mouse problems Date: Sun, 28 Jul 2002 18:07:13 -0400 User-Agent: KMail/1.4.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207281729.02708.jordi_yc@lycos.es> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message