All of lore.kernel.org
 help / color / mirror / Atom feed
* Quectel modem ceases working
@ 2025-09-09  8:30 Timo Ketola
  2025-09-09 15:23 ` Denis Kenzior
  0 siblings, 1 reply; 12+ messages in thread
From: Timo Ketola @ 2025-09-09  8:30 UTC (permalink / raw)
  To: ofono

Hi,

We have successfully used ofono with Quectel EG25-G modem in our iMX6
Arm system. But now things break due to BuildRoot upgrade which upgrades
ofono from 2.2 to 2.18. I have pinpointed the problem to commit
281b49763818, "gobi: ensure Set Data Format changes were applied".
ofonod gives an error:

> Setting Data Format had no effect

list-modems shows:

> [ /gobi_0 ]
>     Online = 0
>     Powered = 0
>     Lockdown = 0
>     Emergency = 0
>     SystemPath = /sys/devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb2/2-1
>     Interfaces = 
>     Features = 
>     Type = hardware
>     Capabilities = dbus.Array([dbus.String('lte')], signature=dbus.Signature('s'), variant_level=1)

If I ignore the error by hacking plugins/gobi.c:

>  		ofono_error("Setting Data Format had no effect");
> +		goto done;
>  	}

list-modems shows expected info again:

> [ /quectelqmi_0 ]
>     Online = 0
>     Powered = 1
>     Lockdown = 0
>     Emergency = 0
>     Manufacturer = QUALCOMM INCORPORATED
>     Model = QUECTEL Mobile Broadband Module
>     Revision = EG25GGBR07A08M2G
> ...

I have no idea if there is other harmful side effects.

How this should be fixed properly? Any ideas?

-- 
Freedom To Create Together.

+------------------------------------------------+
| Timo Ketola            | Exertus Oy            |
| Specialist,            | Kampusranta 9C        |
|       FW & Electronics | 60320 Seinäjoki       |
| +358 40 5311 244       | Finland               |
| timo.ketola@exertus.fi | http://www.exertus.fi |
+------------------------+-----------------------+
| /"\                                            |
| \ / ASCII RIBBON CAMPAIGN AGAINST HTML MAIL    |
|  X  http://www.asciiribbon.org/                |
| / \                                            |
+------------------------------------------------+


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-09-11 19:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09  8:30 Quectel modem ceases working Timo Ketola
2025-09-09 15:23 ` Denis Kenzior
2025-09-10 10:59   ` Timo Ketola
2025-09-10 15:31     ` Denis Kenzior
2025-09-10 17:45       ` adam
2025-09-10 19:34         ` Denis Kenzior
2025-09-10 20:23           ` Adam Pigg
2025-09-10 17:49       ` Timo Ketola
2025-09-10 19:29         ` Denis Kenzior
2025-09-11 12:45       ` Timo Ketola
2025-09-11 14:43         ` Denis Kenzior
2025-09-11 19:08           ` adam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.