From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 12:46:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E70216A4B3 for ; Fri, 10 Oct 2003 12:46:58 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 937AB43FCB for ; Fri, 10 Oct 2003 12:46:56 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.9/8.12.9) with ESMTP id h9AJkpYM025079; Fri, 10 Oct 2003 13:46:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.9/8.12.9/Submit) with ESMTP id h9AJkocG025076; Fri, 10 Oct 2003 13:46:51 -0600 (MDT) Date: Fri, 10 Oct 2003 13:46:50 -0600 (MDT) From: Warren Block To: David L , MPAREDES@telmex.com In-Reply-To: <200310101744.16222.dlodeiro@inspired.net.au> Message-ID: <20031010133950.I25020@wonkity.com> References: <200310101744.16222.dlodeiro@inspired.net.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: change the mouse (from PS to USB) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 19:46:58 -0000 On Fri, 10 Oct 2003, David L wrote: > On Fri, 10 Oct 2003 10:59 am, MPAREDES@telmex.com wrote: > > > > FreeBSD 4.8 > > > > I had a problem with my mouse in the PS port so I need to configure a > > mouse in the USB port. > > > > In sysinstall I can't specify a USB port, how can I enable. > > Usb ports are reffered to as com ports, Um... not by FreeBSD, at least. "MPAREDES" needs to make sure the USB daemon is running by modifying /etc/rc.conf to include usbd_enable="YES" usbd will automatically handle mice (by running moused, AFAIR, so you don't need a moused_enable entry in /etc/rc.conf). Of course, you also need a kernel with the USB stuff. GENERIC has it. -Warren Block * Rapid City, South Dakota USA