Give your feedback here
Something bothers you and it's not worth a bug report? We want to improve the website consistently and we need your feedback for that. Give your feedback here!
SEO for the new docs could use some work but idk how any of that stuff works, I still mostly get the wiki coming up
SEO for the new docs could use some work but idk how any of that stuff works, I still mostly get the wiki coming up
Thanks for the feedback. I just made a minor change with potentially big impacts (https://github.com/pine64/website/commit/84d368320c7103bc0f8bb558e965c782861e3097), which should possitively affect the ranking over the next hours and days.
@x1y it's a long time ago I contributed to the website (https://pine64.org/documentation/PinePhone_Pro/Software/Multi-distribution_image/)...
well, there is any chance to add a new wiki into the website regarding the possible fix for the PPP camera? I'd like to share the solution I used to make camera "working".
<<<<<<<<<<<<<<<<< This article explains how to fix camera sofware on your PinePhone Pro. The work is on progress and will be available soon for different distributions. Make sure your PinePhone Pro is connected to the web to download needed software.
ArchLinux + Phosh
Open terminal and update your system
# sudo pacman -Syyuu
Remove original Megapixels app
# sudo pacman -Rns megapixels
Install camera dependencies
# sudo pacman -Syu gst-plugin-libcamera libcamera-tools pipewire-libcamera
Install flatpak software manager
# sudo pacman -S flatpak
Install Megapixels2 app
# flatpak install https://flatpak.brixit.nl/megapixels2.flatpakref --user
You will be prompted to some options
Should the remote be kept for future installations? [Y/n]: n Configure this as new remote 'flathub' [Y/n]: y Required runtime for me.gapixels.Megapixels/aarch64/master (runtime/org.gnome.Platform/aarch64/47) found in remote flathub. Do you want to install it? [Y/n]: y
To launch camera app you can both click on Megapixels icon on your desktop or enter into terminal this command:
# flatpak run me.gapixels.Megapixels
In case you need to reinstall Megapixels2
# flatpak list
# flatpak uninstall --delete-data me.gapixels.Megapixels
# flatpak uninstall --unused
# flatpak repair
well, there is any chance to add a new wiki into the website regarding the possible fix for the PPP camera? I'd like to share the solution I used to make camera "working".
You can simply add it to the docs as you usually did.