PinePhone modem keeps "disappearing"
#2
if the modem goes every 5 minutes then i start to suspect some failure, maybe in modem chip, or modem's software (firmware), or possible connection in mainboard.

modem has its own firmware, which might have become corrupted.

i think you should install firmware again, either stock or half-free sdk. however, i don't rule out that modem chip is faulty.

https://github.com/Biktorgj/quectel_eg25_recovery

https://github.com/the-modem-distro/pinephone_modem_sdk

however, i recommend setting modem's powersaving "on" in both stock rom and half-free sdk. following recommends it only for sdk.

https://github.com/the-modem-distro/pinephone_modem_sdk/blob/kirkstone/docs/SETTINGS.md

i have this following copy-paste to prevent some issues.

Code:
# example file location: /lib/udev/rules.d/98-prevent-bugs.rules

# prevent powersaving flipping frames bug
KERNEL=="1c40000.gpu", SUBSYSTEM=="platform", DRIVER=="lima", ATTR{power/autosuspend_delay_ms}="-1"
KERNEL=="1c40000.gpu", SUBSYSTEM=="platform", DRIVER=="lima", ATTR{power/control}="on"

# prevent frequency change flipping frames bug
KERNEL=="1c40000.gpu", SUBSYSTEM=="devfreq", ATTR{min_freq}="432000000"
KERNEL=="1c40000.gpu", SUBSYSTEM=="devfreq", ATTR{max_freq}="432000000"

# prevent modem disappearings
ACTION!="add", GOTO="eg25_end-edit"
SUBSYSTEM!="usb", GOTO="eg25_end-edit"
DRIVER!="usb", GOTO="eg25_end-edit"
ENV{DEVTYPE}!="usb_device", GOTO="eg25_end-edit"

# NOT Default attributes values
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/control}="on"
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/autosuspend_delay_ms}="3000"
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/wakeup}="enabled"
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/persist}="0"

LABEL="eg25_end-edit"
# end of modem disappearings

i have started to think there is some bad quality in cpu-gpu soc. mostly related to powersaving. some hardware related functions work randomly and unreliably. powersaving is issue for both gpu and modem, is that a coincidence.
  Reply


Messages In This Thread
RE: PinePhone modem keeps "disappearing" - by zetabeta - 01-18-2023, 02:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad PinePhone USB-C port and audio jack failure Kevin Kofler 2 451 07-09-2025, 02:04 PM
Last Post: georgegohl888
  Modem Issues with the Pinephone Temmie19 5 1,716 07-02-2025, 12:50 PM
Last Post: biketool
Question Third-party cheap touchscreen/LCD for the Pinephone - lost knowledge? mikeb 2 1,137 06-21-2025, 05:19 PM
Last Post: mikeb
  Pinephone + Keyboard for sale, little use ruemoo 9 2,899 06-10-2025, 09:25 PM
Last Post: skaffi
  Pinephone not booting sd card... bruv 1 758 03-25-2025, 08:51 PM
Last Post: Kevin Kofler
  FOSS fw problem - PinePhonePro, EG25 modem dukla2000 5 1,620 02-05-2025, 02:30 AM
Last Post: biketool
  Pinephone - broken power button rorus 13 14,680 12-16-2024, 08:32 PM
Last Post: tllim
  various tricks to open the pinephone shengchieh 3 2,473 09-16-2024, 03:42 AM
Last Post: biketool
  my pinephone melted norayr 6 3,684 04-04-2024, 07:22 PM
Last Post: Zebulon Walton
  Pinephone refusing to charge while suspended tiol 1 2,356 04-02-2024, 10:54 AM
Last Post: joH_N_Doe64

Forum Jump:


Users browsing this thread: 1 Guest(s)