Re: QtExtended 4.4.2 : GPRS

2008-11-06 Thread Bartłomiej Zimoń
Tuesday 04 of November 2008 17:34:03 Bartłomiej Zimoń napisał(a):
 One step closer . this connect script is working well  (need tu update always 
 after change by gui) :
 
 TIMEOUT 15
  \K\K\K\d+++ATH
 OK-AT-OK ATZ
 OK ATE1
 ABORT BUSY
 ABORT DELAYED
 ABORT NO ANSWER
 ABORT NO DIALTONE
 ABORT VOICE
 ABORT ERROR
 ABORT RINGING
 TIMEOUT 60
 OK AT+CFUN=1
 ERROR AT+CPIN=here your pin   # but here after 1st connect i have OK!! and 
 abort :(
 OK AT+COPS
 OK AT+CGDCONT=1,IP,mms
 OK ATD*99#
 CONNECT ''
 
 now ppd connects  
 but have bad (default) local and remote addresses  - is it possible ?
 local 10.64.64.64.64
 remote 10.112.112.112
 
 ppp0  Link encap:Point-to-Point Protocol
   inet addr:10.64.64.64  P-t-P:10.112.112.112  Mask:255.255.255.255
   UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:2 errors:0 dropped:297 overruns:0 carrier:0
   collisions:0 txqueuelen:3
   RX bytes:0 (0.0 B)  TX bytes:118 (118.0 B)
 
 # route -n
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse Iface
 10.112.112.112  0.0.0.0 255.255.255.255 UH0  00 ppp0
 192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 usb0
 0.0.0.0 10.112.112.112  0.0.0.0 UG0  00 ppp0
 
 [EMAIL PROTECTED]:~# ping 10.112.112.112
 PING 10.112.112.112 (10.112.112.112): 56 data bytes
 
 --- 10.112.112.112 ping statistics ---
 7 packets transmitted, 0 packets received, 100% packet loss
 

Now even worst after 1-2h power off i have this log after boot :
# tail -f  /tmp/qtopia-0/qpe-pppd-log-dialup1225707475
timeout set to 15 seconds
send (\K\K\K\d+++ATH^M)
expect (OK)
alarm
send (AT^M)
expect (OK)
alarm
Failed
Connect script failed


_
Regards
Bartłomiej Zimoń

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


Re: QtExtended 4.4.2 : GPRS

2008-11-04 Thread Nishit Dave
On Tue, Nov 4, 2008 at 4:06 AM, Roland Kossel [EMAIL PROTECTED]wrote:

 Hello,

 in which script did you change the dialup number? I have to change the one
 for my provider too but don 't want to use the console to create the
 connection.

 Thanks,
 Roland

 --
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Nishit Dave
 Sent: Monday, November 03, 2008 8:15 PM
 To: List for Openmoko community discussion
 Subject: Re: QtExtended 4.4.2 : GPRS

 […]

 I have figured out where the chat script and settings rest, edited the
 script to reflect the correct dialup number *99# for Vodafone Mumbai (not
 the default *99#) and after Bart's advise, have been successfully able
 to *establish* a connection.

 […]

 Look under /home/root/Applications/Network/chat/

There will be a connect-dialupxx (where x's are some numbers) script,
containing the parameters you have entered in the fields you in the gprs
gui.  The last line has the dialup number.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtExtended 4.4.2 : GPRS

2008-11-04 Thread Bartłomiej Zimoń
One step closer . this connect script is working well  (need tu update always 
after change by gui) :

TIMEOUT 15
 \K\K\K\d+++ATH
OK-AT-OK ATZ
OK ATE1
ABORT BUSY
ABORT DELAYED
ABORT NO ANSWER
ABORT NO DIALTONE
ABORT VOICE
ABORT ERROR
ABORT RINGING
TIMEOUT 60
OK AT+CFUN=1
ERROR AT+CPIN=here your pin   # but here after 1st connect i have OK!! and 
abort :(
OK AT+COPS
OK AT+CGDCONT=1,IP,mms
OK ATD*99#
CONNECT ''

now ppd connects  
but have bad (default) local and remote addresses  - is it possible ?
local 10.64.64.64.64
remote 10.112.112.112

ppp0  Link encap:Point-to-Point Protocol
  inet addr:10.64.64.64  P-t-P:10.112.112.112  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2 errors:0 dropped:297 overruns:0 carrier:0
  collisions:0 txqueuelen:3
  RX bytes:0 (0.0 B)  TX bytes:118 (118.0 B)

# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
10.112.112.112  0.0.0.0 255.255.255.255 UH0  00 ppp0
192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 usb0
0.0.0.0 10.112.112.112  0.0.0.0 UG0  00 ppp0

[EMAIL PROTECTED]:~# ping 10.112.112.112
PING 10.112.112.112 (10.112.112.112): 56 data bytes

--- 10.112.112.112 ping statistics ---
7 packets transmitted, 0 packets received, 100% packet loss


What could be wrong ?
_
Regards
Bartłomiej Zimoń

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


Re: QtExtended 4.4.2 : GPRS

2008-11-04 Thread Bartłomiej Zimoń
Tuesday 04 of November 2008 10:03:02 Nishit Dave napisał(a):
 
 There will be a connect-dialupxx (where x's are some numbers) script,
 containing the parameters you have entered in the fields you in the gprs
 gui.  The last line has the dialup number.
 

So please paste connect and disconect scripts.

I have this problem now :

[EMAIL PROTECTED]:~# tail -f /tmp/qtopia-0/qpe-pppd-log-dialup1225707475
abort on (BUSY)
abort on (DELAYED)
abort on (NO ANSWER)
abort on (NO DIALTONE)
abort on (VOICE)
abort on (ERROR)
abort on (RINGING)
timeout set to 20 seconds
send (+++^M)
expect (OK)
alarm
Failed
Connect script failed

connect script :

ABORT BUSY
ABORT DELAYED
ABORT NO ANSWER
ABORT NO DIALTONE
ABORT VOICE
ABORT ERROR
ABORT RINGING
TIMEOUT 20
 +++
OK ATZ
OK ATE1
OK AT+CFUN=1
OK AT+COPS
OK AT+CGDCONT=1,IP,mms
OK ATD*99#
CONNECT

Any help? 

_
Regards
Bartłomiej Zimoń

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


Re: QtExtended 4.4.2 : GPRS

2008-11-04 Thread Nishit Dave
On Tue, Nov 4, 2008 at 12:32 AM, rakshat hooja [EMAIL PROTECTED] wrote:

 Have you seen this blog for connecting to gprs on qtopia.

 http://johnsu01.livejournal.com/tag/openmoko


I have tried everything I know (which is limited, by the way).  Using
opendns, not using opendns, linking /etc/resolv.conf correctly, using and
not using the official proxy etc.  The best results I got were on pinging,
resolving the ip address of the target but no successful pings.  Traceroute
stops after a couple of hops within my subnet.  Now, GPRS used to work
properly with my old phone, and with OM2008.8 (Services GUI), so I can't
figure out what is wrong now.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread Nishit Dave
On Mon, Nov 3, 2008 at 5:56 PM, [EMAIL PROTECTED] wrote:

 hi,

 oh...that wasn't my idea...I've tried several howtos for the OM distro
 (none works, perhaps because I don't want to disable my PIN for security
 reasons...) and in one of them (on freeyourphone.de - german community)
 there was that hint, that you've to enter something into that, even if your
 provider doesn't need it ;)

 I needed a proxy to make it work and (in my case) proxy, DNS and Gateway
 are all the same...write an email to your provider to get these
 informations...

 Happy browsing ;)


Oh, I know the details, but thanks anyway.  I have been trying to figure out
if the reason for my inability to get data in or out through gprs relates to
a dns problem (I use opendns) or a routing issue, or something entirely
else.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread steffen . linux
Hi,

I've installed QTExtended 4.4.2, too. And this is the first image with which it 
is possible for me to get an GPRS connection. I used the GUI for that and...yay 
it works on first try (okay...on second, on first it doesn't detected a 
running network service...after going outside (and getting a better signale 
quality) it worked :). So the software itself is okay...if your provider needs 
no login data (username/password) write something inside these fields, else it 
won't work...(maybe a *)
 Original-Nachricht 
 Datum: Mon, 03 Nov 2008 10:02:06 +0100
 Von: Bartłomiej Zimoń [EMAIL PROTECTED]
 An: community@lists.openmoko.org
 Betreff: QtExtended 4.4.2 : GPRS

 Hi list!
 Have installed recently QtExtended 4.4.2 on SD card.
 Suspend and wakeup works very well!
 But ... if battery is almost empty FR wake up to often 
 (turns on LCD and give sound this could discharge baterry to early).
 
 Style s60 does not work properly.
 
 And finaly i realy need working gprs on fr for mms.
 There is information in logs that pppd has bad arguments.
 
 Could someone check this part and give workaround ?
 
 Thanks in advice!
 
 Best regards.
 Bart.
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

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


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread rakshat hooja
If your provider needs a proxy, many times  you need to enter the same for
DNS and not opendns.

Have not tried gprs on 4.4.2 yet. will try tomorrow and let you know.

Rakshat


 Oh, I know the details, but thanks anyway.  I have been trying to figure
 out if the reason for my inability to get data in or out through gprs
 relates to a dns problem (I use opendns) or a routing issue, or something
 entirely else.

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




-- 
--
Please use Firefox as your web browser. Its protects you from spyware and is
also a very feature rich browser.
www.firefox.com
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread steffen . linux
hi,

oh...that wasn't my idea...I've tried several howtos for the OM distro (none 
works, perhaps because I don't want to disable my PIN for security reasons...) 
and in one of them (on freeyourphone.de - german community) there was that 
hint, that you've to enter something into that, even if your provider doesn't 
need it ;)

I needed a proxy to make it work and (in my case) proxy, DNS and Gateway are 
all the same...write an email to your provider to get these informations...

Happy browsing ;)
 Original-Nachricht 
 Datum: Mon, 3 Nov 2008 16:46:41 +0530
 Von: Nishit Dave [EMAIL PROTECTED]
 An: List for Openmoko community discussion community@lists.openmoko.org
 Betreff: Re: QtExtended 4.4.2 : GPRS

 On Mon, Nov 3, 2008 at 4:15 PM, [EMAIL PROTECTED] wrote:
 
  if your provider needs no login data (username/password) write something
  inside these fields, else it won't work...(maybe a *)
 
 
  YAY! It worked!  How did you figure that out?
 
 I still need to resolve the DNS issue though.  Or perhaps it is the proxy.

-- 
GMX Download-Spiele: Preizsturz! Alle Puzzle-Spiele Deluxe über 60% billiger.
http://games.entertainment.gmx.net/de/entertainment/games/download/puzzle/index.html

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


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread rakshat hooja
Have you seen this blog for connecting to gprs on qtopia.

http://johnsu01.livejournal.com/tag/openmoko




 Oh, I know the details, but thanks anyway.  I have been trying to figure
 out if the reason for my inability to get data in or out through gprs
 relates to a dns problem (I use opendns) or a routing issue, or something
 entirely else.

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




-- 
--
Please use Firefox as your web browser. Its protects you from spyware and is
also a very feature rich browser.
www.firefox.com
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread Nishit Dave
On Tue, Nov 4, 2008 at 12:32 AM, rakshat hooja [EMAIL PROTECTED] wrote:

 Have you seen this blog for connecting to gprs on qtopia.

 http://johnsu01.livejournal.com/tag/openmoko




 Oh, I know the details, but thanks anyway.  I have been trying to figure
 out if the reason for my inability to get data in or out through gprs
 relates to a dns problem (I use opendns) or a routing issue, or something
 entirely else.

 ___


I have figured out where the chat script and settings rest, edited the
script to reflect the correct dialup number *99# for Vodafone Mumbai (not
the default *99#) and after Bart's advise, have been successfully able
to *establish* a connection.

However, what I am trying to work out is why the browser or anything else
can't connect to the internet.  I tried your advise to use the server
assigned dns, but it is not working.  I'll try and see if it fetches pages
through ip addresses - have been plagued by this in linux.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread Jason Cawood
I tried gprs and only managed to cause kernel panic.  I gave up and went
back to 2008.09

If your provider needs a proxy, many times you need to enter the same for
DNS and not opendns. Have not tried gprs on 4.4.2 yet. will try tomorrow
and let you know. Rakshat

Oh, I know the details, but thanks anyway. I have been trying to
figure out if the reason for my inability to get data in or out through
gprs relates to a dns problem (I use opendns) or a routing issue, or
something entirely else. 


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


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread Bartłomiej Zimoń
Monday 03 of November 2008 20:02:43 rakshat hooja napisał(a):
 Have you seen this blog for connecting to gprs on qtopia.
 
 http://johnsu01.livejournal.com/tag/openmoko
 
 

Yes but whats is this magic patch from this blog ?

_
Regards
Bartłomiej Zimoń

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


RE: QtExtended 4.4.2 : GPRS

2008-11-03 Thread Roland Kossel
Hello,

in which script did you change the dialup number? I have to change the one for 
my provider too but don ‘t want to use the console to create the connection.

Thanks,
Roland

--
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nishit Dave
Sent: Monday, November 03, 2008 8:15 PM
To: List for Openmoko community discussion
Subject: Re: QtExtended 4.4.2 : GPRS

[…]

I have figured out where the chat script and settings rest, edited the script 
to reflect the correct dialup number *99# for Vodafone Mumbai (not the default 
*99#) and after Bart's advise, have been successfully able to *establish* a 
connection.

[…]


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


Re: QtExtended 4.4.2 : GPRS

2008-11-03 Thread Chris Samuel
On Tue, 4 Nov 2008 6:15:13 am Nishit Dave wrote:

 However, what I am trying to work out is why the browser or anything else
 can't connect to the internet.  I tried your advise to use the server
 assigned dns, but it is not working.

Don't know if this is any help, but there is a list of mobile providers and 
the info they use as part of Gnome here:

http://svn.gnome.org/viewvc/mobile-broadband-provider-
info/trunk/serviceproviders.xml?view=markup

I stumbled across it when I upgraded my Kubuntu laptop to the then Intrepid 
(8.10) development version and one day when I was in the UK the Network 
Manager packages pulled in the mobile-broadband-provider-info in.

http://packages.ubuntu.com/source/intrepid/mobile-broadband-provider-info

NetworkManager works out of the box on that laptop with a Three 3G modem. :-)

Might be a handy package for OM/QE, etc..

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community