RE: [SHR-unstable] unable to get gprs working

2009-02-13 Thread KaZeR
Worked here, thanks.

I applied the fix, and used fso-gprs-on.sh
I only had to add 'modprobe ppp' at the beginning of the script : if you try
to start gprs without ppp_generic loaded, it will fail and won't work until
you reboot, it has something to do with a channel '4' not being closed,
hence it tries to use '5' at the next attempt but it won't work.

Now it would be nice to be able to modify the settings from shr-settings :)

 -Message d'origine-
 De : community-boun...@lists.openmoko.org 
 [mailto:community-boun...@lists.openmoko.org] De la part de vale
 Envoyé : jeudi 12 février 2009 11:56
 À : community@lists.openmoko.org
 Objet : Re: [SHR-unstable] unable to get gprs working
 
 
 solved ... read this:
 http://trac.freesmartphone.org/ticket/354
 --
 View this message in context: 
 http://n2.nabble.com/-SHR-unstable--unable-to-get-gprs-working
 -tp2299584p2314200.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.
 
 
 ___
 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: [SHR-unstable] unable to get gprs working

2009-02-13 Thread KaZeR

 -Message d'origine-
 De : community-boun...@lists.openmoko.org 
 [mailto:community-boun...@lists.openmoko.org] De la part de ivvmm
 Envoyé : vendredi 13 février 2009 08:00
 À : List for Openmoko community discussion
 Objet : Re: [SHR-unstable] unable to get gprs working
 
 vale wrote:
  solved ... read this:
  http://trac.freesmartphone.org/ticket/354
 
 Yes, seen this just the same day. But when the fix will 
 appear in the shr-unstable branch?

The fix is one line that you can change directly on the phone in a python
script.
Try it, it works here :) 

(but i agree that it would be nice if it could be included directly in a new
build)



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


Re: [SHR-unstable] unable to get gprs working

2009-02-13 Thread Michael Tansella
Hi,
I did the patch, restart and executed the script. Then I get the following 
error. Can this be because it sends send (ATD*99#^M) but my provider 
Vodafone Germany expexts  *99***1#   ? Where can I change this?
Greets 
Michael

Feb 13 11:27:37 om-gta02 local2.info chat[2103]: send 
(AT+CGDCONT=1,IP,web.vodafone.de^M) 

Feb 13 11:27:38 om-gta02 local2.info chat[2103]: timeout set to 180 seconds 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: expect (OK)
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: ^M 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: ^M 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: OK 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]:  -- got it 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: send (ATD*99#^M)   
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: expect (CONNECT)   
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: ^M 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: ^M 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: +CME ERROR 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]:  -- failed 
  
Feb 13 11:27:38 om-gta02 local2.info chat[2103]: Failed (ERROR) 
  
Feb 13 11:27:38 om-gta02 daemon.err pppd[2101]: Connect script failed   
  
Feb 13 11:27:38 om-gta02 daemon.info pppd[2101]: Exit.  
  
Feb 13 11:27:38 om-gta02 local0.info /usr/sbin/gsm0710muxd[2013]: 
gsm0710muxd.c:542:logical_channel_close(): Logical channel 4 for ogsmd.gprs 
closing 
  
Feb 13 11:27:38 om-gta02 local0.info /usr/sbin/gsm0710muxd[2013]: 
gsm0710muxd.c:1460:extract_frames(): Logical channel 4 for ogsmd.gprs closed




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


Re: [SHR-unstable] unable to get gprs working

2009-02-13 Thread Michael 'Mickey' Lauer
Am Freitag, den 13.02.2009, 12:00 +0100 schrieb Michael Tansella:
 I did the patch, restart and executed the script. Then I get the following 
 error. Can this be because it sends send (ATD*99#^M) but my provider 
 Vodafone Germany expexts  *99***1#   ? Where can I change this?

No need to change this, it's a myth that providers expect special
numbers. I'd rather think you had problems to connect with GPRS (full
cell perhaps). Please retry some more.

:M:



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


Re: [SHR-unstable] unable to get gprs working

2009-02-13 Thread ivvmm
KaZeR wrote:
 -Message d'origine-
 De : community-boun...@lists.openmoko.org 
 [mailto:community-boun...@lists.openmoko.org] De la part de ivvmm
 Envoyé : vendredi 13 février 2009 08:00
 À : List for Openmoko community discussion
 Objet : Re: [SHR-unstable] unable to get gprs working

 vale wrote:
 solved ... read this:
 http://trac.freesmartphone.org/ticket/354
 Yes, seen this just the same day. But when the fix will 
 appear in the shr-unstable branch?
 
 The fix is one line that you can change directly on the phone in a python
 script.
 Try it, it works here :) 
 
 (but i agree that it would be nice if it could be included directly in a new
 build)
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

Was too silly to realize that. Thnx.



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] unable to get gprs working

2009-02-12 Thread vale

solved ... read this:
http://trac.freesmartphone.org/ticket/354
-- 
View this message in context: 
http://n2.nabble.com/-SHR-unstable--unable-to-get-gprs-working-tp2299584p2314200.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [SHR-unstable] unable to get gprs working

2009-02-12 Thread Pander
vale wrote:
 solved ... read this:
 http://trac.freesmartphone.org/ticket/354

What is a good step by step howto to configure GPRS in SHR unstable?
I've managed to figure out the settings for my provider but am a bit
lost via the wiki on how to set this up. Especially on where to
configure the provider details.

My provider is able to send via SMS the GPRS configuration, However,
this needs functionality on both the device side to pick up these
settings and probably on the side of the provider too.

I've already been able to choose Neo 1973 as device type in my online
account at my provider (Telfort Netherlands). I'm sure they are willing
to implement settings for Neo FreeRunner.

Does anyone have experience with this? Do we need to provide them with
special FreeRunner settings or can they simply copy the 1973 profile?

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


Re: [SHR-unstable] unable to get gprs working

2009-02-12 Thread vale



Pander-2 wrote:
 
 vale wrote:
 solved ... read this:
 http://trac.freesmartphone.org/ticket/354
 
 What is a good step by step howto to configure GPRS in SHR unstable?
 I've managed to figure out the settings for my provider but am a bit
 lost via the wiki on how to set this up. Especially on where to
 configure the provider details.
 
 My provider is able to send via SMS the GPRS configuration, However,
 this needs functionality on both the device side to pick up these
 settings and probably on the side of the provider too.
 
 I've already been able to choose Neo 1973 as device type in my online
 account at my provider (Telfort Netherlands). I'm sure they are willing
 to implement settings for Neo FreeRunner.
 
 Does anyone have experience with this? Do we need to provide them with
 special FreeRunner settings or can they simply copy the 1973 profile?
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

use gprs-on.sh and gprs-off.sh scripts from
http://wiki.openmoko.org/wiki/GPRS_FSO , and put your provider data there.
i'm sure you can find the settings with google if not provided on the
homepage of  your provider.

-- 
View this message in context: 
http://n2.nabble.com/-SHR-unstable--unable-to-get-gprs-working-tp2299584p2314597.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [SHR-unstable] unable to get gprs working

2009-02-12 Thread ivvmm
vale wrote:
 solved ... read this:
 http://trac.freesmartphone.org/ticket/354

Yes, seen this just the same day. But when the fix will appear in the
shr-unstable branch?



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community