All of lore.kernel.org
 help / color / mirror / Atom feed
* Getting started (serial GPRS modem)
@ 2012-09-11 13:17 Erik
  2012-09-12  4:49 ` Denis Kenzior
  0 siblings, 1 reply; 7+ messages in thread
From: Erik @ 2012-09-11 13:17 UTC (permalink / raw)
  To: ofono

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

Hi!

I've been looking at ofono for quite some time now. A couple of years ago I
wrote a lot of code to interface a GPRS modem. Now I need to do basically
the same again and I wonder if ofono would be a good idea to use.

The modem is not supported by ofono out of the box (no driver for it in the
tree).

First of all, I must say that I really miss some kind of "getting started"
information on the home page. Maybe I have just not found it. Is there such
a thing?

Second, the modem is a serial GPRS modem connected through a serial line.
This has to be farily common. Isn't there a simple way of just testing
ofono without adding udev rules, writing drivers, etc? What I would like is
basically to start ofonod with a path to the serial device, telling it to
use only standard (not device-specific) AT commands.

I don't think what I'd like to do is possible. So I added an udev rule in
the form of:

KERNEL=="ttyUSB*", ENV{OFONO_DRIVER}="nokia"

This gives me some indication that something happens when I start ofonod:

ofonod[21742]: plugins/udev.c:add_modem()
/devices/pci0000:00/0000:00:06.0/usb2/2-2/2-2:1.0/ttyUSB0/tty/ttyUSB0
(atmodem)

How do I proceed from here?

test/llist-modems gives me nothing.

Do the existing drivers check that the modem is actually a modem of that
type (nokia in this case)?

I am not looking for anything fancy. I basically only want to set up a GPRS
connection and maybe do operator selection.
No voice, no SMS, nothing more.

I tried this with the ofono-1.10 release.

Thanks,
Erik

[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 1678 bytes --]

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

end of thread, other threads:[~2012-09-13 12:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 13:17 Getting started (serial GPRS modem) Erik
2012-09-12  4:49 ` Denis Kenzior
2012-09-12  8:40   ` Erik
2012-09-12 13:35     ` Denis Kenzior
2012-09-12 15:55     ` Daniele Palmas
2012-09-12 17:31       ` Andrea Galbusera
2012-09-13 12:44         ` Daniele Palmas

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.