Re: Customize Debian image in a mini desktop
What windowmanager are you using? Try running it from the command line and see if there is any output. -Tom - Original Message - From: "C R McClenaghan" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Tuesday, August 26, 2008 9:07:05 PM GMT -05:00 US/Canada Eastern Subject: Re: Customize Debian image in a mini desktop Sebastian, Having started it from the application menu (at first was missing python-gtk2) I see only GSM and WiFI icons - no batery, GPS or BT? What else do I need to do to get all? Chris On Aug 24, 2008, at 10:54 AM, Sebastian Ohl wrote: > On Sun, 2008-08-24 at 19:06 +0200, arne anka wrote: >> uhm, how does one use it? > It should appear somewhere in your windowmanagers application menu(in > xfce in submenu other) or you can start it on a console > via /usr/bin/openmoko-panel-plugin > -- > Yours > Sebastian Ohl > > > > ___ > 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 ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Customize Debian image in a mini desktop
I used the network applet and just configured it to see eth0 and ppp0. I'm not that interested in seeing IP over USB traffic but you could add that by just adding another applet on the taskbar for it. I'm currently finishing up a battery power python app for any of the system trays (GNOME, XFCE, etc) so you can see battery power when zhone is either not open, or minimized. I plan on adding phone network status and other information to it as well. I'll post the link here when I'm finished. -Tom - Original Message - From: "Michele Renda" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Wednesday, August 20, 2008 10:10:39 AM GMT -05:00 US/Canada Eastern Subject: Re: Customize Debian image in a mini desktop -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With the problem with the onscreen keyboard, I solved keeping the keyboard closed when booting, and opening it only after the boot. It is the only little bug I saw until now! Ps: using Network Nanager 0.6 I am not able to saw neither wifi or usb0 connection. Someone had success on it? (for usb0 i know thet Network Manager 0.7 support it :) xaos x wrote: > Actually, you don't need to launch xfce4-desktop. just launch xfce4-panel, > then zhone, or vice versa. The onscreen keyboard works *much* better that way. > > -Tom > > - Original Message - > From: "Michele Renda" <[EMAIL PROTECTED]> > To: "List for Openmoko community discussion" > Sent: Wednesday, August 20, 2008 3:28:53 AM GMT -05:00 US/Canada Eastern > Subject: Customize Debian image in a mini desktop > > Playing with [EMAIL PROTECTED] I flight with some problem, and now, because I > found a solution, I'd like to share with community. > > > After I installed Debian, it was launching by default zhone. For now I > need more a palm, than a phone so I list here all the changes I made to > make it usable for me. I hope it can be useful for somehone > > I installed Debian according the ufficial procedure. Then with > ctrl+alt+x I entered in a terminal. > > With these commands (or in a simplier way, with a ssh) I installed these > programs (check internet connectivity) > > > apt-get install aptitude > > aptitude install xfce abiword gnumeric pidgin tangogps gpsd sonata mpd > > Then I used the Sebastian Ohl's patch have a left click: > > (thank you again Sebastian) > > http://www.ohli.de/download/xserver-xorg-input-tslib_0.0.4-5+fso2_armel.deb > > after I installed it with: > > dpkg --install xserver-xorg-input-tslib_0.0.4-5+fso2_armel.deb > > I have also to recalibrate the screen: > > wget http://pkg-fso.alioth.debian.org/freerunner/pointercal > mv pointercal /etc/pointercal > > Then I liked to start my FR direct in XFCE, without passing by zhone: > > Editing /usr/bin/zhone-session > > and trasform is something like this: > > #!/bin/sh > exec startxfce4 & > matchbox-keyboard-toggle & > exec matchbox-window-manager -use_titlebar yes > > > (the last yes is to have a close button, I like it more :) ) > > > Ps. I think is better to fix the dimension of the font and of the icons > (I have 48) > > > I took part of the information from the official Debian guide for FR and > from here: http://wiki.openmoko.org/wiki/Manual_Debian (Have a look > there to know how to fix sound and gps, I didn't tried). > > I hope it help someone. > > Best regards > Michele Renda > > ___ 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 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIrCXfSIAU/I6SkT0RAsWXAJ9rxkrsXKmfNNJFowRHIhpQa1fLgACfWLfu Vieus40zlLPvPD5XEq1zUbs= =wV68 -END PGP SIGNATURE- ___ 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: Customize Debian image in a mini desktop
Actually, you don't need to launch xfce4-desktop. just launch xfce4-panel, then zhone, or vice versa. The onscreen keyboard works *much* better that way. -Tom - Original Message - From: "Michele Renda" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Wednesday, August 20, 2008 3:28:53 AM GMT -05:00 US/Canada Eastern Subject: Customize Debian image in a mini desktop -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Playing with [EMAIL PROTECTED] I flight with some problem, and now, because I found a solution, I'd like to share with community. After I installed Debian, it was launching by default zhone. For now I need more a palm, than a phone so I list here all the changes I made to make it usable for me. I hope it can be useful for somehone I installed Debian according the ufficial procedure. Then with ctrl+alt+x I entered in a terminal. With these commands (or in a simplier way, with a ssh) I installed these programs (check internet connectivity) apt-get install aptitude aptitude install xfce abiword gnumeric pidgin tangogps gpsd sonata mpd Then I used the Sebastian Ohl's patch have a left click: (thank you again Sebastian) http://www.ohli.de/download/xserver-xorg-input-tslib_0.0.4-5+fso2_armel.deb after I installed it with: dpkg --install xserver-xorg-input-tslib_0.0.4-5+fso2_armel.deb I have also to recalibrate the screen: wget http://pkg-fso.alioth.debian.org/freerunner/pointercal mv pointercal /etc/pointercal Then I liked to start my FR direct in XFCE, without passing by zhone: Editing /usr/bin/zhone-session and trasform is something like this: #!/bin/sh exec startxfce4 & matchbox-keyboard-toggle & exec matchbox-window-manager -use_titlebar yes (the last yes is to have a close button, I like it more :) ) Ps. I think is better to fix the dimension of the font and of the icons (I have 48) I took part of the information from the official Debian guide for FR and from here: http://wiki.openmoko.org/wiki/Manual_Debian (Have a look there to know how to fix sound and gps, I didn't tried). I hope it help someone. Best regards Michele Renda -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIq8e1SIAU/I6SkT0RAqo1AJwI04jgGSdSawmU77c1iWNr+rW11ACfZiBY vhwPVLKU9fAieaexBEpcLYk= =TjfK -END PGP SIGNATURE- ___ 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
FSO Ringtones
I added some information to http://wiki.openmoko.org/wiki/FSO_ringtones to clarify the differences between FSO and FSO under Debian as well as adding a method for compiling py files without a reboot. -Tom ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: GPRS working (somewhat) with T-Mobile and Freerunner
I actually finally got it working by using the article from freeyourphone that uses the multiplexing package. http://freeyourphone.de/portal_v1/viewtopic.php?f=21&t=295&start=0&st=0&sk=t&sd=a&sid=dda5c6cbf5850182c786488123f056ce It will receive calls and make calls while connected to GPRS using this setup. -Tom - Original Message - From: "Nathan Kinkade" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Monday, August 11, 2008 11:23:23 PM GMT -05:00 US/Canada Eastern Subject: Re: GPRS working (somewhat) with T-Mobile and Freerunner 2008/8/11 xaos x <[EMAIL PROTECTED]>: > I can get this working in om2007.2, by disabling gsmd, and performing the > other steps in the wiki, but it just doesn't work in 2008.8. I get the > connect script failed message. Perhaps there are some other packages you have > installed? or are you running a pretty vanilla install of 2008.8 with little > modification? This is stumping me. > > -Tom I'm running a vanilla install of 2008.8. I'm using the jffs2 and kernel images from here: http://downloads.openmoko.org/releases/Om2008.8/ I haven't installed much of anything, or made any fundamental changes to the configuration. I did it on a fresh boot. One thing to note, and this is related to Chris's earlier post, connecting with GPRS irrevocably breaks GSM, and no amount of changing the power state of the chip would recover it. Actually not even a reboot would bring the use of the phone/dialer back. I had to halt the system and then boot it. Presumably rebooting doesn't power down the chip and so it stays in some sort of inconsistent state. If anyone knows how to recover the use of GSM after using GPRS, that would be useful. My only suggestion at the moment would be to totally power down the device, get a fresh boot and then trying "pon tmobile" before doing anything else, especially before using the phone. Nathan ___ 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
om2008.8 is awesome
OK, the newest image solves the usability hinderences I've encountered and I even got GPRS working with the ability to receive incoming calls while online using the instructions here http://freeyourphone.de/portal_v1/viewtopic.php?f=21&t=295&start=0&st=0&sk=t&sd=a&sid=dda5c6cbf5850182c786488123f056ce. I finally feel like I have a single direction in which to start developing for the Freerunner. I just wanted to say great work to all of the patient OM developers working on this. -Tom ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: GPRS working (somewhat) with T-Mobile and Freerunner
sorry, i meant for this to be offlist. doh! -Tom - Original Message - From: "xaos x" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Monday, August 11, 2008 2:29:27 PM GMT -05:00 US/Canada Eastern Subject: Re: GPRS working (somewhat) with T-Mobile and Freerunner I can get this working in om2007.2, by disabling gsmd, and performing the other steps in the wiki, but it just doesn't work in 2008.8. I get the connect script failed message. Perhaps there are some other packages you have installed? or are you running a pretty vanilla install of 2008.8 with little modification? This is stumping me. -Tom - Original Message - From: "Nathan Kinkade" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Saturday, August 9, 2008 5:51:00 PM GMT -05:00 US/Canada Eastern Subject: GPRS working (somewhat) with T-Mobile and Freerunner I just wanted to share with the community that I have somewhat got GPRS working T-Mobile on a Freerunner (GTA02) with the August 8 release of Om2008.8. I'm going to paste a bunch of stuff in here, so sorry if this email is pretty confused and long. I need to say up front that I don't have any data plan with T-Mobile. I just went to a T-Mobile store yesterday and bought a SIM chip (US$10) and a pre-paid plan. The guy behind the counter asked me what the phone was that I had. I explained a little, and then he mentioned something about me being able to get free data service, that T-Mobile didn't advertise it, and that it wasn't worth their time to track down who was using it ... I don't know. He just wrote on my receipt "wap.voicestream.com". I should also note that I didn't have to modify /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on, or chown /dev/ttySAC0, or even do "stty -F /dev/ttySAC0 crtscts". However, in relation to chowning /dev/ttySAC0, I *did* modify /etc/group and add the users "uucp" and "ppp" to the group "dialout", which by default has write permissions on /dev/ttySAC0. It seems to connect, bring up the ppp0 interface, and get and configure a number of TCP/IP settings. Only DNS name resolution seems to work, but this is probably just because I don't have a data plan, or haven't figured out what ports are open to the outside world or what proxy may need to be used. Any input, or suggestions would be great. What I've done required very little modification from this wiki article: http://wiki.openmoko.org/wiki/GPRS. The only files I edited or created were the ones you see below. Get ready for a cut-n-paste fest: - [EMAIL PROTECTED]:~# cat /etc/ppp/peers/tmobile lock /dev/ttySAC0 115200 crtscts connect /etc/ppp/tmobile-connect disconnect /etc/ppp/tmobile-disconnect hide-password usepeerdns ipcp-accept-local noauth noipdefault novj novjccomp defaultroute replacedefaultroute # Reopen the connection if it fails, pausing for a while. persist holdoff 15 # Check the line every 20 seconds and presume # the peer is gone if no reply for 4 times. lcp-echo-interval 20 lcp-echo-failure 4 - [EMAIL PROTECTED]:~# cat /etc/ppp/tmobile-connect #!/bin/sh -e exec chat -v -S -s\ 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\ OK AT+COPS\ OK AT+CGDCONT=1,\"IP\",\"wap.voicestream.com\"\ OK ATD*99***1# CONNECT /n/d - [EMAIL PROTECTED]:~# cat /etc/ppp/tmobile-disconnect #!/bin/sh -e /usr/sbin/chat -v\ ABORT OK\ ABORT BUSY\ ABORT DELAYED\ ABORT "NO ANSWER"\ ABORT "NO CARRIER"\ ABORT "NO DIALTONE"\ ABORT VOICE\ ABORT ERROR\ ABORT RINGING\ TIMEOUT 12\ "" "\K\K\K\d+++ATH"\ "NO CARRIER-AT-OK" "\c" - [EMAIL PROTECTED]:~# cat /etc/ppp/pap-secrets # Secrets for authentication using PAP # clientserver secret IP addresses * * "" * - [EMAIL PROTECTED]:~# pon tmobile [EMAIL PROTECTED]:~# logread -f Aug 9 21:40:52 om-gta02 daemon.notice pppd[1521]: pppd 2.4.3 started by root, uid 0 Aug 9 21:
Re: GPRS working (somewhat) with T-Mobile and Freerunner
I can get this working in om2007.2, by disabling gsmd, and performing the other steps in the wiki, but it just doesn't work in 2008.8. I get the connect script failed message. Perhaps there are some other packages you have installed? or are you running a pretty vanilla install of 2008.8 with little modification? This is stumping me. -Tom - Original Message - From: "Nathan Kinkade" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Saturday, August 9, 2008 5:51:00 PM GMT -05:00 US/Canada Eastern Subject: GPRS working (somewhat) with T-Mobile and Freerunner I just wanted to share with the community that I have somewhat got GPRS working T-Mobile on a Freerunner (GTA02) with the August 8 release of Om2008.8. I'm going to paste a bunch of stuff in here, so sorry if this email is pretty confused and long. I need to say up front that I don't have any data plan with T-Mobile. I just went to a T-Mobile store yesterday and bought a SIM chip (US$10) and a pre-paid plan. The guy behind the counter asked me what the phone was that I had. I explained a little, and then he mentioned something about me being able to get free data service, that T-Mobile didn't advertise it, and that it wasn't worth their time to track down who was using it ... I don't know. He just wrote on my receipt "wap.voicestream.com". I should also note that I didn't have to modify /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on, or chown /dev/ttySAC0, or even do "stty -F /dev/ttySAC0 crtscts". However, in relation to chowning /dev/ttySAC0, I *did* modify /etc/group and add the users "uucp" and "ppp" to the group "dialout", which by default has write permissions on /dev/ttySAC0. It seems to connect, bring up the ppp0 interface, and get and configure a number of TCP/IP settings. Only DNS name resolution seems to work, but this is probably just because I don't have a data plan, or haven't figured out what ports are open to the outside world or what proxy may need to be used. Any input, or suggestions would be great. What I've done required very little modification from this wiki article: http://wiki.openmoko.org/wiki/GPRS. The only files I edited or created were the ones you see below. Get ready for a cut-n-paste fest: - [EMAIL PROTECTED]:~# cat /etc/ppp/peers/tmobile lock /dev/ttySAC0 115200 crtscts connect /etc/ppp/tmobile-connect disconnect /etc/ppp/tmobile-disconnect hide-password usepeerdns ipcp-accept-local noauth noipdefault novj novjccomp defaultroute replacedefaultroute # Reopen the connection if it fails, pausing for a while. persist holdoff 15 # Check the line every 20 seconds and presume # the peer is gone if no reply for 4 times. lcp-echo-interval 20 lcp-echo-failure 4 - [EMAIL PROTECTED]:~# cat /etc/ppp/tmobile-connect #!/bin/sh -e exec chat -v -S -s\ 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\ OK AT+COPS\ OK AT+CGDCONT=1,\"IP\",\"wap.voicestream.com\"\ OK ATD*99***1# CONNECT /n/d - [EMAIL PROTECTED]:~# cat /etc/ppp/tmobile-disconnect #!/bin/sh -e /usr/sbin/chat -v\ ABORT OK\ ABORT BUSY\ ABORT DELAYED\ ABORT "NO ANSWER"\ ABORT "NO CARRIER"\ ABORT "NO DIALTONE"\ ABORT VOICE\ ABORT ERROR\ ABORT RINGING\ TIMEOUT 12\ "" "\K\K\K\d+++ATH"\ "NO CARRIER-AT-OK" "\c" - [EMAIL PROTECTED]:~# cat /etc/ppp/pap-secrets # Secrets for authentication using PAP # clientserver secret IP addresses * * "" * - [EMAIL PROTECTED]:~# pon tmobile [EMAIL PROTECTED]:~# logread -f Aug 9 21:40:52 om-gta02 daemon.notice pppd[1521]: pppd 2.4.3 started by root, uid 0 Aug 9 21:41:02 om-gta02 daemon.info pppd[1521]: Serial connection established. Aug 9 21:41:03 om-gta02 daemon.info pppd[1521]: Using interface ppp0 Aug 9 21:41:03 om-gta02 daemon.notice pppd[1521]: Connect: ppp0 <--> /dev/ttySAC0 Aug 9 21:41:10 om-gta02 daemon.notice pppd[1521]: PAP authentication succeeded Aug 9 21:41:11 om-gta02 user.info kernel: [ 359.205000] PPP BSD Compression module registered Aug 9 21:41:11 om-gta02 user.info kernel: [ 359.815000] PPP Deflate Compression module registered Aug 9 21:41:13 om-gta02 daemon.warn pppd[1521]: Could not determine remote IP address: defaulti
om2008.8
OK, I really want to like it, but it has some deal killers some of which are beyond my ability to fix. 1. it only connects to the phone network on every fourth boot or so. Not sure if that's a provider problem or not. It works fine in 2007.2. there doesn't seem to be a libgsm-util utility or a gsmd anymore so I'm not sure how to go about troubleshooting it. 2. pppd doesn't connect to GPRS anymore. is om2008.8 using multiplexing now or does the gsm still need to be reset before connecting to gprs? If so, how does one disable it? 3. terminal not installed by default. This is kind of frustrating if you have usb network problems and need to get it going. 4. is there a way to change the fonts on the menus and the menu look in general? 5. qpe crashes randomly. 6. wifi says "unknown" for status and no iwconfig available. 7. what's up with resolvconf? I can't seem to get it to config a nameserver to save my life. I realize these things are to be expected as this release just came out today and some of these things are already filed as bugs , but I thought I'd add my $0.02 and ask some questions in the process. -Tom ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Any opinions on purchasing from Koolu?
I ordered mine from them. Got it in a couple of weeks. You'll need to sign for it when you get it so, unless you're home when it arrives, be prepared to visit your post office to pick it up. They ship it CA ExpressPost, which interfaces with USPS. AS for the phone, it was the same Freerunner with om2007.2 on it. -Tom - Original Message - From: "Nick Van Fossen" <[EMAIL PROTECTED]> To: community@lists.openmoko.org Sent: Thursday, August 7, 2008 7:12:47 PM GMT -05:00 US/Canada Eastern Subject: Any opinions on purchasing from Koolu? I've been trying to purchase a new 850 Freerunner for almost 2 weeks now, but as you already know the openmoko online store still says they are to arrive on July 25th... The only two US distributors are Koolu, and gp2xstore.com. Gp2xstore.com only lists the Neo 1973 - not freerunner, and has been ignoring my e-mails for a week and a half, so I guess my only choice is Koolu. But, Koolu looks like they want to go a different direction with their phones than Openmoko does by installing Android, Google Apps, and some other goodies that I have no interest in. I've been hesitant to purchase from them because of this, but I'm wondering if anyone else has purchased an 850 Freerunner from Koolu and how that went? Did you get your phone? Have any problems with Koolu? Do you have any problems installing any of the openmoko builds/stacks? Thanks! -Nick _ Get more from your digital life. Find out how. http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008 ___ 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: FSO email/ical clients?
The claws-email package works for IMAP... http://www.ginguppin.de/node/17 - Original Message - From: "Greg Bonett" <[EMAIL PROTECTED]> To: community@lists.openmoko.org Sent: Wednesday, August 6, 2008 2:34:16 PM GMT -05:00 US/Canada Eastern Subject: FSO email/ical clients? has anyone been able to get a IMAP client or iCal client running on FSO? ___ 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 internet connection applet
Google translate works wonders... I got this nice little script working using the scaredycat repo for the packages. The script works awesomely for connecting and disconnecting. There is just the little issue of the GSM not being able to reconnect to the phone network after disconnecting ppp unless you restart X. -Tom - Original Message - From: "Niccolo Rigacci" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Wednesday, August 6, 2008 12:48:02 PM GMT -05:00 US/Canada Eastern Subject: Re: GPRS internet connection applet On Wed, Aug 06, 2008 at 12:33:32PM -0400, Daniel Benoy wrote: > How did you get pygtk running? I have the problem here: > http://docs.openmoko.org/trac/ticket/1718 Installing was a little nightmare, because of repositories missing packages that were listed, etc. I had to wipe all the opkg lists, download packages from two different repo, and manually install them. Don't know if I can reproduce the recipe, howerver here I have the list of packages and the two repo I used: http://www.rigacci.org/wiki/doku.php/doc/appunti/hardware/freerunner#connessione_internet_via_gprs In Italian, sorry, but I think you can manage the list. -- Niccolo Rigacci Firenze - Italy ___ 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: Tmobile GPRS
Still no dice... what's in your peer script? When I do a 'pppd nodetach debug call gprs' (gprs is the name of my peer script), it hangs right after "Starting GPRS connect script" and goes no further. I was able to connect once today using qtopia, but for some reason it never connected again after that and continued to hang at random times during the list of AT commands. I'm stumped as to what could be causing this issue. I did do a /etc/init.d/gsmd stop echo "1" > /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on chown uucp.uucp /dev/ttySAC0 stty -F /dev/ttySAC0 crtscts before calling the pppd script to no avail. Could this be a kernel issue? Which kernel are you using? btw, how does one go about reconnecting to the operator network after stopping gsmd and running the above commands without rebooting? /etc/init.d/gsmd start doesn't reconnect to the tmobile network and issuing AT+COPS=? returns nothing. -Tom - Original Message - From: "Jim Morris" <[EMAIL PROTECTED]> To: "List for Openmoko community discussion" Sent: Sunday, August 3, 2008 2:26:02 PM GMT -05:00 US/Canada Eastern Subject: Re: Tmobile GPRS I have t-mobile and the webconnect plan, and this worked for me, the version of the script you show did not work... Just change wap.voicestream.com to internet2.voicestream.com > cat /etc/ppp/tmobile-connect TIMEOUT 20 ABORT BUSY ABORT "NO ANSWER" ABORT "NO DIALTONE" ABORT VOICE ABORT ERROR ABORT RINGING SAY 'Starting GPRS connect script\n' "" +++ OK ATZ OK ATE1 OK AT+CFUN=1 OK AT+COPS SAY 'Setting APN\n' OK AT+CGDCONT=1,"IP","wap.voicestream.com" ABORT 'NO CARRIER' SAY 'Dialing...\n' OK ATD*99***1# CONNECT /n/d I also had to do this to make it connect... echo "1" > /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on chown uucp.uucp /dev/ttySAC0 stty -F /dev/ttySAC0 crtscts pppd call tmobile-connect xaos x wrote: > First off, the phone I have is the gta02. I've tried using the various > settings I've found around the net to get pppd working with the T-mobile > total internet plan, but I'm having issues with the connection script failing. > > Using the settings from the T-mobile pppd scripts found on the Wiki, it will > get to different stages of dialing each time I try it, but will never > connect. If iIuse the gsm tool to send the AT commands manually, or if I echo > them out in the connection script, it will get to a point where it just > hangs. So, I hit CTRL+C to cancel it and run pppd again and it goes a little > further. Eventually I can get past setting the APN, then when it tries to > dial, it fails. I've tried both *99***1# and *99# to no avail (Tier level 3 > support told me they use *99#). > > I did get it to connect once but it would disconnect again. I couldn't > troubleshoot those problems as I could never get it to connect again. > > So, for anyone who has gotten it to connect (internet2.voicestream.com), > which distribution are you using and which kernel image? > > Below are the settings I'm using: > [EMAIL PROTECTED]:~# cat /etc/ppp/peers/gprs > # > /dev/ttySAC0 > 115200 > crtscts > lock > hide-password > defaultroute # set the default route > usepeerdns > holdoff 3 > ipcp-accept-local > lcp-echo-failure 12 > lcp-echo-interval 3 > noauth > noipdefault > novj > novjccomp > replacedefaultroute > persist > debug > > connect "/usr/sbin/chat -v -f /etc/ppp/tmobile-connect" > disconnect "/usr/sbin/chat -v -f /etc/ppp/tmobile-disconnect" > > [EMAIL PROTECTED]:~# cat /etc/ppp/tmobile-connect > ECHO ON > TIMEOUT 30 > ABORT 'BUSY' > ABORT 'NO ANSWER' > ABORT 'ERROR' > SAY 'Starting GPRS connect script\n' > > ""'ATZ' > SAY 'Setting APN\n' > OK 'AT+CGDCONT=1,"IP","internet2.voicestream.com"' > > ABORT 'NO CARRIER' > SAY 'Dialing...\n' > OK 'ATD*99#' > CONNECT '' > > -Tom > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- Jim Morris, http://blog.wolfman.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
Tmobile GPRS
First off, the phone I have is the gta02. I've tried using the various settings I've found around the net to get pppd working with the T-mobile total internet plan, but I'm having issues with the connection script failing. Using the settings from the T-mobile pppd scripts found on the Wiki, it will get to different stages of dialing each time I try it, but will never connect. If iIuse the gsm tool to send the AT commands manually, or if I echo them out in the connection script, it will get to a point where it just hangs. So, I hit CTRL+C to cancel it and run pppd again and it goes a little further. Eventually I can get past setting the APN, then when it tries to dial, it fails. I've tried both *99***1# and *99# to no avail (Tier level 3 support told me they use *99#). I did get it to connect once but it would disconnect again. I couldn't troubleshoot those problems as I could never get it to connect again. So, for anyone who has gotten it to connect (internet2.voicestream.com), which distribution are you using and which kernel image? Below are the settings I'm using: [EMAIL PROTECTED]:~# cat /etc/ppp/peers/gprs # /dev/ttySAC0 115200 crtscts lock hide-password defaultroute # set the default route usepeerdns holdoff 3 ipcp-accept-local lcp-echo-failure 12 lcp-echo-interval 3 noauth noipdefault novj novjccomp replacedefaultroute persist debug connect "/usr/sbin/chat -v -f /etc/ppp/tmobile-connect" disconnect "/usr/sbin/chat -v -f /etc/ppp/tmobile-disconnect" [EMAIL PROTECTED]:~# cat /etc/ppp/tmobile-connect ECHO ON TIMEOUT 30 ABORT 'BUSY' ABORT 'NO ANSWER' ABORT 'ERROR' SAY 'Starting GPRS connect script\n' ""'ATZ' SAY 'Setting APN\n' OK 'AT+CGDCONT=1,"IP","internet2.voicestream.com"' ABORT 'NO CARRIER' SAY 'Dialing...\n' OK 'ATD*99#' CONNECT '' -Tom ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community