From owner-freebsd-current@FreeBSD.ORG Sat Feb 5 22:40:10 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2EB16A4CE for ; Sat, 5 Feb 2005 22:40:10 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8354C43D2D for ; Sat, 5 Feb 2005 22:40:10 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CxYb4-000PU6-3x; Sat, 05 Feb 2005 14:40:10 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16901.19273.602314.354267@ran.psg.com> Date: Sat, 5 Feb 2005 14:40:09 -0800 To: Joe Kelsey References: <16901.13269.509134.918380@ran.psg.com> <16901.17568.508077.730828@ran.psg.com> <1107642622.669.6.camel@zircon.zircon.seattle.wa.us> cc: FreeBSD Current Subject: Re: logitec usb wireless mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 22:40:10 -0000 >> device "Mouse" >> devname "ums[0-9]+" >> attach "/usr/bin/killall moused; /usr/sbin/moused -p /dev/ums0 -t auto; /usr/sbin/vidcontrol -m on" >> detach "/usr/bin/killall moused; /usr/sbin/moused -p /dev/psm0 -t auto; /usr/sbin/vidcontrol -m on" >> device "Logitech Cordless Keyboard" >> devname "ukbd0" >> attach "/usr/sbin/kbdcontrol -k /dev/kbd1 < /dev/console" >> detach "/usr/sbin/kbdcontrol -k /dev/kbd0 < /dev/console" > > Leave all of the moused processes running at the same time. You can > then use whichever mouse you want and /dev/sysmouse will multiplex them > together. if i leave the normal usbd.conf, with just device "Logitech Cordless Mouse" devname "ums[0-9]+" attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on" the usb mouse still does not work. root 41928 0.0 0.1 1348 748 ?? Ss 2:10PM 0:00.00 /usr/sbin/moused -p /dev/psm0 -t auto root 42064 0.0 0.1 1348 744 ?? Ss 2:37PM 0:00.00 /usr/sbin/moused -3 -p /dev/ums0 -t auto -I /var/run/moused.ums0.pi the keyboard does randy