09-21-2022, 10:25 AM
(09-21-2022, 09:59 AM)cone99 Wrote: The modem still disappears occasionally and calls and texts are still a little hit and miss but... all in all, happy days
for that disappearing modem, i recommend the following setting. it wastes more battery though. it is recommend for almost opensource modem, but i recommend for both stock and almost opensource modem.
Code:
## Edit /usr/lib/udev/rules.d/80-modem-eg25.rules
## Look at the first line where it says
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/control}="auto"
## And change it to ON
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/control}="on"
https://github.com/the-modem-distro/pine...ETTINGS.md