From owner-freebsd-doc@FreeBSD.ORG Mon May 26 17:40:16 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F3BD37B401 for ; Mon, 26 May 2003 17:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3472043F85 for ; Mon, 26 May 2003 17:40:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4R0eFUp046847 for ; Mon, 26 May 2003 17:40:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R0eFm7046846; Mon, 26 May 2003 17:40:15 -0700 (PDT) Date: Mon, 26 May 2003 17:40:15 -0700 (PDT) Message-Id: <200305270040.h4R0eFm7046846@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: misc/36154: Getting USB mouse to workA usbd and moused conflict X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 00:40:16 -0000 The following reply was made to PR misc/36154; it has been noted by GNATS. From: "Simon L. Nielsen" To: freebsd-gnats-submit@FreeBSD.org, ryankassel@yahoo.com Cc: Subject: Re: misc/36154: Getting USB mouse to workA usbd and moused conflict Date: Tue, 27 May 2003 02:35:20 +0200 Perhaps a patch like this ? Note: * etc/usbd.conf was changed before 5.0 and 4.8, to enable mouse in the console after attaching. Relevant versions in CVS: 1.11 and 1.5.2.3. * usbd_flags="" is the default and has been since v. 1.1 of etc/defaults/rc.conf. %%% Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.538 diff -u -d -u -r1.538 book.sgml --- book.sgml 13 May 2003 19:15:26 -0000 1.538 +++ book.sgml 27 May 2003 00:22:18 -0000 @@ -2734,17 +2734,15 @@ Edit /etc/rc.conf and add the - following lines: + following line: - moused_enable="YES" -moused_type="auto" -moused_port="/dev/ums0" -moused_flags="" -usbd_enable="YES" -usbd_flags="" + usbd_enable="YES" - See the previous section - for more detailed discussion on moused. + To enable the mouse in the console, in &os; + versions older than 4.8, add the following line to + /etc/rc.conf: + + allscreens_flags="-m on" %%% -- Simon L. Nielsen No PGP in honor of GNATS.