[9fans] Egg and chicken..

2008-07-25 Thread Robert Hibberdine
Hi, I have an old sony laptop which has a currently unsupported Neomagic 256 AV+ graphics device. Based on a reading of the XFree Neomagic driver I have made changes to the kernel and aux/vga and, as you all probably know ;-), I have re-compiled the kernel etc...(I have another pc running Pla

Re: [9fans] Building new kernel.

2008-07-23 Thread Robert Hibberdine
Many thanks. I _am_ glad someone else had the same problem... It was the touch pptpd.c that did the trick. Bob Jerome Ibanes wrote: Bob, mk: don't know how to make '/386/bin/fossil/fossil' in directory /sys/src/9/pc touch /386/bin/fossil/fossil then you can mk 'CONF=pcf' if you want

Re: [9fans] Building new kernel.

2008-07-22 Thread Robert Hibberdine
erik quanstrom wrote: Ok. I pulled and remade fossil which got over that error. But now I do mk 'CONF=pcf' and get size 9pcf links: incompatible type signitures ..(for a whole load of init files ie tcpinit, udpinit etc) and then mk: 8c -FTVv '-DKERNDATE='`{date ... : exit status=rc

Re: [9fans] Building new kernel.

2008-07-22 Thread Robert Hibberdine
erik quanstrom wrote: I am having trouble building a new kernel for a terminal. I do mk 'CONF=pcf' and I get the error mk: don't know how to make '/386/bin/fossil/fossil' in directory /sys/src/9/pc does /386/bin/fossil/fossil exist? if not, it's a little worrying that it does

Re: [9fans] Building new kernel.

2008-07-22 Thread Robert Hibberdine
Thank you both for your infromative replies. A 'mk all' in /sys/src/cmd gave errors so I am doing a pull now Bob

[9fans] Building new kernel.

2008-07-22 Thread Robert Hibberdine
Hi all, I am having trouble building a new kernel for a terminal. I do mk 'CONF=pcf' and I get the error mk: don't know how to make '/386/bin/fossil/fossil' in directory /sys/src/9/pc A mk 'CONF=pc' works fine. I am hoping this is some simple newbie mistake. Thanks Bob

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 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 Robert Hibberdine
sys' file does not exist. Not sure what the next step is, so any help is much appreciated Bob Francisco J Ballesteros wrote: 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

[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