[SHR] GPRS, again

2009-04-14 Thread Pander
Hi all,

Still I cannot get GPRS working on unstable, although I have gotten an
subscription with GRPS about 4 months ago, hoping I could use it with SHR.

I tried the settings menu but that did not work. Even manually editting
shr_grps.py to the correct APN, login and password did not help.

Manually, I have also tried:
  mdbus -s org.freesmartphone.ogpsd /org/freesmartphone/GSM/Device
org.freesmartphone.GSM.PDP.ActivateContext internet

(my provider has internet as APN and empty string as login and passwd)

The result is:
  /org/freesmartphone/GSM/Device: ActivateContext failed:
org.freedesktop.DBus.Error.UnknownMethod

What is THE way to get GRPS working on SHR?

Thanks,

Pander

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


Re: [SHR] GPRS, again

2009-04-14 Thread kimaidou
Have you tried to update the module with ppp-generic :

echo ppp-generic  /etc/modutils/ppp-generic
update-modules
shutdown -r now

This works great for me.
For debuggin and connecting via terminal, I use :

mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device
org.freesmartphone.GSM.PDP.ActivateContext mygprs x x

Replace mygprs with your provider adress. You must leave the double x at the
end : they are here for no user and password needed

Kimaidou

2009/4/14 Pander pan...@users.sourceforge.net

 Hi all,

 Still I cannot get GPRS working on unstable, although I have gotten an
 subscription with GRPS about 4 months ago, hoping I could use it with SHR.

 I tried the settings menu but that did not work. Even manually editting
 shr_grps.py to the correct APN, login and password did not help.

 Manually, I have also tried:
  mdbus -s org.freesmartphone.ogpsd /org/freesmartphone/GSM/Device
 org.freesmartphone.GSM.PDP.ActivateContext internet

 (my provider has internet as APN and empty string as login and passwd)

 The result is:
  /org/freesmartphone/GSM/Device: ActivateContext failed:
 org.freedesktop.DBus.Error.UnknownMethod

 What is THE way to get GRPS working on SHR?

 Thanks,

 Pander

 ___
 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] GPRS, again

2009-04-14 Thread rakshat hooja
On Tue, Apr 14, 2009 at 6:11 PM, Pander pan...@users.sourceforge.netwrote:

 Hi all,

 Still I cannot get GPRS working on unstable, although I have gotten an
 subscription with GRPS about 4 months ago, hoping I could use it with SHR.

 I tried the settings menu but that did not work. Even manually editting
 shr_grps.py to the correct APN, login and password did not help.

 Manually, I have also tried:
  mdbus -s org.freesmartphone.ogpsd /org/freesmartphone/GSM/Device
 org.freesmartphone.GSM.PDP.ActivateContext internet

 (my provider has internet as APN and empty string as login and passwd)


I think even if you have an empty string as login and password try putting
something (anything letter) in the login and password field and see if it
works. This is how the GPRS works in QT Extended

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


Re: [SHR] GPRS, again

2009-04-14 Thread Pander
kimaidou wrote:
 Have you tried to update the module with ppp-generic :
 
 echo ppp-generic  /etc/modutils/ppp-generic
 update-modules
 shutdown -r now

thanks! finally it works :D

Can this be included in the default SHR build?

 
 This works great for me.
 For debuggin and connecting via terminal, I use :
 
 mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device 
 org.freesmartphone.GSM.PDP.ActivateContext mygprs x x
 
 Replace mygprs with your provider adress. You must leave the double x at
 the end : they are here for no user and password needed
 
 Kimaidou
 
 2009/4/14 Pander pan...@users.sourceforge.net
 mailto:pan...@users.sourceforge.net
 
 Hi all,
 
 Still I cannot get GPRS working on unstable, although I have gotten an
 subscription with GRPS about 4 months ago, hoping I could use it
 with SHR.
 
 I tried the settings menu but that did not work. Even manually editting
 shr_grps.py to the correct APN, login and password did not help.
 
 Manually, I have also tried:
  mdbus -s org.freesmartphone.ogpsd /org/freesmartphone/GSM/Device
 org.freesmartphone.GSM.PDP.ActivateContext internet
 
 (my provider has internet as APN and empty string as login and passwd)
 
 The result is:
  /org/freesmartphone/GSM/Device: ActivateContext failed:
 org.freedesktop.DBus.Error.UnknownMethod
 
 What is THE way to get GRPS working on SHR?
 
 Thanks,
 
 Pander
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org mailto: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


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


Re: [SHR] GPRS, again

2009-04-14 Thread kimaidou
2009/4/14 Pander pan...@users.sourceforge.net

 kimaidou wrote:
  Have you tried to update the module with ppp-generic :
 
  echo ppp-generic  /etc/modutils/ppp-generic
  update-modules
  shutdown -r now

 thanks! finally it works :D


It must work from the SHR setting too.




 Can this be included in the default SHR build?


+1 for this
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] GPRS, again

2009-04-14 Thread Pander
kimaidou wrote:
 2009/4/14 Pander pan...@users.sourceforge.net
 mailto:pan...@users.sourceforge.net
 
 kimaidou wrote:
  Have you tried to update the module with ppp-generic :
 
  echo ppp-generic  /etc/modutils/ppp-generic
  update-modules
  shutdown -r now
 
 thanks! finally it works :D
 
 
 It must work from the SHR setting too.

now it does, before not.

I have a recent unstable release with all the updates.

Just the missing:
  echo ppp-generic  /etc/modutils/ppp-generic

  
 
 
 
 Can this be included in the default SHR build?
 
 
 +1 for this
 
 
 
 
 
 ___
 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