Re: Some experiments with the SIMCOM SIM5216E modem on a ARM926 board

2012-01-12 Thread Jean-Christian de Rivaz
Hi Marcel, I bet that interface #4 is actually some form of CDC Ethernet for highspeed data transfers. So that you do not have to use PPP. Might wanna ask SIM COM about it. I got this response from them: The interface #4 "SimTech Wireless HS-USB Ethernet Adapter 9000" needs a special tool fr

Re: Some experiments with the SIMCOM SIM5216E modem on a ARM926 board

2012-01-12 Thread Jean-Christian de Rivaz
Hi Marcel, So lets figure out which one is the NMEA port and which one is the QCDM/DIAG port. Use gatchat/test-qcdm --device and see which one responds. That one is the QCDM port and the other is the NMEA port. As expected, now that we known the mapping: $ test-qcdm --device /dev/ttyUSB0 Dev

Re: Some experiments with the SIMCOM SIM5216E modem on a ARM926 board

2012-01-12 Thread Jean-Christian de Rivaz
Hi Marcel, the USB interface index is: > 0- DIAG > 1- NMEA > 2- AT > 3- MODEM > 4- Ethernet > So, the port index 2 and port index 3 exposes a working AT command > interface. okay then, run ofonod -n -d '*udev*' and see if you get proper debug output for yo

Re: Some experiments with the SIMCOM SIM5216E modem on a ARM926 board

2012-01-12 Thread Marcel Holtmann
Hi Jean-Christian, > > T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > > D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 > > P: Vendor=05c6 ProdID=9000 Rev= 0.00 > > S: Manufacturer=SimTech, Incorporated > > S: Product=SimTech SIM5216 > > C:* #Ifs= 5 Cfg#= 1 Atr=e0 MxPw

Re: Some experiments with the SIMCOM SIM5216E modem on a ARM926 board

2012-01-12 Thread Marcel Holtmann
Hi Jean-Christian, > >> It's a mystery for me if Simcom do there own software or only use the > >> Qualcamm one. The chipset of this modem is the QSC6270 and I expected > >> that ofono already have something appropriate. I suspect the "g1" driver > >> to be a close match and if fact it work alread

Re: Some experiments with the SIMCOM SIM5216E modem on a ARM926 board

2012-01-12 Thread Jean-Christian de Rivaz
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=05c6 ProdID=9000 Rev= 0.00 S: Manufacturer=SimTech, Incorporated S: Product=SimTech SIM5216 C:* #Ifs= 5 Cfg#= 1 Atr=e0 MxPwr=500mA I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(ve

Re: Some experiments with the SIMCOM SIM5216E modem on a ARM926 board

2012-01-12 Thread Jean-Christian de Rivaz
Hi Marcel, It's a mystery for me if Simcom do there own software or only use the Qualcamm one. The chipset of this modem is the QSC6270 and I expected that ofono already have something appropriate. I suspect the "g1" driver to be a close match and if fact it work already quite well. Are you will

[PATCH] Add autoconfigure rule to search for backtrace().

2012-01-12 Thread jc
On system with the uClibc, it can be into the libubacktrace. --- configure.ac |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 3bffbb9..98d9e67 100644 --- a/configure.ac +++ b/configure.ac @@ -67,6 +67,10 @@ AC_CHECK_FUNC(signalfd, dummy

Re: [PATCH v5 1/4] This patch add support for SIM900 GSM module

2012-01-12 Thread Denis Kenzior
Hi Renat, On 01/12/2012 06:32 AM, r.r.zari...@gmail.com wrote: > From: Renat Zaripov > > This patch add support for SIM900 GSM module > http://wm.sim.com/Sim/FrontShow_en/wireless/detail.aspx?cid=6&nid=770 > > --- > Makefile.am |3 + > plugins/sim900.c | 261 > ++

[PATCH v5 4/4] SIM900 vendor quirk

2012-01-12 Thread r . r . zaripov
From: Renat Zaripov Adding vendor quirk for SIMCOM SIM900 modem module. --- drivers/atmodem/network-registration.c |1 + drivers/atmodem/vendor.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/n

[PATCH v5 3/4] SIM900 driver usage documentation

2012-01-12 Thread r . r . zaripov
From: Renat Zaripov Adding a short description for usage of SIM900 plugin. --- doc/sim900-modem.txt | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 doc/sim900-modem.txt diff --git a/doc/sim900-modem.txt b/doc/sim900-modem.txt new file mode 100644 index

[PATCH v5 2/4] Add SIM900 detection support.

2012-01-12 Thread r . r . zaripov
From: Renat Zaripov This allows for detection of SIM900 modem module in case of appropriate driver specified in udev rules. Example rule: KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim900" --- plugins/udev.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/plug

[PATCH v5 1/4] This patch add support for SIM900 GSM module

2012-01-12 Thread r . r . zaripov
From: Renat Zaripov This patch add support for SIM900 GSM module http://wm.sim.com/Sim/FrontShow_en/wireless/detail.aspx?cid=6&nid=770 --- Makefile.am |3 + plugins/sim900.c | 261 ++ 2 files changed, 264 insertions(+), 0 deletions(-

Re: [PATCH v4 1/3] SIMCOM SIM900 module support

2012-01-12 Thread Marcel Holtmann
Hi Renat, > > + /* For obtain correct sms service number */ > > + g_at_chat_send(data->modem, "AT+CSCS=\"GSM\"", NULL, > > + NULL, NULL, NULL); > > you might better introduce a OFONO_VENDOR_SIM900 quirk and use that in > the SMS atom driver. The phoneb

Re: [PATCH v4 1/3] SIMCOM SIM900 module support

2012-01-12 Thread Renat Zaripov
2012/1/11 Denis Kenzior : > Hi Marcel, > > On 01/11/2012 09:24 AM, Marcel Holtmann wrote: >> Hi Denis, >> > +  /* For obtain correct sms service number */ > +  g_at_chat_send(data->modem, "AT+CSCS=\"GSM\"", NULL, > +                  NULL, NULL, NULL); you might better introdu

Re: [PATCH v4 2/3] Add SIM900 detection support.

2012-01-12 Thread Renat Zaripov
2012/1/11 Marcel Holtmann : > Hi Renat, > >> This allows for detection of SIM900 modem module in case of >> appropriate driver specified in udev rules. >> >> Example rule: >> KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim900" > > you could also use the 27.010 support that is included in oFono itself > a

Re: [PATCH 0/5] Unify SpeedUp plugin

2012-01-12 Thread Guillaume Zajac
Hi Denis, On 09/01/2012 14:10, Guillaume Zajac wrote: Hi, Patch 1 is deleting huaweicdma label in udevng. I submitted it again into this set of patch to avoid conflicts. The 4 next patches are doing same job as for Huawei plugin on SpeedUp plugin. Kind regards, Guillaume Guillaume Zajac (5):