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 "Mon, 03 Dec 2012 00:45:29 GMT." <50BBF629.5020609@gmail.com> References: <50BBF629.5020609@gmail.com> Date: Sun, 2 Dec 2012 17:08:58 -0800 From: Bakul Shah Message-Id: <20121203010858.AFADFB827@mail.bitblocks.com> Subject: Re: [9fans] Raspberry Pi: keyboard layout Topicbox-Message-UUID: ef0ca56a-ead7-11e9-9d60-3106f5b1d025 On Mon, 03 Dec 2012 00:45:29 GMT Murray Colpman wrote: > When I run the kbmap program, attempting to set a map flashes up an > error about not being able to find /dev/kbmap. Looking at the manpages, > it seems that /dev/kbmap is supposed to be brought in with bind -a > '#kappa' /dev (with kappa obviously replaced with the actual kappa > letter). I did snarf the kappa from the manpage, and I also tried typing > it on the keyboard in various ways (compose, *, k for instance), so I > don't think that the issue is that I'm unable to type kappa correctly. > Anyway, when I run this bind command, I get "bind: #kappa: unknown > device in # filename" (again, kappa replaced with the actual kappa). You need to compile the driver in. Add kbmap to the dev section in config file /sys/src/9/bcm/pi. mk and then copy 9pi to the dos partition. dossrv -f /dev/sdM0/dos mount -c /sv/dos /n/dos cp /sys/src/9/bcm/9pi /n/dos/9pi fshalt