New Phosh image - first impressions
#21
(02-20-2020, 05:10 AM)dukla2000 Wrote: Failing to have wifi disabled then ofonoctl wan --connect seems to fail most of the time, or if it works DNS resolution fails on mobile broadband if you later disable wifi.
If modemmanager is in the default runlevel then minimal chance of the 3 ofonoctl commands completing OK, for me even the poweron mostly fails

Interesting, how does ofonoctl wan --connect fail exactly when wifi is enabled? do you get a stacktrace?
#22
(02-20-2020, 05:47 AM)M@yeulC Wrote: Not sure there is a *lot* of value in image-hopping for now, for you or for devs.
For now I am happy to stick with pmOS/phosh as I appreciate you pm folk are keeping damn close to the bleeding edge. Is there any way for us to report how close we are to the bleeding edge when making comments? Or just say "last update/upgrade 20 Feb 1900 GMT" or similar?
(02-20-2020, 06:12 AM)MartijnBraam Wrote:
(02-20-2020, 05:10 AM)dukla2000 Wrote: Failing to have wifi disabled then ofonoctl wan --connect seems to fail most of the time, or if it works DNS resolution fails on mobile broadband if you later disable wifi.
If modemmanager is in the default runlevel then minimal chance of the 3 ofonoctl commands completing OK, for me even the poweron mostly fails

Interesting, how does ofonoctl wan --connect fail exactly when wifi is enabled? do you get a stacktrace?
Blush  I need to retract that line about WiFi enabled causing problems Blush  Just did 3 boots and ran the sequence I listed with no problems!
Now to put modemmanager back in the default runlevel and find out if I need to eat more of my own words!

pmOS/phosh last update/upgrade 20 Feb 1900 UTC
  • ROCKPro64 v2.1 2GB, 16Gb eMMC for rootfs, SX8200Pro 512GB NVMe for /home, HDMI video & sound, Bluetooth keyboard & mouse. Arch (6.2 kernel, Openbox desktop) for general purpose daily PC.
  • PinePhone Pro Explorer Edition, daily driver, rk2aw & U-boot on SPI, Arch/SXMO & Arch/phosh on eMMC
  • PinePhone BraveHeart now v1.2b 3/32Gb, Tow-boot with Arch/SXMO on eMMC
#23
No there aren't really usable version numbers except those for the seperate components
#24
OK, so I have modemmanager in the default runlevel and WiFi disabled (because I have learned how to ssh via USB).

Now I want to get mobile data running but get this:

Code:
DuklaPP:~$ sudo ofonoctl poweron
[sudo] password for demo:
Powered on quectelqmi_0
DuklaPP:~$ sudo ofonoctl online
Brought quectelqmi_0 online
DuklaPP:~$ sudo ofonoctl wan --connect --append-dns
Traceback (most recent call last):
 File "/usr/bin/ofonoctl", line 11, in <module>
   load_entry_point('ofonoctl==0.3.1', 'console_scripts', 'ofonoctl')()
 File "/usr/lib/python3.8/site-packages/ofonoctl/__init__.py", line 240, in main
   action_wan(args.connect, args.resolv)
 File "/usr/lib/python3.8/site-packages/ofonoctl/__init__.py", line 148, in action_wan
   for path, properties in connman.GetContexts():
 File "/usr/lib/python3.8/site-packages/dbus/proxies.py", line 72, in __call__
   return self._proxy_method(*args, **keywords)
 File "/usr/lib/python3.8/site-packages/dbus/proxies.py", line 141, in __call__
   return self._connection.call_blocking(self._named_service,
 File "/usr/lib/python3.8/site-packages/dbus/connection.py", line 652, in call_blocking
   reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "GetContexts" with signature "" on interface "org.ofono.ConnectionManager" doesn't exist

After the poweron Chats throws its toys out the cot as the modem has gone away and never recovers. The dialler/phone calls recover after I restart modemmanager.

Then again I have yet to work out how to send an SMS using Chats - it says hit the + at the top which only opens a search bar ...

Or more realistically how to send an SMS? ofonoctl no longer cuts it

PHP Code:
DuklaPP:~$ ofonoctl sms +447771234567 -"Hello world"
usageofonoctl [-h] {list,poweron,poweroff,online,offline,operators,wan} ...
ofonoctlerrorargument actioninvalid choice'sms' (choose from 'list''poweron''poweroff''online''offline''operators''wan'


I think for my purposes best to take modemmanager out of the default runlevel anyway and start it after I get the mobile data up and running.
  • ROCKPro64 v2.1 2GB, 16Gb eMMC for rootfs, SX8200Pro 512GB NVMe for /home, HDMI video & sound, Bluetooth keyboard & mouse. Arch (6.2 kernel, Openbox desktop) for general purpose daily PC.
  • PinePhone Pro Explorer Edition, daily driver, rk2aw & U-boot on SPI, Arch/SXMO & Arch/phosh on eMMC
  • PinePhone BraveHeart now v1.2b 3/32Gb, Tow-boot with Arch/SXMO on eMMC
#25
Oh yeah ofonoctl in the binary repository is a version behind so it's missing the SMS command.

The other error is ofono not being able to set up mobile data, I'm not sure what the cause of that is but sometimes rebooting the whole thing helps.
#26
Thanks, just made my first (scratchy) pinephone call thanks to this thread and this tweet:
https://twitter.com/mozzwald/status/1229974218529529856
#27
See pmOS post here.

(02-25-2020, 04:00 AM)PureTryOut Wrote: I advise everyone to update their system.

Code:
apk update && apk upgrade --available

(note the "--available" argument)

We now have Qt 5.14.1 in postmarketOS!

First impression - seems a bit faster/smoother to me Smile
  • ROCKPro64 v2.1 2GB, 16Gb eMMC for rootfs, SX8200Pro 512GB NVMe for /home, HDMI video & sound, Bluetooth keyboard & mouse. Arch (6.2 kernel, Openbox desktop) for general purpose daily PC.
  • PinePhone Pro Explorer Edition, daily driver, rk2aw & U-boot on SPI, Arch/SXMO & Arch/phosh on eMMC
  • PinePhone BraveHeart now v1.2b 3/32Gb, Tow-boot with Arch/SXMO on eMMC
#28
(02-25-2020, 06:44 AM)dukla2000 Wrote: See pmOS post here.

First impression - seems a bit faster/smoother to me Smile

That is nice, but I fail to see how that is related to Phosh.
#29
Worked great Smile What does the --available argument do? Should i use it every time i upgrade? and on all distros?
#30
(02-25-2020, 07:14 AM)PureTryOut Wrote: That is nice, but I fail to see how that is related to Phosh.

I guess you should know: for some reason I had some kind of 9999 placeholder installed and it did upgrade to 5.14.1
  • ROCKPro64 v2.1 2GB, 16Gb eMMC for rootfs, SX8200Pro 512GB NVMe for /home, HDMI video & sound, Bluetooth keyboard & mouse. Arch (6.2 kernel, Openbox desktop) for general purpose daily PC.
  • PinePhone Pro Explorer Edition, daily driver, rk2aw & U-boot on SPI, Arch/SXMO & Arch/phosh on eMMC
  • PinePhone BraveHeart now v1.2b 3/32Gb, Tow-boot with Arch/SXMO on eMMC


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fresh install pmos+phosh does not boot user641 1 490 10-08-2023, 04:04 AM
Last Post: user641
  [Not Pinephone] Phosh Autologin LienRag 11 2,058 09-01-2023, 10:55 PM
Last Post: rocket2nfinity
  pmos/phosh edge update and audio disappears robthebold 9 5,527 07-10-2022, 03:26 AM
Last Post: arkadione
  How to delete single sms in phosh? bircoph 1 1,369 07-06-2022, 08:10 AM
Last Post: bircoph
  no screen rotation on pinephone pro with postmarketOS + phosh elode 2 2,688 07-03-2022, 09:13 AM
Last Post: a.h.littorin
  closing apps rather than leaving them running (phosh) lordearl 7 6,184 02-03-2022, 09:14 PM
Last Post: parry
  Application list PMOS-Phosh jmorris 6 6,135 12-04-2021, 02:26 AM
Last Post: Juergen
  Phosh beta 10, no send button on Chatty? Rainer 0 1,625 05-24-2021, 08:17 AM
Last Post: Rainer
  Where is the original PM OS image for Pinephone? mw4jet 1 2,618 03-14-2021, 07:37 AM
Last Post: ludix
  PMOS test image: failed EG25 test broke modem fw MtnSk8 4 5,702 02-28-2021, 02:20 PM
Last Post: MtnSk8

Forum Jump:


Users browsing this thread: 1 Guest(s)