Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Vitja Makarov
2008/5/6 Alex Kanavin [EMAIL PROTECTED]: 2008/5/4 Vitja Makarov [EMAIL PROTECTED]: Probe CDC-ACM modems, found in most cell phones on the fly, using AT+GCAP modem command. I tested it with 1 Nokia GSM phone, and 2 CDMA. In practice most if not all phones seem to use protocol 1

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Vitja Makarov
2008/5/6 Alex Kanavin [EMAIL PROTECTED]: 2008/5/6 Vitja Makarov [EMAIL PROTECTED]: I'm wondering what for are CDMA, 3G, GSM subclasses. Which subclasses? Where? I mean protocols defined at linux/usb/cdc.h: #define USB_CDC_ACM_PROTO_AT_V25TER 1 #define

Re: Interface hotplugging and priorities

2008-05-06 Thread Aldoo
Le lundi 5 mai 2008, Dan Williams a écrit : Yeah, 0.6 won't work so well for you here. 0.7 has the option to tie connections to a specific MAC address, and then you could set autoconnect=FALSE for that MAC-locked connection, which would cause NM to only bring it up when you click it manually.

NM applet: NetworkManagerUserSettings service not found

2008-05-06 Thread Marco
Compiled last network-manager-applet from: URL: https://svn.gnome.org/svn/network-manager-applet/trunk Repository: https://svn.gnome.org/svn/network-manager-applet UUID del Repository: 9c6bbc85-7128-0410-879a-9bbc9e4270e9 Revisione: 713 Starting nm-applet --sm-disable I have: **

Re: Is NetworkManager ready for servers with may interfaces?

2008-05-06 Thread Kenneth Crudup
On Mon, 5 May 2008, Dan Williams wrote: To edit the connection files directly, use the values documented here: http://live.gnome.org/NetworkManagerConfigurationSpecification Question: there's an Edit Connections dialog available in nm-applet; is this the same thing? There seems to be some

Re: Is NetworkManager ready for servers with may interfaces?

2008-05-06 Thread Kenneth Crudup
On Mon, 5 May 2008, Dan Williams wrote: http://live.gnome.org/NetworkManagerConfigurationSpecification I'm still not quite sure how these end up in text files, what the filenames should be, nor what format. Can someone send me a tar file of their /etc/NetworkManager/system_config/ directory,

[PATCH] nm-applet: build fix for srcdir != builddir

2008-05-06 Thread Michael Biebl
Hi, nm-applet currently fails make distcheck. Reason is, that nm-marshal.h is generated in builddir, not srcdir. I fixed the Makefile.amS accordingly. Another problem is, that po/POTFILES.in is not up-to-date. Patch is attached. Cheers, Michael -- Why is it that all of the instruments

[PATCH] build fix: keyfile plugins uses dbus-glib but doesn't link against it.

2008-05-06 Thread Michael Biebl
Just a minor issue. reader.c uses dbus-glib, so the plugin should be linked against dbus-glib. Patch attached. Cheers Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? Index: system-settings/plugins/keyfile/Makefile.am

Re: Interface hotplugging and priorities

2008-05-06 Thread Aldric Degorre
Le lundi 5 mai 2008, Dan Williams a écrit : Yeah, 0.6 won't work so well for you here. 0.7 has the option to tie connections to a specific MAC address, and then you could set autoconnect=FALSE for that MAC-locked connection, which would cause NM to only bring it up when you click it manually.

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Alex Kanavin
2008/5/6 Vitja Makarov [EMAIL PROTECTED]: I'm wondering what for are CDMA, 3G, GSM subclasses. Which subclasses? Where? Here is new version of patch. It simply calls prober for V.250 CDC-ACM modems. Also I don't understand why we don't check interface.class and only test

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Alex Kanavin
2008/5/6 Vitja Makarov [EMAIL PROTECTED]: I mean protocols defined at linux/usb/cdc.h: #define USB_CDC_ACM_PROTO_AT_V25TER 1 #define USB_CDC_ACM_PROTO_AT_PCCA1012 #define USB_CDC_ACM_PROTO_AT_PCCA101_WAKE 3 #define USB_CDC_ACM_PROTO_AT_GSM4

nm-editor: Can't make existing configuration a system setting

2008-05-06 Thread Michael Biebl
Hi, I'm running latest SVN (NM r3633, nm-applet r713). nm-system-settings is configured to use the keyfile plugin. When I run the connection-editor from within nm-applet, it presents me a list of configured wlan networks (Auto foo, Auto bar, ...). I wanted to make one of those configurations a

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Dan Williams
On Sun, 2008-05-04 at 11:34 +0400, Vitja Makarov wrote: Probe CDC-ACM modems, found in most cell phones on the fly, using AT+GCAP modem command. I tested it with 1 Nokia GSM phone, and 2 CDMA. Great! Thanks for writing this. So what we can do now is remove all the matches for individual

Re: NM applet: NetworkManagerUserSettings service not found

2008-05-06 Thread Dan Williams
On Tue, 2008-05-06 at 11:44 +0200, Marco wrote: Compiled last network-manager-applet from: URL: https://svn.gnome.org/svn/network-manager-applet/trunk Repository: https://svn.gnome.org/svn/network-manager-applet UUID del Repository: 9c6bbc85-7128-0410-879a-9bbc9e4270e9 Revisione: 713

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Bastien Nocera
On Tue, 2008-05-06 at 09:55 -0400, Dan Williams wrote: On Sun, 2008-05-04 at 11:34 +0400, Vitja Makarov wrote: Probe CDC-ACM modems, found in most cell phones on the fly, using AT+GCAP modem command. I tested it with 1 Nokia GSM phone, and 2 CDMA. Great! Thanks for writing this. So

Re: Is NetworkManager ready for servers with may interfaces?

2008-05-06 Thread Dan Williams
On Tue, 2008-05-06 at 05:41 -0700, Kenneth Crudup wrote: On Mon, 5 May 2008, Dan Williams wrote: To edit the connection files directly, use the values documented here: http://live.gnome.org/NetworkManagerConfigurationSpecification Question: there's an Edit Connections dialog available

Re: NetworkManager - Auto

2008-05-06 Thread Dan Williams
On Fri, 2008-05-02 at 13:52 -0400, Matthew Saltzman wrote: On Fri, 2008-05-02 at 10:52 -0400, Dan Williams wrote: On Thu, 2008-05-01 at 18:10 -0400, Rick Bilonick wrote: I'm using NetworkManager-0.7.0-0.6.7.svn3370.fc8 and I've noticed that sometimes a network access point is listed with

Re: nm api to get essid, freq, qual ...

2008-05-06 Thread Dan Williams
On Fri, 2008-05-02 at 15:43 -0400, tyuoustwo three wrote: On Fri, May 2, 2008 at 12:10 PM, Dan Williams [EMAIL PROTECTED] wrote: On Fri, 2008-05-02 at 04:03 -0400, tyuoustwo three wrote: Hi, I have already looked at

Re: Is NetworkManager ready for servers with may interfaces?

2008-05-06 Thread Tambet Ingo
On Tue, May 6, 2008 at 3:43 PM, Kenneth Crudup [EMAIL PROTECTED] wrote: I'm still not quite sure how these end up in text files, what the filenames should be, nor what format. Can someone send me a tar file of their /etc/NetworkManager/system_config/ directory, please? The file names aren't

Re: nm-editor: Can't make existing configuration a system setting

2008-05-06 Thread Tambet Ingo
On Tue, May 6, 2008 at 4:50 PM, Michael Biebl [EMAIL PROTECTED] wrote: When I run the connection-editor from within nm-applet, it presents me a list of configured wlan networks (Auto foo, Auto bar, ...). I wanted to make one of those configurations a system setting, so I pressed Edit and

Re: nm-editor: Can't make existing configuration a system setting

2008-05-06 Thread Dan Williams
On Tue, 2008-05-06 at 17:36 +0300, Tambet Ingo wrote: On Tue, May 6, 2008 at 4:50 PM, Michael Biebl [EMAIL PROTECTED] wrote: When I run the connection-editor from within nm-applet, it presents me a list of configured wlan networks (Auto foo, Auto bar, ...). I wanted to make one of those

Re: Crash of KNetworkMangager 0.2.2 attempting LEAP on iwl3945

2008-05-06 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Helmut Schaa wrote: Hi, Am Mi 30 Apr 2008 18:46:30 CEST schrieb Ryan Novosielski [EMAIL PROTECTED]: I figured I'd mention this one because I can reliably reproduce it. What information the backtrace really contains though, I'm not sure. Let me

Re: openvpn fails on inactivity timeout

2008-05-06 Thread Dan Williams
On Sun, 2008-05-04 at 13:39 -0400, Neal Becker wrote: May 4 13:35:45 nbecker1 openvpn[12533]: Initialization Sequence Completed OK, it's up ... May 4 13:37:39 nbecker1 nm-openvpn[21349]: [nbecker] Inactivity timeout (--ping-restart), restarting May 4 13:37:39 nbecker1 nm-openvpn[21349]:

Re: [PATCH] nm-applet: build fix for srcdir != builddir

2008-05-06 Thread Dan Williams
On Tue, 2008-05-06 at 14:52 +0200, Michael Biebl wrote: Hi, nm-applet currently fails make distcheck. Reason is, that nm-marshal.h is generated in builddir, not srcdir. I fixed the Makefile.amS accordingly. Another problem is, that po/POTFILES.in is not up-to-date. Patch is

Re: [PATCH] build fix: keyfile plugins uses dbus-glib but doesn't link against it.

2008-05-06 Thread Dan Williams
On Tue, 2008-05-06 at 15:22 +0200, Michael Biebl wrote: Just a minor issue. reader.c uses dbus-glib, so the plugin should be linked against dbus-glib. Patch attached. Committed, thanks! Dan ___ NetworkManager-list mailing list

NetworkManager and rf_kill

2008-05-06 Thread Khashayar Naderehvandi
Hi list, When disabling wireless network using nm-applet, NM does not seem to disable the device (by means of /sys/class/net/wlan0/device/rf_kill). This is true both of the 0.6.6 version that Ubuntu Hardy ships and a quite recent svn build that I've compiled myself. The svn build is on a machine

Re: Crash of KNetworkMangager 0.2.2 attempting LEAP on iwl3945

2008-05-06 Thread Helmut Schaa
Am Di 06 Mai 2008 17:00:25 CEST schrieb Ryan Novosielski [EMAIL PROTECTED]: Helmut Schaa wrote: Could you please try the following: - Close KNetworkManager - Move ~/.kde/share/config/knetworkmanagerrc anywhere else - Start KNetworkManager That does seem to solve the problem. Now what do I

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Marcel Holtmann
Hi Dan, Probe CDC-ACM modems, found in most cell phones on the fly, using AT+GCAP modem command. I tested it with 1 Nokia GSM phone, and 2 CDMA. Great! Thanks for writing this. So what we can do now is remove all the matches for individual devices in the fdi file, and just match on

Re: NetworkManager and rf_kill

2008-05-06 Thread Dan Williams
On Tue, 2008-05-06 at 18:08 +0200, Khashayar Naderehvandi wrote: Hi list, When disabling wireless network using nm-applet, NM does not seem to disable the device (by means of /sys/class/net/wlan0/device/rf_kill). This is true both of the 0.6.6 version that Ubuntu Hardy ships and a quite

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Dan Williams
On Tue, 2008-05-06 at 19:10 +0200, Marcel Holtmann wrote: Hi Dan, Probe CDC-ACM modems, found in most cell phones on the fly, using AT+GCAP modem command. I tested it with 1 Nokia GSM phone, and 2 CDMA. Great! Thanks for writing this. So what we can do now is remove all the

nm-tool and nm-applet problems in recent svn

2008-05-06 Thread Björn Martensen
Hi, I had this problem with nm-tool for some time now and it doesn't work in the latest svn of libnm, networkmanager and nm-applet yet: $ nm-tool NetworkManager Tool State: connected (process:14913): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Marcel Holtmann
Hi Dan, So what we can do now is remove all the matches for individual devices in the fdi file, and just match on the driver name for nozomi, airprime, option, and sierra. We'll have a few left-over items that aren't driven by those, but those devices will either use cdc_acm (and

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Bastien Nocera
On Tue, 2008-05-06 at 20:10 +0200, Marcel Holtmann wrote: Hi Dan, So what we can do now is remove all the matches for individual devices in the fdi file, and just match on the driver name for nozomi, airprime, option, and sierra. We'll have a few left-over items that aren't driven

Re: [PATCH] hal probe modem caps ondemand

2008-05-06 Thread Vitja Makarov
2008/5/6 Bastien Nocera [EMAIL PROTECTED]: On Tue, 2008-05-06 at 20:10 +0200, Marcel Holtmann wrote: Hi Dan, So what we can do now is remove all the matches for individual devices in the fdi file, and just match on the driver name for nozomi, airprime, option, and

Re: Crash of KNetworkMangager 0.2.2 attempting LEAP on iwl3945

2008-05-06 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Helmut Schaa wrote: Am Di 06 Mai 2008 17:00:25 CEST schrieb Ryan Novosielski [EMAIL PROTECTED]: Helmut Schaa wrote: Could you please try the following: - Close KNetworkManager - Move ~/.kde/share/config/knetworkmanagerrc anywhere else - Start

Re: Crash of KNetworkMangager 0.2.2 attempting LEAP on iwl3945

2008-05-06 Thread Helmut Schaa
Am Di 06 Mai 2008 21:40:21 CEST schrieb Ryan Novosielski [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Helmut Schaa wrote: Am Di 06 Mai 2008 17:00:25 CEST schrieb Ryan Novosielski [EMAIL PROTECTED]: Helmut Schaa wrote: Could you please try the following: - Close

Re: NetworkManager and rf_kill

2008-05-06 Thread Tomas Winkler
On Tue, May 6, 2008 at 8:24 PM, Dan Williams [EMAIL PROTECTED] wrote: On Tue, 2008-05-06 at 18:08 +0200, Khashayar Naderehvandi wrote: Hi list, When disabling wireless network using nm-applet, NM does not seem to disable the device (by means of /sys/class/net/wlan0/device/rf_kill).

Re: NetworkManager and rf_kill

2008-05-06 Thread Tomas Winkler
On Tue, May 6, 2008 at 8:24 PM, Dan Williams [EMAIL PROTECTED] wrote: On Tue, 2008-05-06 at 18:08 +0200, Khashayar Naderehvandi wrote: Hi list, When disabling wireless network using nm-applet, NM does not seem to disable the device (by means of /sys/class/net/wlan0/device/rf_kill).