From owner-freebsd-stable@FreeBSD.ORG Sun Jan 16 03:33:47 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4793116A4CE for ; Sun, 16 Jan 2005 03:33:47 +0000 (GMT) Received: from cedant2.abac.com (cedant2.abac.com [66.175.0.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2377C43D3F for ; Sun, 16 Jan 2005 03:33:47 +0000 (GMT) (envelope-from bob@vesterman.com) Received: from [192.168.0.11] (ool-44c40513.dyn.optonline.net [68.196.5.19]) (authenticated bits=0) by cedant2.abac.com (8.13.1/8.13.1) with ESMTP id j0G3XhD7053067 for ; Sat, 15 Jan 2005 19:33:46 -0800 (PST) (envelope-from bob@vesterman.com) Message-ID: <41E9E3C4.9050202@vesterman.com> Date: Sat, 15 Jan 2005 22:47:16 -0500 From: Robert William Vesterman User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <200501160051.33198.imobachgs@banot.net> In-Reply-To: <200501160051.33198.imobachgs@banot.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.44 Subject: Re: USB mouse not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 03:33:47 -0000 I found that my USB mouse works if and only if I boot without APCI support. Imobach González Sosa wrote: >Hi all, > >Probably is my fault, but I can't get the mouse working on 5.3 STABLE. I've >installed FreeBSD 5.3 RELEASE last night, and today I updated my sources and >rebuilt 'world'. I've googled for a while and I can't fix the problem, so I'm >posting the trouble to this list. I hope it's the correct list. Let me know >if I'm wrong. > >Ok, when I start FreeBSD the mouse seems to be detected (usb mouse): > >ums0: Logitech USB Receiver, rev 1.10/17.00, addr 2, iclass 3/1 >ums0: 7 buttons and Z dir. > >However, I can't figure out how to configure moused with my mouse: I have this >settings in /etc/rc.conf: > >usbd_enable="YES" >usbd_flags="" >moused_enable="YES" >moused_type="auto" >moused_flags="" >moused_port="/dev/ums0" > >But the mouse doesn't move on the console. And, when I fire up X.org, >everything goes right except the mouse stays in the center of the screen. > >Any tips about it? > >Thank you in advance and sorry if it's not the proper list. > > >