All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: New file about using the calypso modem
@ 2010-12-31 10:50 Neil Jerram
  2010-12-31 18:18 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Jerram @ 2010-12-31 10:50 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]

---
 doc/calypso-modem.txt |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 doc/calypso-modem.txt

diff --git a/doc/calypso-modem.txt b/doc/calypso-modem.txt
new file mode 100644
index 0000000..8e1eb22
--- /dev/null
+++ b/doc/calypso-modem.txt
@@ -0,0 +1,22 @@
+Calypso modem usage
+===================
+
+On the Openmoko Freerunner phone, the Calypso modem is presented by
+the kernel as serial device /dev/ttySAC0.  To allow oFono to
+autodetect and use this, a simple udev rule is needed:
+
+KERNEL=="ttySAC0", ENV{OFONO_DRIVER}="calypso"
+
+You can put this in any file in /lib/udev/rules.d.  A logical choice
+is the "55-openmoko-gta01-gta02.rules" file, if it exists in your
+Freerunner distribution.
+
+With this rule in place:
+
+- oFono will detect the Calypso modem when it starts up, and the
+  `list-modems' test script will show this, but will not power it up
+
+- the `enable-modem' test script can be used to power it up
+
+- a subsequent `list-modems' will show lots of information, including
+  network registration.
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] doc: New file about using the calypso modem
@ 2010-12-28 12:25 Neil Jerram
  2010-12-28 17:01 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Jerram @ 2010-12-28 12:25 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]

---
 doc/calypso-modem.txt |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 doc/calypso-modem.txt

diff --git a/doc/calypso-modem.txt b/doc/calypso-modem.txt
new file mode 100644
index 0000000..ea3e0bb
--- /dev/null
+++ b/doc/calypso-modem.txt
@@ -0,0 +1,22 @@
+Calypso modem usage
+===================
+
+On the Openmoko Freerunner phone, the Calypso modem is presented by
+the kernel as serial device /dev/ttySAC0.  To allow Ofono to
+autodetect and use this, a simple udev rule is needed:
+
+KERNEL=="ttySAC0", ENV{OFONO_DRIVER}="calypso"
+
+You can put this in any file in /lib/udev/rules.d.  A logical choice
+is the "55-openmoko-gta01-gta02.rules" file, if it exists in your
+Freerunner distribution.
+
+With this rule in place:
+
+- ofono will detect the Calypso modem when it starts up, and the
+  `list-modems' test script will show this, but will not power it up
+
+- the `enable-modem' test script can be used to power it up
+
+- a subsequent `list-modems' will show lots of information, including
+  network registration.
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-31 19:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-31 10:50 [PATCH] doc: New file about using the calypso modem Neil Jerram
2010-12-31 18:18 ` Marcel Holtmann
2010-12-31 19:53   ` Neil Jerram
  -- strict thread matches above, loose matches on Subject: below --
2010-12-28 12:25 Neil Jerram
2010-12-28 17:01 ` Marcel Holtmann
2010-12-28 17:32   ` Frank Gau
2010-12-28 20:29   ` Neil Jerram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.