From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "20 Apr 2013 22:08:00 +0200." <5172F5A0.8070507@ruhr-uni-bochum.de> References: <5172C2C6.5020202@ruhr-uni-bochum.de> <20130420191411.47FD5B834@mail.bitblocks.com> <5172F5A0.8070507@ruhr-uni-bochum.de> Date: Sat, 20 Apr 2013 16:18:10 -0700 From: Bakul Shah Message-Id: <20130420231810.B50B7B82A@mail.bitblocks.com> Subject: Re: [9fans] German USB keyboard on Raspberry Pi Topicbox-Message-UUID: 452ad5d4-ead8-11e9-9d60-3106f5b1d025 On 20 Apr 2013 22:08:00 +0200 "Holger Sebert" wrote: > This phenomenon does not exist on a x86-based > installation of Plan 9, so it seems specific > to the Raspberry Pi. Strange.... Is the x86 installation on real hardware or under a VM? If the latter, the underlying OS may be doing the right thing for you. In any case, you can try to find out what scancodes are reported and create your own kbmap file. % echo kbargs -dd > /dev/usbdctl Remove and replug your keyboard and watch what happens when you press your "< | >" key. When I do this I get a constant stream of kbd mod 0: kc 0 kc 0 kc 0 kc 0 kc 0 kc 0 kbd mod 0: kc 0 kc 0 kc 0 kc 0 kc 0 kc 0 kbd mod 0: kc 0 kc 0 kc 0 kc 0 kc 0 kc 0 which is probably due to my el-cheapo keyboard but may be this will behave better for you.