From nobody@FreeBSD.org  Thu Jul  5 19:07:57 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id E6A6D37B403
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Jul 2001 19:07:56 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.3/8.11.3) id f6627uG82757;
	Thu, 5 Jul 2001 19:07:56 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200107060207.f6627uG82757@freefall.freebsd.org>
Date: Thu, 5 Jul 2001 19:07:56 -0700 (PDT)
From: "Sung N. Cho" <sucho2@vt.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: USB Mouse doesn't seem to work!
X-Send-Pr-Version: www-1.0

>Number:         28751
>Category:       kern
>Synopsis:       USB Mouse doesn't seem to work!
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    n_hibma
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 05 19:10:01 PDT 2001
>Closed-Date:    Mon Nov 25 13:42:16 PST 2002
>Last-Modified:  Mon Nov 25 13:42:16 PST 2002
>Originator:     Sung N. Cho
>Release:        FreeBSD 4.3 Release
>Organization:
Dept. of Physics, Virginia Polytechnic Institute & State University
>Environment:
FreeBSD 198.82.247.66	 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Jul 5 20:34:52 EDT 2001 sncho@198.82.247.66:/usr/src/sys/compile/MYKERNEL i386
>Description:
I'm trying to enable Kensington MIAB Optical (Kensington mouse in a box optical USB mouse) but I keep getting device busy!  This mouse is supported under FreeBSD and it works flawlessly under Linux and Windows.

I've edited in /etc/rc.conf:

moused_enable="YES"
moused_type="auto"
moused_port="/dev/ums0"
moused_flags=""
usbd_enable="YES"
usbd_flags=""

I've tried it on the GENERIC kernel and my custom kernel.  The GENERIC FreeBSD kernel already has USB and USB mouse support compiled in.  So does my custom kernel.

When system boots, I get "Unable to open device. Device busy" error.  Does FreeBSD 4.3 kernel support USB optical mouse? (Kensington Mouse In a Box Optical usb mouse).


>How-To-Repeat:
Try to enable usb mouse
>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->nhibma 
Responsible-Changed-By: roam 
Responsible-Changed-When: Thu Jul 5 23:42:46 PDT 2001 
Responsible-Changed-Why:  
Nick likes USB :) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28751 
Responsible-Changed-From-To: nhibma->n_hibma 
Responsible-Changed-By: roam 
Responsible-Changed-When: Thu Jul 5 23:48:25 PDT 2001 
Responsible-Changed-Why:  
Oops.  Turn it over to the correct address of Nick Hibma. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28751 

From: Nick Hibma <n_hibma@qubesoft.com>
To: freebsd-gnats-submit@FreeBSD.org, sucho2@vt.edu
Cc:  
Subject: Re: kern/28751: USB Mouse doesn't seem to work!
Date: Fri, 06 Jul 2001 09:58:25 +0100

 You do not need to enable moused on ums0. If you look at
 
 	/etc/usbd.conf
 
 you will see that it automatically starts moused on connect of a mouse
 on the USB port and kills that mouse daemon on removal of the device.
 
 Do the following: Set moused_enable to "NO", and use a
 
 	killall moused
 
 (as user root) to kill all the moused's. Then unplug and replug your USB
 mouse and it should work out of the box.
 
 If it doesn't, please send me the output of the command
 
 	dmesg
 
 to see what your mouse reports itself to be. At the same time could you
 send me the output of
 
 	kldstat -v
 
 Hope this helps.
 
 Nick
State-Changed-From-To: open->closed 
State-Changed-By: n_hibma 
State-Changed-When: Mon Nov 25 13:41:24 PST 2002 
State-Changed-Why:  
No feedback from user on whether this fixed the issue. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=28751 
>Unformatted:
