From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 14 09:32:20 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD3D16A4CF for ; Tue, 14 Sep 2004 09:32:20 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0139943D5A for ; Tue, 14 Sep 2004 09:32:20 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C79fc-000EX2-Qr; Tue, 14 Sep 2004 13:32:17 +0400 From: Vladimir Grebenschikov To: Randy Bush In-Reply-To: <16710.46860.769767.857543@roam.psg.com> References: <16710.46860.769767.857543@roam.psg.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Tue, 14 Sep 2004 13:32:15 +0400 Message-Id: <1095154335.986.36.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov cc: freebsd-mobile Subject: Re: switching to usb kbd and mouse X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vova@fbsd.ru List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 09:32:20 -0000 =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