Re: Creating adhoc wireless Network

2009-07-15 Thread nexus
> On Mon, 2009-07-13 at 04:37 -0400, ne...@aflb.com wrote: >> OK rewritting all the stuff into my little class, I got another issue >> now :) >> >> I'm using The Delete Call from NetworkManagerSettings.Connection >> Interface. >> >> All is going like a charm EXCEPT : I got still the entry in NM but

Re: Creating adhoc wireless Network

2009-07-13 Thread Dan Williams
On Mon, 2009-07-13 at 04:37 -0400, ne...@aflb.com wrote: > OK rewritting all the stuff into my little class, I got another issue now :) > > I'm using The Delete Call from NetworkManagerSettings.Connection Interface. > > All is going like a charm EXCEPT : I got still the entry in NM but it > does'

Re: Creating adhoc wireless Network

2009-07-13 Thread nexus
OK rewritting all the stuff into my little class, I got another issue now :) I'm using The Delete Call from NetworkManagerSettings.Connection Interface. All is going like a charm EXCEPT : I got still the entry in NM but it does'nt exist anymore on the system. Maybe a refresh is missing somewhere.

Re: Creating adhoc wireless Network

2009-07-07 Thread Dan Williams
On Tue, 2009-07-07 at 03:54 -0400, ne...@aflb.com wrote: > > On Mon, 2009-07-06 at 11:18 -0400, ne...@aflb.com wrote: > >> Hi Dan, > >> > >> I'm playing with the script you provide me but I have a problem : > >> > >> File "Create_Wireless.py", line 135, in > >> if props['DeviceType'] == 2: #

Re: Creating adhoc wireless Network

2009-07-07 Thread nexus
> On Mon, 2009-07-06 at 11:18 -0400, ne...@aflb.com wrote: >> Hi Dan, >> >> I'm playing with the script you provide me but I have a problem : >> >> File "Create_Wireless.py", line 135, in >> if props['DeviceType'] == 2: # wifi >> KeyError: 'DeviceType' >> >> if I execute step by steps : >> >

Re: Creating adhoc wireless Network

2009-07-06 Thread Dan Williams
On Mon, 2009-07-06 at 11:18 -0400, ne...@aflb.com wrote: > Hi Dan, > > I'm playing with the script you provide me but I have a problem : > > File "Create_Wireless.py", line 135, in > if props['DeviceType'] == 2: # wifi > KeyError: 'DeviceType' > > if I execute step by steps : > > >>> pri

Re: Creating adhoc wireless Network

2009-07-06 Thread nexus
Hi Dan, I'm playing with the script you provide me but I have a problem : File "Create_Wireless.py", line 135, in if props['DeviceType'] == 2: # wifi KeyError: 'DeviceType' if I execute step by steps : >>> print nm_iface.GetDevices() dbus.Array([dbus.ObjectPath('/org/freedesktop/Hal/devi

Re: Creating adhoc wireless Network

2009-07-01 Thread Dan Williams
On Wed, 2009-07-01 at 12:28 -0400, Dan Williams wrote: > On Wed, 2009-07-01 at 11:26 -0400, ne...@aflb.com wrote: > > Thanks for this quick answer. > > > > That's what I though. Adding a new connection isnot easy to do... > > > > when you say "programmatically ask the system settings service to c

Re: Creating adhoc wireless Network

2009-07-01 Thread Dan Williams
On Wed, 2009-07-01 at 11:26 -0400, ne...@aflb.com wrote: > Thanks for this quick answer. > > That's what I though. Adding a new connection isnot easy to do... > > when you say "programmatically ask the system settings service to create it" > > What do you mean ? Doing the same stuff as nm-applet

Re: Creating adhoc wireless Network

2009-07-01 Thread nexus
Thanks for this quick answer. That's what I though. Adding a new connection isnot easy to do... when you say "programmatically ask the system settings service to create it" What do you mean ? Doing the same stuff as nm-applet but hardcoded ? I think I have something... ugly but it works.. Crea

Re: Creating adhoc wireless Network

2009-07-01 Thread Dan Williams
On Wed, 2009-07-01 at 05:27 -0400, ne...@aflb.com wrote: > Hi there, > > I try to create a new adhoc wireless connection using DBUS. > > It's pretty hard coz I don't find any documentantion. I've only the d-feet > utility to see the method and object path to use. > > I would like to create a thi

Creating adhoc wireless Network

2009-07-01 Thread nexus
Hi there, I try to create a new adhoc wireless connection using DBUS. It's pretty hard coz I don't find any documentantion. I've only the d-feet utility to see the method and object path to use. I would like to create a third party apps (python / bash but not c) to : *-create a new adhoc connec

Re: Creating AdHoc wireless network

2009-01-08 Thread Dan Williams
On Mon, 2008-12-22 at 13:06 -0500, Robert Moskowitz wrote: > Using NetworkManager 0.6.4 in Centos 5.2 > > Does it support AdHoc wireless network definitions? > > If so, how? Yes, you want the "Create new wireless network..." item in the applet menu. Dan ___

Creating AdHoc wireless network

2008-12-22 Thread Robert Moskowitz
Using NetworkManager 0.6.4 in Centos 5.2 Does it support AdHoc wireless network definitions? If so, how? ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list