02-14-2022, 09:02 AM
(02-14-2022, 07:09 AM)tckosvic Wrote:(02-13-2022, 11:43 PM)zetabeta Wrote: i do not recomend firmware update, at least not directly.I looked at the file that you suggested. The only change I can see to make is: ATTR{power/persist}="0" ---> ATTR{power/persist}="1"
https://github.com/Biktorgj/pinephone_mo.../tag/0.5.5 and see notes.
NOTES:
- When using a Pinephone Pro, make sure you enable USB persist:
- In
Code:/usr/lib/udev/rules.d/80-modem-eg25.rules
- ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/persist}="1"
this might be related to call problems.
All the other items are already as you listed. Is that the change you suggested to make?
Also, briefly, what am I changing from and to and why?.
thanks, tom kosvic
udev settings are related to usb power settings. i don't know what they precisely mean but they causes usb devices to disappear and appear. eg25-g modem chip operates as a usb device. i don't know why biktorgj recommends that setting and it's for half opensource firmware but it could work for your case (or not).
i had this issue with pp regular, notice differences. https://forum.pine64.org/showthread.php?...#pid103530