All of lore.kernel.org
 help / color / mirror / Atom feed
* setup ofono for telit h910 on embedded system
@ 2012-02-03 14:34 Jan Pohanka
  2012-02-07 17:34 ` nicolas.bertrand
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Pohanka @ 2012-02-03 14:34 UTC (permalink / raw)
  To: ofono

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

Hello,

I'm working on embedded system with dm365 processor (arm926ej-s) and I  
want to use ofono with a Telit h910 modem connected by usb. The module  
works, I can make a calls using AT commands on /dev/ttyACM3 (or ttyS1),  
but I'm not able to register it with ofono.

I have added following line to /lib/udev/rules.d/ofono.rules
KERNEL=="ttyACM3", ENV{OFONO_DRIVER}="telit" (I have tried atgen also)

After enabling the modem I'm getting following debug messages...
ofonod[133]: plugins/udevng.c:udev_start()
ofonod[133]: plugins/udevng.c:enumerate_devices()
ofonod[133]: plugins/udevng.c:check_usb_device() MOSCHIP usb-ethernet  
driver [9710:7830]
usb 1-1.3: new high speed USB device using musb_hdrc and address 5
usb 1-1.3: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid  
bInterval 255, changing t
o 11
usb 1-1.3: New USB device found, idVendor=058b, idProduct=0041
usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-1.3: configuration #1 chosen from 1 choice
usb 1-1.3: USB disconnect, address 5
usb 1-1.3: new high speed USB device using musb_hdrc and address 6
usb 1-1.3: New USB device found, idVendor=1bc7, idProduct=0021
usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.3: Product: Telit Wireless Module
usb 1-1.3: Manufacturer: Telit wireless solutions
usb 1-1.3: SerialNumber: 357164040028220
usb 1-1.3: configuration #1 chosen from 1 choice
cdc_acm 1-1.3:1.0: This device cannot do calls on its own. It is not a  
modem.
cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
cdc_acm 1-1.3:1.2: This device cannot do calls on its own. It is not a  
modem.
cdc_acm 1-1.3:1.2: ttyACM1: USB ACM device
cdc_acm 1-1.3:1.4: This device cannot do calls on its own. It is not a  
modem.
cdc_acm 1-1.3:1.4: ttyACM2: USB ACM device
cdc_acm 1-1.3:1.6: This device cannot do calls on its own. It is not a  
modem.
cdc_acm 1-1.3:1.6: ttyACM3: USB ACM device
cdc_acm 1-1.3:1.8: This device cannot do calls on its own. It is not a  
modem.
cdc_acm 1-1.3:1.8: ttyACM4: USB ACM device
cdc_acm 1-1.3:1.10: This device cannot do calls on its own. It is not a  
modem.
cdc_acm 1-1.3:1.10: ttyACM5: USB ACM device
cdc_acm 1-1.3:1.12: This device cannot do calls on its own. It is not a  
modem.
cdc_acm 1-1.3:1.12: ttyACM6: USB ACM device
ofonod[133]: plugins/udevng.c:check_usb_device() cdc_acm [1bc7:0021]
ofonod[133]: plugins/udev.c:udev_event() subsystem tty add
ofonod[133]: plugins/udev.c:udev_event() subsystem tty finished
ofonod[133]: plugins/udevng.c:check_usb_device() cdc_acm [1bc7:0021]
ofonod[133]: plugins/udev.c:udev_event() subsystem tty add
ofonod[133]: plugins/udev.c:udev_event() subsystem tty finished
ofonod[133]: plugins/udevng.c:check_usb_device() cdc_acm [1bc7:0021]
ofonod[133]: plugins/udev.c:udev_event() subsystem tty add
ofonod[133]: plugins/udev.c:udev_event() subsystem tty finished
ofonod[133]: plugins/udevng.c:check_usb_device() cdc_acm [1bc7:0021]
ofonod[133]: plugins/udev.c:udev_event() subsystem tty add
ofonod[133]: src/modem.c:ofono_modem_create() name: (null), type: atgen
ofonod[133]: src/modem.c:set_modem_property() modem 0xeebb0 property Path
ofonod[133]: plugins/udev.c:add_modem()  
/devices/platform/musb_hdrc/usb1/1-1/1-1.3/1-1.3:1.6/tty/ttyACM3 (atgen)
ofonod[133]: plugins/udev.c:udev_event() subsystem tty finished
ofonod[133]: plugins/udevng.c:check_usb_device() cdc_acm [1bc7:0021]
ofonod[133]: plugins/udev.c:udev_event() subsystem tty add
ofonod[133]: plugins/udev.c:udev_event() subsystem tty finished
ofonod[133]: plugins/udevng.c:check_usb_device() cdc_acm [1bc7:0021]
ofonod[133]: plugins/udev.c:udev_event() subsystem tty add
ofonod[133]: plugins/udev.c:udev_event() subsystem tty finished
ofonod[133]: plugins/udevng.c:check_usb_device() cdc_acm [1bc7:0021]
ofonod[133]: plugins/udev.c:udev_event() subsystem tty add
ofonod[133]: plugins/udev.c:udev_event() subsystem tty finished
ofonod[133]: plugins/udevng.c:check_modem_list()


Unfortunately list-modems command still return nothing.
Could please anybody here give me some advice how to solve the problem?

best regards
Jan


-- 
Tato zpráva byla vytvořena převratným poštovním klientem Opery:  
http://www.opera.com/mail/

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 14:34 setup ofono for telit h910 on embedded system Jan Pohanka
2012-02-07 17:34 ` nicolas.bertrand
2012-02-08  6:38   ` Jan Pohanka
2012-02-09 10:28     ` nicolas.bertrand
2012-02-09 11:39       ` Jan Pohanka
2012-02-09 12:02       ` Jan Pohanka

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.