Re: [PATCH][RFC][ModemManager] udev rules: port to hwdb where applicable

2013-07-23 Thread Tom Gundersen
On 22 Jul 2013 17:43, Dan Williams d...@redhat.com wrote: On Sat, 2013-07-20 at 01:53 +0200, Tom Gundersen wrote: Udev recently gained a hardware database, which is an efficent replacement for the kind of rules shipped with modemmanager. This patch ports all the relevant udev rules to

Re: [PATCH][RFC][ModemManager] udev rules: port to hwdb where applicable

2013-07-23 Thread Kay Sievers
On Tue, Jul 23, 2013 at 12:46 PM, Tom Gundersen t...@jklm.no wrote: On 22 Jul 2013 17:43, Dan Williams d...@redhat.com wrote: On Sat, 2013-07-20 at 01:53 +0200, Tom Gundersen wrote: Udev recently gained a hardware database, which is an efficent replacement for the kind of rules shipped

nm-platform suspend/resume routing problem

2013-07-23 Thread Pavel Simerda
Hi, didn't catch you on IRC, IMO the routing problem will be more general and suspend/resume only triggers it. In my opinion, setting interface down can trigger inconsistent cache state and we have to clear or maybe even refill the address/route cache when link down event is received. To

Re: nm-platform suspend/resume routing problem

2013-07-23 Thread Dan Williams
On Tue, 2013-07-23 at 17:40 -0400, Pavel Simerda wrote: Hi, didn't catch you on IRC, IMO the routing problem will be more general and suspend/resume only triggers it. In my opinion, setting interface down can trigger inconsistent cache state and we have to clear or maybe even refill the

Re: [patch NetworkManager v2 2/6] add setting for team port

2013-07-23 Thread Dan Williams
On Mon, 2013-07-15 at 09:46 +0200, Jiri Pirko wrote: Signed-off-by: Jiri Pirko j...@resnulli.us --- libnm-util/Makefile.am| 2 + libnm-util/libnm-util.ver | 5 ++ libnm-util/nm-connection.c| 17 libnm-util/nm-connection.h| 2 +

Re: [patch NetworkManager v2 6/6] nm-device-team: spawn teamd for team device connection

2013-07-23 Thread Dan Williams
On Mon, 2013-07-15 at 09:46 +0200, Jiri Pirko wrote: Signed-off-by: Jiri Pirko j...@resnulli.us --- src/devices/nm-device-team.c | 283 ++- 1 file changed, 282 insertions(+), 1 deletion(-) diff --git a/src/devices/nm-device-team.c

Re: How frequently org.freedektop.ModemManager.Modem.Cdma.SignalQuality signals signal strength?

2013-07-23 Thread satya gowtham kudupudi
$ sudo lsusb -v -d 19d2:fff1 Bus 001 Device 006: ID 19d2:fff1 ZTE WCDMA Technologies MSM Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol

Re: How frequently org.freedektop.ModemManager.Modem.Cdma.SignalQuality signals signal strength?

2013-07-23 Thread satya gowtham kudupudi
Modem's model no. is *AC2738* On Wed, Jul 24, 2013 at 10:18 AM, satya gowtham kudupudi satyagowtha...@gmail.com wrote: $ sudo lsusb -v -d 19d2:fff1 Bus 001 Device 006: ID 19d2:fff1 ZTE WCDMA Technologies MSM Device Descriptor: bLength18 bDescriptorType 1

Re: [patch NetworkManager v2 2/6] add setting for team port

2013-07-23 Thread Jiri Pirko
Wed, Jul 24, 2013 at 01:26:00AM CEST, d...@redhat.com wrote: On Mon, 2013-07-15 at 09:46 +0200, Jiri Pirko wrote: Signed-off-by: Jiri Pirko j...@resnulli.us --- libnm-util/Makefile.am| 2 + libnm-util/libnm-util.ver | 5 ++ libnm-util/nm-connection.c| 17

Re: [patch NetworkManager v2 6/6] nm-device-team: spawn teamd for team device connection

2013-07-23 Thread Jiri Pirko
Wed, Jul 24, 2013 at 01:53:56AM CEST, d...@redhat.com wrote: On Mon, 2013-07-15 at 09:46 +0200, Jiri Pirko wrote: Signed-off-by: Jiri Pirko j...@resnulli.us --- src/devices/nm-device-team.c | 283 ++- 1 file changed, 282 insertions(+), 1 deletion(-)