Re: [9fans] Raspberry Pi help

2012-12-17 Thread Adrian McMenamin
On Tuesday, December 11, 2012 9:36:38 AM UTC, Luke Evans wrote: Of course, maestro Richard Miller will no doubt help you figure this out properly, but by way of confirmation that it does all work... I have a Rev 1, RasPi 'B'. - with an el cheapo keyboard (deliberately no USB hub to

Re: [9fans] Mouse inverted Y-axis

2012-12-17 Thread Pavel Klinkovsky
Ok recompiling the kernel after modifying kb.c did the job, Great. nusb was documented as userspace program so I never thought of it I discovered it a some time ago when I had needed to fix the wheel direction of my IBM mouse. Pavel

Re: [9fans] Raspberry Pi help

2012-12-17 Thread Adrian McMenamin
On Tuesday, December 11, 2012 9:36:38 AM UTC, Luke Evans wrote: Of course, maestro Richard Miller will no doubt help you figure this out properly, but by way of confirmation that it does all work... I have a Rev 1, RasPi 'B'. - with an el cheapo keyboard (deliberately no USB hub to

Re: [9fans] Raspberry Pi help

2012-12-17 Thread Richard Miller
The mouse is now live but seems to be stuck in the top left hand corner The latest kernel in contrib/miller/9pi should fix that.

Re: [9fans] Raspberry Pi help

2012-12-17 Thread Bakul Shah
On Mon, 17 Dec 2012 09:40:38 GMT Adrian McMenamin adrianmcmena...@gmail.com wrote: It seems my fundamental problem was one of power. Plainly the powered USB hub I was using was close to useless - or worse than that, delivered enough power to boot the RasPi but not enough to run any

[9fans] ape/errno.h

2012-12-17 Thread Jeff Sickel
I'm not familiar with the full history of /sys/include/ape/errno.h, but it looks like EISCON should be EISCONN to fit with other systems that at least pretend to be POSIX compliant. SunOS 5.11 did have EISCON, but... e.g.: FreeBSD 9.0 /usr/include/errno.h Mac OS X 10.8 (POSIX-compliant now)

Re: [9fans] ape/errno.h

2012-12-17 Thread erik quanstrom
On Mon Dec 17 17:38:33 EST 2012, j...@corpus-callosum.com wrote: I'm not familiar with the full history of /sys/include/ape/errno.h, but it looks like EISCON should be EISCONN to fit with other systems that at least pretend to be POSIX compliant. SunOS 5.11 did have EISCON, but... makes

Re: [9fans] ape/errno.h

2012-12-17 Thread Jens Staal
In my porting of stuff using APE, I often notice that many applications assume more members of the struct stat in sys/stat.h, especially st_blocksize. Is there any reasonable similar information available elsewhere in the system that could be used in a local rpl_stat struct for those ports? other

Re: [9fans] ape/errno.h

2012-12-17 Thread Lyndon Nerenberg
On 2012-12-17, at 10:08 PM, Jens Staal wrote: In my porting of stuff using APE, The spec speaks.