* airplus MCD-650
@ 2010-10-07 10:13 Alexander A Khryukin
2010-10-07 11:13 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Alexander A Khryukin @ 2010-10-07 10:13 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1450 bytes --]
Hi all.I have a modem airplus MCD-650
lsusb
Bus 002 Device 055: ID 1edf:6004
/etc/ofono/modem.conf
[atgen]
Driver=atgen
Device=/dev/ttyACM0
Baud=460800
when i plug modem in ofonod see
ofonod[3925]: src/modem.c:ofono_modem_create() name: (null), type: atgen
ofonod[3925]: src/modem.c:set_modem_property() modem 0x82aaed8 property
Path
ofonod[3925]: src/modem.c:set_modem_property() modem 0x82aaed8 property
Registered
ofonod[3925]:
plugins/udev.c:add_modem() /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/tty/ttyACM0 (atgen)
/usr/lib/ofono/test/list-modems
[ /atgen1 ]
Interfaces =
Powered = 0
Features =
Online = 0
[ /atgen ]
Interfaces =
Powered = 0
Features =
Online = 0
/usr/lib/ofono/test/enable-modem /atgen
Connecting modem /atgen...
Connecting to modem succesfull
/usr/lib/ofono/test/list-modems
[ /atgen1 ]
Interfaces =
Powered = 0
Features =
Online = 0
[ /atgen ]
Interfaces = org.ofono.VoiceCallManager org.ofono.SimManager
Powered = 1
Features = sim
Online = 0
[ org.ofono.VoiceCallManager ]
EmergencyNumbers = 112 911 000 08 110 999 118 119
[ org.ofono.SimManager ]
SubscriberNumbers =
LockedPins =
PinRequired = none
Present = 1
Looks like i sim manager.
Modem not working.
Whats wrong and how to fix it?
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: airplus MCD-650 2010-10-07 10:13 airplus MCD-650 Alexander A Khryukin @ 2010-10-07 11:13 ` Marcel Holtmann 2010-10-07 11:21 ` Alexander A Khryukin 0 siblings, 1 reply; 5+ messages in thread From: Marcel Holtmann @ 2010-10-07 11:13 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 317 bytes --] Hi Alex, > I have a modem airplus MCD-650 > > lsusb > > Bus 002 Device 055: ID 1edf:6004 > > > /etc/ofono/modem.conf > [atgen] > Driver=atgen > Device=/dev/ttyACM0 > Baud=460800 using atgen is most likely the wrong modem driver. So what kind of device is the MCD-650? Regards Marcel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: airplus MCD-650 2010-10-07 11:13 ` Marcel Holtmann @ 2010-10-07 11:21 ` Alexander A Khryukin 2010-10-07 11:36 ` Marcel Holtmann 0 siblings, 1 reply; 5+ messages in thread From: Alexander A Khryukin @ 2010-10-07 11:21 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 571 bytes --] В Чтв, 07/10/2010 в 13:13 +0200, Marcel Holtmann пишет: > Hi Alex, > > > I have a modem airplus MCD-650 > > > > lsusb > > > > Bus 002 Device 055: ID 1edf:6004 > > > > > > /etc/ofono/modem.conf > > [atgen] > > Driver=atgen > > Device=/dev/ttyACM0 > > Baud=460800 > > using atgen is most likely the wrong modem driver. So what kind of > device is the MCD-650? > > Regards > > Marcel > > > Its a CDMA EVDO modem http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=3211&sid=c9a966e63e7c1773a420104064f136d3 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: airplus MCD-650 2010-10-07 11:21 ` Alexander A Khryukin @ 2010-10-07 11:36 ` Marcel Holtmann 2010-10-07 11:57 ` Alexander A Khryukin 0 siblings, 1 reply; 5+ messages in thread From: Marcel Holtmann @ 2010-10-07 11:36 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 283 bytes --] Hi Alex, > Its a CDMA EVDO modem > > http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=3211&sid=c9a966e63e7c1773a420104064f136d3 we currently don't support CDMA out of the box. So you would have to do some extra work to make that work. Regards Marcel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: airplus MCD-650 2010-10-07 11:36 ` Marcel Holtmann @ 2010-10-07 11:57 ` Alexander A Khryukin 0 siblings, 0 replies; 5+ messages in thread From: Alexander A Khryukin @ 2010-10-07 11:57 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 488 bytes --] В Чтв, 07/10/2010 в 13:36 +0200, Marcel Holtmann пишет: > Hi Alex, > > > Its a CDMA EVDO modem > > > > http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=3211&sid=c9a966e63e7c1773a420104064f136d3 > > we currently don't support CDMA out of the box. So you would have to do > some extra work to make that work. > > Regards > > Marcel > > > Hm, I have no idea which way to dig it =) Looks like need to write additional "plugin" for ofono. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-07 11:57 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-10-07 10:13 airplus MCD-650 Alexander A Khryukin 2010-10-07 11:13 ` Marcel Holtmann 2010-10-07 11:21 ` Alexander A Khryukin 2010-10-07 11:36 ` Marcel Holtmann 2010-10-07 11:57 ` Alexander A Khryukin
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.