d67aa6b44d
eg25-manager is supposed to watch for the modem going away and recover it automatically, but it doesn't seem to actually do anything. Manually restarting eg25-manager in this situation does recover the modem. This upstream issue https://gitlab.com/mobian1/eg25-manager/-/issues/47 is probably the same, and as that issue says, manually restarting eg25-manager in this situation does recover the modem. So this change adds a udev rule to automatically restart eg25-manager when the modem dies. Common triggers for the modem dying are: 1. When the phone wakes up from suspend. 2. When an incoming call is disconnected, especially if the disconnect happens very quickly after the call started, such as what happens when phosh-antispam identified the call as spam. 3. When plugging or unplugging the phone from USB power, and when plugging or unplugging other USB devices like keyboard from a connected dock. udev shouldn't be used for spawning long-lasting processes, but `rc-service start` will parent the process to the service manager and exit, so that's fine. It does take a few seconds during which udev is blocked and can't process other events, which udev also recommends against, but in this case it's not a big deal IMO. Fixes #2641 [ci:skip-build]: already built successfully in CI |
||
---|---|---|
.. | ||
device-pine64-pinephone | ||
device-purism-librem5 | ||
device-qemu-aarch64 | ||
device-qemu-amd64 | ||
device-qemu-riscv64 | ||
firmware-brcm43752 | ||
firmware-pine64-ov5640 | ||
firmware-pine64-rtl8723bt | ||
firmware-siliconlabs-rs9116 | ||
linux-postmarketos-allwinner | ||
linux-purism-librem5 | ||
u-boot-librem5 | ||
u-boot-pinephone |