Hi,
we meet the following problem when run ofonod
[test environment]
OS: meego 0.90
ofonod ver: 0.18
modem : IFX6160
test board : Intel CDK QS
SIM card : 2g SIM card
[operation step]
1. power on test board(MRST CDK)
2. check ofonod has been startuped by ps command
3. run /usr/lib/ofono/test/list-modems test script
4. find below error.
could you help us analyze the possible reason of this problem?
i
==========
[root@localhost test]# ./list-modems
[ /ifx_at ]
Powered = 1
Interfaces = org.ofono.DataConnectionManager org.ofono.Phonebook
org.ofono.NetworkRegistration org.ofono.CallMeter org.o
Model = XMM2130
Manufacturer = Ehs2agrRel6
Serial = *359559020000412
Revision = Undefined
[ org.ofono.DataConnectionManager ]
Status = registered
Powered = 1
Attached = 1
PrimaryContexts = /ifx_at/primarycontext1
RoamingAllowed = 1
[ org.ofono.Phonebook ]
[ org.ofono.NetworkRegistration ]
Status = registered
Strength = 87
LocationAreaCode = 4473
Mode = auto
Operator = CMCC
AvailableOperators = /ifx_at/operator/46000
Technology = GSM+EGPRS
CellId = 33258
[ org.ofono.CallMeter ]
Traceback (most recent call last):
File "./list-modems", line 30, in <module>
object = dbus.Interface(bus.get_object('org.ofono', path),
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 244, in
get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 241, in
__init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 183, in
activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 281, in
start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
message, timeout)
Best regards,
Ye
Show replies by date
Hi, Ye,
First, please send plain text mail to oFono mailing list next time. Please see my reply
below.
Regards,
Zhenhua
________________________________
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces@ofono.org] On Behalf Of Huang, Ye
Sent: Monday, June 14, 2010 10:24 AM
To: ofono(a)ofono.org
Subject: The error when run the /test/list-modems script
Hi,
we meet the following problem when run ofonod
[test environment]
OS: meego 0.90
ofonod ver: 0.18
modem : IFX6160
test board : Intel CDK QS
SIM card : 2g SIM card
[operation step]
1. power on test board(MRST CDK)
2. check ofonod has been startuped by ps command
3. run /usr/lib/ofono/test/list-modems test script
4. find below error.
could you help us analyze the possible reason of this problem?
i
==========
[root@localhost test]# ./list-modems
[ /ifx_at ]
Powered = 1
Interfaces = org.ofono.DataConnectionManager org.ofono.Phonebook
org.ofono.NetworkRegistration org.ofono.CallMeter org.o
Model = XMM2130
Manufacturer = Ehs2agrRel6
Serial = *359559020000412
Revision = Undefined
[ org.ofono.DataConnectionManager ]
Status = registered
Powered = 1
Attached = 1
PrimaryContexts = /ifx_at/primarycontext1
RoamingAllowed = 1
[ org.ofono.Phonebook ]
[ org.ofono.NetworkRegistration ]
Status = registered
Strength = 87
LocationAreaCode = 4473
Mode = auto
Operator = CMCC
AvailableOperators = /ifx_at/operator/46000
Technology = GSM+EGPRS
CellId = 33258
[ org.ofono.CallMeter ]
[Zhenhua] It's clear that ofono meets some problems when get properties from CallMeter
atom. Please kill ofonod and run 'OFONO_AT_DEBUG=1 ofonod -n -d '*'' to
verbose ofono AT chat log. The log will help us to root cause the problem. Thanks.
Traceback (most recent call last):
File "./list-modems", line 30, in <module>
object = dbus.Interface(bus.get_object('org.ofono', path),
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 244, in
get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 241, in
__init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 183, in
activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 281, in
start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
message, timeout)
Best regards,
Ye