About PPP and modem initialization

2011-04-07 Thread Vincenzo Romano
Hi all. I'm trying to use NetworkManager in order to bring a 3G (mobile broadband) connection up automatically (a so called system connection). It works pretty well apart of an annoying recurring request for a PIN. But this is a just a minor thing. What I need to do is to send a few extra AT

RE: serial 3G modem connection

2011-04-07 Thread Andy Maginnis
When the modem is plugged into the serial port joker@jokersPc:~$ sudo udevadm info --query=property --name=/dev/ttyS0 UDEV_LOG=3 DEVPATH=/devices/pnp0/00:0b/tty/ttyS0 MAJOR=4 MINOR=64 DEVNAME=/dev/ttyS0 SUBSYSTEM=tty DEVLINKS=/dev/char/4:64 For reference this is what I see running the same

[PATCH] ModemManager: Change length input to gsm7 to take the number of characters rather than octets

2011-04-07 Thread Nathan Williams
As it says in the patch, this is necessary to distinguish between 7- and 8-character messages, since both are encoded in 7 octets. - Nathan mm-patch-gsm7 Description: Binary data ___ networkmanager-list mailing list networkmanager-list@gnome.org

[PATCH] ModemManager: Don't destroy NULL hashes

2011-04-07 Thread Nathan Williams
This avoids annoying diagnostic messages from GLib, since some uses of SmsAuthInfo have NULL hash values and some do not. - Nathan mm-patch-no-hash-destroy Description: Binary data ___ networkmanager-list mailing list networkmanager-list@gnome.org

RE: serial 3G modem connection

2011-04-07 Thread Dan Williams
On Thu, 2011-04-07 at 18:19 +0100, Andy Maginnis wrote: When the modem is plugged into the serial port joker@jokersPc:~$ sudo udevadm info --query=property --name=/dev/ttyS0 UDEV_LOG=3 DEVPATH=/devices/pnp0/00:0b/tty/ttyS0 MAJOR=4 MINOR=64 DEVNAME=/dev/ttyS0 SUBSYSTEM=tty

Re: [PATCH] ModemManager: Change length input to gsm7 to take the number of characters rather than octets

2011-04-07 Thread Dan Williams
On Thu, 2011-04-07 at 18:09 -0400, Nathan Williams wrote: As it says in the patch, this is necessary to distinguish between 7- and 8-character messages, since both are encoded in 7 octets. Can you fix up the testcases too? src/tests/test_unpack_gsm7: **

Re: [PATCH] ModemManager: Change length input to gsm7 to take the number of characters rather than octets

2011-04-07 Thread Dan Williams
On Thu, 2011-04-07 at 17:45 -0500, Dan Williams wrote: On Thu, 2011-04-07 at 18:09 -0400, Nathan Williams wrote: As it says in the patch, this is necessary to distinguish between 7- and 8-character messages, since both are encoded in 7 octets. Can you fix up the testcases too?

Re: [PATCH] ModemManager: Don't destroy NULL hashes

2011-04-07 Thread Dan Williams
On Thu, 2011-04-07 at 18:13 -0400, Nathan Williams wrote: This avoids annoying diagnostic messages from GLib, since some uses of SmsAuthInfo have NULL hash values and some do not. Pushed, thanks. Dan ___ networkmanager-list mailing list

Re: About PPP and modem initialization

2011-04-07 Thread Dan Williams
On Thu, 2011-04-07 at 08:45 +0200, Vincenzo Romano wrote: Hi all. I'm trying to use NetworkManager in order to bring a 3G (mobile broadband) connection up automatically (a so called system connection). It works pretty well apart of an annoying recurring request for a PIN. But this is a just

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

2011-04-07 Thread Eivind Naess
Thank you Dan! That's a most outstanding response :) - Eivind - Original Message From: Dan Williams d...@redhat.com To: Eivind Naess eivn...@yahoo.com Cc: networkmanager-list@gnome.org Sent: Wed, April 6, 2011 3:02:00 PM Subject: Re: Vpn plugin isn't invoking my save_secrets() On