Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2004 13:32:15 +0400
From:      Vladimir Grebenschikov <vova@fbsd.ru>
To:        Randy Bush <randy@psg.com>
Cc:        freebsd-mobile <freebsd-mobile@freebsd.org>
Subject:   Re: switching to usb kbd and mouse
Message-ID:  <1095154335.986.36.camel@localhost>
In-Reply-To: <16710.46860.769767.857543@roam.psg.com>
References:  <16710.46860.769767.857543@roam.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
=F7 =D0=CE, 13/09/2004 =D7 23:17 -1000, Randy Bush =D0=C9=DB=C5=D4:
> so i boot my thinkpad t40p with normal keyboard and touchpad mouse.
> i decide to go to usb mouse and keyboard.  it seems to work to move
> the mouse by just killing moused and restarting it as
>=20
>     moused -p /dev/ums0 -t auto
>=20
> but how to i move the keyboard to usb?

You need something like this:

/etc/usbd.conf:
...
# Keyboard
device "Keyboard"
        devname "ukbd[0-9]+"
        attach "/usr/sbin/kbdcontrol -k /dev/kbd1 < /dev/ttyv0"
        detach "/usr/sbin/kbdcontrol -k /dev/kbd0 < /dev/ttyv0"
...


> randy

--=20
Vladimir B. Grebenchikov
vova@fbsd.ru



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