From owner-freebsd-usb@FreeBSD.ORG Sat Mar 19 22:38:03 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E726D16A4CE for ; Sat, 19 Mar 2005 22:38:03 +0000 (GMT) Received: from swip.net (mailfe10.tele2.se [212.247.155.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3F143D48 for ; Sat, 19 Mar 2005 22:38:02 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-209-190.daxnet.no ([193.217.209.190] verified) by mailfe10.swip.net (CommuniGate Pro SMTP 4.2.9) with ESMTP id 115894398; Sat, 19 Mar 2005 23:38:00 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Sivaprasad Mahamkali Date: Sat, 19 Mar 2005 23:38:49 +0100 User-Agent: KMail/1.7 References: <5dd44c0405031912444eaa0ab1@mail.gmail.com> In-Reply-To: <5dd44c0405031912444eaa0ab1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503192338.51290.hselasky@c2i.net> Subject: Re: HP optical mouse not working.. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 22:38:04 -0000 On Saturday 19 March 2005 21:44, Sivaprasad Mahamkali wrote: > Hi, > I use FreeBSD 5.4-PRERELEASE on my desktop. I have everything > working fine except my HP USB optical mouse. I've tried compiling > different versions(5.3 release, present version ) but no use. I've > enabled usbd and moused and here's my xorg.conf section for my mouse: > --------------- > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > ---------------- > and rc.conf section > =============== > moused_enable="YES" > sshd_enable="YES" > usbd_enable="YES" > moused_flags="-z4" > moused_port="/dev/psm0" > moused_type="auto" > -------------- > can anyone help me figure out what's wrong and how to make use of my > optical mouse. > > thanks in advance, > S What does the system (dmsg) say when you plug your USB mouse? If something like: ums0: 3 buttons and Z dir. the mouse should work right away. If nothing is displayed, make sure you have got USB loaded either into your kernel or like a module. _before_ plugging the USB mouse try: kldload usb kldload ums Yours --HPS