Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Ticket #220 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

Modem returns ERROR to everything (after suspend?)

Reported by: daniel Owned by: mickey
Priority: major Milestone: milestone5
Component: framework/ogsmd Version:
Keywords: Cc:

Description

After some time the modem just stops doing useful things...

root@om-gta02:~# cli-framework 
freesmartphone.org interactive command line
>>> gsmnetwork.GetStatus()
{}
>>> gsmnetwork.Register()
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 622, in call_blocking
    message, timeout)
DBusException: org.freesmartphone.GSM.Device.Failed: command AT+COPS=0,0 failed
>>> gsmdevice.SetAntennaPower(True)
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 622, in call_blocking
    message, timeout)
DBusException: org.freesmartphone.GSM.Device.Failed: command AT+CFUN=1 failed
>>> 

Attachments

frameworkd.log (207.2 KB) - added by daniel 5 years ago.

Change History

Changed 5 years ago by daniel

comment:1 Changed 5 years ago by mickey

  • Status changed from new to closed
  • Resolution set to duplicate

According to your log, this is #211 (grep for '512'). Closing it as DUPLICATE.

Note: See TracTickets for help on using tickets.