Status update 2020-12-15
#21
(12-20-2020, 05:16 PM)evilbunny Wrote:
(12-20-2020, 04:36 PM)spaetz Wrote:
(12-19-2020, 06:12 AM)evilbunny Wrote: Also any chance of including python3-requests packages?

Given that you have full access to the debian repository, it is just an "apt install python3-requests" away...

I already have, but I'm coding an app that needs it.

(12-19-2020, 06:12 AM)evilbunny Wrote: I noticed a problem on my install where it wouldn't charge no matter how low it gets, when I plug into a charger it does the sound for charging and then immediately stops charging. I just flashed my sdcard with 20201219 and the problem persists. I also noticed it will keep charging if the power is connected when shut down.

I plugged the phone into my laptop which charges just fine, but it also alters my routing table on my laptop so everything is routed via the phone, which is annoying.

The phone charger I have works in Ubuntu Touch so it's not a hardware thing.
 @evilbunny, I was surprised to find myself in the non-charging condition again this late in the game, and also that it was again fixed by doing this (from July 17, 2020):

"[Image: default_avatar.png]
a-wai
Senior Member
[Image: star.png][Image: star.png][Image: star.png][Image: star.png][Image: star.png]
[Image: developer.png]
Joined: Jan 2019
Posts: 231


Reputation: 159
#9
07-17-2020, 02:24 AM 
Charging still works fine for me, but I modded my HW, that may be why...

Try running the following command as root (not using sudo, you really need to log in as root) and reboot:
Code:
Code:
echo "blacklist anx7688" > /etc/modprobe.d/blacklist.conf
  Reply
#22
(12-23-2020, 01:10 PM)natasha Wrote: ...
What is the difference between a nightly image and the installer image?
...
The installer installs a 20201215 Mobian image on an encrypted disk. It installs onto the same disk you run it from - e.g. I put the image on an SDcard and am now running Mobian from that SDcard with an encrypted disk. You can apt update/upgrade to get to the same status as the latest nightly. The only option I recall (other than a password for your disk encryption) is the password for the mobian user: for sure not worth using the installer as it is easier to use passwd command for that which also allows 4 digit PINs - the installer requires 5. But essential to use the installer if you want an encrypted disk!

(12-23-2020, 01:10 PM)natasha Wrote: ...

What is Megi's Kernel? I know this can go too technical but is someone can explain this with plain words...
...

@megous  is the developer who has done the most low level spadework to get the bits of PinePhone hardware working with the Linux kernel - an index to his notes is here.

Megi tends to concentrate on the next version of the kernel, so while 5.10 was released on 14 December, when he gets back to work in January I imagine his efforts will concentrate on the 5.11 Release candidates. In the meantime e.g. Mobian is using a 5.9 kernel to try for the stability Debian is famous for and Arch has a 5.10 kernel if you want to get closer to the bleeding edge. So megi did his last development of the AXP power controller in his 5.10 kernel, and certainly his latest work to control the Quectel modem. As @a-wai explained he has taken a lot (most/all) of those changes aimed at the modem and built them into a userspace library.

(12-23-2020, 01:10 PM)natasha Wrote: ...
What is eg-25 manager? does it need to be installed using apt? Is this a user interface or something that works at the OS level?
...

As far as I can see you get it automatically - it works on its own without needing any attention and you just benefit from megi's work (in a 5.10 kernel) in Mobian (with a 5.9 kernel) as a result of @a-wai work. It is doing "behind the scenes stuff" managing the modem as per the announcement post above.

Disclaimer: I hope my use of words/terminology/examples is OK - certainly nothing is meant to deny the efforts of lots of other folk. And any mistakes are not meant to be provocative - they are merely a reflection of my limited knowledge!!
  • 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
  Reply
#23
(12-23-2020, 01:50 PM)HLing Wrote: Try running the following command as root (not using sudo, you really need to log in as root) and reboot:
Code:
Code:
echo "blacklist anx7688" > /etc/modprobe.d/blacklist.conf

That fixes the charging issue for me, thanks for that.
  Reply
#24
Hi, been a while since i tested mobian on my pp but can anyone explain why i cant use half the top drop down menu? Cant open wifi settings, for example; whereas rotate screen and brightness work fine. Last i ran Mobian the whole menu worked fine, this is new.
  Reply
#25
(12-15-2020, 10:52 AM)a-wai Wrote: ...
  • We finally created an on-device installer image, based on the awesome work from our friends at pmOS! This allows you to set the password of your choice instead of the default "1234" and, more importantly, it can be used to enable full disk encryption, which is a feature lots of people have been waiting for
...

I am pleasantly surprised at the speed/smoothness of the encrypted disk version - running it on (an Evo+) SDcard for over a week without any hiccups and can't perceive any speed difference to Arch on the eMMC.

2 trivial observations:
1) The image needs console-setup package - apt moans until it gets it
2) The "Torch"icon in the pull-down status is greyed out - the Flashlight app works fine though.

Many thanks again to all the contributors
  • 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
  Reply
#26
A quick note:
Just ran upgrade which pulled the 5.10 kernel. Ran out of space on /boot/ during the upgrade and got an error: temporarily moved initrd.img-5.9 off /boot/ and could get upgrade to complete fine.
  • 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
  Reply
#27
(01-06-2021, 06:18 PM)dukla2000 Wrote: A quick note:
Just ran upgrade which pulled the 5.10 kernel. Ran out of space on /boot/ during the upgrade and got an error: temporarily moved initrd.img-5.9 off /boot/ and could get upgrade to complete fine.

I had to do the same, thanks for the post.

I have also found that megapixels is not working with the 5.10 kernel - are others having the same issue?
  Reply
#28
(01-07-2021, 03:44 AM)scott_VYuCAbn3k1NFK Wrote: I have also found that megapixels is not working with the 5.10 kernel - are others having the same issue?
Just updated, can confirm: front camera viewfinder has that odd blue-ish hue that it always had, cannot switch to face camera (black screen no matter how long I wait), switching back again to the front camera doesn't get rid of the hue (like it would previously when switched to face camera and back).

@a-wai, can we get a hotfix pushed before the next month's update please? Angel
  Reply
#29
(01-07-2021, 04:49 AM)marcih Wrote:
(01-07-2021, 03:44 AM)scott_VYuCAbn3k1NFK Wrote: I have also found that megapixels is not working with the 5.10 kernel - are others having the same issue?
Just updated, can confirm: ...

Yup - plenty problems with megapixels. Had a few more updates a couple of hours ago but as I write megapixels has variously black screen, hangs, wont swap between front/back etc.
  • 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
  Reply
#30
(01-06-2021, 06:18 PM)dukla2000 Wrote: A quick note:
Just ran upgrade which pulled the 5.10 kernel. Ran out of space on /boot/ during the upgrade and got an error: temporarily moved initrd.img-5.9 off /boot/ and could get upgrade to complete fine.


The same happened to me, I deleted the old kernel by hand.
Additional I modified the 01autoremove file and commented 7 lines out
beginning with # NeverAutoRemove

sudo nano /etc/apt/apt.conf.d/01autoremove



I tested incoming calls for the last 3 weeks, the phone rings reliably after about 3 dials tones. Battery consumption in standby about 2% per hour.
@a-wai: was it only a problem of the modem-manager or anything additional?
they work on eg25-manager for Alpine Linux https://gitlab.com/postmarketOS/pmaports...uests/1815
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mobian repository status henrythemouse 16 8,731 04-10-2024, 10:02 AM
Last Post: diederik
  how to update mobian over tor vusra 13 6,879 07-09-2023, 08:57 PM
Last Post: vusra
  Wifi doesn't work after update nickolas 2 1,227 04-14-2023, 10:07 AM
Last Post: nickolas
  PinePhone won't boot after software update jb2000 2 1,330 03-17-2023, 07:26 AM
Last Post: Zebulon Walton
Exclamation Impossible to login since the latest update anonymous 12 4,211 02-26-2023, 01:01 PM
Last Post: anonymous
Exclamation The latest update of eg25-manager seems to cause frequent disconnections anonymous 12 4,293 11-28-2022, 03:30 PM
Last Post: anonymous
  Wifi issue since last update and held back updates goku499 11 5,305 09-21-2022, 02:39 PM
Last Post: Katsujinken
  [SOLVED] Lost Internet connectivity after recent update drh 3 1,856 09-11-2022, 09:24 PM
Last Post: Katsujinken
  Rescue Your Mobian post Update Aug22 faster fix to working guide biketool 9 4,738 09-05-2022, 12:10 AM
Last Post: biketool
  Loving latest Mobian Update drh 11 5,074 08-22-2022, 12:19 PM
Last Post: biketool

Forum Jump:


Users browsing this thread: 1 Guest(s)