| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,703
» Latest member: bestleo
» Forum threads: 16,261
» Forum posts: 117,195
Full Statistics
|
| Latest Threads |
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
4 hours ago
» Replies: 1
» Views: 57
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: biketool
5 hours ago
» Replies: 3
» Views: 168
|
auto-owning the SD card i...
Forum: PineTab Software
Last Post: biketool
Yesterday, 04:16 AM
» Replies: 1
» Views: 383
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: Stunnned
11-24-2025, 01:27 PM
» Replies: 2
» Views: 192
|
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
11-23-2025, 02:02 AM
» Replies: 8
» Views: 15,547
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
11-22-2025, 08:25 PM
» Replies: 1
» Views: 233
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 638
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 220
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 496
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,199
|
|
|
| calculator |
|
Posted by: chris_02 - 06-16-2020, 09:52 AM - Forum: Mobian on PinePhone
- Replies (2)
|
 |
calculator is a good application however I use the inverted Polish notation (RPN) on a daily basis.
galculator is a calculator based on GTK 2 / GTK 3 with ordinary notation and Reverse Polishing Notation (RPN).
is it possible to replace calculator with galculator?
|
|
|
|
| Securing the APT repository |
|
Posted by: a-wai - 06-16-2020, 09:01 AM - Forum: Mobian on PinePhone
- No Replies
|
 |
Hi,
As this has been requested a while ago, and it made perfectly sense, we configured the repo for automatic GPG signing.
This is an important security measure, but you'll certainly experience issues while upgrading, such as this message:
Code: W: GPG error: http://repo.mobian-project.org mobian InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 951D61F2BC232697
This won't prevent you from upgrading or installing software from the repo, but it is advised you import the repo key by executing the following command:
Code: wget -O - https://repo.mobian-project.org/mobian.gpg.key | sudo apt-key add -
This will be fixed in the next nightly build (20200617), but will still be needed for older installs.
Alternatively, you can also configure the repo the way we now do it in the images:
Code: sudo apt install extrepo
sudo extrepo enable mobian
sudo rm /etc/apt/sources.list.d/mobian.list
|
|
|
|
| Telegram News Channel |
|
Posted by: Luke - 06-16-2020, 06:54 AM - Forum: Community and Events
- Replies (2)
|
 |
Hello all,
There is now a community ran PINE64 news channel (not a chat). The purpose of the channel is to make you aware of the most important PINE64-related news and announcements. Think of it as a news-feed of crucial information.
Click here to join
|
|
|
|
Disappointment with the Pinebook |
|
Posted by: leperotero - 06-16-2020, 06:14 AM - Forum: General Discussion on Pinebook
- Replies (7)
|
 |
I have a Pinebook since July 2017. I was excited with the arrival, a cheap laptop Open Hardware with ARM processor! But today it still unsupported... and it's useless to make anything. I try use to read mail and write some document, but it's so slow and so unestable for any production task.
I try with KDE Neon, Ubuntu Mate, Android, Manjaro... and nothing...
It doesn't have GPU support, (LIMA drivers is so immature), the speaker are not heard, the HDMI is an ornament, the Wifi signal is weak...
I don't know... Now, I can see that the company is dedicating all efforts to the new Pinebook Pro. But I thing that the legacy Pinebook like me feel cheated, because we have bought without support forever...
Please don't forget the PineBook...
|
|
|
|
| 404 error on DHL shipping form - is it just me? |
|
Posted by: Lorcan - 06-16-2020, 03:43 AM - Forum: Shipment Related Discussion
- Replies (3)
|
 |
I'm awaiting a Community Edition: UBports Pinephone. I've tried to change my shipping to DHL, but when I follow this link:
https://store.pine64.org/product/pinepho...t-upgrade/
I get a 404 error.
Is that just me, or is the page not working for everyone?
Some background: earlier today, I was able to load that page without any problem. I added the item to my cart and went to checkout. While filling out the form (carefully checking that the details I entered were an exact match for the original order), I think I may have accidentally hit some key combination that tried to submit the form. I'm not sure what exactly happened, but suddenly I saw a message that said my session had timed out. So I went back to the store's home page and checked my cart - it was empty. So I selected the item again from the home page and got the 404 error.
I've cleared cookies, etc. - but I'm still getting 404.
Any ideas?
My order is Order #126551.
|
|
|
|
| reset sound after suspend to memory (deep sleep) |
|
Posted by: Der Geist der Maschine - 06-16-2020, 01:47 AM - Forum: Linux on Pinebook Pro
- Replies (16)
|
 |
After a suspend from memory, sound does not work.
On my machine (Manjaro ARM XFCE 20.06 Kernel 5.7), the sound driver snd_soc_es8316 needs to reset the sound chip. The problem is the kernel is preventing unloading and reloading of the sound driver snd_soc_es8316.
My first attempt was initializing the sound chip from the shell mimicking what the es8316 driver is doing in its probe function:
Code: # modprobe i2c-dev
# i2cset -y -f 1 0x11 0x00 0x3f
# i2cset -y -f 1 0x11 0x00 0x80
# i2cset -y -f 1 0x11 0x0c 0xff
# i2cset -y -f 1 0x11 0x03 0x32
I got some static noise making me believe I talked to the right device It has not helped.
The es8316 driver can't be un- and reloaded but un- and rebound. Execute this line after returning from suspend:
Code: $ sudo tee /sys/bus/i2c/drivers/es8316/{un,}bind <<< 1-0011
It's quite easy to crash the kernel. I suspect the sound driver should not be accessed in the split-second between its unbinding and binding. So far, I have only seen kernel crashes when executing the unbind/bind command while playing music. I have not seen any kernel crashes otherwise. You never know what happens on a modern Linux in the background, so YMMV.
I have some vague ideas for a proper solution. Will not happen any time soon. Hope others will step in.
|
|
|
|
| Headphones outputting mono only? |
|
Posted by: Subsentient - 06-15-2020, 10:39 PM - Forum: PinePhone Hardware
- Replies (10)
|
 |
So, I've got my BraveHeart PinePhone fixed up fairly well. I got calls, texts and wifi working, and it's *almost* ready to be my daily driver.
Still got issues with bluetooth, seems running bluetooth at the same time as wifi makes both unpredictable and prone to disconnection, so I have to remove the bluetooth firmware to get a usable experience. That necessitates that I use the audio jack for sound.
No matter what I do, I can only get mono sound, and upon further investigation, it's only outputting on the left channel. I tweaked sxmo_megiaudioroute.c to use "DAC" instead of "Mixer" for the headphone output, set both channels enabled, etc, and then I didn't just get the left channel on both earbuds -- I got the left channel on the left earbud only, and silence on the right earbud.
Megi suggested I don't use that utility for music, but A. I do need phone calls, and B. even when I never use it, e.g. a fresh reboot, the issue persists.
Is anyone else getting mono only? How about anyone who has working stereo? Please also post your phone revision (e.g. braveheart) and the OS you're on.
|
|
|
|
| Manjaro XFCE MPV Hardware Acceleration |
|
Posted by: p3pp3r - 06-15-2020, 09:26 PM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
Anyone had any luck getting hardware acceleration to work in MPV on manjaro?
I've updated the config file to include the hardware acceleration option, but no dice.
It would be great to be able to playback smooth video since the RK3399 has a hardware video decoder.
|
|
|
|
ERROR: Could not find dependency 'firmware-rtl8723bt' |
|
Posted by: Engineer - 06-15-2020, 09:13 PM - Forum: PostmarketOS on PinePhone
- Replies (4)
|
 |
Does anyone else have the following error when running bootstrap to flash postmarket OS on an SD card?
ERROR: Could not find dependency 'firmware-rtl8723bt' in any aports folder or APKINDEX. See: <https://postmarketos.org/depends>
[23:05:30] See also: <https://postmarketos.org/troubleshooting>
Run 'pmbootstrap log' for details.
Sorry I am still a noob with this. I'm sure that if someone could post a solution to this problem here, other end users would also appreciate the help.
|
|
|
|
|