Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2005 14:40:09 -0800
From:      Randy Bush <randy@psg.com>
To:        Joe Kelsey <joe@zircon.seattle.wa.us>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: logitec usb wireless mouse
Message-ID:  <16901.19273.602314.354267@ran.psg.com>
References:  <16901.13269.509134.918380@ran.psg.com> <ef60af0905020513187f3ad841@mail.gmail.com> <16901.17568.508077.730828@ran.psg.com> <1107642622.669.6.camel@zircon.zircon.seattle.wa.us>

next in thread | previous in thread | raw e-mail | index | archive | help
>>     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



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