Re: oFono + Quectel EC25 module: connecting to network, ppp0 interface help

2017-02-08 Thread Denis Kenzior
Hi Demetrius, I've included the log of oFono debug. The output is form me: plugging in modem -> enable-modem -> online-modem -> scan-for-operators -> test-network-registration Your log contains: "GPRS not supported on this device" which would imply that gprs atom driver has failed to

oFono + Quectel EC25 module: connecting to network, ppp0 interface help

2017-02-08 Thread Demetrius Pampouktsis
Hello, I'm trying to set up oFono with the Quectel EC25 module. I see that support for the U15 has been added so I am sort of piggy backing of that. Things I've already done are: - Add udev rule for ttyUSB* devices KERNEL=="ttyUSB*", ENV{OFONO_DRIVER}="quectel" - Add Quectel EC25 VID and

Re: [PATCH] telit: register SIM if it goes straight to ready

2017-02-08 Thread Denis Kenzior
Hi Piotr, On 02/08/2017 03:25 AM, Piotr Haber wrote: SIM without PIN goes straight to state 3 (INSERTED and READY) on some modem/firmware versions. --- plugins/telit.c | 5 + 1 file changed, 5 insertions(+) Applied, thanks. Regards, -Denis

provisioning APN using mbpi plugin

2017-02-08 Thread Christophe Ronco
Hello, I used to set APN manually (using DBUS interface) on my modems. I am now trying to provision APNs using default values (depending on operator). I have installed mobile-broadband-provider-info package and tried to use ofono mbpi plugin. This fail on my current operator: Feb 8 10:42:16

[PATCH] telit: register SIM if it goes straight to ready

2017-02-08 Thread Piotr Haber
SIM without PIN goes straight to state 3 (INSERTED and READY) on some modem/firmware versions. --- plugins/telit.c | 5 + 1 file changed, 5 insertions(+) diff --git a/plugins/telit.c b/plugins/telit.c index 19898f95..b194b65a 100644 --- a/plugins/telit.c +++ b/plugins/telit.c @@ -175,6