bug in ogsmd
Michael 'Mickey' Lauer
mickey at vanille-media.de
Thu Jul 10 11:14:08 CEST 2008
Hi Charlie,
> I am not able to start ogsmd (from last git version). I get the
> following error at startup :
>
> (modem init... try #1)
> (modem not responding)
> (modem init... try #2)
> (modem not responding)
> (modem init... try #3)
> (modem not responding)
> (modem init... try #4)
> (modem not responding)
> (modem init... try #5)
> (modem not responding)
> (modem init... try #6)
> (modem not responding)
> (reopening modem)
This is most likely not a bug in ogsmd -- check whether there is already an
ogsmd running. The TI Calypso MUXer can only open 4 virtual channels at the
same time, chances are you still have a (dead?) ogsmd instance in the
background which keeps the channels occupied. If not, kill gsm0710muxd (modem
might hang -- very rare, but not impossible) and restart ogsmd.
> Traceback (most recent call last):
> File
> "/usr/lib/python2.5/site-packages/framework/subsystems/ogsmd/modems/abstrac
>t/modem.py", line 125, in _initChannels if not
> self._channels[channel].open():
> File
> "/usr/lib/python2.5/site-packages/framework/subsystems/ogsmd/gsm/decor.py",
> line 42, in logIt result = fn( *args, **kwargs )
> File
> "/usr/lib/python2.5/site-packages/framework/subsystems/ogsmd/gsm/channel.py
>", line 88, in open if not self._hookLowLevelInit():
> File
> "/usr/lib/python2.5/site-packages/framework/subsystems/ogsmd/gsm/decor.py",
> line 42, in logIt result = fn( *args, **kwargs )
> File
> "/usr/lib/python2.5/site-packages/framework/subsystems/ogsmd/modems/ti_caly
>pso/channel.py", line 76, in _hookLowLevelInit path =
> self._requestChannelPath()
> AttributeError: 'MiscChannel' object has no attribute '_requestChannelPath'
This actually is a bug (but has nothing to do with the modem not responding)
which I just fixed.
Thanks!
:M:
More information about the smartphones-standards
mailing list