Re: Some testing notes for OS10 for the XO-1

2010-01-03 Thread Paul Fox
james wrote: > Its quite hackish but you can get your mouse and keyboard back after suspend > by > telling i8042 to unbind and rebind. I haven't tried altering powerd itself > but > you can see for yourself what i am talking about by executing the following > command before immediately s

Re: Some testing notes for OS10 for the XO-1

2010-01-03 Thread James Smith
Its quite hackish but you can get your mouse and keyboard back after suspend by telling i8042 to unbind and rebind. I haven't tried altering powerd itself but you can see for yourself what i am talking about by executing the following command before immediately suspending for a few seconds then

Re: os101 ?

2010-01-03 Thread James Cameron
On Thu, Dec 31, 2009 at 08:34:03AM -0600, Mikus Grinbergs wrote: > What is the URL for such os101 install files ? Thank you for your enthusiasm, but os101 was not announced and does not require further testing. Please test os102. os102 install files can be found at http://build.laptop.org/10.2.0

Re: sugar equivalent of uname?

2010-01-03 Thread Mikus Grinbergs
> Should be something like this (don't have a XO around right now): > > $ python -c "from jarabe import config; print config.version" > > You can also grep the file jarabe/config.py. Thanks - I didn't know about that file. ___ Devel mailing list Devel

Re: sugar equivalent of uname?

2010-01-03 Thread Tomeu Vizoso
On Sun, Jan 3, 2010 at 15:52, Mikus Grinbergs wrote: >> the portable way is to use jarabe.config.version for >=0.84 >> and assume 0.82 if that's not present. > > When running on an XO, how does one access 'jarabe.config.version' ? > > It would be nice if the sugar version could be determined from

Re: sugar equivalent of uname?

2010-01-03 Thread Mikus Grinbergs
> the portable way is to use jarabe.config.version for >=0.84 > and assume 0.82 if that's not present. When running on an XO, how does one access 'jarabe.config.version' ? It would be nice if the sugar version could be determined from within a batch script. But I looked (in >=0.84 builds) for a

Re: Some testing notes for OS10 for the XO-1

2010-01-03 Thread Paul Fox
> On Sun, Jan 3, 2010 at 02:40, James Smith wrote: > > All seems to work pretty well. except powermanagement. I'm running os10 > updated today with kernel, modules, firmware from 12/28 . the default setup > with powerd gives the previously described problem, losing keyboard and > mouse >

Re: [olpc-nz] Battery LED flashing

2010-01-03 Thread Martin Langhoff
hi Tabs, the behavious sounds exactlt like a case of trickle charge. This triggers when the batt charge is so low that we cannot charge it (or measure it). When it happens, it's ususlly because a batt has not been used for a while. It's normal that it will trckle charge for a while, and then swit

Re: Some testing notes for OS10 for the XO-1

2010-01-03 Thread Tomeu Vizoso
Hi James, happy to know you want to work on this. See this thread: http://lists.laptop.org/pipermail/devel/2009-December/thread.html#26938 Regards, Tomeu On Sun, Jan 3, 2010 at 02:40, James Smith wrote: > All seems to work pretty well. except powermanagement. I'm running os10 > updated today

Re: sugar equivalent of uname?

2010-01-03 Thread Tomeu Vizoso
On Sun, Jan 3, 2010 at 00:04, George Hunt wrote: > Thanks, > > the rpm solution works on at least builds 767, 802, and 1.5 FC11 backported > to XO1.0. > > I'l go with that . Good that's enough for you. For the sake of people who read the archives, the portable way is to use jarabe.config.version