logitec usb wireless mouse

Randy Bush randy at psg.com
Sat Feb 5 14:40:10 PST 2005


>>     device "Mouse"
>>         devname "ums[0-9]+"
>> 	attach "/usr/bin/killall moused; /usr/sbin/moused -p /dev/ums0 -t auto; /usr/sbin/vidcontrol -m on"
>> 	detach "/usr/bin/killall moused; /usr/sbin/moused -p /dev/psm0 -t auto; /usr/sbin/vidcontrol -m on"
>>     device "Logitech Cordless Keyboard"
>>         devname "ukbd0"
>>         attach "/usr/sbin/kbdcontrol -k /dev/kbd1 < /dev/console"
>>         detach "/usr/sbin/kbdcontrol -k /dev/kbd0 < /dev/console"
> 
> Leave all of the moused processes running at the same time.  You can
> then use whichever mouse you want and /dev/sysmouse will multiplex them
> together.

if i leave the normal usbd.conf, with just

device "Logitech Cordless Mouse"
	devname "ums[0-9]+"
	attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on"

the usb mouse still does not work.

root     41928  0.0  0.1  1348  748  ??  Ss    2:10PM   0:00.00 /usr/sbin/moused -p /dev/psm0 -t auto
root     42064  0.0  0.1  1348  744  ??  Ss    2:37PM   0:00.00 /usr/sbin/moused -3 -p /dev/ums0 -t auto -I /var/run/moused.ums0.pi

the keyboard does

randy



More information about the freebsd-current mailing list