From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albrecht Kleine Subject: Re: keyboard problems Date: Sat, 20 Apr 2002 13:30:14 +0200 (MEST) Sender: linux-8086-owner@vger.kernel.org Message-ID: <200204201130.g3KBUED14477@ak.sax.de> References: <20020419155647.GA941@kronos> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20020419155647.GA941@kronos> from =?ISO-8859-1?Q?Johannes_Wei=DFl?= at "Apr 19, 2002 05:56:47 pm" List-Id: Content-Type: text/plain; charset="us-ascii" To: =?ISO-8859-1?Q?Johannes_Wei=DFl?= Cc: linux-8086@vger.kernel.org > Hello, > I'm using a German keyboard, because I live in Germany. I tried > several other old keyboards, but none of them worked. > Is there anyone with a non-us keyboard and knows what to do? > Or must I buy an us keyboard ? Why not build your own elks kernel? I am using this in .config: ..... # # Select a console driver # CONFIG_CONSOLE_DIRECT=y # CONFIG_CONSOLE_BIOS is not set # CONFIG_CONSOLE_SERIAL is not set CONFIG_DCON_VT52=y CONFIG_DCON_ANSI=y # CONFIG_DCON_ANSI_PRINTK is not set # CONFIG_KEYMAP_US is not set # CONFIG_KEYMAP_BE is not set # CONFIG_KEYMAP_UK is not set CONFIG_KEYMAP_DE=y ^^^^^^^^^^^^^^^^^<-------------------!!! # CONFIG_KEYMAP_DV is not set # CONFIG_KEYMAP_ES is not set # CONFIG_KEYMAP_FR is not set # CONFIG_KEYMAP_SE is not set CONFIG_DCON_KRAW=y ....... Cheers, Albrecht