From owner-freebsd-stable@FreeBSD.ORG Sun Jan 16 18:06:55 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 D289316A4CE for ; Sun, 16 Jan 2005 18:06:54 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D4B43D48 for ; Sun, 16 Jan 2005 18:06:54 +0000 (GMT) (envelope-from jwm@sentinelchicken.net) Received: from sentinelchicken.net ([68.226.91.117]) by lakermmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with SMTP <20050116180653.OFKX1656.lakermmtao12.cox.net@sentinelchicken.net> for ; Sun, 16 Jan 2005 13:06:53 -0500 Received: (qmail 67957 invoked by uid 1000); 16 Jan 2005 18:10:22 -0000 Date: Sun, 16 Jan 2005 13:10:22 -0500 From: Jason Morgan To: freebsd-stable@freebsd.org Message-ID: <20050116181022.GC60212@sentinelchicken.net> References: <200501160051.33198.imobachgs@banot.net> <41E9E3C4.9050202@vesterman.com> <200501161033.47012.imobachgs@banot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501161033.47012.imobachgs@banot.net> User-Agent: Mutt/1.4.1i 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 18:06:55 -0000 On Sun, Jan 16, 2005 at 10:33:46AM +0000, Imobach Gonz?lez Sosa wrote: > On Sunday 16 January 2005 03:47, Robert William Vesterman wrote: > > I found that my USB mouse works if and only if I boot without APCI support. > > Ok, it didn't work to me. I added > > hint.acpi.0.disabled="1" > (and also tried adding hint.apm.0.disabled="0" too) > > 'dmesg | grep acpi' returns no results, same as 'devinfo | grep acpi'. So I > suppose acpi is disabled at boot time. I also noticed that when moused start > while booting the machine, it throws me this error: 'unable to > open /dev/ums0: Device busy'. > > Any idea? > > > >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" > > > What brand of mouse you using? I have 2 IBM optical mice that need disconnected and reconnected about 1/2 the time before they will work. This happens to me in Linux, FreeBSD, and Windows so seems to be a mouse issue. Happens to my brother as well - he has the same mouse. Even when the mouse works at bootup, I get a /dev/ums0: Device busy error. Only thing I can see that is different in my setup compared to yours is that I have: usbd_flags="-vv" in rc.conf. I can't for the life of me remember why (scrolling maybe?). Cheers.