Marcel Holtmann wrote:
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

[ /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

ifconfig:

eth0      Link encap:Ethernet  HWaddr 00:22:15:78:89:d7
          inet addr:172.16.9.213  Bcast:0.0.0.0  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:943699 errors:0 dropped:0 overruns:0 frame:0
          TX packets:757 errors:0 dropped:0 overruns:0 carrier:3
          collisions:0 txqueuelen:1000
          RX bytes:69444589 (69.4 MB)  TX bytes:72209 (72.2 KB)
          Interrupt:220

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:276 (276.0 B)  TX bytes:276 (276.0 B)

ra0       Link encap:Ethernet  HWaddr 00:15:af:bb:2e:0a
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4296270 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18507 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:532187486 (532.1 MB)  TX bytes:13688 (13.6 KB)
          Interrupt:18

iwconfig:

lo        no wireless extensions.

eth0      no wireless extensions.

pan0      no wireless extensions.

ra0       RT2860 Wireless  ESSID:"wireless"  Nickname:"RT2860STA"
Mode:Managed Frequency=2.457 GHz Access Point: 00:02:B3:94:19:D2
          Bit Rate=11 Mb/s
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality=77/100  Signal level:-62 dBm  Noise level:-81 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

cheers,

Kris
_______________________________________________
connman mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/connman

Reply via email to