Minimizing unsolicited events & wakeups

2021-01-05 Thread Tom Loten
MM have a mode where most unsolicited messages are turned off (e.g. utilising polling instead)? - Am I going about things the wrong way - perhaps I'm using MM in a manner it's not intended? Kind Regards, Tom Loten ___ ModemManager-de

Re: Faster resume probing

2021-01-06 Thread Tom Loten
I've also been working with USB QMI modems (Quectel and Simcom) and getting suspend-to-ram/resume working smoothly, so I figured perhaps I can share some of the things I've learnt along the way. But do note that I'm not by any means an expert here - this is my first foray into usb & modems, so do t

Re: Minimizing unsolicited events & wakeups

2021-01-06 Thread Tom Loten
Appreciate the response Aleksander :) > Is it that you're building MM without suspend/resume support? It is built with the suspend/resume support, but I forgot to mention I'm yanking the tablecloth out via 'echo mem > /sys/power/state'. If I do it via 'systemctl suspend' MM does indeed teardown &

Re: Faster resume probing

2021-01-23 Thread Tom Loten
Hi, > So with these your modem always stays connected over USB? How does > ModemManager react to this when resuming/suspending? ModemManager still > reprobes the device right? Yes, the modem remains connected over USB, even over many suspend/resume cycles. MM doesn't reprobe upon resume. My unde