From owner-freebsd-hackers Fri Aug 6 14:10:43 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from daedal.oneway.com (daedal.oneway.com [205.252.89.49]) by hub.freebsd.org (Postfix) with ESMTP id 26D4114D09; Fri, 6 Aug 1999 14:10:33 -0700 (PDT) (envelope-from jay@oneway.com) Received: from localhost (jay@localhost) by daedal.oneway.com (8.9.1/8.9.1) with ESMTP id RAA15241; Fri, 6 Aug 1999 17:10:15 -0400 (EDT) (envelope-from jay@oneway.com) Date: Fri, 6 Aug 1999 17:10:15 -0400 (EDT) From: Jay Kuri To: freebsd-small@freebsd.org, freebsd-hackers@freebsd.org Subject: Access to keyboard without video. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am working on an embedded server, and have run into some difficulty. I need to access the keyboard (to read keys) on a machine that has no video. (no video card, that is) I wrote a program that works fine when run from the shell prompt (working with stdin)... but this is probably going to have to be a daemon of some sort, and I can't figure out how to access the keyboard directly. Can someone point me in the right direction? Thanks in advance, Jay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message