Modem Initialization

2011-04-14 Thread Vincenzo Romano
Where on earth happens the modem initialization in NetWorkmanager? My interest is for GSM/3G modems as well as for POTS/ISDN modems. I've tried to browse the source code but it's quite difficult. -- Vincenzo Romano at NotOrAnd Information Technologies Software Hardware Networking Training

Re: Modem Initialization

2011-04-14 Thread Vincenzo Romano
2011/4/14 Vincenzo Romano vincenzo.rom...@notorand.it: Where on earth happens the modem initialization in NetWorkmanager? My interest is for GSM/3G modems as well as for POTS/ISDN modems. I've tried to browse the source code but it's quite difficult. What I've found so far is that the

Re: Modem Initialization

2011-04-14 Thread Aleksander Morgado
Where on earth happens the modem initialization in NetWorkmanager? My interest is for GSM/3G modems as well as for POTS/ISDN modems. I've tried to browse the source code but it's quite difficult. What I've found so far is that the initialization is done in the modemmanager. It looks

Re: Modem Initialization

2011-04-14 Thread Vincenzo Romano
2011/4/14 Aleksander Morgado aleksan...@lanedo.com: Where on earth happens the modem initialization in NetWorkmanager? My interest is for GSM/3G modems as well as for POTS/ISDN modems. I've tried to browse the source code but it's quite difficult. What I've found so far is that the

Re: Modem Initialization

2011-04-14 Thread Aleksander Morgado
Where on earth happens the modem initialization in NetWorkmanager? My interest is for GSM/3G modems as well as for POTS/ISDN modems. I've tried to browse the source code but it's quite difficult. What I've found so far is that the initialization is done in the modemmanager.

Re: Modem Initialization

2011-04-14 Thread Vincenzo Romano
2011/4/14 Aleksander Morgado aleksan...@lanedo.com: Where on earth happens the modem initialization in NetWorkmanager? My interest is for GSM/3G modems as well as for POTS/ISDN modems. I've tried to browse the source code but it's quite difficult. What I've found so far is that

Re: connect to internet via android phone as usb-modem

2011-04-14 Thread Torsten Spindler
I've reverted the udev usage and test now for 'easytether' when checking for the driver and assign driver to 'easytether' if so. I've diff'ed vs latest git, but tested vs 0.8.4 rc1 and it works fine for me. Torsten diff --git a/src/nm-udev-manager.c b/src/nm-udev-manager.c index 853c4fe..f20fe78

Re: WEP-key format

2011-04-14 Thread Dan Williams
On Tue, 2011-04-12 at 11:36 +0200, Vratislav Podzimek wrote: On Tue, 2011-04-12 at 11:30 +0200, Vratislav Podzimek wrote: Hi, I am writing a simple Python client (or module) which would create a new wireless connection via NM D-Bus Interface. I have no problems with uprotected networks

Re: About PPP and modem initialization

2011-04-14 Thread Dan Williams
On Mon, 2011-04-11 at 12:08 +0200, Vincenzo Romano wrote: Hi. What I need to do is to send a few extra commands to the 3G modem before networkmanager sends the AT+CPIN= and the ATDT commands. I would write down the AT sequences in a file suitable for the chat command but I don't really know

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

2011-04-14 Thread Dan Williams
On Fri, 2011-04-08 at 18:09 -0400, Nathan Williams wrote: OK, the spew-control property is easy enough; see attached. However, being new to this codebase, I'm not sure where probing is happening and where I should be toggling this property on. 1c3101fbaf74cbb9d8d0eb52ad6f84dc01544cf0 The

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

2011-04-14 Thread Dan Williams
On Fri, 2011-04-08 at 12:00 -0400, Nathan Williams wrote: Sure, updated patch attached. Pushed, thanks. Dan - Nathan On Thu, Apr 7, 2011 at 6:45 PM, Dan Williams d...@redhat.com wrote: On Thu, 2011-04-07 at 18:09 -0400, Nathan Williams wrote: As it says in the

Re: SV: Ericsson Support for SMS receive

2011-04-14 Thread Dan Williams
On Fri, 2011-04-08 at 10:56 -0400, Nathan Williams wrote: you do not have index numbers if these are forwarded to the ME right away. The index numbers are storage numbers on the SIM card. Or in the other memory spaces. So far we've been discussing (in the language

Re: ModemManager: ensure response array is empty before setting cached response

2011-04-14 Thread Dan Williams
On Tue, 2011-04-12 at 20:07 +0200, Aleksander Morgado wrote: Hi all, ModemManager will cache responses of commands when requested to do so, so that the next time the same command is issued the cached response can be used instead of resending it to the modem (useful for example when a single

Re: connect to internet via android phone as usb-modem

2011-04-14 Thread Dan Williams
On Thu, 2011-04-14 at 19:36 +0200, Torsten Spindler wrote: I've reverted the udev usage and test now for 'easytether' when checking for the driver and assign driver to 'easytether' if so. I've diff'ed vs latest git, but tested vs 0.8.4 rc1 and it works fine for me. Pushed to 0.8 and 0.9,

Re: Modem Initialization

2011-04-14 Thread Dan Williams
On Thu, 2011-04-14 at 16:20 +0200, Vincenzo Romano wrote: 2011/4/14 Aleksander Morgado aleksan...@lanedo.com: Where on earth happens the modem initialization in NetWorkmanager? My interest is for GSM/3G modems as well as for POTS/ISDN modems. I've tried to browse the source code but

Re: [PATCH] GSM SMS reception code

2011-04-14 Thread Dan Williams
On Tue, 2011-04-12 at 17:05 -0400, Nathan Williams wrote: Here's the implementation I've done of SMS reception code for GSM modems, exclusive of the bug fixes discussed here earlier. It implements the SmsReceived signal and the Get, Delete, and List commands; it does not group multi-part

Re: ModemManager: new 'wavecom' gsm plugin for Sierra Wireless Airlink FXT modems

2011-04-14 Thread Dan Williams
On Fri, 2011-04-08 at 13:11 +0200, Aleksander Morgado wrote: Hi all, Finished implementing the basic ModemManager support for the Sierra Wireless Airlink Fastrack Xtend GSM/UMTS modems [1]. The plugin was developed using a Fastrack Xtend FXT009 (GPRS/EDGE) modem, but implemented to

Re: [PATCH] GSM SMS reception code

2011-04-14 Thread Marcel Holtmann
Hi Dan, 2) Testcases for PDU decoding; best way to do this is to split out the bits of the SMS stuff that doesn't depend on anything MM-related like MMCallbackInfo and whatnot into a separate file, like mm-sms-utils.c or something, and build that file into libmodem_helpers_la_SOURCES in