From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 20:54:19 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 AEC5016A41F for ; Sun, 6 Nov 2005 20:54:19 +0000 (GMT) (envelope-from mailinglist-morlipf@arcor.de) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE4243D6B for ; Sun, 6 Nov 2005 20:54:19 +0000 (GMT) (envelope-from mailinglist-morlipf@arcor.de) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id 9DFF2A6E9B for ; Sun, 6 Nov 2005 21:54:17 +0100 (CET) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 8CBB87BC21 for ; Sun, 6 Nov 2005 21:54:17 +0100 (CET) Received: from [192.168.2.24] (dslb-084-060-141-237.pools.arcor-ip.net [84.60.141.237]) (Authenticated sender: mailinglist-morlipf@arcor.de) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 70A04B97C2 for ; Sun, 6 Nov 2005 21:54:17 +0100 (CET) Message-ID: <436E6D79.4040909@arcor.de> Date: Sun, 06 Nov 2005 21:54:17 +0100 From: Moritz Lipfert User-Agent: Mail/News 1.5 (X11/20051106) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <436E2F07.5010909@arcor.de> <20051106194658.GA22038@dmw.hopto.org> In-Reply-To: <20051106194658.GA22038@dmw.hopto.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 06 Nov 2005 20:54:19 -0000 Daniel Molina Wegener wrote: > On Sun, Nov 06, 2005 at 05:27:51PM +0100, > Moritz Lipfert wrote: > > >> Hi, >> >> on every start of FreeBSD 6.0-stable amd64 the kernel reports >> "device problem (set_addr_failed)..." and my USB mice >> don't work. I've tested a Logitech MX518 and a Microsoft >> IntelliMouse Explorer 3.0. The LEDs of the optical sensors are >> not working. The USB-daemon is started and I already tried to >> configure the mice with sysinstall. Nothing helped. >> >> How can I solve this problem? Any ideas? >> > > If you use moused, try de "auto" in the mouse type parameter. > From the moused(8) manual page: > --- BEGIN QUOTE -- > For the USB mouse, the protocol must be auto. No other protocol > will work with the USB mouse. > --- END QUOTE --- > > Also, use the same moused in the X Windows System. > > >> System specs: >> AMD Athlon64 3500+ >> 2x 512MB Corsair Memory >> MSI K8N Neo2 Platinum (nVidia nForce3) >> ATi Radeon X800XT-PE >> >> In Linux both mice work flawlessly! >> >> Best regards, >> MorLipf >> [SNIP] >> > > Regards > At the moment there are no moused lines in my rc.conf. Should I add these configuration lines?