Re: SMS sending feature error

2013-04-26 Thread David Castellanos
Hi Aleksander! I've tested several devices I have around here (ZTE MF626, MF680, MF190 and a Huawei E270), and all of them worked flawlessly :-) Cheers! 2013/4/25 Aleksander Morgado aleksan...@lanedo.com: I was playing a little with current git master (2320411), when I noticed that SMS

How to make Modem Manager ignore non-modem USB serial devices?

2013-04-26 Thread Paul Stoffregen
What is the current recommended way to request the Modem Manager ignore a USB serial device which is not a modem? Until recently, this udev rule worked. KERNEL==ttyACM*, ATTRS{idVendor}==16c0, ATTRS{idProduct}==04[789]?, MODE:=0666, ENV{ID_MM_DEVICE_IGNORE}=1 I've had at least 3 users

Re: How to make Modem Manager ignore non-modem USB serial devices?

2013-04-26 Thread Aleksander Morgado
On 04/26/2013 02:01 PM, Paul Stoffregen wrote: What is the current recommended way to request the Modem Manager ignore a USB serial device which is not a modem? Until recently, this udev rule worked. KERNEL==ttyACM*, ATTRS{idVendor}==16c0, ATTRS{idProduct}==04[789]?, MODE:=0666,

How can I obtain DHCP4Config, IP4Config of an active VPN connection?

2013-04-26 Thread Chris Nogen
Hi everyone, I'm currently working with NetworkManager and python in order to connect to my network company with a VPN. The python script performs just simple actions like connect VPN through my wired interface and then automatically configure my code to reach company servers. Everything

Re: How can I obtain DHCP4Config, IP4Config of an active VPN connection?

2013-04-26 Thread Pavel Simerda
- Original Message - From: Chris Nogen chris...@inbox.com To: networkmanager-list@gnome.org Sent: Friday, April 26, 2013 5:44:07 PM Subject: How can I obtain DHCP4Config, IP4Config of an active VPN connection? Hi everyone, I'm currently working with NetworkManager and python in

Re: ModemManager: sending special SMS

2013-04-26 Thread Dan Williams
On Sun, 2013-04-21 at 17:45 +0200, Davide Depau wrote: Hi, I'm writing a little bash application that uses ModemManager (through Python) to perform basic operations using a GSM modem like a phone or an internet key. I would like to enable my application to send custom SMS types, like flash

Re: Any volunteers for becoming a GSoC co-mentor for proxy integration project?

2013-04-26 Thread Dan Williams
On Thu, 2013-04-18 at 01:00 +0430, Hedayat Vatankhah wrote: Dear all, I have proposed the integration of proxy settings into NetworkManager as a GSoC project for Fedora[1]; which is in concept very similar to the recent integration of firewalld and NeworkManager where different firewall

Re: SMS sending error with Telit module

2013-04-26 Thread Dan Williams
On Tue, 2013-04-23 at 08:51 -0500, Dan Williams wrote: On Wed, 2013-04-17 at 09:54 +0200, Enrico Murador - Research Development - CET wrote: Ok. Problem is that I think I can't get more information regarding Windows drivers (even if I manage to get the sources, I suppose I can't freely

Re: How can I obtain DHCP4Config, IP4Config of an active VPN connection?

2013-04-26 Thread Dan Williams
On Fri, 2013-04-26 at 13:22 -0400, Pavel Simerda wrote: - Original Message - From: Chris Nogen chris...@inbox.com To: networkmanager-list@gnome.org Sent: Friday, April 26, 2013 5:44:07 PM Subject: How can I obtain DHCP4Config, IP4Config of an active VPN connection? Hi

Re: How to make Modem Manager ignore non-modem USB serial devices?

2013-04-26 Thread Dan Williams
On Fri, 2013-04-26 at 05:01 -0700, Paul Stoffregen wrote: What is the current recommended way to request the Modem Manager ignore a USB serial device which is not a modem? Until recently, this udev rule worked. KERNEL==ttyACM*, ATTRS{idVendor}==16c0, ATTRS{idProduct}==04[789]?,

Re: Any volunteers for becoming a GSoC co-mentor for proxy integration project?

2013-04-26 Thread Pavel Simerda
- Original Message - From: Dan Williams d...@redhat.com To: Hedayat Vatankhah heday...@gmail.com Cc: networkmanager-list@gnome.org Sent: Friday, April 26, 2013 7:54:25 PM Subject: Re: Any volunteers for becoming a GSoC co-mentor for proxy integration project? On Thu,

Re: Any volunteers for becoming a GSoC co-mentor for proxy integration project?

2013-04-26 Thread Dan Williams
On Fri, 2013-04-26 at 14:24 -0400, Pavel Simerda wrote: - Original Message - From: Dan Williams d...@redhat.com To: Hedayat Vatankhah heday...@gmail.com Cc: networkmanager-list@gnome.org Sent: Friday, April 26, 2013 7:54:25 PM Subject: Re: Any volunteers for becoming a GSoC

[PATCH] Add libgsystem as a git submodule

2013-04-26 Thread Colin Walters
And change src/main.c to use the local allocation macros. This results in much cleaner code, as one can see from the diff. Because libgsystem is designed for nonrecursive make, it fits best in the current recursive setup if we build . first. This will be a lot nicer when we switch NM to a

[MM][PATCH] mm-glib: use correct enum type

2013-04-26 Thread Yunlian Jiang
This patch fixes mismatched enum type for a function parameter, which fixes the following clang warning: mm-manager.c:112:65: error: implicit conversion from enumeration type 'GDBusObjectManagerClientFlags' to different enumeration type 'GDBusProxyFlags' [-Werror,-Wenum-conversion]

[MM][PATCH] remove comparison of unsigned expression = 0

2013-04-26 Thread Yunlian Jiang
This patch removes a few unnecessary checks of unsigned expression = 0, which also fixes the following clang warnings: mm-broadband-bearer.c:1511:31: error: comparison of unsigned expression = 0 is always true [-Werror,-Wtautological-compare] ctx-cgact_command = (cid = 0 ?