Latest update - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130) +---- Thread: Latest update (/showthread.php?tid=17497) |
RE: Latest update - alaraajavamma - 11-01-2022 (11-01-2022, 09:10 AM)Eugo Wrote: It's gotten worse - it won't ring when suspended - the caller can't get me, call isn't registered, doesn't ring, no trace anywhere except on caller's phone. This link is most likely everything you need https://github.com/the-modem-distro/pinephone_modem_sdk If you want to research more then see here: https://wiki.pine64.org/images/1/1b/Quectel_EC2x%26EG9x%26EG2x-G%26EM05_Series_AT_Commands_Manual_V2.0.pdf https://wiki.pine64.org/wiki/PinePhone#AT_commands RE: Latest update - Eugo - 11-02-2022 Thanks, guys. This will take me several days, and I have a feeling it won't be boring . In the end, I may even achieve to have a, well, normal phone. RE: Latest update - Eugo - 11-02-2022 The firmware upgrade won't, I'm getting a Code: QUECTEL Mobile Broadband Module is not currently updatable: The modem-power kernel driver cannot be used The status I got is Code: [manjaro@manjaro-arm ~]$ sudo fwupdmgr get-devices RE: Latest update - alaraajavamma - 11-02-2022 (11-02-2022, 08:41 AM)Eugo Wrote: The firmware upgrade won't, I'm getting a I have flashed new firmware to modem like 300 times and every time I have used Biktorgjs flashall script. Please find instructions here (I think it is fairly easy) https://github.com/the-modem-distro/pinephone_modem_sdk/releases/tag/0.7.0 RE: Latest update - Eugo - 11-02-2022 Or should I just boot into PmOS and do it there? RE: Latest update - alaraajavamma - 11-02-2022 (11-02-2022, 10:04 AM)Eugo Wrote: Or should I just boot into PmOS and do it there? I have done it maybe 250 with PostmarketOS . So that should work - atleast with that Biktorgjs script. But it should work with Manjaro, Arch and Mobian also. RE: Latest update - fxc - 11-02-2022 (11-02-2022, 08:41 AM)Eugo Wrote: The firmware upgrade won't, I'm getting a It says directly in the output what to do: Code: Problems: • Device requires AC power to be connected If you connect AC (a power cable) it should work fine. Alternatively the flashall script will work too but fwupd is also very easy to use. RE: Latest update - Eugo - 11-03-2022 (11-02-2022, 12:52 PM)fxc Wrote: I did connect the power cable after that, but it still gives me this. It's charged 100%, so I know the power is on, and when I disconnect the cable and reconnect it, it plays the two ticks sound as always. and the get-devices command still reports this. After a reboot, a slight change: Code: pine64 Pine64 PinePhone (1.2) Tried to switch again, just in case the above message is wrong, but I still get „QUECTEL Mobile Broadband Module is not currently updatable: The modem-power kernel driver cannot be used“. RE: Latest update - fxc - 11-03-2022 (11-03-2022, 04:35 AM)Eugo Wrote:(11-02-2022, 12:52 PM)fxc Wrote: That error is a bit unexpected. You might want to join the bridged community channel for some further input: https://wiki.pine64.org/wiki/Main_Page#Chat_Platforms RE: Latest update - Eugo - 03-06-2023 Believe it or not, this turned out to be a case of programmer's alzheimer. It was the /usr/lib/udev/rules.d/90-modem-eg25.rules which I edited as described at couple of places, with Code: ON ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/control}="on" ...except that I completely forgot that I did that on Mobian, not Manjaro Phosh. Now that I repeated it, it seems to work. Did only one quick test, though, and it passed. Will test some more, when I recharge it, and then, hopefully, mark this as solved. |