State of Mobian

Debian Way

As I wrote before, I want to check the state of Mobian on Pinetab regularly and report the results.
This time I decided to take another way to update the version on the tablet. Instead of re-flashing with the current nightly, I decided to go the Debian way and use apt.

Updating the system … failed …

I ran apt update && apt upgrade. During the update phosh crashed and didn't want to start again. So I had to attach the keyboard and switch to the virtual terminal using Alt+F2. After running apt upgrade again I got a warning to run dpkg --configure -a because the apt previously got interrupted.

After running for some time, dpkg ended with an error that initramfs-tools didn't get properly configured. So I ran the configure one more time, but this didn't help. Generating initrd.img-5.10-sunxi64 still didn't work.
So I thought: "Let's try apt dist-upgrade!". This upgraded some packages that were held back, and then I got this error after the initrd generation failed again:

zstd: error 25: No space left on device (cannot write compressed block)

As I took a look at df -h , the /boot partition was full!! It seems that the generation kept on pushing some temporary data to the /boot partition and due to fact, that the generation kept on failing, the partition got filled up.
So I cleared up everything that had to do with the kernel 5.10 in /boot and then re-ran update-initramfs -u. This gave me a clean system but with the kernel 5.9. When I tried re-installing the kernel 5.10, I ended up with a system that won't boot at all :(.

I then had to use Jumpdrive to reinstall the whole image again. I used 2020-02-10, the newer ones are reported to be broken. This gave me a bootable system which I then updated to latest repository version using apt.

Test running the current system for a couple of hours

What changed since the last time?

  • Portfolio seems to be a minimal replacement for Nemo as a new file explorer. Works OK, but is really minimal.
  • Advanced Network Configuration is now pre-installed, basically this is the Gnome Network Manager (or some fork of it). After installing the vpnc add-on for it, I was able to configure the VPN but I didn't find a way to establish the connection. Sounds kind of strange but it's not in Settings and not in the App itself. So where is it? No idea.
  • I made some pictures using the camera, it works now! Taking pictures is slow. The pictures are saved in tiff format and are blurry. From the quality point of view they are like something from a phone back in 2004.
backcam1.jpg
Figure 1: This is the back camera …
frontcam1.jpg
Figure 2: … and this is the front camera.

Bluetooth still seems to disappear randomly and needs a reboot to come back.
As usual I setup and installed the online accounts, Geary, Nextcloud Desktop, Emacs … all fine here. This time I also installed Feedreader and connected it to my Nextcloud News. Works.

Conclusion

The system is coming along, but it is still very unstable and quirky. Especially phosh crashes a lot for no apparent reason. Also phosh is simply still missing a lot of e.g. gnome-shell features.

Endnote (subjective): 6.5 out of 10, +0.5 because the camera sort of works now.

I have a feeling that the Pinetab development is going forward at a relatively slow pace compared to the Pinephone. Found some people on the Pine64 forum who share the same view, the reason seems to be that there are simply not enough units out there and that is why the Devs concentrate on the Pinephone.
Pinetab is not a premium device, the specs are really modest. But I think there is still potential there for a daily driver at least for news reading, e-mails and such. Hope that the development picks up speed soon.

Happy Hacking!!

License: CC BY-SA 4.0 Discuss on Mastodon