Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread Dan Williams
On Wed, 2012-02-08 at 17:39 +0100, Aleksander Morgado wrote: > >> > >> That CMGS command seems the proper one, so not sure why the ZTE modem > >> didn't like it. Could you run "AT+CMGS=?" in minicom and send back the > >> result? > >> > > > > I turned off the mobile internet connection. > > Here i

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread Dan Williams
On Wed, 2012-02-08 at 18:41 +0100, PongráczI wrote: > >> Seems to me that the modem doesn't support AT+CMGS-based SMS sending... > >> :-/ It's weird, as it did support listing SMSs and such. > >> > >> Dan, any other idea here? > >> > > Info: Gammu is able to send sms using that zte modem. Any id

Re: [PATCH 1/2] core: Report username in systemd uid_has_session

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 15:37 +0100, Benjamin Franzke wrote: > For nm_auth_uid_in_acl to be successfull its required that > nm_session_monitor_uid_has_session returns a user_name. Both pushed, thanks! Dan > --- > src/nm-session-monitor-systemd.c |3 +++ > 1 files changed, 3 insertions(+), 0 d

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 09:05 +0100, PongráczI wrote: > > Any idea what command Gammu sends? Does it use PDU mode or text mode to > > send it? Is it possible for you to get a log of the serial traffic when > > using Gammu so we can compare to what ModemManager does? > > > > Dan > > Hi, > > In atta

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 18:12 +0100, Aleksander Morgado wrote: > >>> Any idea what command Gammu sends? Does it use PDU mode or text mode to > >>> send it? Is it possible for you to get a log of the serial traffic when > >>> using Gammu so we can compare to what ModemManager does? > >>> > >>> Dan > >

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 18:01 +0100, PongráczI wrote: > > Ok, so gammu is using PDU mode instead of text mode. It might be that > > even though the modem *says* it supports text mode, it really doesn't > > and wants PDU mode. > > > > Dan > > Hi, > > Great, one modem of the 1 could be o

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 20:22 +0100, Marcel Holtmann wrote: > Hi Dan, > > > > >> In attached you can find the gammu log for a successfully sent sms. > > > >> > > > >> I had to turn off the mobile broadband with nm-applet to get gammu > > > >> work. In this case modem-manager released the modem port

Re: [back to this topic] Re: PIN handling problem on Connect automatically

2012-02-09 Thread Dan Williams
On Mon, 2012-02-06 at 10:48 -0600, Dan Williams wrote: > On Fri, 2012-02-03 at 20:55 +, Sérgio Basto wrote: > > On Thu, 2011-10-27 at 11:29 -0500, Dan Williams wrote: > > > On Thu, 2011-10-27 at 06:25 +0100, Sérgio Basto wrote: > > > > On Wed, 2011-10-26 at 1

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 23:26 +0100, PongráczI wrote: > > eredeti üzenet- > Feladó: "Dan Williams" d...@redhat.com > Címzett: "PongráczI" > CC: networkmanager-list@gnome.org >

[RFC] [PATCH] core: flush timestamp cache to disk only on activate/deactivate

2012-02-09 Thread Dan Williams
To suppress periodic disk wakeups, only write timestamps to disk when a device gets activated or deactivated. Timestamps are still updated periodically in memory, just not flushed to disk at that time. Obviously if NM crashes timestamps won't be preserved, but that shouldn't happen, right? :) ---

Re: [PATCH 0/2] firewall-manager update

2012-02-10 Thread Dan Williams
On Fri, 2012-02-10 at 20:28 +0100, Thomas Woerner wrote: > Hello Jiri, > > On 02/10/2012 04:45 PM, Jiri Popelka wrote: > > The first patch updates FirewallD DBus service& path& interface. > > The second one adds calling of FirewallD1.zone.removeInterface method > > during device deactivation. >

Re: [PATCH 0/2] firewall-manager update

2012-02-10 Thread Dan Williams
On Fri, 2012-02-10 at 16:45 +0100, Jiri Popelka wrote: > The first patch updates FirewallD DBus service & path & interface. > The second one adds calling of FirewallD1.zone.removeInterface method > during device deactivation. These patches look good, thanks. Dan > Jiri Popelka (2): > firewall:

Re: [RFC] VPNC: port from GtkTable to GtkGrid

2012-02-10 Thread Dan Williams
On Fri, 2012-02-10 at 16:16 -0500, Mathieu Trudel-Lapierre wrote: > Hi, > > For newer GTK3 versions, GtkTable is deprecated in favor of GtkGrid. > Attached is a patch that does the change from GtkTable to GtkGrid > (though I omitted handling the gtk2 cases...), but it does change the > layout of t

Re: [PATCH] Fix pointer handling in nm_system_set_ip6_route()

2012-02-13 Thread Dan Williams
On Sun, 2012-02-12 at 20:25 +0100, Tomáš Trnka wrote: > Hello, > > nm_system_set_ip6_route() incorrectly takes addresses of the two in6_addr > pointers passed in (ip6_dest and ip6_gateway) and passes that to > nm_netlink_route_add(). That function takes two void* so the compiler doesn't > complain

Re: ModemManager port grabbing rework

2012-02-14 Thread Dan Williams
On Tue, 2012-02-14 at 13:02 +0100, Aleksander Morgado wrote: > On 02/13/2012 09:33 PM, Andrew Bird (Sphere Systems) wrote: > >Will this redesign allow you to change the udev rule assigned names > > from > > ID_MM_ZTE_PORT_TYPE_MODEM > > to > > ID_MM_PORT_TYPE_MODEM > > etc? I don't think there

Re: ModemManager port grabbing rework

2012-02-14 Thread Dan Williams
On Tue, 2012-02-14 at 18:54 +, Andrew Bird (Sphere Systems) wrote: > On Tuesday 14 February 2012, Dan Williams wrote: > > On Tue, 2012-02-14 at 13:02 +0100, Aleksander Morgado wrote: > > > On 02/13/2012 09:33 PM, Andrew Bird (Sphere Systems) wrote: > > > >W

Re: Testing of ADSL device support branch

2012-02-14 Thread Dan Williams
On Tue, 2012-02-14 at 14:18 +0200, Pantelis Koukousoulas wrote: > Hi, > > Sorry for taking so long to test the latest adsl branch, I was in a > situation where I couldn't > compile NetworkManager's git. Now that I have a system with latest > ubuntu (12.04 alpha) > here are my rough results: > > 1

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-15 Thread Dan Williams
On Wed, 2012-02-15 at 14:33 +0100, PongráczI wrote: > Hi, > > I tried the sms-send.py from the master branch (cloned 5 days ago, no changes > in the repo), with Huawei E173s-2 modem and I got Operation not allowed error > message. Receiving info and sms are ok with the python scripts. > > I att

Re: [PATCH] bonding: Add test cases

2012-02-15 Thread Dan Williams
On Tue, 2012-02-14 at 12:36 +0100, Thomas Graf wrote: > Adds two simple test cases for bonding masters and bonding slaves. > > Signed-off-by: Thomas Graf Applied, thanks. Dan > .../tests/network-scripts/ifcfg-test-bond-main |5 + > .../tests/network-scripts/ifcfg-test-bond-slave|

Re: [PATCH] bonding: Convert individual bonding options to a dict

2012-02-15 Thread Dan Williams
On Tue, 2012-02-14 at 14:05 +0100, Thomas Graf wrote: > Removes all bonding options properties and adds a "options" dict to hold > them all. Accessible via accessor functions. ifcfg interface is > unchanged. Applied with a few changes; instead of _by_key() use _by_name() since that's more appropri

Re: Echo removal

2012-02-15 Thread Dan Williams
On Wed, 2012-02-15 at 21:15 +0100, Aleksander Morgado wrote: > +if (response->data[i] == '\r' && response->data[i + 1] == > '\n') { > +if (i > 0) > +g_byte_array_remove_range (response, 0, i); > +else > +/* good, we're already started

Re: ModemManager: new 'iridium' plugin

2012-02-17 Thread Dan Williams
On Fri, 2012-02-17 at 14:09 +0100, Aleksander Morgado wrote: > > This development is ready for review in the 'plugin-iridium' branch in > > the following Gitorious repository [3]: > >git://gitorious.org/lanedo/modemmanager.git > > I finally had time and means to retest the Iridium plugin after

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-24 Thread Dan Williams
On Thu, 2012-02-16 at 18:21 +0100, Marcel Holtmann wrote: > Hi Dan, > > > > I tried the sms-send.py from the master branch (cloned 5 days ago, no > > > changes in the repo), with Huawei E173s-2 modem and I got Operation not > > > allowed error message. Receiving info and sms are ok with the pyth

Re: [PATCH] libnm-glib: add NMDeviceOlpcMesh

2012-02-24 Thread Dan Williams
On Wed, 2012-02-22 at 13:55 +0100, Jirka Klimes wrote: > The patch adds OlpcMesh device to libnm-glib. Looks good to me, thanks! Dan ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanage

Re: Setting openVPN options

2012-02-24 Thread Dan Williams
On Wed, 2012-02-22 at 00:16 +1300, Volker Kuhlmann wrote: > On Tue 21 Feb 2012 16:12:52 NZDT +1300, Bin Li wrote: > > Hi, > > > > Network manager dies trying to establish an openVPN connection because > > > it uses the wrong openVPN options. How can I change the openVPN options > > > used by NM?

Re: 0.9.1.90 (on Ubuntu 11.10) fails to maintain wifi connection when multiple APs have same SSID.

2012-02-24 Thread Dan Williams
On Mon, 2012-02-20 at 21:07 -0500, Jason Cipriani wrote: > I'm using NetworkManager 0.9.1.90 (it came with Ubuntu 11.10). I can't > establish a reliable wifi connection to a network with multiple APs > using the same SSID. dmegs shows immediate deauthentication with > reason 2 (authentication no lo

Re: network-manager-iodine

2012-02-24 Thread Dan Williams
On Thu, 2012-02-09 at 13:49 +0100, Guido Günther wrote: > Hi > I've written a small network-manager VPN plugin that uses iodine to > tunnel through DNS which can be usefull in case you're behind a firewall > but DNS queries are allowed: > > https://honk.sigxcpu.org/piki/projects/network-mana

Re: NetworkManager and Suspend

2012-02-24 Thread Dan Williams
On Fri, 2012-02-03 at 13:24 -0500, Bill Peck wrote: > Hello, > > I finally updated some systems at home which now run NetworkManager by > default, and I'm having trouble with Suspend/Resume and nfs mount home > directories. This used to work fine, but it seems that NetworkManager > takes down

Re: Wpa Supplicant

2012-02-24 Thread Dan Williams
On Fri, 2012-02-24 at 12:34 +0100, Jirka Klimes wrote: > On Sunday 19 of February 2012 17:58:09 Almo Nito wrote: > > Hey Guys, im Trying to get Networkmanager to work together with wpa > > supplicant. > > > > > > > > They are both started fine with the dbus option but networkmanager doesn't > >

Re: [PATCH V2] ethernet: fix match_ethernet_connection()

2012-02-24 Thread Dan Williams
On Thu, 2012-02-23 at 15:25 +0800, Weiping Pan wrote: > Example of problem: > Assume there are two connections, one is "Auto eth0" and the other is > "Vlan43", and the "Auto eth0" is the first connection on the list. > Assume we want to find a correct connection for vlan43 device first, > and match

Re: [PATCH V2] vlan: add compatible functions for libnl1

2012-02-24 Thread Dan Williams
On Thu, 2012-02-23 at 11:11 +0800, Weiping Pan wrote: > If we want to support vlan without libnl3, > then we can use ioctl. Pushed, thanks! Dan > Changelog: > V2: fix identation and comments. > > Signed-off-by: Weiping Pan > --- > src/nm-netlink-compat.c | 137 >

Re: [PATCH] VLAN: add "VLAN=yes" in ifcfg

2012-02-24 Thread Dan Williams
On Thu, 2012-02-16 at 22:08 +0800, Weiping Pan wrote: > Check "VLAN=yes" if "TYPE=Vlan" is missing. > They have the same meaning. > > This patch is based on NM/vlan branch, > commit 703196fcdb96ad0d4bf8dac572235e65ba02e844 Pushed, thanks. Dan > Signed-off-by: Weiping Pan > --- > src/settings

Re: 0.9.1.90 (on Ubuntu 11.10) fails to maintain wifi connection when multiple APs have same SSID.

2012-02-24 Thread Dan Williams
On Fri, 2012-02-24 at 14:19 -0600, Dan Williams wrote: > On Mon, 2012-02-20 at 21:07 -0500, Jason Cipriani wrote: > > I'm using NetworkManager 0.9.1.90 (it came with Ubuntu 11.10). I can't > > establish a reliable wifi connection to a network with multiple APs > > u

Re: Bearers in mixed CDMA+LTE modems

2012-02-25 Thread Dan Williams
On Thu, 2012-01-19 at 11:12 -0600, Dan Williams wrote: > On Tue, 2012-01-17 at 11:26 +0100, Aleksander Morgado wrote: > > >>>>>>> I believe we need a MMBearerType enum in the 0.6 API, so that we can > > >>>>>>> tell in CreateBearer() w

Re: network-manager-iodine

2012-02-27 Thread Dan Williams
On Sun, 2012-02-26 at 18:40 +0100, Guido Günther wrote: > Hi Dan, > On Fri, Feb 24, 2012 at 02:25:49PM -0600, Dan Williams wrote: > > On Thu, 2012-02-09 at 13:49 +0100, Guido Günther wrote: > > > Hi > > > I've written a small network-manager VPN plugin that uses

Re: NM re-writing /etc/resolv.conf

2012-03-01 Thread Dan Williams
On Thu, 2012-03-01 at 12:46 +, Timothy Murphy wrote: > This morning, when I brought my hibernating Fedora-16 laptop to life, > I found NM had re-written /etc/resolv.conf , leaving only comments. > > The laptop was connected to the internet before hibernation, > and had been working normally. >

Re: [PATCH] nm-manager.c:474:20: error: unused variable ‘priv’

2012-03-01 Thread Dan Williams
On Wed, 2012-02-29 at 15:04 +0100, Jiri Popelka wrote: > --- > src/nm-manager.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Applied, thanks. Dan > diff --git a/src/nm-manager.c b/src/nm-manager.c > index 146d491..d04a4e4 100644 > --- a/src/nm-manager.c > +++ b/src/nm-manager.c

Re: USB gadget support?

2012-03-01 Thread Dan Williams
On Tue, 2012-02-28 at 17:58 -0800, Hollis Blanchard wrote: > I have F16 here (NM 0.9.2) with a Beagleboard doing USB gadget > networking, and NM seems to be treating the wired and USB connections as > the same thing. After booting the Beagleboard, I get two "Wired" items > in the NM connection l

Re: [MM 0.6] Plumb up the SPN display-rule bits

2012-03-01 Thread Dan Williams
On Thu, 2012-03-01 at 14:28 +0100, Aleksander Morgado wrote: > Hey, > > > This is required for properly displaying > > local-operator-vs-home-provider information, per 3GPP > > (31.102 section 4.1.2 on EF_SPN and 22.101 Annex A). > > > > For anyone else checking, that's section 4.2.11 in release

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-01 Thread Dan Williams
On Thu, 2012-02-23 at 16:33 +0100, PongráczI wrote: > > eredeti üzenet- > Feladó: "Marcel Holtmann" mar...@holtmann.org > Címzett: "Dan Williams" d...@redhat.com > CC: "PongráczI" > , networkmanager-list@gno

Re: USB gadget support?

2012-03-01 Thread Dan Williams
On Thu, 2012-03-01 at 11:21 -0800, Marcel Holtmann wrote: > Hi Dan, > > > > I have F16 here (NM 0.9.2) with a Beagleboard doing USB gadget > > > networking, and NM seems to be treating the wired and USB connections as > > > the same thing. After booting the Beagleboard, I get two "Wired" items

Re: [PATCHv2] bonding: Writer support

2012-03-01 Thread Dan Williams
On Fri, 2012-02-24 at 15:31 +0100, Thomas Graf wrote: > For bonding-master: > TYPE=bond > BONDING_MASTER=yes > DEVICE= > BONDING_OPTS="..." > > For bonding-slaves: > MASTER= > > v2: Resolved test failures after feedback from Jirka. Pushed, thanks. Dan > Signed-off-by: Thomas Graf >

ANN: ModemManager 0.5.1.97 (0.5.2-rc1)

2012-03-01 Thread Dan Williams
Hi, Now available to download: http://ftp.gnome.org/pub/GNOME/sources/ModemManager/0.5/ModemManager-0.5.1.97.tar.xz and has the following changes from ModemManager 0.5.0: - Better detection of registration state when connecting - Added support for more Ericsson modems - Many memory leak fixes -

Re: NM re-writing /etc/resolv.conf

2012-03-02 Thread Dan Williams
On Fri, 2012-03-02 at 12:03 +, Timothy Murphy wrote: > Dan Williams wrote: > > > On Thu, 2012-03-01 at 12:46 +, Timothy Murphy wrote: > >> This morning, when I brought my hibernating Fedora-16 laptop to life, > >> I found NM had re-written /etc/resol

ANN: NetworkManager 0.9.3.995 (0.9.4-beta1)

2012-03-05 Thread Dan Williams
Hi, Another testing release to bang on; hopefully we can kick the actual 0.9.4 out in the next couple weeks. Notable changes in 0.9.4 are connectivity checking (thanks to toabctl), bond and VLAN support (tgraf and wpan), usage of the kernel nl80211 wifi API instead of WEXT (johill), nonblocking I

Re: [MM 0.6] Allowing plugins to specify that only one AT port is expected

2012-03-08 Thread Dan Williams
On Wed, 2012-03-07 at 18:41 +0100, Aleksander Morgado wrote: > Hey, > > The '06-api' branch has a new property > (MM_PLUGIN_BASE_ALLOWED_SINGLE_AT) for MMPluginBase, which allows > specifying that only one AT port is expected in the modem [1]. If this > property is set, whenever the first AT port

[RFC] cli: use nm_device_connection_valid()

2012-03-08 Thread Dan Williams
I visually inspected the code to verify that it shouldn't change behavior. Basically, now that we've moved the connection/device compatibility functions into libnm-glib, let's use them. Jirka, does this look ok? --- cli/src/connections.c | 460 +

Re: [PATCH] gsm: pass the PPP auth preferences for STATIC and DHCP device use

2012-03-12 Thread Dan Williams
On Wed, 2012-03-07 at 12:37 +, Andrew Bird wrote: > When using the either DHCP or STATIC IpMethods the modem manager > or device itself negotiates the PPP session, so we need to pass > the authentication preferences through to MM. Instead of individual keys, lets use a u32 bitfield here. If t

Re: [PATCH] dbus error enum fixes

2012-03-12 Thread Dan Williams
On Fri, 2012-03-09 at 09:53 -0500, Dan Winship wrote: > I'm not sure I got the description of the problem right in the commit > message... > > This fixes all of the enums that had been manually registered > pre-glib-mkenums to have the same values now as they did then. It also > fixes a few new en

Re: [PATCH] libnm-glib: add missing nm_device_set_device_type to libnm-glib.ver

2012-03-12 Thread Dan Williams
On Thu, 2012-03-08 at 17:31 -0500, Mathieu Trudel-Lapierre wrote: > Otherwise the build fails when running tests. Actually that should be a private symbol and thus prefixed with _ which I've just pushed. Should have been part of the initial patch I did. Dan > --- > libnm-glib/libnm-glib.ver |

Re: DBUS specifications for NetworkManager 0.9

2012-03-12 Thread Dan Williams
On Mon, 2012-03-12 at 17:20 +0530, Ajay Garg wrote: > Ahh.. Thanks; and sorry, I missed that table earlier. > > Regarding the security protocols for Wimax, I'll read on.. There's nothing to specify for WiMAX since that's all handled on a lower level, at least with all the hardware that's out ther

Re: [PATCH] libnm-glib: add errors to device classes

2012-03-15 Thread Dan Williams
On Wed, 2012-03-14 at 15:24 +0100, Jirka Klimes wrote: > The patch adds errors to libnm-glib's device classes. > The errors are returned in nm-device_connection_valid(dev,con,error) when > the device and connection don't match. > > Currently, the error is not used. But it could be useful for nmcli

Re: [PATCH] libnm-glib: add errors to device classes v2

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 17:06 +0100, Jirka Klimes wrote: > On Thursday 15 of March 2012 08:35:07 Dan Williams wrote: > > On Wed, 2012-03-14 at 15:24 +0100, Jirka Klimes wrote: > > > The patch adds errors to libnm-glib's device classes. > > > The errors are returned i

Re: [PATCH] firewall-manager: allow dhcpv6-client service

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 18:33 +0100, Jiri Popelka wrote: > On 03/08/2012 02:53 PM, Tore Anderson wrote: > > The best solution would obviously be to just fix the default firewall in > > Fedora too, but the firewall infrastructure maintainer is refusing to > > make that change. > > In short, he doesn't

Re: DBUS specifications for NetworkManager 0.9

2012-03-15 Thread Dan Williams
subscription name and password, and after successful authentication the backend switches you to the authenticated VLAN. This is almost exactly the process that most WiFi captive portals use too, from the user's perspective. Dan > Thanks a ton to you all (Thomas, David, Dan) !!! > >

Re: dialog madness

2012-03-15 Thread Dan Williams
On Wed, 2012-03-14 at 13:47 +0100, stefan wrote: > Hi all, > > I just subscribed for the sole purpose of giving the following > feedback. I'm sorry if I bring up an issue that was discussed before. There's various discussions going on to figure out how to solve this problem and handle the securi

Re: [PATCH] gsm: pass the PPP auth preferences for STATIC and DHCP device use

2012-03-15 Thread Dan Williams
On Mon, 2012-03-12 at 20:01 +, Andrew Bird wrote: > When using the either DHCP or STATIC IpMethods the modem manager > or device itself negotiates the PPP session so we need to pass > the authentication preferences through to MM. > > Notes: > 1/ Using a bitfield now that happens to match

Re: [MM 0.6] Plumb up the SPN display-rule bits

2012-03-15 Thread Dan Williams
On Mon, 2012-03-12 at 14:28 +0100, Aleksander Morgado wrote: > Hey, > > >> A possible fix to handle the case where we don't know how much > >> we can > >> > >> read would be to try to read the first bytes of the record (3 or > >> 4 or 5 > >> just in case) to

Re: Query on setting ca-path and ca-cert with dbus for 802.1x

2012-03-15 Thread Dan Williams
On Fri, 2012-03-09 at 15:13 +, John Carter wrote: > Hi, > > > I'm writing a small app that creates 802.1x profiles. I can create > profiles and connect, but I'm not sure I'm doing the right thing re > certificates for phase1 (I'm not using EAP-MSCHAPv2 and EAP-GTC. I'm > not using EAP-TLS): >

Re: [PATCH] dnsmasq: allow proxying dnssec data

2012-03-15 Thread Dan Williams
On Thu, 2012-03-08 at 17:22 -0500, Mathieu Trudel-Lapierre wrote: > On Thu, Mar 8, 2012 at 5:18 PM, Mathieu Trudel-Lapierre > wrote: > > --- > > src/dns-manager/nm-dns-dnsmasq.c |3 ++- > > 1 files changed, 2 insertions(+), 1 deletions(-) > > > > diff --git a/src/dns-manager/nm-dns-dnsmasq.c

Re: Nm issues.

2012-03-15 Thread Dan Williams
On Wed, 2012-03-07 at 10:04 -0300, Irjê Schmitz wrote: > > > Hi, > > > I nm some problems with, at the time the system starts the wifi > interface receives IP address after a few seconds is placed down. In > the messages below appears to me somepermission issue. Has > anyone experienced this p

Re: [PATCH] If vpnc supports multiple domains, pass them all back to NM

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 14:57 -0700, Evan Broder wrote: > --- > src/nm-vpnc-service-vpnc-helper.c | 25 + > 1 files changed, 25 insertions(+), 0 deletions(-) Pushed, thanks. Dan > diff --git a/src/nm-vpnc-service-vpnc-helper.c > b/src/nm-vpnc-service-vpnc-helper.c > ind

Re: [PATCH] vpn: Add a new field so VPN plugins can specify multiple domains

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 14:56 -0700, Evan Broder wrote: > --- > include/NetworkManagerVPN.h |3 +++ > src/vpn-manager/nm-vpn-connection.c |9 + > 2 files changed, 12 insertions(+), 0 deletions(-) Applied with a compile fix, thanks! Dan > diff --git a/include/NetworkManager

Re: Change the state of iface from disconnected to connected using nmcli

2012-03-22 Thread Dan Williams
On Sun, 2012-03-18 at 23:43 +0530, Abhijeet Rastogi wrote: > Hi, > > > This is my first post here. I have tried googling and looking at the > manpage but no help. > > > We can use > > > $nmcli dev disconnect iface eth0 > > > to change the state of eth0 to disconnect. Is there a command to

Re: 3G Signal CSQ

2012-03-22 Thread Dan Williams
On Sun, 2012-03-18 at 16:51 +0100, Aleksander Morgado wrote: > Hoola, > > > I see that NM request signal quality from 3G modem. I need dbm or > > similar. Any command line option while modem it is locked by NM. > > I need obtain dbm or result of at+csq > > > > You can query the signal quality ret

Re: 4G internet connection (LTE) on Huawei E398

2012-03-22 Thread Dan Williams
On Sun, 2012-03-18 at 16:43 +0100, Aleksander Morgado wrote: > Hey Marek, > > > > > I can't connect to 4G using Huawei E398 on Ubuntu 11.10. Connection to > > 3G work fine. > > > > Are you planning to implement in the near future 4G network service in > > network-manager? Can I help somehow? > >

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-22 Thread Dan Williams
Dan > Do you need something to test, check, report? > > Please let me know, I will do it. > > Thank you! > István > > eredeti üzenet- > Feladó: "PongráczI" > Címzett: "Dan Williams" d...@redhat.com > CC: ne

Re: [PATCH] gsm: define the PPP auth preferences for STATIC and DHCP device use

2012-03-22 Thread Dan Williams
On Fri, 2012-03-16 at 09:35 +, Andrew Bird wrote: > When using the either DHCP or STATIC IpMethods the modem manager > or device itself negotiates / establishes the PPP session so NM > passes the authentication preferences through. Pushed to 0.5 and 0.6, thanks. Dan > Signed-off-by: Andrew B

Re: [PATCH] multiple remotes and remote-random in openvpn

2012-03-22 Thread Dan Williams
On Fri, 2012-03-16 at 03:51 +0400, 4garbage wrote: > Hello! > I've made a patch to support subj. in NM. Multiple hosts just > separated by commas and/or spaces in gateway_entry. I think it's still > suitable for including into the project, though may be the "NM way" is > to use GtkTree and other fo

Re: 3G Signal CSQ

2012-03-22 Thread Dan Williams
On Thu, 2012-03-22 at 11:14 -0500, Dan Williams wrote: > On Sun, 2012-03-18 at 16:51 +0100, Aleksander Morgado wrote: > > Hoola, > > > > > I see that NM request signal quality from 3G modem. I need dbm or > > > similar. Any command line option while modem it is

Re: [PATCH][ModemManager/libwmc/utils.c] more uml290 magic for ya

2012-03-22 Thread Dan Williams
On Wed, 2012-03-21 at 09:07 -0700, M. I. Spozta wrote: > Greetings, > > I found this monster amidst my packet capture output. It must have > something to do with text messaging because 900080004008 is in there > (0018 - 0023 - one of the free text message numbers vzw uses to > send account

Re: [PATCH] applet: show an error dialog on connection failures

2012-03-22 Thread Dan Williams
On Mon, 2012-03-19 at 15:26 +0100, Jirka Klimes wrote: > The patch adds a functionality to present a user with an error dialog (in > addition to writting a message to console), when there is a connection > failure. > > Using the notifications would be an option, but I think a dialog is more > appr

Re: periodic_update(): Roamed ... - msg#00300

2012-03-22 Thread Dan Williams
On Tue, 2012-03-20 at 21:16 +0200, Anastas Giokov wrote: > > On Tue, 2009-04-28 at 09:42 -0700, Howard Chu wrote: > > > Dan Williams wrote: > > > > On Fri, 2009-04-24 at 15:18 -0700, Howard Chu wrote: > > > >> Dan Williams wrote: > > > >

Re: bonding fixes

2012-03-22 Thread Dan Williams
On Thu, 2012-03-22 at 12:44 -0400, Dan Winship wrote: > ___ They all look good, lets get this in for 0.9.4. Dan ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman

Re: IPv6 up notify support for PPP [Was: Re: Re: Implementing IPv6 in modem manager]

2012-03-22 Thread Dan Williams
On Wed, 2012-03-14 at 17:13 +0100, Markus Becker wrote: > Hi, > > since we have a device that mimics a GSM card and talks IPv6 negotiated over > PPP, I went ahead and tried to get some sort of v6 support into modem-manager. > > As a first step: PPP needs a patch to notify of IPv6 coming up. See

Re: ModemManager interface headers: MM1_ vs MM_

2012-03-22 Thread Dan Williams
On Thu, 2012-03-22 at 18:54 +0100, Aleksander Morgado wrote: > >> The ChromeOS connection manager would like to talk with both old-style > >> ModemManager (org.freedesktop.ModemManager) and new-style ModemManager > >> (org.freedesktop.ModemManager1) modem managers at the same time. > >> > >> Unfort

Re: 4G internet connection (LTE) on Huawei E398

2012-03-22 Thread Dan Williams
On Thu, 2012-03-22 at 11:35 -0700, Marcel Holtmann wrote: > Hi Dan, > > > > > I can't connect to 4G using Huawei E398 on Ubuntu 11.10. Connection to > > > > 3G work fine. > > > > > > > > Are you planning to implement in the near future 4G network service in > > > > network-manager? Can I help som

ANN: NetworkManager 0.9.4 released

2012-03-23 Thread Dan Williams
Paroz, Colin Walters, Daniel Korostil, Daniel Mustieles, Daniel Nylander, Dan Williams, Dan Winship, David Planella, David Woodhouse, Djavan Fagundes, Dr.T.Vasudevan, Duarte Loreto, EL8LatSPQ, Enrico Nicoletto, Erdal Ronahi, Evan Broder, Fran Diéguez, Gabor Kelemen, Gary Ching-Pang Lin, Gil Forcada, Gio

On vacation until April 13th

2012-03-23 Thread Dan Williams
And with the 0.9.4 release, I'm off for some vacation. jklimes, danw, and aleksander_m will be in charge while I'm gone. Bitters, stouts, and porters, I'm coming for you... Dan ___ networkmanager-list mailing list networkmanager-list@gnome.org http://

Re: resolv.conf timeout option

2012-03-23 Thread Dan Williams
On Fri, 2012-03-23 at 11:37 +, David Röthlisberger wrote: > Is it possible to configure NetworkManager to add specific options when it > writes resolv.conf? (for example "options timeout:2") > > A cursory inspection of nm-dns-manager.c:write_resolv_conf suggests not; but > maybe I've missed

Re: LTE success stories

2012-04-16 Thread Dan Williams
On Mon, 2012-04-02 at 12:01 -0400, Chuck Messenger wrote: > I understand that the latest Modem Manager code can connect the > Novatel E362 modem. Was this on Verizon? Yes. > Has anyone had success connecting to Verizon with the USB551L modem? I have one, but haven't had the time to test it out

Re: NM won't start Qualcomm Gobi

2012-04-16 Thread Dan Williams
On Mon, 2012-04-16 at 22:38 +0200, Marius Kotsbak wrote: > > > 2012/4/16 Robin Atwood > On Tuesday 17 Apr 2012, you wrote: Yeah, the number should either be left blank or be set to "*99#". Dan > modem-manager[4755]: [1334607308.752082] [main.c:167] > main(): >

Re: Modem Cannot connect

2012-04-19 Thread Dan Williams
On Wed, 2012-04-18 at 09:59 -0700, spicykappella Gmail wrote: > On 18/04/2012 08:47, Aleksander Morgado wrote: > > On 18/04/12 18:43, spicykappella Gmail wrote: > >> On 18/04/2012 08:39, spicy kappella wrote: > >>> "Please provide debug output of modemmanager. > >>> > >>> -- > >>> Marius" > >>> >

Re: Nokia Phones cannot be used as modems

2012-04-19 Thread Dan Williams
On Wed, 2012-04-18 at 08:47 -0700, spicy kappella wrote: > "Please provide debug output of modemmanager. Ah, that's not quite verbose enough actually. One thing to note is that MM is autospawned by dbus when required, so you want to make sure the existing process is terminated: a) mv /usr/sbin/m

Re: [PATCH] dnsmasq DBUS integration

2012-04-19 Thread Dan Williams
On Wed, 2012-04-18 at 09:36 -0700, Howard Chu wrote: > Would also like an option to tell NM to never write /etc/resolv.conf, but no > point in writing that patch until there's been some discussion of this DBUS > patch. What I'm very interested in here are the failure cases and how we manage them

Re: [MM] [PATCH 2/3] ZTE: Use +CFUN=4 to turn off radios when disabling

2012-04-24 Thread Dan Williams
On Tue, 2012-04-24 at 09:38 +0200, Aleksander Morgado wrote: > Hey, > > >> In the ZTE plugin case, using POWER_UP as well may be not needed, as the > >> plugin overrides the whole enabling sequence, and therefore the generic > >> code launching the power up command from that property is never ca

Re: After laptop resume NM doesn't come active

2012-04-24 Thread Dan Williams
On Tue, 2012-04-24 at 08:03 -0700, binro wrote: > > binro wrote: > > > > After I wakeup my laptop NM re-activates the WiFi connection. That works > > but NM never seems to see the signal that tells it a connection is up and > > to change its status to started (this is a Gentoo system). Hence netw

Re: Support for Huawei EM680

2012-04-24 Thread Dan Williams
On Sat, 2012-04-14 at 21:31 +0200, Nicola Martin wrote: > I have Sony VAIO VPCSE with internal Huawei modem. > > lsusb output: > > Bus 001 Device 012: ID 12d1:14f1 Huawei Technologies Co., Ltd. Is ModemManager installed? Is the 'modem-manager' process running? Dan > The kernel 3.3.x recognize

Re: [MM] [PATCH 3/5] novatel: Implement load_access_technologies.

2012-05-04 Thread Dan Williams
On Wed, 2012-05-02 at 12:30 +0200, Aleksander Morgado wrote: > On 05/01/2012 06:08 PM, Nathan Williams wrote: > > Subject: [PATCH 3/5] novatel: Implement load_access_technologies. > > > > Change-Id: Ib503d900850d3754d79525dbc9a40b7b9c221dd7 > > Pushed this one, thanks. Nathan, the USB551L doesn'

Re: NM Roaming

2012-05-04 Thread Dan Williams
On Thu, 2012-04-26 at 17:48 -0300, James Coggan wrote: > Guys, > > > is it possible to decrease the scan time on nm? i have a linux box > that does alot of roaming, about 20 AP, it takes quite a while to > change to the AP with better signal, about 2min, can i change this > time to 30 seconds ? >

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-04 Thread Dan Williams
On Wed, 2012-05-02 at 19:16 +0200, Bjørn Mork wrote: > Nathan Williams writes: > > On Wed, May 2, 2012 at 6:11 AM, Aleksander Morgado > > wrote: > > > >> On 05/01/2012 06:07 PM, Nathan Williams wrote: > >> > Date: Thu, 22 Mar 2012 16:18:24 -0400 > >> > Subject: [PATCH 2/5] novatel: Use the ALLOWE

Re: Nm-applet crashes with assertion `dest_width > 0' failed

2012-05-04 Thread Dan Williams
On Wed, 2012-04-25 at 09:53 +0100, Michal Kawalec wrote: > Hello, > I wonder if you know the solution to the following bug: > https://bugs.archlinux.org/task/29277 > > To sum up, when system tray is smaller than 18px the icon is not shown > at all and nm-applet displays "'dest_width > 0' failed "

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-07 Thread Dan Williams
On Sat, 2012-05-05 at 10:41 +0200, Bjørn Mork wrote: > Dan Williams writes: > > > Port layout of the Novatel 551L (LTE Band 13 device similar to the E362 > > this Nathan's plugin targets, but USB instead of PCI-E minicard) is as > > follows: > > > > 0

Re: [ModemManager] Two SMS bugs in the new code

2012-05-07 Thread Dan Williams
On Sun, 2012-05-06 at 18:59 +0200, Aleksander Morgado wrote: > Hey Nathan, > > On 04/26/2012 01:58 AM, Nathan Williams wrote: > > 1. When a new single-part message arrives, an "Added" signal is sent but > > the "Completed" signal is not sent. > > > > We emit "Added" if we got a singlepart messag

Re: [MM] [PATCH 3/5] novatel: Implement load_access_technologies.

2012-05-07 Thread Dan Williams
On Sat, 2012-05-05 at 10:32 +0200, Aleksander Morgado wrote: > > > > Also, do we plan to support the older non-LTE/non-QMI devices with the > > 'novatel' plugin? Or should we rename this plugin to 'novatel-qmi' and > > have a 'novatel-gsm' and 'novatel-cdma' for the legacy (MDM < 9xxx) > > device

Re: [PATCH] olpc-mesh: force use of WEXT

2012-05-16 Thread Dan Williams
On Wed, 2012-05-16 at 18:51 +0100, Daniel Drake wrote: > The libertas driver now uses nl80211 for mesh, and wifi-utils chooses to > use wifi-utils-nl80211. > > The wifi-utils-nl80211 code does not have implementations for > mesh_get_channel/mesh_set_channel and this breaks mesh networking. > Addin

Re: [PATCH 1/1] configure: fix libsoup check

2012-05-16 Thread Dan Williams
On Sun, 2012-05-13 at 11:16 +0200, Thomas Bechtold wrote: > --- > configure.ac |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pushed, thanks! Dan > diff --git a/configure.ac b/configure.ac > index fe54b40..1330572 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -692,7 +692,7 @

Re: Wireless disabled by hardware

2012-05-16 Thread Dan Williams
On Sat, 2012-05-12 at 18:56 -0300, Felipe Alcubillas wrote: > I'm using ubuntu 10.10. I can't connect to wifi. I've tried everything > (trust me, I REALLY read everything I could at forums and tried a > thousand times) but I just can't solve this problem. How can I enable > my wifi again? If NM sa

Re: Trying to convert an old hand-rolled bonding configuration to NetworkManager

2012-05-16 Thread Dan Williams
On Wed, 2012-05-16 at 07:32 -0400, Thomas Graf wrote: > On Tue, May 15, 2012 at 11:18:26AM -0400, Andrew Mahone wrote: > > On May 15, 2012 7:20 AM, "Thomas Graf" wrote: > > > It use the same format as the initscripts. Seeé > > > http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/ht

Re: small potential exception when adding a wifi connection while device disconnected‏

2012-05-16 Thread Dan Williams
On Tue, 2012-05-08 at 19:11 +, Jonas Vikstrom wrote: > Hello, > I have potentially found a small exception when adding a wifi > connection while device disconnected. > > > If I do: > > > dev_iface.Disconnect() > ... > con_path = nm_settings_iface.AddConnection(config) > activate_connectio

<    1   2   3   4   5   6   7   8   9   10   >