From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 13:22:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C39A716A41F for ; Mon, 7 Nov 2005 13:22:10 +0000 (GMT) (envelope-from syjef@mdanderson.org) Received: from mail.mdanderson.org (mail.mdanderson.org [143.111.251.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EAC243D69 for ; Mon, 7 Nov 2005 13:22:04 +0000 (GMT) (envelope-from syjef@mdanderson.org) Received: from jef-nt.mdacc.tmc.edu (localhost [127.0.0.1]) by jef-nt.mdacc.tmc.edu (8.12.10/8.12.11) with ESMTP id jA7DLRGX058038; Mon, 7 Nov 2005 07:21:27 -0600 (CST) (envelope-from syjef@mdanderson.org) Received: from localhost (localhost [[UNIX: localhost]]) by jef-nt.mdacc.tmc.edu (8.12.10/8.12.11/Submit) id jA7DLQOx058037; Mon, 7 Nov 2005 07:21:26 -0600 (CST) (envelope-from syjef@mdanderson.org) X-Authentication-Warning: jef-nt.mdacc.tmc.edu: syjef set sender to syjef@mdanderson.org using -f From: Jonathan Fosburgh To: freebsd-questions@freebsd.org Date: Mon, 7 Nov 2005 07:21:26 -0600 User-Agent: KMail/1.8.3 References: <436E2F07.5010909@arcor.de> <20051106194658.GA22038@dmw.hopto.org> <436E6D79.4040909@arcor.de> In-Reply-To: <436E6D79.4040909@arcor.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511070721.26417.syjef@mdanderson.org> Cc: Moritz Lipfert Subject: Re: USB mice don't work 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: Mon, 07 Nov 2005 13:22:10 -0000 On Sunday 06 November 2005 02:54 pm, Moritz Lipfert wrote: > > At the moment there are no moused lines in my rc.conf. Should I add > these configuration lines? The usbd daemon should take care of it, but you might try putting it in rc.conf. Also, you may wish to try applying one of the patches (hid.patch.c) in usb/77604. Maybe someone will eventually commit these or atleast explain why they can't be...