From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 00:48:20 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65D93106566B for ; Thu, 14 Oct 2010 00:48:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id D01608FC0C for ; Thu, 14 Oct 2010 00:48:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o9E0mGVD015671; Wed, 13 Oct 2010 18:48:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o9E0mF7N015668; Wed, 13 Oct 2010 18:48:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 13 Oct 2010 18:48:15 -0600 (MDT) From: Warren Block To: Polytropon In-Reply-To: <20101013231122.3b32695b.freebsd@edvax.de> Message-ID: References: <20101011032642.GA3354@thought.org> <20101011164152.GA4652@thought.org> <20101011193153.758efde5.freebsd@edvax.de> <4CB411AF.5050109@qeng-ho.org> <20101012221020.1a8dcd90.freebsd@edvax.de> <20101012233002.GA4957@thought.org> <20101013014326.6630e3b5.freebsd@edvax.de> <20101013032018.GA3163@thought.org> <20101013055906.bdc5f644.freebsd@edvax.de> <20101013172931.GA18897@thought.org> <20101013231122.3b32695b.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 13 Oct 2010 18:48:16 -0600 (MDT) Cc: Gary Kline , FreeBSD Mailing List Subject: Re: mouse problems.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 00:48:20 -0000 On Wed, 13 Oct 2010, Polytropon wrote: > On Wed, 13 Oct 2010 10:29:31 -0700, Gary Kline wrote: >> I just noticed that in rc.conf is: >> >> >> # -- sysinstall generated deltas -- # Wed Oct 13 08:03:06 2010 >> moused_port="/dev/ums0" >> moused_type="auto" >> moused_enable="NO" >> >> and yet the console mouse is present. Strange... . > > Explaination: USB mice are handled by devd. So if the system > detects the presence of a ums device, devd "remote-controls" > moused to activate this mouse. See also the entry in /etc/defaults/rc.conf: moused_nondefault_enable="YES"