On Wednesday 24 June 2009 02:49:23 Luca Capello wrote:
> What a boot loader has to do with GSM firmware?

GPIO setup of GSM is not done in the kernel, but the bootloader. If you miss 
the proper GPIO setup, you can't talk to the modem. There were some versions 
of U-Boot/Qi/Kernel that didn't take this into account, recent versions should 
not make a difference though.

> I remember that once GSM worked, but then it stopped again for whatever
> reason.  Now I am back to my GTA02 and while I do not get anymore the
> error above it seems I experience D-Bus timeout errors:
> =====
> debian-gta02:~# ps -C frameworkd
>   PID TTY          TIME CMD
>  1588 ?        00:00:23 frameworkd
> debian-gta02:~# mdbus
> Traceback (most recent call last):
>   File "/usr/bin/mdbus", line 380, in <module>
>     c = Commands( bus )
>   File "/usr/bin/mdbus", line 174, in __init__
>     self.bus = bus()
>   File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 219, in __new__
>     mainloop=mainloop)
>   File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 108, in __new__
>     bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
>   File "/usr/lib/pymodules/python2.5/dbus/bus.py", line 125, in __new__
>     bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed:
> dbus-launch failed to \ autolaunch D-Bus session: Autolaunch error: X11
> initialization failed.
>
> debian-gta02:~# DISPLAY=:0.0 mdbus
>
> :1.0
> :1.3
>
> org.enlightenment.wm.service
> org.freedesktop.DBus

Don't forget to submit -s to mdbus, if you want to inspect the session bus.

:M:


_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to