From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 14:25:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D40B37B401 for ; Mon, 31 Mar 2003 14:25:10 -0800 (PST) Received: from snookles.snookles.com (snookles-host109.dsl.visi.com [208.42.127.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBAF43FAF for ; Mon, 31 Mar 2003 14:25:09 -0800 (PST) (envelope-from bobthomp@snookles.com) Received: from snookles.snookles.com (localhost [127.0.0.1]) by snookles.snookles.com (8.12.8/8.12.6) with ESMTP id h2VMP2kT001398; Mon, 31 Mar 2003 16:25:03 -0600 (CST) (envelope-from bobthomp@snookles.com) Message-Id: <200303312225.h2VMP2kT001398@snookles.snookles.com> From: Bob Thompson To: freebsd-questions@freebsd.org In-reply-to: <20030331160356.GC25696@bsd.havk.org> Date: Mon, 31 Mar 2003 16:25:02 -0600 cc: Steve Price Subject: TouchStream keyboards with FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 22:25:11 -0000 >>>>> "sp" == Steve Price writes: sp> Does anyone have any experience using the TouchStream keyboards sp> from FingerWorks with FreeBSD? Heh. I sent a somewhat-related question to this mailing list a day or two ago. (Subject: Possible to use multiple keyboards simultaneously?) >From time to time I've used a FingerWorks Mini with a VAIO laptop running FreeBSD. The built-in keyboard has been dying, so I purchased a Mini as a possible replacement. To switch between keyboards, I've used: # kbdcontrol -k /dev/kbd0 < /dev/console # kbdcontrol -k /dev/kbd1 < /dev/console ... where /dev/kbd0 is my PS/2 keyboard and /dev/kbd1 is (when plugged in) the Mini. For the mouse, I use the moused daemon with the command line "/usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid", then the following in XF86Config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" EndSection One afternoon, I tried using the Mini as the only keyboard on a desktop FreeBSD box. After configuring the BIOS to be able to use a USB keyboard, it seemed to work well enough ... though I didn't keep the system in that configuration for very long. If anyone knows how to use a USB keyboard & a PS/2 keyboard simultaneously (or two USB keyboards), I'd love to know. :-) /bob