Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,451
» Latest member: librem.d.s
» Forum threads: 16,190
» Forum posts: 116,844

Full Statistics

Latest Threads
Hello from Ukraine
Forum: P64-LTS / SOPINE Projects, Ideas and Tutorials
Last Post: Dendrocalamus64
5 hours ago
» Replies: 1
» Views: 16
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
8 hours ago
» Replies: 5
» Views: 274
PulseAudio dropouts after...
Forum: Linux on Pinebook Pro
Last Post: Dendrocalamus64
10 hours ago
» Replies: 2
» Views: 140
Simple Outdoor Weather St...
Forum: General Discussion on PineTab
Last Post: aria22
Yesterday, 12:47 PM
» Replies: 0
» Views: 19
Armbian fix, current vers...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
Yesterday, 08:49 AM
» Replies: 0
» Views: 28
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
Yesterday, 05:39 AM
» Replies: 2
» Views: 113
Pinephone Pro not in stor...
Forum: General Discussion on PinePhone
Last Post: P. Siera
Yesterday, 02:12 AM
» Replies: 1
» Views: 180
Libre Office on Pinetab2?
Forum: General Discussion on PineTab
Last Post: Kevin Kofler
08-07-2025, 09:50 PM
» Replies: 1
» Views: 65
Won't boot with a MicroSD...
Forum: General Discussion on PineTab
Last Post: acruhl
08-07-2025, 06:59 PM
» Replies: 0
» Views: 30
does the Joplin note taki...
Forum: PineNote Software
Last Post: Francus
08-05-2025, 08:11 PM
» Replies: 4
» Views: 1,375

 
  (Gnome) Maps won't start on Mobian?
Posted by: TRS-80 - 07-06-2021, 01:59 PM - Forum: Mobian on PinePhone - Replies (3)

I am still in early exploration phases, but I am pretty sure I was able to open and look around in Maps (the default program, which is apparently Gnome Maps) before.  But not lately.

I don't recall doing much (if anything) out of the ordinary.  Also I have been upgrading via terminal with apt update && apt upgrade (after reading of some problems updating via GUI).

Just curious if anyone else have also noticed this?


  How to check if video decode acceleration is active
Posted by: maxjrh - 07-06-2021, 01:02 PM - Forum: Pinebook Pro Tutorials - Replies (2)

Hello all,

I would like to utilize the video decoding capabilities of the RK3399, but so far I had no success. Many people seem to underestimate how difficult this is and just assume it works without effort.

Here is how to verify whether it works, using mpv, chromium and firefox:
(the pictures are taken on my x86_64 PC)

1. mpv
CTRL + H toggles hardware decoding. If it can't use cuda/vdpau/vaapi then it will just say 'no' all the time.

2. chromium
open the developer panel with F12, open the Media tab
[Image: ME74NTY.png][Image: rZs9xaT.png]
as you can see, VDA is hardware accelerated. Other decoders (Vpx, Dav1d, FFmpeg) are used for the VP9, AV1, and Theora codecs. Neither my Radeon nor the RK3399 have hardware support for these codecs.

3. firefox
run

Code:
MOZ_LOG=PlatformDecoderModule:5 firefox 2>&1| grep VA
[Image: kUuvNKK.png]
note: it says VA-API disabled by platform during startup, but when I actually try to open a video it successfully initializes.

As far as I can tell, no distro on the PineBook Pro has support for hardware video decoding. If somebody can get it to work, I'd love to hear about it.


  Pinebook Pro Critique
Posted by: KABA - 07-06-2021, 12:45 PM - Forum: Pinebook Pro Hardware and Accessories - No Replies

So far my major complaint is the touch pad, really keeps me form using it more, largely the need to really press the right/left click buttons (I'm used to ez/soft touch buttons) but the sensitivity's not been something I've been able to dial in to be happy either, 

I've had wireless issues as well, lots of connectivity/dropping and poor streaming, but I don't know that that's not software related

Just feedback I hope helps with future developments  Cool


  PinePhone Hardware Critique
Posted by: KABA - 07-06-2021, 12:39 PM - Forum: PinePhone Hardware - Replies (2)

Number one dislike for me on the hardware is the speaker is too close to the mic, good speaker, but on speaker phone I have to keep the volume pretty low so the caller doesn't hear themselves echo, if the next version chosen could employ a different design, speaker located at the top for instance, that would be great  Cool


  Decrypting Luks FDE using a smartcard
Posted by: SuperMonkey - 07-05-2021, 07:13 PM - Forum: Mobian on PinePhone - Replies (1)

Hi,

since I haven't found a tutorial on how to use a usb smartcard (like f.e. Nitrokey/Librem Keys) to unlock the Luks encrypted volume on a Pinephone, I had a look at it myself and found a way to do it (at least on Mobian).
If someone else wants to try this, I've modified the Luks gpg fde configuration script from Purism (https://source.puri.sm/pureos/packages/s...d-key-luks) to automate the configuration on the PinePhone with Mobian.

Feel free to have a look: https://github.com/sam-m7/smartcard-luks-osk

It works by using a modified version of the gnupg-sc keyscript (/usr/lib/cryptsetup/scripts/decrypt_gnupg-sc). The modified version uses the on-screen keyboard (osk-sdl that is also used for normal fde) and forwards the output to gpg (PIN). After 90 seconds there is a fallback and the keyboard pops up, also if no smartcard was detected. You can then type in a passphrase from a different keyslot (without gpg being called). But there is no feedback (at least not on the screen, a little bit on the serial console).

The recognition of the USB Device sometimes takes long. As far as I would say there is a problem with the anx7688 kernel module, because if it doesn't work, this is printed in the serial console (UART adapter) all the time (not only in the initramfs stage):

Code:
anx7688 1-0028: OCM firmware loaded (version 0x2312)
[  160.278615] anx7688 1-0028: timeout waiting for the message queue flush
[  161.258358] anx7688 1-0028: fw loaded after 40 ms

The positive side was, thanks to these messages I found out I needed to add the anx7688 kernel module to the initramfs to make USB work for decryption Big Grin But if someone has an idea on how to fix this, I would be happy to hear it. It's not happening every time, sometimes it works instantly.

I've tested it with a Nitrokey and a USB-A to USB-C adapter on a fresh Mobian eMMC installation with encryption.

I hope this might help someone.


  Manjaro Image
Posted by: Bullet64 - 07-05-2021, 12:08 AM - Forum: Linux on Quartz64 - Replies (3)

Now that we have working LAN, we can link this image here Smile

https://github.com/manjaro-arm/quartz64-...s/releases

The image is updated weekly.

With

Code:
pacman -Syu


you can then update it.


Working
  • LAN
  • PCIe
  • USB2
Not Working
  • USB3
  • SATA-Port
  • HDMI

Quote:If there is no battery plugged into the board, the jumper labelled "ON/OFF_BATT" must be in place. If this is set wrong, stability issues such as failures to boot will occur.
Source: https://wiki.pine64.org/wiki/Quartz64#St...tery_Shunt

Thank you Dan!


  Hardware switch for mic is not working properly
Posted by: submariner - 07-04-2021, 01:35 PM - Forum: PinePhone Hardware - Replies (10)

I'm just at the beginning of my testings. But I can confirm that it is possible to hear at least the OS itself sounds from pinephone, when I'm using mumble and doing volume up volume down one a pinephone it is possible to hear those volume adjustment beeps on the other end while mic is supposedly switched off by hardware switch.

KDE Manjaro CE


Sad Problems with Twinkle SIP Application, strerror_r is not available
Posted by: phone123 - 07-04-2021, 12:58 PM - Forum: Mobian on PinePhone - No Replies

I am having trouble with the Twinkle SIP application.

I am able to use Zoiper on my laptop, but Zoiper won't run in PinePhone. (If I am wrong, please send me a link so I can install.)

For the Zoiper app, I use the following information:

username (123456)
password (135790)
and the SIP server sip.companyname.abc

I put these in Twinkle and when I try to connect, I get an error:

Failed to create a UDP socket (SIP) on port 5060

strerror_r is not available: 98

I am also not sure where I should be putting the information I have into Twinkle in order to log in correctly. Twinkle has many, many options and I did my best, but it just won't seem to connect.

Does anyone know what to do?


Tongue how to manage userscripts
Posted by: Uturn - 07-04-2021, 01:54 AM - Forum: Sxmo on PinePhone - Replies (7)

hello, I need a beginners help or a tutorial, to learn sxmo's user scripts, please [Image: tongue.png]

1) I am too stupid to be able to ssh to my pinephone (from OSX)
2) installed Thunar and found my empty unserscripts folder
3) would like to locate userscripts and copy them to my userscropts folder
4) on edit userscripts and ../ I get a list of contacts.tsv, hooks/, userscripts/, xinit of course, none of these menus does anything, probably because my userscripts folder is empty.

Now if I could locate some scripts in the internet, download them, and copy them into the userscripts folder (with firefox and thunar), I imagine that might be a first step. Later do the same via ssh. Are there any helpful links for shell scripting and sxmo scripts?

On https://git.sr.ht/~mil/ I see much about scripting but very few that I can understand ;(
There seems to exist a script to sleep the phone after a while. I would like to install it and see what it does.


  Librewolf Browser on PBP
Posted by: ezryder324r - 07-03-2021, 06:36 PM - Forum: General Discussion on Pinebook Pro - Replies (1)

Has anyone gotten "Librewolf Browser  to work on their PBP? If so let us know.