Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2005 18:55:37 +0100
From:      Steffen Schumacher <steffen@schumacher.dk>
To:        freebsd-usb@freebsd.org
Subject:   usb mouse+keyb combo - mouse not working
Message-ID:  <20051102175537.GA31608@schumacher.dk>

next in thread | raw e-mail | index | archive | help
Hi!

I recently got this new cardboard wireless usb keyboard and optical mouse and
I've got the keyboard working, but the mouse isn't willing to..
I haven't gotten anything working at all - any way to debug this?

After boot I jump to console:
ssch@ws:~> ps -ax | grep mouse
 1001  ??  Is     0:00.00 /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid

So moused is running.
If I do 'vidcontrol -m on' it doesn't bring a pointer to the screen.. thats bad I guess..

So I try: 
ssch@ws:~> sudo kill -KILL 1001
ssch@ws:~> sudo moused -d -f -p /dev/ums0 -t auto
moused: proto params: f8 80 00 00 8 00 ff
moused: port: /dev/ums0  interface: usb  type: sysmouse  model: generic

but still no luck.
any suggestions? I have - of course - tried hitting the reset buttons on both the mouse and the transmitter.

/Steffen Schumacher







Some info:
ssch@ws:~> uname -a
FreeBSD ws.priv.schumacheren.dk 5.4-STABLE FreeBSD 5.4-STABLE #1: Wed Nov  2 17:04:00 CET 2005     root@ws.priv.schumacheren.dk:/usr/obj/usr/src/sys/GENERIC  i386

ssch@ws:~> grep -A100 Reboot /var/run/dmesg.boot | grep ums
ums0: MOSART Semi. Wireless Keyboard & Mouse, rev 1.10/1.00, addr 2, iclass 3/1
ums0: 5 buttons and Z dir.

ssch@ws:~> grep -A2 \"Mouse /etc/usbd.conf
device "Mouse"
        devname "ums[0-9]+"
        attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on"

ssch@ws:~> grep mouse /etc/rc.conf
moused_port="/dev/ums0"
moused_type="auto"
moused_flags="-3"
moused_enable="NO"

ssch@ws:~> grep -A5 -B5 sysmouse /etc/X11/xorg.conf
# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"      "Auto"
    Option      "Device"        "/dev/sysmouse"
    Option      "Buttons"       "5"
    Option      "ZAxisMapping"  "4 5"
# Mouse-speed setting for PS/2 mouse.

    Option "Resolution" "256"

ws# sysctl -a | grep ums
dev.ums.0.%desc: MOSART Semi. Wireless Keyboard & Mouse, rev 1.10/1.00, addr 2, iclass 3/1
dev.ums.0.%driver: ums
dev.ums.0.%location: port=1 interface=1
dev.ums.0.%pnpinfo: vendor=0x062a product=0x0102 devclass=0x00 devsubclass=0x00 sernum="" intclass=0x03 intsubclass=0x01
dev.ums.0.%parent: uhub0




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051102175537.GA31608>