Hi Kris, > >> I've successfully gotten connmand up and running and it seems to > >> configure wired interfaces well enough but I have yet to get the applet > >> to run. I see a bit of a flicker in the system tray when it starts but > >> I never see anything else. > >> > >> Am I missing something obvious or do I need a wireless card for it to > >> appear? I'm in the process of setting up a laptop to test so that there > >> is some real wireless hardware. > >> > >> The connman-properties program shows a window with an empty page on it. > >> Should it show more as well? > > > > there is a big update pending for connman-gnome. I am testing the last > > changes. So stay tuned. > > > > If you wanna test it in the meantime, check out the Python scripts in > > the test/ directory. They are command line test script that allows you > > to list and connect to networks. > > Thanks Marcel. I seem to be getting some errors from the python scripts > though. It looks like it doesn't like the wireless interface. I've > monkeyed with python a bit in the past so I'll see if I can see what the > problem is. > > list-devices: > [ /fakeone ] > Policy = auto > Type = fake > Powered = 1 > > [ /faketwo ] > Policy = auto > Type = fake > Powered = 1
use ./bootstrap-configure --disable-fake if you don't wanna see them. I only added this for demonstration purposes and when I had to work on something while I was on an airplane. > [ /eth0 ] > Policy = auto > Type = ethernet > Powered = 1 > > Traceback (most recent call last): > File "./list-devices", line 16, in <module> > properties = device.GetProperties() > File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in > __call__ > return self._proxy_method(*args, **keywords) > File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, > in __call__ > **keywords) > File "/var/lib/python-support/python2.5/dbus/connection.py", line > 607, in call_blocking > message, timeout) > dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: > Method "GetProperties" with signature "" on interface > "org.moblin.connman.Device" doesn't exist Are you using the latest code from the GIT repository or connman-0.1, because this is bug that should be fixed by now. Regards Marcel _______________________________________________ connman mailing list [email protected] https://lists.moblin.org/mailman/listinfo/connman
