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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,083
» Latest member: alireza23
» Forum threads: 16,360
» Forum posts: 117,521

Full Statistics

Latest Threads
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
Today, 06:53 AM
» Replies: 16
» Views: 33,903
Android Gaming Image
Forum: Game Station Emulation
Last Post: Mary_Davis
Today, 01:14 AM
» Replies: 51
» Views: 110,407
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
Today, 01:12 AM
» Replies: 3
» Views: 5,500
Libby - ebook reader that...
Forum: PineNote Software
Last Post: Mary_Davis
Today, 01:04 AM
» Replies: 5
» Views: 3,740
Game Controllers
Forum: Game Station Emulation
Last Post: Mary_Davis
Today, 01:02 AM
» Replies: 26
» Views: 69,147
Pinecil low temp mods?
Forum: General Discussion on Pinecil
Last Post: davidcoley
06-21-2026, 02:53 AM
» Replies: 0
» Views: 78
can't find pam library
Forum: General Discussion on PinePhone
Last Post: fxkl47BF
06-20-2026, 06:04 PM
» Replies: 0
» Views: 124
Updated Pinebook Pro?
Forum: General Discussion on Pinebook Pro
Last Post: tantamount
06-20-2026, 10:14 AM
» Replies: 2
» Views: 823
pmos firewall
Forum: General Discussion on PinePhone
Last Post: fxkl47BF
06-20-2026, 08:40 AM
» Replies: 0
» Views: 87
"USB access to SD" disapp...
Forum: General Discussion of PinePhone Pro
Last Post: jebez
06-19-2026, 06:40 PM
» Replies: 0
» Views: 199

 
  Rock64 v2 - did not work song / audio
Posted by: sqw200zu - 07-28-2022, 11:59 AM - Forum: Linux on Rock64 - Replies (2)

HI
I have Rock64 v2. I ran debian 11 on it. It works.

How to turn on the sound on the headphones? On HDMI, sound and picture work.

alsa-utils is installed

speaker-test -c2 -D hw:0,0    --- headphones - it's quiet
speaker-test -c2 -D hw:1,0    --- HDMI is ok



Quote:root@rock64:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SPDIF [SPDIF], device 0: ff030000.spdif-dit-hifi dit-hifi-0 [ff030000.spdif-dit-hifi dit-hifi-0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDMI], device 0: ff000000.i2s-i2s-hifi i2s-hifi-0 [ff000000.i2s-i2s-hifi i2s-hifi-0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


  No notifications from PinePhone Pro
Posted by: bent - 07-27-2022, 04:28 PM - Forum: General Discussion on PineTime - No Replies

I have an up to date PinePhone Pro with Siglo and my PineTime is running Infinitime 1.10.0. The watch shows an active Bluetooth connection but the watch is not receiving any notifications. Any idea how I can get notifications to work? Thanks.


  RKISP2.x_Tuner for RKAIQ version 2.0x60.1
Posted by: Randomuser - 07-27-2022, 02:56 PM - Forum: General Discussion on Quartz64 - Replies (3)

As many no doubt know one requires this proprietary windows tool called RKISP2.x_Tuner to adjust camera calibration files (iq files).

Unfortunately I believe this file was never officially released by rockchip despite it being claimed to be present in exernal folder of the SDK. There are some references in the documentation to "contacting rockchip about a commercial service" if one wants to get a camera chip work. However I have found older versions of this software on the internet. But the version of the tuner software has to match the AIQ kernel driver and the library and the latest now is version v2.0x60.1.

Therefore if anyone has access to this tuner software version v2.0x60.1 please let me know. (alternatively if you have an iq file for imx219 that would be good too).

I found an imx219 iq file for an old version of AIQ. It was in ASUS tinkerboard 2 image, but alas, an old iq file will not work with the new driver and it is not possible to downgrade because rk3566 requires driver 2.x.

I hope there is a solution this. Otherwise this may severely limit the usefulness of the rockchip platform for quite some time. There is only a small handful of camera chips supported that doesn't include the most popular sensors like ov5647, imx219 etc.


  Issues with PinePhone Pro
Posted by: Glenn - 07-27-2022, 01:22 PM - Forum: PinePhone Software - Replies (1)

Good evening, 

I just received my PinePhone Pro and already a whole list of issues. Below I would give a summary: 

1) Downloading applications from Discover is not possible. In the application, the errors: 'The Packagekit daemon has crashed', 'Too few items to process', 'Internal error' and 'Message recipient disconnected from message bus without replying'. 

2) Through the terminal it is not possible to download git then it gives the error 'file /var/cache/pacman/pkg/manjaro-system-202619-1-any.pkg.tar.zst is corrupted'. 

Do any of you have an idea to fix these errors?


  Cannot update new PinePhone Pro
Posted by: bent - 07-27-2022, 12:19 PM - Forum: PinePhone Pro Software - Replies (6)

I just received my PinePhone Pro. The phone says there are 298 available updates. When I try to update through the app (not the command line), the update fails but does not give an error code. I would be grateful for any help with this. Thanks.


  Broken boot loader
Posted by: Tango Drango - 07-27-2022, 11:20 AM - Forum: General Discussion on Pinebook Pro - Replies (4)

I was trying to distro-hop without an eMMC adapter (there's one in the mail but I got impatient) but my SD card wasn't being recognized. Being the clown that I am I thought it was an issue with uboot booting from eMMC before the SD card even though I know this not to be the default boot order. Being an even bigger fool (and in my defense after about an hour of troubleshooting and a long day of work) I decided to break rule 1 of computing and blindly copied a command I found online thinking it would solve my issue.

I then ran the following command in u-boot:  

Code:
setenv bootcmd 'run sdboot' ; saveenv ; reboot

The issue I'm now running into is that the bootloader on my SPI is borked and I don't know what the default bootcmd environment variable is. I know literally nothing about bootloader syntax and can't even read the output of 'help' as it scrolls by too quickly (is there not a 'less' equivalent for the boot loader cli?). 
You could say I'm a bit out of my element!

Is there a way to reset my u-boot and/or does anyone know what the default bootcmd environment variable is?
Alternately, how do I boot using the u-boot cli? My eMMC is still visible using the the mmc command, but I don't know how to access it or boot from it.
Thanks in advance.


SOLUTION:
(08-12-2022, 02:47 PM)jpalus Wrote:
(07-27-2022, 11:20 AM)Tango Drango Wrote: does anyone know what the default bootcmd environment variable is?

You can always restore default environment with:
Code:
env default -a

Note that it restores settings for current "session", to persist do:
Code:
env save

For more details see:
https://u-boot.readthedocs.io/en/latest/...d/env.html


  Just feeling kind of frustrated tbh
Posted by: ImmyChan - 07-27-2022, 03:26 AM - Forum: General - Replies (1)

A few months (or maybe even more than a year ago now) my PineTab broke itself, possibly the battery swelled and destroyed the screen, I’m not sure. But there’s nothing I could do about that since there aren’t PineTab replacement parts available. 

A member of Pine64 did reach out to me offering a replacement PineTab as well as some other stuff to review on my YouTube channel, which was much appreciated but sadly that never went anywhere and I never got much word as to whether it was still going ahead or not.

I get that the Pine64 team are busy but I can’t help but feel frustrated since I’m left with not much word as to what’s going on and a PineTab that I can’t use (which is a shame because I love the PineTab)


  Pinephone craches after each call
Posted by: neithan76 - 07-26-2022, 08:21 PM - Forum: Manjaro on PinePhone - Replies (2)

Pinephone craches after each call and needs to be restarted


  Battery Management
Posted by: jsch - 07-26-2022, 01:33 PM - Forum: Mobian on PinePhone - Replies (4)

Is there something like a battery management for the PinePhone?
If you plug in the usb charger, the battery level will raise up to 100% (as expected).
Would it increase the lifespan of the battery if battery level would be kept in a reasonable range (e.g. between 60% and 70%)?
Would it increase the lifespan of the battery if charging is not with full power (1.5A) if not needed?


  Shipping Updates
Posted by: curtisg - 07-26-2022, 12:26 PM - Forum: General Discussion on PinePhone - No Replies

I placed my order last week, and I haven't gotten any sort of tracking info yet?

Does anyone on here know about their shipping habits, I paid for express, but I haven't heard back from anyone?