Re: How to use fso-usaged?

2009-12-12 Thread Michael 'Mickey' Lauer
Am Samstag, den 12.12.2009, 18:27 +0100 schrieb arne anka: > > Here's the patch that we're using in OE for over a year now: > > http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/dbus/dbus-1.3.0/0001-Make-the-default-DBus-reply-timeout-configurable.patch > > looking at it, it does not

Re: How to use fso-usaged?

2009-12-12 Thread arne anka
Here's the patch that we're using in OE for over a year now: http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/dbus/dbus-1.3.0/0001-Make-the-default-DBus-reply-timeout-configurable.patch looking at it, it does nothing but provide a configure option to use at _build_ time -- nothi

Re: How to use fso-usaged?

2009-12-09 Thread Timo Jyrinki
2009/12/9 Michael 'Mickey' Lauer : >> dbus-send --type=method_call --system --dest=org.freesmartphone.ogsmd >> /org/freesmartphone/GSM/Device org.freesmartphone.Resource.Resume > > Is there any compelling reason why you don't use the recommended way to > suspend an FSO-based software stack... such

Re: How to use fso-usaged?

2009-12-09 Thread Michael 'Mickey' Lauer
Am Mittwoch, den 09.12.2009, 10:41 +0200 schrieb Timo Jyrinki: > 2009/12/9 Timo Jyrinki : > > is for some reason waking up by itself quite often > > Silly me, and thanks lindi. I forgot and forgot to say power button > stopped working for me on upgrade, so I bound suspend with keylaunch > to power

Re: How to use fso-usaged?

2009-12-09 Thread Timo Jyrinki
2009/12/9 Timo Jyrinki : > is for some reason waking up by itself quite often Silly me, and thanks lindi. I forgot and forgot to say power button stopped working for me on upgrade, so I bound suspend with keylaunch to power button. Obviously I used too straight suspend mechanism. Looks like worki

Re: How to use fso-usaged?

2009-12-09 Thread Timo Jyrinki
2009/12/7 Timo Jyrinki : > It still needed a second run of zhone to ask for the PIN code. But now > GSM + GPS seem all functional, and using the Hot New stuff ie. > fso-usaged and fso-abyss.. With pkg-fso's fso-frameworkd, fso-config-gta02 and fso-abyss my phone is for some reason waking up by its

Re: How to use fso-usaged?

2009-12-06 Thread Timo Jyrinki
2009/12/4 Gilles Filippini : > # This one is OK > log_level = INFO Thanks. I've (semi)working configuration now, changing the following from pkg-fso shipped: - log_level = INFO - ti_calypso_muxer = fso-abyss - opimd disabled=1 - log_to = file (/tmp is tmpfs) Additionally I've set deep_sleep to ne

Re: How to use fso-usaged?

2009-12-06 Thread arne anka
Can you recap the actual error? I didn't understand what effect increasing the verbosity should have to the framework other than making it slower. here's the part from frameworkd.log: 2009.12.06 17:57:38.9 odeviced.idlenotifier INFO odeviced.idlenotifier state change to idle 2009.12.06 17

Re: How to use fso-usaged?

2009-12-05 Thread arne anka
Can you recap the actual error? I didn't understand what effect increasing the verbosity should have to the framework other than making it slower. not fully. it always boild down to a message saying "resource gsm could not be enabled, status is enabling" or soemthing to that effect. i always

Re: How to use fso-usaged?

2009-12-05 Thread Michael 'Mickey' Lauer
Am Samstag, den 05.12.2009, 17:08 +0100 schrieb arne anka: > > Without knowing exactly what problems you have, let me remind you of one > > major difference of those using Debian vs. those using OE-derived > > distributions on the FreeRunner. Debian insists on not patching DBus, > > which leads to

Re: How to use fso-usaged?

2009-12-05 Thread Michael 'Mickey' Lauer
Am Samstag, den 05.12.2009, 17:14 +0100 schrieb arne anka: > > is actually the implementation of a feature wish, since developers > > wanted to have a way to express > > the startup order of subsystems and plugins -- now they do. > > to quote mr fischer: "i am not convinced." > the order should

Re: How to use fso-usaged?

2009-12-05 Thread arne anka
is actually the implementation of a feature wish, since developers wanted to have a way to express the startup order of subsystems and plugins -- now they do. to quote mr fischer: "i am not convinced." the order should be determined by maybe a specifiy section like [order] # set order of subss

Re: How to use fso-usaged?

2009-12-05 Thread arne anka
Without knowing exactly what problems you have, let me remind you of one major difference of those using Debian vs. those using OE-derived distributions on the FreeRunner. Debian insists on not patching DBus, which leads to broken behaviour for calls that take a bit longer than a couple of seconds

Re: How to use fso-usaged?

2009-12-05 Thread Michael 'Mickey' Lauer
Without knowing exactly what problems you have, let me remind you of one major difference of those using Debian vs. those using OE-derived distributions on the FreeRunner. Debian insists on not patching DBus, which leads to broken behaviour for calls that take a bit longer than a couple of seconds.

Re: How to use fso-usaged?

2009-12-04 Thread Gilles Filippini
arne anka a écrit , Le 04/12/2009 23:29: # This one is OK log_level = INFO # This one isn't log_level = WARNING >>> >>> sounds certainly like one of those beloved race conditions. >> >> Please explain. > > well, race condition means two (or more) operations racing each oth

Re: How to use fso-usaged?

2009-12-04 Thread arne anka
# This one is OK log_level = INFO # This one isn't log_level = WARNING sounds certainly like one of those beloved race conditions. Please explain. well, race condition means two (or more) operations racing each other for a bit of code -- ie non-determinitsic outcome. so, using INFO means,

Re: How to use fso-usaged?

2009-12-04 Thread Gilles Filippini
arne anka a écrit , Le 04/12/2009 23:02: >> # This one is OK >> log_level = INFO >> >> # This one isn't >> log_level = WARNING > > sounds certainly like one of those beloved race conditions. Please explain. Thanks, _Gilles. signature.asc Description: OpenPGP digital signature ___

Re: How to use fso-usaged?

2009-12-04 Thread Jonathan Schultz
I also see this behaviour, but it varies depending on the SIM, or maybe depending on the telco. With some cards it works reliably on the first try, with others, I have to keep re-trying until it eventually works. arne anka wrote: # This one is OK log_level = INFO # This one isn't log_level =

Re: How to use fso-usaged?

2009-12-04 Thread arne anka
# This one is OK log_level = INFO # This one isn't log_level = WARNING sounds certainly like one of those beloved race conditions. ___ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/lis

Re: How to use fso-usaged?

2009-12-04 Thread Gilles Filippini
Gilles Filippini a écrit , Le 04/12/2009 21:46: > I'll try again to narrow the problem this evening. OK. I think I have something consistent enough now. *The* difference that makes reproducibly my config to work or not with zhone is the log_level set in the [frameworkd] section: # This one is OK

Re: How to use fso-usaged?

2009-12-04 Thread Gilles Filippini
arne anka a écrit , Le 04/12/2009 11:44: > looking at you config, it does not look like the one included. Sure. > i am still shocked to learn, fso needs a certain order of sections (fso > should be able to read the whole thing and order internally if necessary). > > anyway, after learning baout

Re: How to use fso-usaged?

2009-12-04 Thread Dr. Michael Lauer
Am 04.12.2009 um 11:44 schrieb arne anka: > looking at you config, it does not look like the one included. > i am still shocked to learn, fso needs a certain order of sections (fso > should be able to read the whole thing and order internally if necessary). First off, the order is only relevant

Re: How to use fso-usaged?

2009-12-04 Thread arne anka
looking at you config, it does not look like the one included. i am still shocked to learn, fso needs a certain order of sections (fso should be able to read the whole thing and order internally if necessary). anyway, after learning baout the order of the two fsousafed sections, i strongly a

Re: How to use fso-usaged?

2009-12-04 Thread arne anka
btw: any issues with #1024? ___ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Re: How to use fso-usaged?

2009-12-03 Thread Gilles Filippini
Sebastian Reichel a écrit , Le 04/12/2009 00:59: > On Fri, Dec 04, 2009 at 12:38:03AM +0100, Gilles Filippini wrote: >> arne anka a écrit , Le 03/12/2009 23:03: Doesn't work out of the box here. Zhone says: Failed to read authentication status >>> yeah, common issue. >>> just start zhone

Re: How to use fso-usaged?

2009-12-03 Thread Sebastian Reichel
On Fri, Dec 04, 2009 at 12:38:03AM +0100, Gilles Filippini wrote: > arne anka a écrit , Le 03/12/2009 23:03: > >> Doesn't work out of the box here. Zhone says: > >> Failed to read authentication status > > > > yeah, common issue. > > just start zhone over again. and again. after a while it will c

Re: How to use fso-usaged?

2009-12-03 Thread Gilles Filippini
arne anka a écrit , Le 03/12/2009 23:03: >> Doesn't work out of the box here. Zhone says: >> Failed to read authentication status > > yeah, common issue. > just start zhone over again. and again. after a while it will catch on. > my personal best is 5 times so far. It's even worse. I need to res

Re: How to use fso-usaged?

2009-12-03 Thread arne anka
Doesn't work out of the box here. Zhone says: Failed to read authentication status yeah, common issue. just start zhone over again. and again. after a while it will catch on. my personal best is 5 times so far. i somehow got the idea it may be related to #1024 -- does your fr suffer from it?

Re: How to use fso-usaged?

2009-12-03 Thread Gilles Filippini
Hi, Sebastian Reichel a écrit , Le 01/12/2009 11:28: > On Tue, Dec 01, 2009 at 12:00:57PM +1100, Jonathan Schultz wrote: >>> The latest version has been in use by SHR for quite a while now and >>> seems pretty stable. >> Yes and it works well for me too so far. The only problem is this >> is the

Re: How to use fso-usaged?

2009-12-01 Thread Sebastian Reichel
On Tue, Dec 01, 2009 at 11:28:19AM +0100, Sebastian Reichel wrote: > On Tue, Dec 01, 2009 at 12:00:57PM +1100, Jonathan Schultz wrote: > > >The latest version has been in use by SHR for quite a while now and > > >seems pretty stable. > > > > Yes and it works well for me too so far. The only probl

Re: How to use fso-usaged?

2009-12-01 Thread Sebastian Reichel
On Tue, Dec 01, 2009 at 12:00:57PM +1100, Jonathan Schultz wrote: > >The latest version has been in use by SHR for quite a while now and > >seems pretty stable. > > Yes and it works well for me too so far. The only problem is this > is the first I've heard about it. Would it be possible for > fs

Re: How to use fso-usaged?

2009-11-30 Thread Timo Jyrinki
2009/11/30 Gilles Filippini : >>> [fsousage] >>> lowlevel_type = openmoko >>> >>> [fsousage.lowlevel_openmoko] >>> [fsousage.dbus_service] > > It works fine this way. Likewise, though required starting Zhone twice since the first round gave "couldn't get authentication" or something, ie. didn't as

Re: How to use fso-usaged?

2009-11-30 Thread Jonathan Schultz
The latest version has been in use by SHR for quite a while now and seems pretty stable. Yes and it works well for me too so far. The only problem is this is the first I've heard about it. Would it be possible for fso-config-gta02 to be kept updated? Jonathan _

Re: How to use fso-usaged?

2009-11-30 Thread Gilles Filippini
Dr. Michael Lauer a écrit : >> [fsousage] >> lowlevel_type = openmoko >> >> [fsousage.controller] >> [fsousage.lowlevel_openmoko] > > This is the wrong order. lowlevel_openmoko is being used by the controller, > hence you need to > >> [fsousage.lowlevel_openmoko] >> [fsousage.controller] > > Al

Re: How to use fso-usaged?

2009-11-30 Thread Dr. Michael Lauer
> Am Sonntag 29 November 2009 09:19:05 schrieb Timo Jyrinki: >> 2009/11/29 Nikita V. Youshchenko : tried changing to fso-usaged by putting something like: > [ousaged] > disable = 1 log file shows lines like this: > 2009.11.29 11:22:12.536 frameworkd.resource WARNING Ca

Re: How to use fso-usaged?

2009-11-29 Thread Gilles Filippini
Hi, Jonathan Schultz a écrit : >> [fsousage] >> lowlevel_type = openmoko >> >> [fsousage.controller] >> [fsousage.lowlevel_openmoko] > > I have precise settings, and still get the problems I described. Same here. fsousaged has stopped working after an update last week. It worked reliably for ab

Re: How to use fso-usaged?

2009-11-29 Thread Jonathan Schultz
[fsousage] lowlevel_type = openmoko [fsousage.controller] [fsousage.lowlevel_openmoko] I have precise settings, and still get the problems I described. Jonathan ___ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.li

Re: How to use fso-usaged?

2009-11-29 Thread Heiko Stübner
Am Sonntag 29 November 2009 09:19:05 schrieb Timo Jyrinki: > 2009/11/29 Nikita V. Youshchenko : > >> tried changing to fso-usaged by putting something like: > >> > [ousaged] > >> > disable = 1 > >> > >> log file shows lines like this: > >> > 2009.11.29 11:22:12.536 frameworkd.resource WARNING Can

Re: How to use fso-usaged?

2009-11-29 Thread Jonathan Schultz
Do you have fso-usaged package installed ? Yes - just confirmed I have version 0.9.1+git20091016-2 Jonathan ___ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-user

Re: How to use fso-usaged?

2009-11-29 Thread Timo Jyrinki
2009/11/29 Nikita V. Youshchenko : >> tried changing to fso-usaged by putting something like: >> > [ousaged] >> > disable = 1 >> >> log file shows lines like this: >> > 2009.11.29 11:22:12.536 frameworkd.resource  WARNING  Can't register >> > resource GSM since ousaged is not present. Enabling devi

Re: How to use fso-usaged?

2009-11-29 Thread Nikita V. Youshchenko
> tried changing to fso-usaged by putting something like: > > [ousaged] > > disable = 1 > > into /etc/frameworkd.conf but then things get even worse. The framework > > log file shows lines like this: > > 2009.11.29 11:22:12.536 frameworkd.resource WARNING Can't register > > resource GSM since ou

How to use fso-usaged?

2009-11-28 Thread Jonathan Schultz
Hello again, Still trying to get zhone reasonably stable under debian, I'm finding that about 4 times out of 5 fso-abyss fails to allocate a channel. I'm not sure whether restarting framework makes a difference or whether it's just persistence that does the trick but just trying over and agai