Re: [9fans] setting up a differnet keyboard

2008-07-17 Thread erik quanstrom
> Many thanks for this recipe. > For the moment, though, I am going to stick with my > cp /sys/lib/kbmap/uk /dev/kbmap in my profile > > Unless there is a good reason why I shouldn't? as long as you're happy with it, and don't mind the gotcha, i don't see that it would be a problem.

Re: [9fans] setting up a differnet keyboard

2008-07-17 Thread Robert Hibberdine
Many thanks for this recipe. For the moment, though, I am going to stick with my cp /sys/lib/kbmap/uk /dev/kbmap in my profile Unless there is a good reason why I shouldn't? Bob erik quanstrom wrote: In which case, this doesn't seem to be a very practical mechanism. Wouldn't it be

Re: [9fans] setting up a differnet keyboard

2008-07-17 Thread Robert Hibberdine
andrey mirtchovski wrote: not when you need to type your password at the console and that password contains non-ascii characters. I believe this is the original reason kbmap() was added in the boot code (by Francisco Ballesteros, if my memory is correct). Ahh yes..Good point. I confess to havi

Re: [9fans] setting up a differnet keyboard

2008-07-17 Thread erik quanstrom
> In which case, this doesn't seem to be a very practical mechanism. > Wouldn't it be beter to attach to the server and then do the kbmap() > stuff ?? that's a good chicken-and-egg question. at the stage of boot where kbmap is run, factotum has not been run and there is no fileserver. the adva

Re: [9fans] setting up a differnet keyboard

2008-07-17 Thread andrey mirtchovski
>> I think you need to add the map to the kernel, as a root file so that >> boot could find it before reaching the file server. >> > > In which case, this doesn't seem to be a very practical mechanism. Wouldn't > it be beter to attach to the server and then do the kbmap() stuff ?? not when you nee

Re: [9fans] setting up a differnet keyboard

2008-07-17 Thread Robert Hibberdine
Pietro Gagliardi wrote: 9fat: cp /sys/lib/kbmap/uk /n/9fat try again with kbmap=uk and reboot. Yes, I tried that but it didn't work either. This probably because it's boot not 9load that's running at this point.. Francisco J Ballesteros wrote: I think you need to add the map to the kernel,

Re: [9fans] setting up a differnet keyboard

2008-07-16 Thread Francisco J Ballesteros
I think you need to add the map to the kernel, as a root file so that boot could find it before reaching the file server. On Wed, Jul 16, 2008 at 10:46 PM, Robert Hibberdine <[EMAIL PROTECTED]> wrote: > Thanks for reply. > > putting kbmap=uk into plan9.ini > gives a message > > boot: can'

Re: [9fans] setting up a differnet keyboard

2008-07-16 Thread Pietro Gagliardi
9fat: cp /sys/lib/kbmap/uk /n/9fat try again with kbmap=uk and reboot. On Jul 16, 2008, at 4:46 PM, Robert Hibberdine wrote: Thanks for reply. putting kbmap=uk into plan9.ini gives a message boot: can't open kbd map: 'uk' file does not exist. So I triedkbmap=/sys/lib//kbmap/uk i

Re: [9fans] setting up a differnet keyboard

2008-07-16 Thread Robert Hibberdine
Thanks for reply. putting kbmap=uk into plan9.ini gives a message boot: can't open kbd map: 'uk' file does not exist. So I triedkbmap=/sys/lib//kbmap/uk in plan9.ini This didn't work either. I got the message boot: can't open kbd map: 'sys' file does not exist. Not s

Re: [9fans] setting up a differnet keyboard

2008-07-15 Thread Francisco J Ballesteros
IIRC, putting kbmap=uk in plan9.ini should work. On Tue, Jul 15, 2008 at 9:47 PM, Robert Hibberdine <[EMAIL PROTECTED]> wrote: > Hi, > > I want to setup my new plan9 termnial with a UK keyboard. I found kbmap but > this appears to be an interactive program. Even if you do > > kbmap /sys

[9fans] setting up a differnet keyboard

2008-07-15 Thread Robert Hibberdine
Hi, I want to setup my new plan9 termnial with a UK keyboard. I found kbmap but this appears to be an interactive program. Even if you do kbmap /sys/lib/kbmap/uk it still acts in an interactive manner. Is this right? A qick glance at the code reveals that cp /sys/lib