From owner-freebsd-usb@FreeBSD.ORG Sat Mar 19 05:00:24 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1CFC106567C for ; Sat, 19 Mar 2011 05:00:24 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 976898FC08 for ; Sat, 19 Mar 2011 05:00:15 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id p2J4lv8p015580; Fri, 18 Mar 2011 22:48:00 -0600 From: Erich Dollansky To: freebsd-usb@freebsd.org Date: Sat, 19 Mar 2011 11:48:01 +0700 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.5.4; amd64; ; ) References: <5ecea789f7bdf4d0232f5c32de56188d@kominik.net> <4D8413EB.2040903@kominik.net> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103191148.02048.erichfreebsdlist@ovitrap.com> Cc: Subject: Re: USB Mouse - only works after being replugged in X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2011 05:00:25 -0000 Hi, On Saturday 19 March 2011 10:45:01 Warren Block wrote: > On Fri, 18 Mar 2011, Barry Kominik wrote: > > > I solved the issue. There were no errors. I set moused_port="/dev/ums0" in > > rc.conf. Sorry for the noise. This is my first PC-BSD install, I do not > > recall being asked if I was using a usb mouse. I am coming from and OpenBSD > > and OpenSolaris background and didn't grok /etc/default/rc.conf. Once I > > looked inside it was obvious what to do. > > Thinking about it, it really doesn't seem that obvious. The Handbook > kind of skips over it instead of saying "If you have a USB mouse, it > will be detected and moused started automatically." not really. At least not at my machine. If I do not have a moused_enable="NO" in my rc.conf, I do not get X to work later. But I still have the mouse available. Enabling moused in rc.conf leads to a frozen mouse on at least two of my machines. Erich