Have you tried this:
The above is copied from
https://github.com/the-modem-distro/pine...ETTINGS.md
Quote:
- Stop the modem from disappearing on suspend
- Edit
Code:/usr/lib/udev/rules.d/80-modem-eg25.rules
- Look at the last line:
Code:ACTION=="add", SUBSYSTEM=="usb",
DRIVERS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2c7c",
ATTRS{idProduct}=="0125", ATTR{power/persist}="0"- And change persist to 1:
Code:ACTION=="add", SUBSYSTEM=="usb",
DRIVERS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2c7c",
ATTRS{idProduct}=="0125", ATTR{power/persist}="1"- Edit
and make sureCode:/usr/share/eg25-manager/pine64,pinephone-pro.toml
is set toCode:monitor_udev
Code:false
The above is copied from
https://github.com/the-modem-distro/pine...ETTINGS.md