Re: [PATCH 0/1] Workaround for rut955 modem initialization

2021-06-28 Thread Ontje.Luensdorf
Hi all, Daniel Golle writes: > On Mon, Jun 28, 2021 at 02:19:11PM +0200, John Crispin wrote: > This particular device (Teltonika RUT955) got a dedicated reset line for > the USB-connected internal Quectel EC-25 modem available as GPIO which > could be toggled on boot if needed (in user-space or

[PATCH 1/1] Reset modem upon initialization.

2021-06-28 Thread Ontje.Luensdorf
From: Ontje Lünsdorf The rut955 fails to activate its modem upon every second reboot otherwise. Co-authored-by: hans-hermann.reden...@dlr.de Co-authored-by: jonas.stuehrenb...@dlr.de --- package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 4 1 file changed, 4 insertions(+) diff --g

[PATCH 0/1] Workaround for rut955 modem initialization

2021-06-28 Thread Ontje.Luensdorf
From: Ontje Lünsdorf Hi all, The rut955 fails to activate its modem upon every second reboot. By resetting the modem upon initialization, we get it to work reliably. This will probably affect all other modems and we are not sure if this may cause side-effects on other devices. Best regards, On