Can oFono support SIM COM A7672SA or SIM7600SA?

2022-03-28 Thread Jupiter
Hi, Marcel added SIM COM modems and setup_simcom many years ago, appreciate your advice if oFono can support A7672SA or SIM7600SA QMI data or not. Thank you very much. Kind regards, jupiter ___ ofono mailing list -- ofono@ofono.org To unsubscribe

Quectel 4G LTE QMI data modem

2022-03-14 Thread Jupiter
Thanks Sergei , EC200T is for Cat 4 where I am looking for Cat 1. Has anyone known if oFono supports Quectel EG91 QMI data? Thank you very much. Kind regards, - jupiter On 3/12/22, Sergei Golubtsov wrote: > Hi Jupiter, > > I work with EC200T. It works fine with Ofono and is pret

EC200U modem

2022-03-11 Thread Jupiter
Hi Sergei, You added Quectel EC200 USB modem last year, does EC200U work with QMI and AT in oFono? How stable is the EC200U? Are there any issues? Apologize for asking you so many questions. Thank you very much. Kind regards, Jupiter ___ ofono

Re: Upgrade to version 1.32 broken 4G LTE connection

2021-11-24 Thread Jupiter
l=7 reply_serial=2 array [ ] It is wired. I can run AT command to find that the modem is connected and assigned an IP address, but I think that dbus is broken, and ofono won't be able to provide LTE connection to connman. Thank you. - JH On 11/24/21, Jupiter wrote: > Hi, > > I bu

Upgrade to version 1.32 broken 4G LTE connection

2021-11-23 Thread Jupiter
Hi, I built ofono version 1.30 in Zeus, it worked well for connecting to 4G LTE. I've just updated to Honister, the ofono version is now 1.32, it completely broken, no wwan0 interface: # ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBA

Support eSIM

2021-10-24 Thread Jupiter
Hi, I am looking to use eSIM which is able to change carriers remotely, does the eSIM need to be supported in oFono or is that irreverent in oFono? Does anyone know which vendor is selling eSIM SoC? Thank you. Kind regards, - jupiter ___ ofono

oFono Version 1.31 ofonod crash

2021-08-20 Thread Jupiter
no.service crashed at udevng.c missing OFONO_DRIVER property, the ofono.service was repeated to be restarted every 6 seconds: . ofonod[9005]: ../ofono-1.31/plugins/udevng.c:add_serial_device() Device is missing required OFONO_DRIVER property ofonod[9005]: ../ofono-1.31/plugins/udevng.c:add_s

Failed dbus on Hardknott oFono 1.31

2021-08-20 Thread Jupiter
Hi, I upgraded from Zeus to Hardknotte, I was able to run dbus to get interface properties, but I failed on Hardknotte ofono 1.31. Has anyone got oFono 1.31 dbus work? Thank you. Kind regards, - jupiter ___ ofono mailing list -- ofono@ofono.org To

Re: [PATCH v5 4/4] Detect SARA R4 QMI device

2021-08-18 Thread Jupiter
Hi Denis, Any chance that patch can be processed? Thank you very much. Kind regards, Jupiter On 5/12/21, Jonas Bonn wrote: > Hi Denis, > > This patch is fine, with one little fix below. > > Patch message: > > All QMI devices are currently piggy-backing on the 'go

[PATCH v5 1/4] Detect SARA R4 QMI device

2021-05-12 Thread Bing Jupiter
--- plugins/udevng.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 34ac1cc0..46bf5532 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1194,6 +1194,46 @@ static gboolean setup_ublox(struct modem_inf

[PATCH v5 2/4] Detect SARA R4 QMI device

2021-05-12 Thread Bing Jupiter
--- drivers/atmodem/vendor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atmodem/vendor.h b/drivers/atmodem/vendor.h index 82284e44..38613679 100644 --- a/drivers/atmodem/vendor.h +++ b/drivers/atmodem/vendor.h @@ -48,6 +48,7 @@ enum ofono_vendor { OFONO_VENDOR_QUECTEL_EC2X

[PATCH v5 4/4] Detect SARA R4 QMI device

2021-05-12 Thread Bing Jupiter
--- plugins/gobi.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/gobi.c b/plugins/gobi.c index 9b5d7cff..5472dd83 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -47,6 +47,7 @@ #include #include #include +#include #include #include @@ -496

[PATCH v5 3/4] Detect SARA R4 QMI device

2021-05-12 Thread Bing Jupiter
--- drivers/qmimodem/gprs.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/qmimodem/gprs.c b/drivers/qmimodem/gprs.c index 896a9e4c..fa20b809 100644 --- a/drivers/qmimodem/gprs.c +++ b/drivers/qmimodem/gprs.c @@ -26,6 +26,7 @@ #include #include #include +#include

[PATCH v5 0/4]

2021-05-12 Thread Bing Jupiter
Cleaned up comments and resubmit Bing Jupiter (4): Detect SARA R4 QMI device Detect SARA R4 QMI device Detect SARA R4 QMI device Detect SARA R4 QMI device drivers/atmodem/vendor.h | 1 + drivers/qmimodem/gprs.c | 10 ++ plugins/gobi.c | 11 ++- plugins

[PATCH v2 3/4] Add SARA R4 vendor ID

2021-02-24 Thread Bing Jupiter
--- drivers/atmodem/vendor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atmodem/vendor.h b/drivers/atmodem/vendor.h index 82284e44..db9fa263 100644 --- a/drivers/atmodem/vendor.h +++ b/drivers/atmodem/vendor.h @@ -48,6 +48,7 @@ enum ofono_vendor { OFONO_VENDOR_QUECTEL_EC2X

[PATCH v2 1/4] SARA R4 QMI support

2021-02-24 Thread Bing Jupiter
--- plugins/udevng.c | 41 + 1 file changed, 41 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 34ac1cc0..9941145f 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1194,6 +1194,45 @@ static gboolean setup_ublox(struct modem_info

[PATCH v2 4/4] Make SARA R4 vendor ID conditional being attach and detach

2021-02-24 Thread Bing Jupiter
--- drivers/qmimodem/gprs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/qmimodem/gprs.c b/drivers/qmimodem/gprs.c index 896a9e4c..90203dd3 100644 --- a/drivers/qmimodem/gprs.c +++ b/drivers/qmimodem/gprs.c @@ -26,6 +26,7 @@ #include #include #include +#includ

[PATCH v2 2/4] Enable SARA R4 vendor ID for gprs create

2021-02-24 Thread Bing Jupiter
--- plugins/gobi.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/gobi.c b/plugins/gobi.c index 9b5d7cff..3ca739d6 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -47,6 +47,7 @@ #include #include #include +#include #include #include @@ -496

[PATCH v2 0/4] oFono uBlox SARA R4 QMI

2021-02-24 Thread Bing Jupiter
Hi Denis, Hope it can be accepted. Thank you. Kind regards, - Jupiter Bing Jupiter (4): SARA R4 QMI support Enable SARA R4 vendor ID for gprs create Add SARA R4 vendor ID Make SARA R4 vendor ID conditional being attach and detach drivers/atmodem/vendor.h | 1 + drivers/qmimodem

[PATCH v1 5/5] Use tabs as Denis required

2021-02-22 Thread Bing Jupiter
From: Jupiter --- drivers/atmodem/vendor.h | 2 +- drivers/qmimodem/gprs.c | 26 +- plugins/gobi.c | 14 +++--- plugins/udevng.c | 6 +++--- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/drivers/atmodem/vendor.h b/drivers

[PATCH v1 0/5] oFono uBlox SARA R4 QMI support

2021-02-22 Thread Bing Jupiter
Hi Denis, Fixed taps,hope it satisfies your requirements. Thank you. Jupiter (1): Use tabs as Denis required Jupiter (4): Change 1: SARA R4 QMI support Change 2: Add SARA R4 vendor ID Change 3: Check SARA R4 vendor ID, need to make it conditional on the actions being attach and

[PATCH v1 3/5] Change 3: Check SARA R4 vendor ID, need to make it conditional on the actions being attach and detach

2021-02-22 Thread Bing Jupiter
From: jupiter --- drivers/qmimodem/gprs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/qmimodem/gprs.c b/drivers/qmimodem/gprs.c index 896a9e4c..64d90257 100644 --- a/drivers/qmimodem/gprs.c +++ b/drivers/qmimodem/gprs.c @@ -26,6 +26,7 @@ #include #include

[PATCH v1 2/5] Change 2: Add SARA R4 vendor ID

2021-02-22 Thread Bing Jupiter
From: jupiter --- drivers/atmodem/vendor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atmodem/vendor.h b/drivers/atmodem/vendor.h index 82284e44..38613679 100644 --- a/drivers/atmodem/vendor.h +++ b/drivers/atmodem/vendor.h @@ -48,6 +48,7 @@ enum ofono_vendor

[PATCH v1 4/5] Change 4: Add SARA R4 vendor and enable vendor in gprs create

2021-02-22 Thread Bing Jupiter
From: jupiter --- plugins/gobi.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/gobi.c b/plugins/gobi.c index 9b5d7cff..5472dd83 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -47,6 +47,7 @@ #include #include #include +#include #include

[PATCH v1 1/5] Change 1: SARA R4 QMI support

2021-02-22 Thread Bing Jupiter
From: jupiter --- plugins/udevng.c | 41 + 1 file changed, 41 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 34ac1cc0..63d95055 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1194,6 +1194,45 @@ static gboolean setup_ublox

[PATCH 4/4] Add SARA R4 vendor and enable vendor in gprs create

2021-02-22 Thread Jupiter
From: jupiter --- plugins/gobi.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/gobi.c b/plugins/gobi.c index 9b5d7cff..5472dd83 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -47,6 +47,7 @@ #include #include #include +#include #include

[PATCH 3/4] Check SARA R4 vendor ID, need to make it conditional on the actions being attach and detach

2021-02-22 Thread Jupiter
From: jupiter --- drivers/qmimodem/gprs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/qmimodem/gprs.c b/drivers/qmimodem/gprs.c index 896a9e4c..64d90257 100644 --- a/drivers/qmimodem/gprs.c +++ b/drivers/qmimodem/gprs.c @@ -26,6 +26,7 @@ #include #include

[PATCH 2/4] Add SARA R4 vendor ID

2021-02-22 Thread Jupiter
From: jupiter --- drivers/atmodem/vendor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atmodem/vendor.h b/drivers/atmodem/vendor.h index 82284e44..38613679 100644 --- a/drivers/atmodem/vendor.h +++ b/drivers/atmodem/vendor.h @@ -48,6 +48,7 @@ enum ofono_vendor

[PATCH 0/4] SARA R4 patches

2021-02-22 Thread Jupiter
From: jupiter Resubmit to write proper messages. jupiter (4): SARA R4 QMI support based on uBlox model vendor ID Add OFONO_VENDOR_UBLOX_SARA_R4 Check SARA R4 vendor ID, need to make it conditional on the actions being attach and detach Add SARA R4 vendor and enable vendor in gprs

[PATCH 1/4] SARA R4 QMI support

2021-02-22 Thread Jupiter
From: jupiter --- plugins/udevng.c | 41 + 1 file changed, 41 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 34ac1cc0..63d95055 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1194,6 +1194,45 @@ static gboolean setup_ublox

[PATCH v3 3/4] Change 3: Check SARA R4 vendor ID, need to make it conditional on the actions being attach and detach

2021-02-22 Thread Jupiter
From: jupiter --- drivers/qmimodem/gprs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/qmimodem/gprs.c b/drivers/qmimodem/gprs.c index 896a9e4c..64d90257 100644 --- a/drivers/qmimodem/gprs.c +++ b/drivers/qmimodem/gprs.c @@ -26,6 +26,7 @@ #include #include

[PATCH v3 4/4] Change 4: Add SARA R4 vendor and enable vendor in gprs create

2021-02-22 Thread Jupiter
From: jupiter --- plugins/gobi.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/gobi.c b/plugins/gobi.c index 9b5d7cff..5472dd83 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -47,6 +47,7 @@ #include #include #include +#include #include

[PATCH v3 0/4] SARA R4 patches

2021-02-22 Thread Jupiter
From: jupiter Hi Jonas, Is any reason you need to add ofono_modem_set_string(modem->modem, "Quirk", "SARAR4"); to static gboolean setup_sim7x00 rather than directly in static gboolean setup_ubloxqmi(struct modem_info *modem) ? Your patch: --- a/plugins/udevng.c

[PATCH v3 2/4] Change 2: Add SARA R4 vendor ID

2021-02-22 Thread Jupiter
From: jupiter --- drivers/atmodem/vendor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atmodem/vendor.h b/drivers/atmodem/vendor.h index 82284e44..38613679 100644 --- a/drivers/atmodem/vendor.h +++ b/drivers/atmodem/vendor.h @@ -48,6 +48,7 @@ enum ofono_vendor

[PATCH v3 1/4] Change 1: SARA R4 QMI support

2021-02-22 Thread Jupiter
From: jupiter --- plugins/udevng.c | 41 + 1 file changed, 41 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 34ac1cc0..63d95055 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1194,6 +1194,45 @@ static gboolean setup_ublox

Re: Failed to reconnect after 4G LTE signaling strength level is back

2020-12-01 Thread Jupiter
Hi Christophe, Thanks for the response. > I agree with Jonas to say that all the magic is in ss_info_notify. At least > that's the case outside LTE, I don't know a lot about LTE specificities. Any idea how to modify the source to get ss_info_notify running in qmimodem The question is how to do

Re: Failed to reconnect after 4G LTE signaling strength level is back

2020-11-29 Thread Jupiter
lt 'timeout'. Nov 30 01:03:02 solar systemd[1]: Stopped Telephony service. Hint: Some lines were ellipsized, use -l to show in full. The debug file is attached, but it was stuck at driver failure. Thank you very much. Kind regards, - jupiter root@solar:~# ofonod -d -n ofonod[21984]: o

Re: Broken ofono 4G LTE network

2020-11-29 Thread Jupiter
My apology, please ignore it, seems that there were build issues, clear up the whole build directory, fixed the problem. Sorry about it. Thank you. Kind regards, - j On 11/29/20, Jupiter wrote: > Hi, > > While I was playing with ofono source code qmitmodem to debug LTE > re-re

Broken ofono 4G LTE network

2020-11-28 Thread Jupiter
Hi, While I was playing with ofono source code qmitmodem to debug LTE re-register issue (in my another email), for some reason, it broken ofono, there was not network IP address, I ran the AT manually in command line, I can see the LTE modem is connected to the carrier, but ofono could not talk to

Re: Failed to reconnect after 4G LTE signaling strength level is back

2020-11-27 Thread Jupiter
ng modem register status. Is the register status in src/modem.c? Appreciate to shed light on how should ofono or qmimodme to handle modem register status changes. Thank you. Kind regards, - jupiter DebugOfono.log Description: Binary data ___ ofono mail

Change code and commit process

2020-11-22 Thread Jupiter
How to commit code change, who should I contact for approving code change? Thank you. Kind regards, - jupiter ___ ofono mailing list -- ofono@ofono.org To unsubscribe send an email to ofono-le...@ofono.org

Failed re-register, a bug or feature? (Original Failed to reconnect)

2020-11-21 Thread Jupiter
registered. Could any ofono developer kindly shed light upon if that is ofono feature or bug? If I was looking in the wrong direction, could you point me in the right direction to fix that issue? Thank you. Kind regards, - jupiter On 11/21/20, Jupiter wrote: > Hi, > > My apology fo

Re: Failed to reconnect after 4G LTE signaling strength level is back

2020-11-20 Thread Jupiter
Hi, My apology for keeping a post on the topic to seek list helps. After changing testing tactics, I now believe it could be something wrong, missing or bug in ofono, hope someone could kindly respond to shed some light on the cause. Here is my new test: (1) I pulled antenna out before starting

Re: 4G modem re-register

2020-11-16 Thread Jupiter
only one missing something in ofono and connman? Also, uBlox support advised not to use QMI in ofono, to use AT, how to configure ofono to use AT rather than QMI? Thank you and appreciate your kind advice. Kind regards, - jh On 11/6/20, Jupiter wrote: > Hi, > > I am running oFono an

4G modem re-register

2020-11-05 Thread Jupiter
Hi, I am running oFono and Connman for uBlox SARA modem in QMI on iMX6, when the modem is deregistered due to low signal, it cannot not be re-registered automatically. The SARA modem is capable of re-register, I can verify that capacity in SARA EVK, but why that capacity cannot be performed in an