Re: [QtMoko] GSM not turning on / registering

2014-05-20 Thread Nick
Quoth Michael Spacefalcon: 
 Because I am the kind of guy who finds it easier to write his own
 program than to learn how to use one that already exists, I've been
 using my own ad hack tool called engcons to talk AT commands to the
 modem in my Neo FR.  The engcons.c source is appended at the end of
 this post; you'll need to compile and run it on your FR.  Use it like
 this:
 
 # stop QtMoko
 /etc/init.d/qtmoko-neo stop
 # power-cycle the modem
 echo 0  /sys/bus/platform/devices/gta02-pm-gsm.0/power_on
 echo 1  /sys/bus/platform/devices/gta02-pm-gsm.0/power_on
 # run engcons to talk AT commands
 engcons /dev/ttySAC0 r115200
 
 Once you do the above, you should be in a state where you can type AT
 commands and see the expected responses.  Try AT+CGMI, AT+CGMM, AT+CGMR,
 AT+CFUN=1, AT+COPS and AT+COPS=?, and post the results you get.

OK, I compiled engcons.c on my FR. It took a bit of doing, 'cos the 
uSD reader is broken, so I am very space-limited (so apt-get doesn't 
work), but eventually I got gcc  libc6-dev installed with dpkg.

Interesting results:

root@neo:~# ./engcons /dev/ttySAC0 r115200
Starting session
AT-Command Interpreter ready
OK
AT+CGMI
+CGMI: FIC/OpenMoko
OK
AT+CGMM
+CGMM: Neo1973 GTA01/GTA02 Embedded GSM Modem
OK
AT+CGMR
+CGMR: GSM: gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko11
OK
AT+CFUN=1
OK
AT+COPS=?
+COPS: (1,T-Mobile ,T-Mobile,310260)
OK

In a different session I ran AT+COPS, but it never seemed to return, so
I cycled the modem power and started again, and AT+COPS=? returned.

If I'm not mistaken the above means that only T-Mobile is found.  
Which I'm guessing implies that ATT have decided to turn off GSM 
here. Which would be ... annoying.

Nick

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


Re: [QtMoko] GSM not turning on / registering

2014-05-20 Thread Michael Spacefalcon
Nick openmoko-commun...@njw.me.uk wrote:

 Interesting results:
 [...]
 AT+COPS=?
 +COPS: (1,T-Mobile ,T-Mobile,310260)
 OK
 [...]
 If I'm not mistaken the above means that only T-Mobile is found.  

Yes, it does.  310260 aka T-Mobile USA is the only thing your FR can
hear in the PCS1900 band.  Because your FR is the 900/1800/1900 MHz
version (like mine), there is no reliable way to tell if any GSM
services exist in the USA-secondary band at 850 MHz.

If you feel adventurous, you can go to ebay and get one of those Mot
C139 phones I mentioned earlier - it's an ultra-basic candybar
dumbphone that was made either EU-only or US-only, each version
supporting the low and high bands for its region, so the US version
supports both 1900 and 850 MHz.

 Which I'm guessing implies that ATT have decided to turn off GSM 
 here. Which would be ... annoying.

Given that T-Mobile still provides GSM1900 coverage in your area (and
with good signal strength too, as far as I could tell from your
previous captured modem output), it seems to me that the proper thing
for you to do would be to close the feedback loop by promptly canceling
your ATT service subscription, and making sure to tell their customer
service exactly why you are no longer interested in their 3G-only
services which do no good for freedom lovers like us.

I've been a T-Mobile customer since 2003, and I've been quite happy
with their service and plans.  The latter have been greatly simplified
when, because they only care about selling data and give voice calls
away for free, they eliminated all counting of minutes and SMS texts,
and set their lowest-end, most basic plan at $50/month for unlimited
calls, unlimited SMS and unlimited 2G data as in GPRS - i.e., their
lowest-end plan gives us unlimited, all-you-can-eat use of everything
that our FreeCalypso phones/modems are capable of using.  (CSD calls,
which work very nicely, at least in SoCal, are part of the unlimited
calls deal too!)

More recently I have heard that some T-Mobile MVNOs apparently offer
the exact same thing for less per month: that MetroPCS I mentioned
earlier say they only charge $30/month, and their description sounds
like the exact same thing that costs $50/month directly from T-Mobile.
In my own case I'm not interested in switching because my plan is not
just for me, but covers all of my family members too, and I'm a
strong follower of if it ain't broke, don't fix it - but for someone
new who does not already have service with T-Mobile, looking into
these MVNOs would probably be a good idea.

After I send off this post, I'll make a quick trip to that MetroPCS
store I mentioned earlier, I'll bring my FR with me for testing, and
I'll ask them about Boston area.

VLR,
SF

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