20.04.2012 16:01, Aygon, Bertrand написал:
Ok, so your modem is enabled, but not online (Online = 0).
You should online it by doing "./online-modem /wavecom_q_0"
./online-modem /wavecom_q_0
Setting modem /wavecom_q_0 online...
Traceback (most recent call last):
File "./online-modem", line 17, in <module>
modem.SetProperty("Online", dbus.Boolean(1), timeout = 120)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.ofono.Error.NotImplemented: Implementation not
provided
That's odd. Could it be some sort of build problem with my installation?
How can I troubleshoot that?
You can add a var arg OFONO_AT_DEBUG=1 to enable AT logging.
Thanks. Although this gave me only AT command for ./enable-modem which works anyway :)
cheers,
Max.