usb mouse+keyb combo - mouse not working
Steffen Schumacher
steffen at schumacher.dk
Wed Nov 2 09:55:39 PST 2005
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 at 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 at ws:~> sudo kill -KILL 1001
ssch at 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 at 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 at ws.priv.schumacheren.dk:/usr/obj/usr/src/sys/GENERIC i386
ssch at 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 at 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 at ws:~> grep mouse /etc/rc.conf
moused_port="/dev/ums0"
moused_type="auto"
moused_flags="-3"
moused_enable="NO"
ssch at 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
More information about the freebsd-usb
mailing list