Re: GPRS for FSO Milestone 2

2008-08-08 Thread C R McClenaghan
I have copied Fredrik's shell scripts to my FR with FSO MS2 and find  
that they work much better than my own. I'll have to find some other  
way to contribute.

Chris
On Aug 8, 2008, at 11:14 AM, Michael Shiloh wrote:

>
>
> Fredrik Wendt wrote:
>>> Please wikify this information
>>
>> http://wiki.openmoko.org/wiki/GPRS_FSO
>>
>> Feel free to change.
>
> Lovely.
> Thank you very much!
>
> M
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-08 Thread Michael Shiloh


Fredrik Wendt wrote:
>> Please wikify this information
> 
> http://wiki.openmoko.org/wiki/GPRS_FSO
> 
> Feel free to change.

Lovely.
Thank you very much!

M

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-08 Thread Fredrik Wendt

> Please wikify this information

http://wiki.openmoko.org/wiki/GPRS_FSO

Feel free to change.

/ Fredrik


signature.asc
Description: Detta är en digitalt signerad	meddelandedel
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-07 Thread C R McClenaghan
I've been away from home since this thread began. I tried to learn in  
the meantime a little bit about the mdbus *PDP* per Mickey's  
suggestion, but I'm not there yet. What I have working seems to allow  
multiplexing of data and voice through gsm multiplexor, however more  
than 2 "calls" of either type seems to kill and further calling and  
requires a reboot. I have been able to hold a gprs data connection for  
over 4 hours. It did not fail at the end, I moved on to another task  
requiring a reboot. I'll post my interim method tomorrow.

In the meantime, does anyone else experience gsm instability with FSO  
MS2?

Chris

On Aug 7, 2008, at 9:37 PM, Michael Shiloh wrote:

>
>
> Fredrik Wendt wrote:
>> ons 2008-08-06 klockan 21:07 -0700 skrev Michael Shiloh:
>>> C R McClenaghan wrote:
 I've been able to hack together the necessary ppp scripts to get  
 GPRS
 working on FSO Milestone 2 release. This is for a Freerunner, if  
 it matters.

>>> 
 I'll post something to the wiki if there's sufficient interest.

 Chris
>>> To make a typical British understatement, "Heck yeah!".
>>>
>>> Getting GPRS working has been incredibly difficult. Please post your
>>> recipes on the wiki in the appropriate place.
>>>
>>> If there already exists one set please add yours as an alternative -
>>> this is one case where duplication is good because each carrier  
>>> seems to
>>> be a little different.
>>>
>>
>> You shouldn't need to execute pppd by yourself (on the FSO) - there  
>> are
>> methods available on the dbus ready to be used.
>>
>> I have a shell script that executes:
>>
>> mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device
>> org.freesmartphone.GSM.PDP.ActivateContext internet.parlino.se  
>> username
>> password
>>
>> It works perfectly. (However, after a disconnect I loose all GSM
>> connectivity, but I need to test this more in order to feel I can  
>> file a
>> bug.)
>
>
> Please wikify this information
>
> Thanks
> Michael
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-07 Thread Michael Shiloh


Fredrik Wendt wrote:
> ons 2008-08-06 klockan 21:07 -0700 skrev Michael Shiloh:
>> C R McClenaghan wrote:
>>> I've been able to hack together the necessary ppp scripts to get GPRS 
>>> working on FSO Milestone 2 release. This is for a Freerunner, if it matters.
>>>
>> 
>>> I'll post something to the wiki if there's sufficient interest.
>>>
>>> Chris
>> To make a typical British understatement, "Heck yeah!".
>>
>> Getting GPRS working has been incredibly difficult. Please post your 
>> recipes on the wiki in the appropriate place.
>>
>> If there already exists one set please add yours as an alternative - 
>> this is one case where duplication is good because each carrier seems to 
>> be a little different.
>>
> 
> You shouldn't need to execute pppd by yourself (on the FSO) - there are
> methods available on the dbus ready to be used.
> 
> I have a shell script that executes:
> 
> mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device
> org.freesmartphone.GSM.PDP.ActivateContext internet.parlino.se username
> password
> 
> It works perfectly. (However, after a disconnect I loose all GSM
> connectivity, but I need to test this more in order to feel I can file a
> bug.)


Please wikify this information

Thanks
Michael

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-07 Thread Fredrik Wendt
ons 2008-08-06 klockan 21:07 -0700 skrev Michael Shiloh:
> 
> C R McClenaghan wrote:
> > I've been able to hack together the necessary ppp scripts to get GPRS 
> > working on FSO Milestone 2 release. This is for a Freerunner, if it matters.
> > 
> 
> > 
> > I'll post something to the wiki if there's sufficient interest.
> > 
> > Chris
> 
> To make a typical British understatement, "Heck yeah!".
> 
> Getting GPRS working has been incredibly difficult. Please post your 
> recipes on the wiki in the appropriate place.
> 
> If there already exists one set please add yours as an alternative - 
> this is one case where duplication is good because each carrier seems to 
> be a little different.
> 

You shouldn't need to execute pppd by yourself (on the FSO) - there are
methods available on the dbus ready to be used.

I have a shell script that executes:

mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device
org.freesmartphone.GSM.PDP.ActivateContext internet.parlino.se username
password

It works perfectly. (However, after a disconnect I loose all GSM
connectivity, but I need to test this more in order to feel I can file a
bug.)

/ Fredrik


signature.asc
Description: Detta är en digitalt signerad	meddelandedel
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-06 Thread Michael Shiloh


C R McClenaghan wrote:
> I've been able to hack together the necessary ppp scripts to get GPRS 
> working on FSO Milestone 2 release. This is for a Freerunner, if it matters.
> 

> 
> I'll post something to the wiki if there's sufficient interest.
> 
> Chris

To make a typical British understatement, "Heck yeah!".

Getting GPRS working has been incredibly difficult. Please post your 
recipes on the wiki in the appropriate place.

If there already exists one set please add yours as an alternative - 
this is one case where duplication is good because each carrier seems to 
be a little different.

Thanks much,
Michael

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-03 Thread Dylan Semler
On Sun, Aug 3, 2008 at 8:16 AM, Michael 'Mickey' Lauer
<[EMAIL PROTECTED]>wrote:

> Am Samstag 02 August 2008 23:13:41 schrieb C R McClenaghan:
> > I've been able to hack together the necessary ppp scripts to get GPRS
> > working on FSO Milestone 2 release. This is for a Freerunner, if it
> > matters.
>
> Hmm, d'oh. Why was that needed? FSO already works w/ GPRS here. Did you try
> the PDP API? If we need different options for your provider, this has to be
> encapsulated by the framework daemon.
>
>
Can you elaborate on how GPRS works in FSO without ppp scripts?  How does
one configure the carrier-specific GPRS settings?  Certainly GPRS isn't
working for me out of the box.

-- 
Dylan

Type faster. Use Dvorak:
http://dvzine.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-03 Thread Michael 'Mickey' Lauer
Am Samstag 02 August 2008 23:13:41 schrieb C R McClenaghan:
> I've been able to hack together the necessary ppp scripts to get GPRS
> working on FSO Milestone 2 release. This is for a Freerunner, if it
> matters.

Hmm, d'oh. Why was that needed? FSO already works w/ GPRS here. Did you try 
the PDP API? If we need different options for your provider, this has to be 
encapsulated by the framework daemon.

-- 
:M:

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-03 Thread Kristian 'kriss' Mueller
Hi Chris, Mokos

Am Samstag, den 02.08.2008, 14:13 -0700 schrieb C R McClenaghan:
> I've been able to hack together the necessary ppp scripts to get GPRS
>  working on FSO Milestone 2 release. 

There is a way to use the GPRS panel of SettingsGUI with FSO. 
You can find a guide on how to use it in the wiki:
 http://wiki.openmoko.org/wiki/SettingsGUI#FSO_and_ASU_Users

Screenshot:
 http://scap.linuxtogo.org/files/fbc21f56b73a22da77c9b3a69b4c37b7.png


Please do not use it unless you know what you are doing.
Anyway, I plan to include "native" FSO GPRS support in SettingsGUI soon.


Have Fun
Kristian
-- 
/* Web: http://www.mput.de  | Tel:+49 (0)170/6692447  *
 * Blog:http://mput.de/blog | ICQ:93248497*
 * GPG-ID:  4BBB6525 (..2009)   | Jabber: [EMAIL PROTECTED]*
 * Twitter: kristian_m  | MSN:[EMAIL PROTECTED] */


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-03 Thread Fredrik Wendt

> I'll post something to the wiki if there's sufficient interest.

Please do so. If not a complete page, at least a note on the GPRS page.
(I guess they/we want to have FSO, ASU, OM2007.2 separate pages on the
wiki.)

/ Fredrik Wendt


signature.asc
Description: Detta är en digitalt signerad	meddelandedel
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPRS for FSO Milestone 2

2008-08-02 Thread Andreas Bogk
C R McClenaghan schrieb:
> I've been able to hack together the necessary ppp scripts to get GPRS 
> working on FSO Milestone 2 release.

Cool!

> I'll post something to the wiki if there's sufficient interest.

It is, please do!

Andreas


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community