Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 02:35:32 +0200
From:      Yuriy Gerasimov <yura@pth.ntu-kpi.kiev.ua>
To:        freebsd-questions@freebsd.org
Subject:   USB mouse trouble
Message-ID:  <c35hu7$6lv$2@news.ntu-kpi.kiev.ua>

next in thread | raw e-mail | index | archive | help
I've got FreeBSD 5.2
motherboard: GIGABYTE GA-7VA, mouse: reless IntellyMouse Explorer 1.0A

And its not working at all.
When I try to unplug and plug it in I recieve:

uhub0: port error, restarting port 1
uhub0: port error, giving up port 1
ums0: Microsoft Microsoft Wireless Intellimouse Explorer® 1.0A, rev 
1.10/0.0e, a
ddr 2, iclass 3/1
ums0: 5 buttons and Z dir.

My rc.conf:
usbd_enable="YES"
moused_enable="NO"

My usbd.conf:
device "Mouse"
         devname "ums[0-9]+"
         attach "/usr/sbin/moused -p /dev/${DEVNAME} -I 
/var/run/moused.${DEVNAME}.pid -t auto; /usr/sbin/vidcontrol -m on"

My XF86Config:
Section "InputDevice"
     Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "Auto"
     Option "Device"      "/dev/sysmouse"
     Option "ZAxisMapping" "4 5"
EndSection

I have no problems in WinXP.
Have any ideas?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c35hu7$6lv$2>