Date: Sat, 19 Mar 2005 14:44:14 -0600 From: Sivaprasad Mahamkali <mahamkali@gmail.com> To: freebsd-usb@freebsd.org Subject: HP optical mouse not working.. Message-ID: <5dd44c0405031912444eaa0ab1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5dd44c0405031912444eaa0ab1>
