Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 10:29:24 +0000
From:      Geoff Buckingham <geoffb@chuggalug.clues.com>
To:        hackers@freebsd.org
Subject:   Multiple keyboards for syscons?
Message-ID:  <20030902102924.GA24651@chuggalug.clues.com>

next in thread | raw e-mail | index | archive | help

I am trying to find a way to use two keyboards with syscons, something
like:

mkfifo /tmp/mykbds
cat /dev/kbd1 >/tmp/mykbds &
cat /dev/kbd2 >/tmp/mykbds &
kbdcontrol -k /tmp/mykbds </dev/console

(The above doesn't work 'kbdcontrol: unable to obtain keyboard information: 
Operation not supported' )

Is there some way to do this? 



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