linux-console.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Q: Howto access the keyboard in a linux system without a graphics card ?
@ 2002-08-26  9:43 Kai-Boris Schad
  2002-08-26 20:34 ` Eric Lammerts
  0 siblings, 1 reply; 2+ messages in thread
From: Kai-Boris Schad @ 2002-08-26  9:43 UTC (permalink / raw)
  To: linux-console, linux-kernel

Hi !

I'm trying to set up a small embedded system for gps receiving with a linux 
system.  I want to have the system working without a graphics card - wich 
works well. The Problem I have at the moment is to access the keyboard 
without a graphics card, because the console driver does not start then ( 
Also a redirect doesn't work then :-( ) 
Is there a way to access the keyboard in this case by a user program ?
The system recognises the keyboard ( I think Kernel and init) and reacts if 
ctrl-alt-del is pressed.

Thanks for your help !

Kai

-- 
Kai-Boris Schad 
University of Ulm, Germany
Dept. of Electron Devices and Circuits
Integrated Circuits in Communications
Albert Einstein Allee 45
89069 ULM

http://www.uni-ulm.de/icic
email:kschad@ebs.e-technik.uni-ulm.de
phone +49/731/50-31581  fax +49/731/50-31599

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Q: Howto access the keyboard in a linux system without a graphics card ?
  2002-08-26  9:43 Q: Howto access the keyboard in a linux system without a graphics card ? Kai-Boris Schad
@ 2002-08-26 20:34 ` Eric Lammerts
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Lammerts @ 2002-08-26 20:34 UTC (permalink / raw)
  To: Kai-Boris Schad; +Cc: linux-console, linux-kernel


On Mon, 26 Aug 2002, Kai-Boris Schad wrote:
> I'm trying to set up a small embedded system for gps receiving with a linux
> system.  I want to have the system working without a graphics card - wich
> works well. The Problem I have at the moment is to access the keyboard
> without a graphics card, because the console driver does not start then (
> Also a redirect doesn't work then :-( )
> Is there a way to access the keyboard in this case by a user program ?
> The system recognises the keyboard ( I think Kernel and init) and reacts if
> ctrl-alt-del is pressed.

What would probably work, is to add funkey support to your kernel
(http://rick.vanrein.org/linux/funkey/), define all keys of your
keyboard to be funkeys, and read them from /dev/funkey.

Eric


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-26 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-26  9:43 Q: Howto access the keyboard in a linux system without a graphics card ? Kai-Boris Schad
2002-08-26 20:34 ` Eric Lammerts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).