~morphis/phablet-extras/ofono-sms-status-report

« back to all changes in this revision

Viewing changes to doc/calypso-modem.txt

  • Committer: Martin Pitt
  • Date: 2011-02-21 14:08:48 UTC
  • mfrom: (18.1.7 ofono)
  • Revision ID: martin@piware.de-20110221140848-9v2jbu09zvxib74l
* New upstream release.
* debian/control: explicitly Conflicts with modemmanager: having both
  installed / running at the same time causes issues causes issues with both
  claiming modem devices. (LP: #688472)
* debian/patches/02-dont-handle-stacktraces.patch: stop catching stacktraces
  and printing the information internally, so apport can catch and report
  the possible bugs. (LP: #691450)
* debian/ofono.postinst: on configure, notify the user that a reboot is
  required (so ofono can get started by upstart). (LP: #600501)
* debian/control: add new Build-Depends on libbluetooth-dev to build with
  bluetooth support.
* debian/rules: drop override_dh_strip, not needed for debug symbols with
  cdbs.
* debian/rules: pass --no-restart-on-upgrade so ofono isn't automatically
  restarted when upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Calypso modem usage
 
2
===================
 
3
 
 
4
On the Openmoko Freerunner phone, the Calypso modem is presented by
 
5
the kernel as serial device /dev/ttySAC0.  To allow oFono to
 
6
autodetect and use this, a simple udev rule is needed:
 
7
 
 
8
KERNEL=="ttySAC0", ENV{OFONO_DRIVER}="calypso"
 
9
 
 
10
You can put this in any file in /lib/udev/rules.d.  A logical choice
 
11
is the "55-openmoko-gta01-gta02.rules" file, if it exists in your
 
12
Freerunner distribution.
 
13
 
 
14
With this rule in place:
 
15
 
 
16
- oFono will detect the Calypso modem when it starts up, and the
 
17
  `list-modems' test script will show this, but will not power it up
 
18
 
 
19
- the `enable-modem' test script can be used to power it up
 
20
 
 
21
- a subsequent `list-modems' will show lots of information, including
 
22
  network registration.