Re: Association test

2008-02-08 Thread Dan Williams
On Fri, 2008-02-08 at 14:58 -0200, Ricardo Carrano wrote: > I installed d-feet on an XO. But when I run './d-feet -l' I get: > > Traceback (most recent call last): > File "/usr/bin/d-feet", line 47, in > app = DFeetApp.DFeetApp() > File "/usr/lib/python2.5/site-packages/dfeet/DFeetApp.py

Re: Association test

2008-02-08 Thread Ricardo Carrano
I installed d-feet on an XO. But when I run './d-feet -l' I get: Traceback (most recent call last): File "/usr/bin/d-feet", line 47, in app = DFeetApp.DFeetApp() File "/usr/lib/python2.5/site-packages/dfeet/DFeetApp.py", line 29, in __init__ ui = UILoader(UILoader.UI_MAINWINDOW) Fi

Re: Association test

2008-02-08 Thread Marco Pesenti Gritti
On Feb 8, 2008 11:30 AM, Ricardo Carrano <[EMAIL PROTECTED]> wrote: > Marco, > > Thank you for the message. > > This seems to be the same we find at: > http://people.redhat.com/dcbw/NetworkManager/NetworkManager%20DBUS%20API.txt > > It does not seems updated or complete. I know, from a Dan Williams

Re: Association test

2008-02-08 Thread Ricardo Carrano
Yeah, it seems promising! Thank you! > You could use d-feet to view the interfaces then: > > https://hosted.fedoraproject.org/d-feet/ > > Marco > ___ Devel mailing list Devel@lists.laptop.org http://lists.laptop.org/listinfo/devel

Re: Association test

2008-02-08 Thread Ricardo Carrano
Wad, This script is meant to test infra-structure association, so I believe it can only indirectly help with #6287 (mesh association). But of course we can always make a new one for the mesh forming and for the school server association. I should comment this (and I will) on the ticket, but I bel

Re: Association test

2008-02-08 Thread Ricardo Carrano
Marco, Thank you for the message. This seems to be the same we find at: http://people.redhat.com/dcbw/NetworkManager/NetworkManager%20DBUS%20API.txt It does not seems updated or complete. I know, from a Dan Williams email, that there is, for example a setWirelessEnabled method that is not there.

Re: Association test

2008-02-07 Thread John Watlington
I don't know the answer to your question. But the test you've proposed would help figure out #6287 and #4975. In my case, it may be problems associating with a new mesh after suspending, or after 24+ hours. We eagerly anticipate it. wad On Feb 7, 2008, at 4:21 PM, Ricardo Carrano wrote: >

Re: Association test

2008-02-07 Thread Marco Pesenti Gritti
This might be useful: http://svn.gnome.org/viewvc/NetworkManager/branches/nm-0-6-olpc/docs/NetworkManager%20DBUS%20API.txt?revision=2474&view=markup Marco 2008/2/7 Ricardo Carrano <[EMAIL PROTECTED]>: > As part of the wireless test suite, I am writing a test script for the > association process.

Association test

2008-02-07 Thread Ricardo Carrano
As part of the wireless test suite, I am writing a test script for the association process. Basically you write a configuration file with the info on some essids; the script parses the file and tries to associate to each of the APs in loop. The only drawback is that the script kills NetworkManage