network-modem debug

2011-04-06 Thread vishvaraj dhanawade
can not enable mobile broadband, debug info == os: open suse 11.4 gnome networkmanager-applet 0.8.2 linux-qgdi:~ # killall -TERM modem-manager linux-qgdi:~ # /modem-manager --debug ** Message: ModemManager (version 0.4) starting...

Re: Vpn plugin isn't invoking my save_secrets()

2011-04-06 Thread Eivind Naess
Hi Dan, Thanks for the response! The problem seems to work for me now with the latest set of patches, thank you very much! One question though, what does it really mean for a secret to be agent owned? Regards, - Eivind - Original Message From: Dan Williams d...@redhat.com To:

ModemManager: Fix GetInfo() dbus calls while port connected

2011-04-06 Thread Aleksander Morgado
Hi all, Currently, if you GetInfo() via dbus while the port in the modem is connected, ModemManager spits a g_return_if_fail() warning: modem-manager[21377]: mm_modem_base_get_card_info: assertion `port != NULL' failed When the port is connected and there is no secondary port to

ModemManager: SMS List API doesn't have an index, buffer isn't big enough

2011-04-06 Thread Nathan Williams
Hi, all. In the process of implementing some SMS support, I've run into a couple of issues with the org.freedesktop.ModemManager.Modem.Gsm.SMS.List DBus call, one in the API and one in the implementation. The API issue is that as specified, the caller gets the contents of all of the messages, but

Re: ModemManager: Fix GetInfo() dbus calls while port connected

2011-04-06 Thread Dan Williams
On Wed, 2011-04-06 at 17:20 +0200, Aleksander Morgado wrote: Hi all, Currently, if you GetInfo() via dbus while the port in the modem is connected, ModemManager spits a g_return_if_fail() warning: modem-manager[21377]: mm_modem_base_get_card_info: assertion `port != NULL'

Re: Vpn plugin isn't invoking my save_secrets()

2011-04-06 Thread Dan Williams
On Wed, 2011-04-06 at 07:23 -0700, Eivind Naess wrote: Hi Dan, Thanks for the response! The problem seems to work for me now with the latest set of patches, thank you very much! One question though, what does it really mean for a secret to be agent owned? It means a secret agent in the

Re: Handling of empty secrets

2011-04-06 Thread Dan Williams
On Tue, 2011-04-05 at 12:19 -0300, José Queiroz wrote: Em 2011/4/5 Dan Williams d...@redhat.com What situations do you need these in? (empty secrets) Said you have a certificate-based VPN connection. As each VPN user have its own certificate, and

RE: serial 3G modem connection

2011-04-06 Thread Dan Williams
On Tue, 2011-04-05 at 23:15 +0100, Andy Maginnis wrote: Dan, thanks for the info, I am using 2 systems, one is Ubuntu running on a desktop PC and the other a gumstix running an Angstrom distribution. Can you run this for me, as root? udevadm info --query=property --name=/dev/ttyS0 Dan Is

Re: ModemManager: Allow plugin to specify custom replies (was: ModemManager: Handle partial replies in AT+CPIN? (READY without OK))

2011-04-06 Thread Dan Williams
On Wed, 2011-03-30 at 20:12 +0200, Aleksander Morgado wrote: Hi all, So we have this AirLink Fastrack Xtend Sierra Wireless modem [1], ModemManager uses the generic GSM plugin to handle it. On PIN check the following flow happens: -- 'AT+CPIN?' -- 'CRLF+CPIN: READYCRLF' (see

Re: SV: Ericsson Support for SMS receive

2011-04-06 Thread Dan Williams
On Mon, 2011-03-21 at 17:20 +0100, Torgny Johansson wrote: Hi! CCing NetworkManager mailing list. I'm sorry that the thread below is not formatted the way you like it but I'm keeping it below for reference. The discussion is about sms support in ModemManager. I've started implementing

Re: usb modem dialing process

2011-04-06 Thread Dan Williams
On Mon, 2011-04-04 at 01:35 -0700, roman10 wrote: Can anyone help to explain the modem dialing process in network manager? Assume the modem is already switched to modem mode. Based on what I know, 1. Identify the serial port number to send AT commands. 2. Send AT commands to dial the modem

Re: nm-system-settings.conf

2011-04-06 Thread Dan Williams
On Tue, 2011-04-05 at 18:47 +0530, renu abraham wrote: Hi I have patched system using the latest patches from Red hat site and met with following configuration change in the below file FILE: /etc/dbus-1/system.d/nm-system-settings.conf CHANGES: OLD File Entry deny

Re: Getting NM to re-try DHCP

2011-04-06 Thread Dan Williams
On Tue, 2011-04-05 at 11:37 -0400, Derek Atkins wrote: Hey all, I have a strange issue. I lost power last night and one of my systems came up before my DHCP server did (which is surprising, because my DHCP server usually comes up pretty quick!) This client system was supposed to get

Re: SV: Ericsson Support for SMS receive

2011-04-06 Thread Dan Williams
On Wed, 2011-03-23 at 12:07 +0100, Marcel Holtmann wrote: Hi Torgny, CCing NetworkManager mailing list. I'm sorry that the thread below is not formatted the way you like it but I'm keeping it below for reference. The discussion is about sms support in ModemManager. I've

Re: ModemManager: SMS List API doesn't have an index, buffer isn't big enough

2011-04-06 Thread Dan Williams
On Wed, 2011-04-06 at 12:16 -0400, Nathan Williams wrote: Hi, all. In the process of implementing some SMS support, I've run into a couple of issues with the org.freedesktop.ModemManager.Modem.Gsm.SMS.List DBus call, one in the API and one in the implementation. Excellent :) We can change

Re: ModemManager: SMS List API doesn't have an index, buffer isn't big enough

2011-04-06 Thread Dan Williams
On Wed, 2011-04-06 at 18:21 -0500, Dan Williams wrote: On Wed, 2011-04-06 at 12:16 -0400, Nathan Williams wrote: Hi, all. In the process of implementing some SMS support, I've run into a couple of issues with the org.freedesktop.ModemManager.Modem.Gsm.SMS.List DBus call, one in the API