RE: Automatic Connection not Working

2011-05-19 Thread Jos Collin-ERS,HCLTech
>. I was however unsure what you meant by AP? Access Point From: networkmanager-list-boun...@gnome.org [networkmanager-list-boun...@gnome.org] On Behalf Of Chris [cbain...@gmail.com] Sent: Friday, May 20, 2011 3:45 AM To: Dan Williams Cc: networkmanager-li

RE: Adding connections via D-Bus is not (yet) supported

2011-05-18 Thread Jos Collin-ERS,HCLTech
Anytime. From: Neil Durant [neildur...@gmail.com] Sent: Wednesday, May 18, 2011 9:34 PM To: Jos Collin-ERS,HCLTech Subject: Re: Adding connections via D-Bus is not (yet) supported Hi Jos, On 18 May 2011 16:50, Jos Collin-ERS,HCLTech mailto:joscol

RE: Adding connections via D-Bus is not (yet) supported

2011-05-18 Thread Jos Collin-ERS,HCLTech
Hello Neil, In NM 0.8.x, NetworkManagerUserSettings does not export the add/delete functionality due to security reasons, as then any application in the user's session could read/write/delete network settings. But NetworkManagerSystemSettings provides those functionality. So if you are in a us

RE: Add Connection

2011-04-19 Thread Jos Collin-ERS,HCLTech
http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/examples/C From: networkmanager-list-boun...@gnome.org [networkmanager-list-boun...@gnome.org] On Behalf Of Almo Nito [almon...@gmx.de] Sent: Wednesday, April 20, 2011 1:27 AM To: networkmanage

RE: Help with NM DBus API

2011-04-18 Thread Jos Collin-ERS,HCLTech
> Just looking at the interfaces, it seems I need to call > NetworkManagerSettings.ListConnections() on the > NetworkManagerSystemSettings service (this is NM 0.7/0.8) to get the > path of the connection object; and then call > NetworkManagerSettings.Connection.Update( ... ) on this object, with >

RE: How to get the ESSID of the active wifi network?

2011-03-22 Thread Jos Collin-ERS,HCLTech
> But before that I need another command to get the correct Devices > number, i.e. it's /Devices/0 in my case. Yes, you have to find the device object path for your case. You can start with the following two options. 1. Use GetDevices, find the appropriate wireless device and then call ActiveAc

RE: How to get the ESSID of the active wifi network?

2011-03-22 Thread Jos Collin-ERS,HCLTech
Hello, I believe that "the current network" is the one which is Active. Replace /org/freedesktop/NetworkManager/Devices/eth1 with the object path of the ActiveAccessPoint. Then get the Ssid property of that ActiveAccessPoint. Regards, Jos Collin From: ne

RE: NetworkManager Password Lenght

2011-02-17 Thread Jos Collin-ERS,HCLTech
Guilherme, You might be using a different encryption type in the router and in the NetworkManager. The WPA Personal requires a minimum of 8 characters for the password. You have to check the encryption type in both places. Jos Collin From: networkmanager

RE: Need help with the NetworkManager DBUS API

2011-02-14 Thread Jos Collin-ERS,HCLTech
I don't know whether this will help Anurup or not. I see that instead of using gconf, you can add the connections to the nm-applet via dbus. Regards, Jos Collin From: networkmanager-list-boun...@gnome.org [networkmanager-list-boun...@gnome.org] On Behalf

RE: Network Manager reason codes

2011-02-11 Thread Jos Collin-ERS,HCLTech
> different from configs in your operating system? Are you also using > Fedora or a different linux distribution? This is off-topic. But I must say this. It is not Linux distribution. It is the GNU Distribution. They are the distributions of the GNU Operating system.

RE: Change the Password

2011-01-27 Thread Jos Collin-ERS,HCLTech
ollin From: Bastien Nocera [had...@hadess.net] Sent: Thursday, January 27, 2011 5:26 PM To: Jos Collin-ERS,HCLTech Cc: networkmanager-list@gnome.org Subject: RE: Change the Password On Thu, 2011-01-27 at 15:41 +0530, Jos Collin-ERS,HCLTech wrote: > Can you please respond to my email? I just want to

RE: Change the Password

2011-01-27 Thread Jos Collin-ERS,HCLTech
Can you please respond to my email? I just want to know is it possible to change the encryption key via dbus or not. Thanks, Jos Collin From: Jos Collin-ERS,HCLTech Sent: Tuesday, January 25, 2011 6:47 PM To: networkmanager-list@gnome.org Subject: Change

Change the Password

2011-01-25 Thread Jos Collin-ERS,HCLTech
Hello, Is it possible to change the Wireless Encryption Key that is stored in nm-applet via DBus? I have called org.freedesktop.NetworkManagerSettings.GetSettings() to see whether I can update the settings. But it seems there is no way. Please give me some pointers, atleast using dbus-send. T

FW: NM automatically reconnects to WIFI AP automatically after commanded to disconnect from it.

2011-01-04 Thread Jos Collin-ERS,HCLTech
Hello Jirka, I have already helped Greg and resolved this issue. Regards, Jos Collin From: Greg Suarez [gpsuarez2...@gmail.com] Sent: Wednesday, December 22, 2010 1:11 PM To: Jos Collin-ERS,HCLTech Subject: Re: NM automatically reconnects to WIFI AP

RE: StateChanged device

2010-11-29 Thread Jos Collin-ERS,HCLTech
I implement won't be able to receive the signals. Please help. Thanks, Jos Collin From: Jos Collin-ERS,HCLTech Sent: Thursday, November 25, 2010 1:27 PM To: Dan Williams Cc: networkmanager-list@gnome.org Subject: RE: StateChanged device Dan, Thank

RE: StateChanged device

2010-11-25 Thread Jos Collin-ERS,HCLTech
___ From: Dan Williams [d...@redhat.com] Sent: Wednesday, November 24, 2010 9:32 AM To: Jos Collin-ERS,HCLTech Cc: networkmanager-list@gnome.org Subject: RE: StateChanged device On Mon, 2010-11-22 at 10:34 +0530, Jos Collin-ERS,HCLTech wrote: > Hello Everyone, > > Is it possible to get the n

RE: StateChanged device

2010-11-21 Thread Jos Collin-ERS,HCLTech
Hello Everyone, Is it possible to get the name of the device when I receive a StateChanged signal? Is there any such parameter with in the StateChanged signal? Please help. Thanks, Jos Collin From: Jos Collin-ERS,HCLTech Sent: Friday, November 19, 2010

StateChanged device

2010-11-18 Thread Jos Collin-ERS,HCLTech
Hello, I'm receiving NetworkManager.StateChanged signal when a network is connected or disconnected. Is it possible to get the name of the device or the identity of the network that is connected or disconnected inside the NetworkManager software, using the StateChanged Handler? Thanks, Jos Col

Switch Network Connections

2010-11-07 Thread Jos Collin-ERS,HCLTech
Hello, I have a wired and a wireless connections available in my computer. Both of them are configured in the NetworkManager. How can I programatically choose (or switch) to wired or wireless connection, using java?. After choosing a connection my computer should use that particular connection