Re: [9fans] German USB keyboard on Raspberry Pi

2013-05-04 Thread arisawa
Hello, I have a similar problem with JIS keyboard. some keys such as | ~ \ _ ¥ won't be input. I suspect this is same origin. Kenji Arisawa On 2013/04/29, at 5:01, Holger Sebert wrote: > I did a quick hack on kbd.c and could make the "<,>,|" key > work. Awesome! Thank you all for your help.

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-30 Thread Richard Miller
>> I think you did. /sys/src/9/bcm/random.c should have been deleted. > > Should this have happened when I invoked 'pull'? Or is there a > separate update mechanism? Yes, it should have been deleted by the first 'pull' after 1 April: term% grep sys/src/9/bcm/random.c /dist/replica/client/plan9.

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-30 Thread Holger Sebert
Hi, Am 2013-04-28 23:14, schrieb Richard Miller: #include "../omap/random.c" which should be #include "../port/random.c" Although it was easy to fix, I wonder where this inconsistency in the source tree came from. Did I miss an update or something? I think you did. /sys/src/9/bcm/random.c

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-30 Thread Holger Sebert
Hi, Am 2013-04-28 23:07, schrieb Bakul Shah: On 28 Apr 2013 22:01:17 +0200 "Holger Sebert" wrote: I did a quick hack on kbd.c and could make the "<,>,|" key work. Awesome! Thank you all for your help. What was the fix? The relevant section from kbd.c is if(kbscan->esc1){

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-28 Thread Richard Miller
> #include "../omap/random.c" > > which should be > > #include "../port/random.c" > > Although it was easy to fix, I wonder where this inconsistency > in the source tree came from. Did I miss an update or something? I think you did. /sys/src/9/bcm/random.c should have been deleted. > Furtherm

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-28 Thread Bakul Shah
On 28 Apr 2013 22:01:17 +0200 "Holger Sebert" wrote: > Hi, > > I did a quick hack on kbd.c and could make the "<,>,|" key > work. Awesome! Thank you all for your help. What was the fix? > In the 'bcm' directory some modules refer to 'omap' although > they apparently mean 'port', like this: >

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-28 Thread Holger Sebert
Hi, I did a quick hack on kbd.c and could make the "<,>,|" key work. Awesome! Thank you all for your help. In the 'bcm' directory some modules refer to 'omap' although they apparently mean 'port', like this: #include "../omap/random.c" which should be #include "../port/random.c" Although it

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-26 Thread erik quanstrom
On Fri Apr 26 08:35:10 EDT 2013, 9f...@hamnavoe.com wrote: > > simply "9fat:" should work. > > Not on a normal 9pi SD card, which has a dos partition and no 9fat. > i missed this fix: minooka; 9diff /rc/bin/9fat: /n/sources/plan9/rc/bin/9fat::1,7 - /rc/bin/9fat::1,7 #!/bin/rc rfork e - p

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-26 Thread Richard Miller
> simply "9fat:" should work. Not on a normal 9pi SD card, which has a dos partition and no 9fat.

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-26 Thread erik quanstrom
> 2013/4/25 Holger Sebert : > > If not, how do I recompile and install the kbd-module on the > > Raspberry Pi? I changed kbd.c for testing purposes and > > executed "mk install" in the directory /sys/src/9/. Although > > the build succeeded the changes did not seem to be incorporated. > > mk insta

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-26 Thread Yaroslav
2013/4/25 Holger Sebert : > If not, how do I recompile and install the kbd-module on the > Raspberry Pi? I changed kbd.c for testing purposes and > executed "mk install" in the directory /sys/src/9/. Although > the build succeeded the changes did not seem to be incorporated. mk install usually ins

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-25 Thread erik quanstrom
> If not, how do I recompile and install the kbd-module on the > Raspberry Pi? I changed kbd.c for testing purposes and > executed "mk install" in the directory /sys/src/9/. Although > the build succeeded the changes did not seem to be incorporated. unfortunately. you need to rebuild all of usb (o

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-25 Thread Holger Sebert
Hi, Am 24.04.13 22:56, schrieb Bakul Shah: On 24 Apr 2013 21:25:13 +0200 "Holger Sebert" wrote: I have tried it out: The driver says "sc: e0 56" when pressing the "<"-key. This means a two char sequence: e0, 0x56 is stuffed into the kernel device kbin. Ultimately thsi will map to the value

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-24 Thread Bakul Shah
On 24 Apr 2013 21:25:13 +0200 "Holger Sebert" wrote: > > I have tried it out: The driver says > "sc: e0 56" when pressing the "<"-key. This means a two char sequence: e0, 0x56 is stuffed into the kernel device kbin. Ultimately thsi will map to the value in kbtabesc1[0x56]. Now kbtabesc1 is tabl

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-24 Thread Holger Sebert
Hi, Am 21.04.13 01:18, schrieb Bakul Shah: 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,

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-20 Thread Bakul Shah
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 t

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-20 Thread Holger Sebert
Am 20.04.13 21:14, schrieb Bakul Shah: On 20 Apr 2013 18:31:02 +0200 "Holger Sebert" wrote: However, I have a little trouble using my German USB keyboard with it. See http://plan9.bell-labs.com/wiki/plan9/setting_the_right_keyboard_map/ I have already done that and the Umlauts etc. work

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-20 Thread Bakul Shah
On 20 Apr 2013 18:31:02 +0200 "Holger Sebert" wrote: > > However, I have a little trouble using my > German USB keyboard with it. See http://plan9.bell-labs.com/wiki/plan9/setting_the_right_keyboard_map/