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

Username
  

Password
  





Search Forums



(Advanced Search)

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: 56
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: biketool
5 hours ago
» Replies: 3
» Views: 167
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: 232
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 637
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,198

 
  Very fast playback speed in Podbird
Posted by: sinclair489 - 06-13-2020, 06:04 PM - Forum: UBPorts on PinePhone - Replies (1)

I have noticed a very fast (probably 3-5x normal speed, where listening is impossible) playback when using Podbird with downloaded podcast episodes. I don't have any other local media to try this with but I was able to watch YouTube videos at normal speed. Has anyone else seen this behavior (in Podbird specifically or more generally with local media)?


  PinePhone logo Photoshop fun
Posted by: Awesomesauce71 - 06-13-2020, 04:02 PM - Forum: General Discussion on PinePhone - Replies (1)

Just threw together a few renders of the logo in different colors for fun. I also made a little image for on the back of the phone. Figured I would share them.


.jpg   transparent-pine-64-logo5.jpg (Size: 74.16 KB / Downloads: 545)


.jpg   transparent-pine-64-logo3.jpg (Size: 73.94 KB / Downloads: 558)

.jpg   transparent-pine-64-logo4.jpg (Size: 73.27 KB / Downloads: 522)

.jpg   transparent-pine-64-logo2.jpg (Size: 73.19 KB / Downloads: 519)
[Image: QpBWf1T]
[Image: 9mTWv9P]
[Image: 7kvZrb0]
[Image: KSZ8mcf]


  Kali Linux PB Pro Whacky Keyboard
Posted by: fredortiz95 - 06-13-2020, 03:38 PM - Forum: Linux on Pinebook Pro - No Replies

Anyone having an issue with the keyboard when booting off of SD card slot for Kali?

I got Kali to work fine but the issue I have is when I type semi fast the curser jumps and really starts messing up.  I'm trying to figure out which keyboard selection might be best in the settings as the default system ones do not seem to work.  I switched to 101 keys and 105 keys for PC but still getting it.

Any luck with anyone else?



thanks!


  Official Debian release won't boot!?!
Posted by: Faradn - 06-13-2020, 03:07 PM - Forum: Linux on RockPro64 - Replies (4)

SBC:    Rockpro64 v2.1 4Gb
OS:    Official Debian Release (un-bootable)

So I decided to try the Official Debian release on my RockPro64
and the installation went fine but would not [re]boot after the
installation.

Any ideas, recommendations, suggestions?

TIA,
/Faradn

~ Rockpro64 ~ Odrooid C4 ~ Odroid N2 ~ Odroid XU4 ~ Pi 3B ~


  Pinebook Pro seems to "seize up" after running any OS...
Posted by: User 6582 - 06-13-2020, 01:48 PM - Forum: General Discussion on Pinebook Pro - Replies (5)

Noting that regardless of what OS is tried, my PBP seems to lock up after a while running...Except the original Debian install. 
I'm trying several OS'es via SD card....
Is it the unit itself or is there some sort of change I need to make??
Thanks for your help :-)


  Using 2 OS images on eMMC for safe upgrades
Posted by: Arwen - 06-13-2020, 01:13 PM - Forum: Pinebook Pro Tutorials - No Replies

One of the things Solaris & AIX have for safe patching & upgrades, are alternate boot environments. AIX solves this by having an OS boot mirror device that can be detached and made bootable as a backout plan. Solaris 11 does this through a mostly automated procedure with ZFS snapshots & file system clones, using the "beadm" command. The intent is to allow easier restoration of service without having to perform a full restore. (Either from backups, if you have them. Or re-install.) Simply reboot to the previous OS image.

At home, with Linux, I've done 3 different methods for backing out changes & updates. First method applies here, using a second OS partition for the backout plan. This is what I will describe for the Pinebook Pro, with Manjaro on eMMC. This can work for other Linux distros, but I will not be describing them at present.

It's a bit more clumsy on the Pinebook Pro right now, as we can't use Grub menus to select the prior OS in case of complete failure. If the default OS is completely un-bootable, then you have to boot and use a SD card to perform the change back.

To start, you need to re-partition your eMMC to something like below. If this is beyond your skill set, then it's likely the rest would be too.

part 1 - /boot
part 2 - / (root 1, about 15GB)
part 3 - / (root 2, same size as root 1)
part 4 - /comm (common for rest of the space)

What you call the "/comm" is up to you. I normally use the host name. Basically you should put your home directory, and other things that should be common for both OS images in a separate partition.

I will assume you have the root file system on partition 2 booting fine under Manjaro.

Manjaro uses the file system label in the U-Boot configuration file. So, we use a different file system label for the second root OS. Here we make a second file system, with different label, mount it and copy it.

Code:
mke2fs -b 4096 -t ext4 -j -m 1 -L ROOT_MNJRO2 /dev/mmcblk2p3
mkdir /mnt/usb
mount -t ext4 /dev/mmcblk2p3 /mnt/usb
rsync -aAHSXxv --stats / /mnt/usb/

To test, make this the default OS image by editing "/boot/extlinux/extlinux.conf" and changing the file system label for ROOT to use this second partition. Then reboot. You should now see this partition in use after booting using the "df -h" command.

Now perform any updates you want.

Your old previously working OS image is still good and available in case of problems. To go back, simply edit the configuration file "/boot/extlinux/extlinux.conf" and change the file system label for ROOT again.

To perform any further updates, simply mount the other OS file system and this time, run the RSync command with the delete option like this;

Code:
rsync -aAHSXxv --delete --stats / /mnt/usb/

One method to get "/home" on the common location is to;
Code:
mv /home /comm/
cp -p /etc/fstab /etc/fstab.`date +%Y%m%d`
chmod a-w /etc/fstab.`date +%Y%m%d`
vi /etc/fstab

/comm/home        /home  none    bind            0      0

Let me know if you have any questions or need clarification.

While I can't make this work for you, it DOES work for me. And I have been using one form or another of alternate boot environments at home for more than 10 years. (And at work, years before then.) About once every 6 months I need to use one for backout, on one of my other Linux computers at home.


  PinePhone CE and USB-C Video Out
Posted by: Rockimo - 06-13-2020, 11:22 AM - Forum: General Discussion on PinePhone - Replies (13)

I had recently seen the video by megi tweeted by pine64 of the pinephone displaying on a monitor, but there was no mention of the phone having a hardware mod.
https://twitter.com/thepine64/status/127...7726109696

Later I discovered on the wiki page that there was a hardware quirk that was discovered after the production of the CE version.
https://wiki.pine64.org/index.php?title=PinePhone_v1.2

A workaround is to desolder to switches.
https://wiki.pine64.org/index.php?title=...ONN_is_off
https://xnux.eu/devices/pine64-pinephone.html

But apparently this causes another issue when using a USB-C hub: "SD card reader not enumerating on PP with removed VCONN switches"
https://wiki.pine64.org/index.php/PinePh...patibility

So I have a couple of questions. I ordered my pinephone on may 21 with DHL shipping. I have not yet received DHL notification e-mail.
Do the shipped pinephones all have this hardware quirk?
Should I cancel my order and wait for a new pinephone revision?
Will there even be another revision?

I would really like to know, because I was really looking forward to this feature and cannot afford to buy more than one pinephone.


  How does one get working deep/S3 sleep with Ubuntu Focal/5.7 mainline kernel?
Posted by: Syonyk - 06-13-2020, 11:08 AM - Forum: Linux on Pinebook Pro - Replies (7)

I've discovered quite a few ways that don't work...

Starting with the 0.10.12 ayufan arm64 builds, things work sanely, with the exception of deep sleep and sound.

Using the pbp-tools repo (thanks, those scripts are awesome!), I was able to build an updated 5.7 mainline kernel from the Manjaro git repos, which gives support for just about everything.  The postinstall script fixes sound, not that I really care too much about sound these days.

What I can't quite figure out the details for is the deep sleep mode.  It's not critical - I can live without it, but I'd like to have it working if possible, because that's the last step before it's "totally working."  The s2idle sleep mode works fine, but the deep mode doesn't.

I understand this is related to a lack of the binary bsp blobs in the bootloader regions, which on these images seems to be a 4MB partition starting at the standard 32kb offset.  I just don't quite understand where to find the BSP blobs, or how to arrange them in this 4MB region.

Is this documented anywhere?  I've found plenty of references to what to do, but not any specific steps of "You grab these blobs, arrange them this way, and it solves the problem."


  How to take a screenshot?
Posted by: Kevin Minions - 06-13-2020, 10:31 AM - Forum: UBPorts on PinePhone - Replies (3)

Hello every one.

I would like to take a screenshot of my Pinephone UB port Edition (UBports 20200608-18105) from my cumputer (Kubuntu 18.04).

Is someone know how to do it?

With my android devices, I can do this with "Monitor" wich is included in Android Studio.

Anyway, thank you for reading, and have a nice day.


  Want to buy pinephone
Posted by: Awesomesauce71 - 06-13-2020, 09:02 AM - Forum: General Discussion on PinePhone - Replies (14)

Let me know if anyone is willing to sell their pinephone the UBports edition is preferred. I will only send money through PayPal.

Found one