[debian] fso stack does not work

Dmitry Chistikov dd1email at gmail.com
Tue Jul 5 07:07:34 CEST 2011


Timo Jyrinki, Jul. 02, 2011, 08:51 +0300:
> You can try to use stable repositories instead by modifying the
> install.sh script [...]

Thank you for your advice. I managed to install from wheezy branch
instead of sid. I got tslib with Timo Juhani Lindfors' patch from
http://lindi.iki.fi/lindi/tslib/ and your kernel
linux-image-2.6.34-openmoko-gta02_20101212.git049b71de-2 from
http://pkg-fso.alioth.debian.org/incoming/ . Touchscreen now works
(thanks to both of you!).

Unfortunately, I was not able to get the FSO stack to work. When I start
fso-frameworkd service and invoke zhone, the latter reports "gsm ok:
<Interface <...> implementing 'org.freesmartphone.GSM.Network' at
0x4059aa90>", but then stucks with "Requesting resource GSM" (full log
attached). fsousage log says:

"Resource GSM can't be enabled: Did not receive a reply. Possible causes
include: the remote application did not send a reply, the message bus
security policy blocked the reply, the reply timeout expired, or the
network connection was broken.. Trying to disable instead".

frameworkd contains several errors, including two python-related ones.
While googleing reveals that the absence of pyrtc (python-rtc) is not
fatal (is that correct?), there is more sinister-looking one:

"frameworkd.subsystem ERROR    factory method not successfully completed
for module <module 'odeviced.input' from
'/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/input.pyc'>"

...and a python call stack ending with "NameError: global name 'c' is not
defined". At the first glance I did not manage to mend it, though the
issue is quite clear: c is a global variable initialized at the module
level ("c" stands for "C library"). The log ends with a long sequence
of messages from ogsmd continuously trying (unsuccessfully) to "open
channels" MISC, UNSOL, CALL.

FSO package versions are included in a separate attachment.
Zhone is 0-git20110224+6bcb7fc4-1.

Has anyone encountered the same issue? Am I missing something? or is it
that Debian FSO packages are broken at the moment?

-- 
Dmitry Chistikov
-------------- next part --------------
fso-config-gta02 20100210
fso-frameworkd 0.9.5.9+git20100131-4
fso-gpsd 0.8-3.1
fso-gsm0710muxd 0.9.3.1-3
fso-sounds-yue-base 20081031-2
fso-usaged 0.9.1.1+git20100507-1
fso-utils 0.git20090919.1
libfso-glib0 2010.05.11.2-1.2
libfsobasics0 0.9.0+git20100509-2
libfsoframework0 0.2.4+git20100501-1
-------------- next part --------------
2011-07-04 19:47:55,605 WARNING could not load illume interface module
2011-07-04 19:47:56,344 DEBUG GUI init
2011-07-04 19:47:59,434 DEBUG GUI init done
2011-07-04 19:47:59,444 DEBUG entering mainloop
2011-07-04 19:47:59,643 DEBUG dbus_objectInit...
2011-07-04 19:47:59,696 INFO cached proxy for org.freesmartphone.frameworkd:/org/freesmartphone/Framework
2011-07-04 19:47:59,745 INFO cached proxy for org.freesmartphone.ousaged:/org/freesmartphone/Usage
2011-07-04 19:47:59,798 DEBUG usage ok: <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x40550390> :1.104 /org/freesmartphone/Usage at 0x4053dc30> implementing 'org.freesmartphone.Usage' at 0x4053dd10>
2011-07-04 19:47:59,818 INFO cached proxy for org.freesmartphone.ogpsd:/org/freedesktop/Gypsy
2011-07-04 19:48:00,020 DEBUG gps ok: <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x40550390> :1.96 /org/freedesktop/Gypsy at 0x4053df10> implementing 'org.freedesktop.Gypsy.Accuracy' at 0x4059a110>, <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x40550390> :1.96 /org/freedesktop/Gypsy at 0x4053df10> implementing 'org.freedesktop.Gypsy.Position' at 0x4059a390>, <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x40550390> :1.96 /org/freedesktop/Gypsy at 0x4053df10> implementing 'org.freedesktop.Gypsy.Satellite' at 0x4059a4d0>
2011-07-04 19:48:00,048 INFO cached proxy for org.freesmartphone.ogsmd:/org/freesmartphone/GSM/Device
2011-07-04 19:48:00,088 INFO cached proxy for org.freesmartphone.ogsmd:/org/freesmartphone/GSM/Server
2011-07-04 19:48:00,283 DEBUG gsm ok: <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x40550390> :1.97 /org/freesmartphone/GSM/Device at 0x4059a8b0> implementing 'org.freesmartphone.GSM.Network' at 0x4059aa90>
2011-07-04 19:48:00,326 INFO cached proxy for org.freesmartphone.odeviced:/org/freesmartphone/Device
2011-07-04 19:48:00,364 INFO cached proxy for org.freesmartphone.odeviced:/org/freesmartphone/Device/IdleNotifier/0
2011-07-04 19:48:00,463 DEBUG device ok: <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x40550390> :1.94 /org/freesmartphone/Device at 0x405a00d0> implementing 'org.freesmartphone.Device' at 0x405a0190>
2011-07-04 19:48:00,483 INFO cached proxy for org.freesmartphone.opreferencesd:/org/freesmartphone/Preferences
2011-07-04 19:48:00,503 DEBUG preferences ok: <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x40550390> :1.101 /org/freesmartphone/Preferences at 0x405a05b0> implementing 'org.freesmartphone.Preferences' at 0x405a0690>
2011-07-04 19:48:00,521 DEBUG failcount = 0
2011-07-04 19:48:00,532 DEBUG dbus_objectInitOK!
2011-07-04 19:48:00,542 DEBUG Requesting resource list
2011-07-04 19:48:00,619 DEBUG Requesting resource GSM
-------------- next part --------------
2011.07.04 19:47:27.851 odeviced.audio       WARNING  GST can't parse modplug; Not adding mod to decoderMap
2011.07.04 19:47:27.860 odeviced.audio       WARNING  GST can't parse mad; Not adding mp3 to decoderMap
2011.07.04 19:47:27.867 odeviced.audio       WARNING  GST can't parse siddec; Not adding sid to decoderMap
2011.07.04 19:47:27.874 odeviced.audio       WARNING  GST can't parse wavparse; Not adding wav to decoderMap
2011.07.04 19:47:28.153 odeviced.audio       WARNING  GST can't parse oggdemux ! ivorbisdec ! audioconvert; Not adding ogg to decoderMap
2011.07.04 19:47:28.615 frameworkd.subsystem ERROR    factory method not successfully completed for module <module 'odeviced.input' from '/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/input.pyc'>
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/framework/subsystem.py", line 143, in registerObjectsFromModule
    for obj in factory( "%s.%s" % ( DBUS_BUS_NAME_PREFIX, self.name ), self ):
  File "/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/input.py", line 166, in factory
    return [ Input( controller.bus, 0, "" ) ]
  File "/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/input.py", line 71, in __init__
    if input_device_supports_event_type( f, EV_ABS ):
  File "/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/pyglet/linux.py", line 160, in input_device_supports_event_type
    EVIOCGBIT( fileno, 0, event_types_bits )
  File "/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/pyglet/linux.py", line 122, in EVIOCGBIT
    return _IOR_len('E', 0x20 + ev)(fileno, buffer)
  File "/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/pyglet/linux.py", line 64, in f
    if c.ioctl(fileno, request, ctypes.byref(buffer)) < 0:
NameError: global name 'c' is not defined
2011.07.04 19:47:28.883 odeviced.kernel26    ERROR    pyrtc not present. Can not operate real time clock
2011.07.04 19:47:32.108 ogpsd                WARNING  (could not write to '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron': [Errno 2] No such file or directory: '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron')
2011.07.04 19:47:32.116 ogpsd                WARNING  (could not write to '/sys/bus/platform/devices/neo1973-pm-gps.0/power_on': [Errno 2] No such file or directory: '/sys/bus/platform/devices/neo1973-pm-gps.0/power_on')
2011.07.04 19:47:32.630 ogpsd                WARNING  (could not write to '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron': [Errno 2] No such file or directory: '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron')
2011.07.04 19:47:32.636 ogpsd                WARNING  (could not write to '/sys/bus/platform/devices/neo1973-pm-gps.0/power_on': [Errno 2] No such file or directory: '/sys/bus/platform/devices/neo1973-pm-gps.0/power_on')
2011.07.04 19:47:33.453 ogsmd.device         INFO     Device 0.9.14 initialized.
2011.07.04 19:47:35.320 ogsmd.server         INFO     Server 0.2.0 initialized.
2011.07.04 19:47:38.100 opimd                ERROR    Could not load entries for backend CSV-Contacts!
2011.07.04 19:47:38.408 opimd                ERROR    To use VCard-Contacts backend you need to have python-vobject installed!
2011.07.04 19:47:40.515 opimd                WARNING  SIM-Contacts-FSO: Could not request SIM phonebook from ogsmd : org.freesmartphone.Resource.NotEnabled: Resource Device is not enabled, current status is 'unknown'
2011.07.04 19:47:40.548 opimd                WARNING  SIM-Messages-FSO: Could not request SIM messagebook from ogsmd (org.freesmartphone.Resource.NotEnabled: Resource Device is not enabled, current status is 'unknown')
2011.07.04 19:47:41.276 odeviced.audio       ERROR    can't set alsa scenario from /usr/share/openmoko/scenarios/stereoout.state
2011.07.04 19:47:44.336 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.345 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.353 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.359 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.366 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.374 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.383 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.391 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.397 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.406 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.413 ogpsd                WARNING  Attempted to send something while serial is not open.
2011.07.04 19:47:44.421 ogpsd                WARNING  (could not write to '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron': [Errno 2] No such file or directory: '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron')
2011.07.04 19:47:44.428 ogpsd                WARNING  (could not write to '/sys/bus/platform/devices/neo1973-pm-gps.0/power_on': [Errno 2] No such file or directory: '/sys/bus/platform/devices/neo1973-pm-gps.0/power_on')
2011.07.04 19:48:01.648 ogsmd.channel        INFO     <CallChannel via unknown>: Creating channel with timeout = 3600 seconds
2011.07.04 19:48:01.731 ogsmd.channel        INFO     <UnsolicitedResponseChannel via unknown>: Creating channel with timeout = 300 seconds
2011.07.04 19:48:01.874 ogsmd.channel        INFO     <MiscChannel via unknown>: Creating channel with timeout = 300 seconds
2011.07.04 19:48:01.950 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:19.819 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:48:19.824 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:23.936 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:48:23.943 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:28.56 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:48:28.69 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:32.174 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:48:32.182 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:36.296 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:48:36.303 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:40.416 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:48:40.423 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:44.536 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:48:44.542 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:48.654 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:48:48.662 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:52.776 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:48:52.792 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:48:56.896 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:48:56.903 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:01.16 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:49:01.23 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:05.136 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:49:05.142 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:09.258 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:49:09.263 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:13.376 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:49:13.384 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:17.496 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:49:17.504 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:21.616 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:49:21.622 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:25.735 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:49:25.743 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:29.856 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:49:29.864 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:33.976 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:49:33.984 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:38.106 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:49:38.122 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:42.226 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:49:42.244 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:46.346 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:49:46.364 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:50.466 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:49:50.482 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:54.585 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:49:54.603 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:49:58.706 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:49:58.724 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:02.836 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:50:02.854 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:06.956 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:50:07.7 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:11.75 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:50:11.93 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:15.196 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:50:15.214 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:19.316 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:50:19.334 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:23.435 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:50:23.453 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:27.556 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:50:27.574 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:31.676 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:50:31.694 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:35.795 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:50:35.813 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:39.916 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:50:39.934 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:44.36 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:50:44.54 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:48.154 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:50:48.172 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:52.276 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:50:52.294 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:50:56.396 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:50:56.414 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:00.524 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:51:00.542 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:04.646 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:51:04.663 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:08.766 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:51:08.784 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:12.884 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:51:12.902 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:17.6 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:51:17.23 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:21.126 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:51:21.144 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:25.244 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:51:25.262 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:29.366 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:51:29.383 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:33.486 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:51:33.504 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:37.604 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:51:37.622 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:41.726 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:51:41.743 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:45.846 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:51:45.862 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:49.966 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:51:49.983 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:54.86 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:51:54.103 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:51:58.204 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:51:58.222 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:02.326 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:52:02.343 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:06.424 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:52:06.442 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:10.546 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:52:10.564 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:14.666 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:52:14.682 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:18.766 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:52:18.783 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:22.886 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:52:22.904 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:27.5 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:52:27.22 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:31.126 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:52:31.143 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:35.244 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:52:35.262 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:39.366 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:52:39.383 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:43.484 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:52:43.502 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:47.606 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:52:47.624 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:51.726 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:52:51.742 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:55.846 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:52:55.863 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:52:59.966 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:52:59.982 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:04.86 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:53:04.103 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:08.206 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:53:08.222 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:12.326 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:53:12.344 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:16.446 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:53:16.463 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:20.566 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:53:20.583 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:24.686 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:53:24.703 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:28.806 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:53:28.823 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:32.926 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:53:32.943 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:37.46 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:53:37.63 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:41.166 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:53:41.182 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:45.286 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:53:45.303 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:49.404 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:53:49.479 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:53.526 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:53:53.543 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:53:57.646 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:53:57.663 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:54:01.766 ogsmd.modem.abstract ERROR    could not open channel CALL, retrying in 2 seconds
2011.07.04 19:54:01.782 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:54:05.886 ogsmd.modem.abstract ERROR    could not open channel MISC, retrying in 2 seconds
2011.07.04 19:54:05.913 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
2011.07.04 19:54:10.4 ogsmd.modem.abstract ERROR    could not open channel UNSOL, retrying in 2 seconds
2011.07.04 19:54:10.22 ogsmd.modems.ti_calypso INFO     Requesting new channel from 'gsm0710muxd'
-------------- next part --------------
2011-07-04T15:47:41.585817Z [INFO]  fsousaged : Binary launched successful (FsoFrameworkFileLogger created as theLogger)
2011-07-04T15:47:41.634153Z [DEBUG] fsousaged : lowlevel_openmoko fso_factory_function
2011-07-04T15:47:41.644599Z [DEBUG] fsousaged : usage dbus_service fso_register_function()
2011-07-04T15:47:41.765209Z [INFO]  LowLevelOpenmoko <>: Registering openmoko low level suspend/resume handling
2011-07-04T15:47:41.766429Z [INFO]  UsageController <0 R>: Ready. Using lowlevel plugin openmoko to handle suspend/resume
2011-07-04T15:47:41.767012Z [DEBUG] UsageController <0 R>: Scanning for resource providers in /usr/share/dbus-1/system-services
2011-07-04T15:47:41.779792Z [DEBUG] UsageController <0 R>: Service org.pyneo.muxer.service does not provide any FSO resources
2011-07-04T15:47:41.783024Z [DEBUG] UsageController <0 R>: Service org.freesmartphone.ousaged.service does not provide any FSO resources
2011-07-04T15:47:41.784105Z [INFO]  fsousaged : loaded 2 plugins
2011-07-04T15:47:41.784493Z [INFO]  fsousaged : fsousaged => mainloop
2011-07-04T15:47:43.535559Z [DEBUG] fsousaged : Resource CPU served by :1.94 (/org/freesmartphone/Device/CPU) created
2011-07-04T15:47:43.547937Z [DEBUG] UsageController <1 R>: Resource CPU served by :1.94 @ /org/freesmartphone/Device/CPU has just been registered
2011-07-04T15:47:43.576873Z [DEBUG] fsousaged : Resource GSM served by :1.97 (/org/freesmartphone/GSM/Device) created
2011-07-04T15:47:43.577280Z [DEBUG] UsageController <2 R>: Resource GSM served by :1.97 @ /org/freesmartphone/GSM/Device has just been registered
2011-07-04T15:47:43.635072Z [DEBUG] fsousaged : Resource Display served by :1.94 (/org/freesmartphone/Device/Display) created
2011-07-04T15:47:43.635481Z [DEBUG] UsageController <3 R>: Resource Display served by :1.94 @ /org/freesmartphone/Device/Display has just been registered
2011-07-04T15:47:43.706814Z [DEBUG] fsousaged : Resource GPS served by :1.96 (/org/freedesktop/Gypsy) created
2011-07-04T15:47:43.707172Z [DEBUG] UsageController <4 R>: Resource GPS served by :1.96 @ /org/freedesktop/Gypsy has just been registered
2011-07-04T15:47:43.773840Z [DEBUG] fsousaged : Resource TEST served by :1.103 (/org/freesmartphone/Testing) created
2011-07-04T15:47:43.774208Z [DEBUG] UsageController <5 R>: Resource TEST served by :1.103 @ /org/freesmartphone/Testing has just been registered
2011-07-04T15:48:00.658381Z [DEBUG] UsageController <5 R>: Current users for GSM = []
2011-07-04T15:50:00.815466Z [ERROR] UsageController <5 R>: Resource GSM can't be enabled: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.. Trying to disable instead


More information about the community mailing list