From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rhirst.linuxcare.com (pc2-hems4-0-cust100.bre.cable.ntl.com [213.107.176.100]) by dsl2.external.hp.com (Postfix) with ESMTP id 1CD8C482A for ; Wed, 19 Dec 2001 16:31:25 -0700 (MST) Received: by rhirst.linuxcare.com (Postfix, from userid 501) id 59307B00C; Wed, 19 Dec 2001 23:30:13 +0000 (GMT) Date: Wed, 19 Dec 2001 23:30:13 +0000 From: Richard Hirst To: Andy Walker Cc: parisc-linux@parisc-linux.org Subject: Re: [parisc-linux] Status report - B132L and 725/100 Message-ID: <20011219233013.G1897@linuxcare.com> References: <1008589643.3c1ddb4b75583@nyepost.start.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1008589643.3c1ddb4b75583@nyepost.start.no>; from squawker@start.no on Mon, Dec 17, 2001 at 12:47:23PM +0100 Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: On Mon, Dec 17, 2001 at 12:47:23PM +0100, Andy Walker wrote: > Here's the dmesg from the 725/100. The unknown scancode, 7f, is > less-than/greater-than on a Norwegian PS/2 keyboard. I imagine that > can be fixed :-) I have a UK keyboard here with 7f generated by the bar+backslash key. Turns out that to make it works I have to use dumpkeys to discover that the keycode I want is 86 (decimal), and then running "setkeycodes 7f 86" makes the key work. And yes, that is a hex 7f with no '0x' followed by a decimal 86! Before this will work with a PS/2 keyboard, you need a new kernel, 2.4.16-pa21 or better, as there was a bug in the set/getkeycode code. Richard