| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 144
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,675
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 235
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 107
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 216,845
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 194
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 275
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,074
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 934
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 599
|
|
|
| Can a PBP use GRUB? |
|
Posted by: ab1jx - 02-23-2020, 09:29 AM - Forum: General Discussion on Pinebook Pro
- Replies (4)
|
 |
Assuming there's a large drive, probably NVMe, with space enough to install multiple alternative operating systems. It would be nice to boot to a GRUB menu asking which to boot. It might also be able to offer eMMC vs SD options.
But I don't know if GRUB is at all compatible with ARM and u-boot. My guess is that if done right each GRUB choice could replace having u-boot for that choice. The GRUB installation might not know how to set that up, it might need doing manually.
|
|
|
|
| long swipe from left edge not working |
|
Posted by: m1n1s - 02-23-2020, 08:11 AM - Forum: UBPorts on PinePhone
- Replies (5)
|
 |
hey all,
just loaded 23 feb 2020 latest omg of ubports.
having an issue where the demo , long swipe from left edge is not working , the screen does nothing.
if i power off and back on then everything is working until the demo long swipe from the left edge with the white screen loads after a few seconds.
|
|
|
|
| Anyone in Paris, France? |
|
Posted by: fallstar - 02-23-2020, 07:49 AM - Forum: General Discussion on PinePhone
- Replies (10)
|
 |
Hey,
I'm having trouble registering on a network with my Pinephone. I already opened a thread about this but still no answer after two weeks, so I guess I'm on my own.
I'd like to try my SIM card on another Pinephone, and a working card on my Pinephone.
Is anyone in Paris and want to go grab a beer or whatever sometime to do a couple of tests?
Thanks in advance!
|
|
|
|
| Screen recorder |
|
Posted by: jiyong - 02-23-2020, 05:54 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
I am trying to record the screen of the Pinebook Pro with audio from the webcam mic.
I tried Kazam, but it can only record in AVI (huge file and audio died after 30 seconds!) and not with h264.
I'm testing with FFMPEG, but I get audio drops and the image quality is not what I hoped for.
This is the command I'm using at the moment:
ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0 -vcodec libx264 -c:v h264_rkmpp -thread_queue_size 32 -f alsa -ac 2 -i hw:0 output.mkv
Anyone has a working solution for recording the screen, or knows how to tweak FFMPEG?
I also installed the package x264 from the Synaptic Package Manager.
|
|
|
|
| Microphone Input |
|
Posted by: voltist - 02-22-2020, 09:53 PM - Forum: UBPorts on PinePhone
- No Replies
|
 |
Hi all,
I'm trying to get microphone input working, but I'm not having any luck. Even with a alsa config which I believe should work, my recordings (with arecord) are empty. Anyone having any luck with this?
|
|
|
|
| Manjaro with BSP kernel |
|
Posted by: jichu4n - 02-22-2020, 04:35 PM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
I've been exploring the possibility of running Manjaro on the eMMC but with a BSP kernel on the SD card. Not totally stable yet but wanted to see if anyone has thoughts on this.
Why
I love the overall experience in Manjaro ARM a lot (up-to-date packages, AUR etc). I've installed it to the eMMC and use it on a daily basis. The included mainline kernel has come a long way and mostly works well, but I'm still running into a few issues compared to the BSP kernel in mrfixit2001's Debian and ayufan's Ubuntu images: - Redshift doesn't work. This is a big problem for me as I use the laptop mostly in the evenings at home.
- Sound from the speakers is fairly quiet even at max volume.
- S3 sleep: wakes up a few seconds after closing the lid.
- (minor) Power LED indicator doesn't change color during sleep.
So I wondered if it'd be possible to use the BSP kernel from ayufan with Manjaro, but without borking the default mainline kernel. The basic idea:- Write ayufan's Bionic image containing BSP kernel to SD card
- Change the kernel boot flags on SD card to use the Manjaro partition on the eMMC as rootfs
- Copy over BSP kernel modules and firmware from Bionic image to Manjaro partition on the eMMC
Now, without the SD card, the laptop would still boot normally from the eMMC into "regular" Manjaro with mainline kernel. With the SD card inserted, it would boot from the kernel and initramfs on the SD card, but then still use the Manjaro userspace on the eMMC.
How
This is what I did:
1. Write ayufan's Bionic image to SD card:
Code: xzcat bionic-mate-pinebookpro-0.9.14-1159-armhf.img.xz | sudo dd of=/dev/mmcblk1 bs=1M status=progress conv=fsync
2. Reboot into Bionic on the SD card, verify everything is working.
3. Mount the Manjaro partition on the eMMC.- Note that with the mainline kernel in Manjaro, mmcblk1 is the SD card and mmcblk0 is the eMMC storage, but with the BSP kernel in Bionic it's the other way around where mmcblk0 is the SD card and mmcblk1 is the eMMC storage.
- Say the Manjaro root partition is /dev/mmcblk1p1 in Bionic and is mounted at /mnt. The default Manjaro eMMC installer sets a label of "ROOT" on the partition, which you can confirm with "ls -l /dev/disk/by-label/".
4. Edit /boot/extlinux/extlinux.conf on the SD card.Change the kernel boot argument "root=LABEL=linux-root" to "root=LABEL=ROOT" (or to "root=/dev/mmcblk1p1"). Again, make sure to confirm the label maps to the correct partition with "ls -l /dev/disk/by-label/".- The line to be edited is the first line that starts with "append". After editing, the first few lines of my /boot/extlinux/extlinux.conf looked like this:
Code: timeout 10
menu title select kernel
label kernel-4.4.190-1233-rockchip-ayufan-gd3f1be0ed310
kernel /boot/vmlinuz-4.4.190-1233-rockchip-ayufan-gd3f1be0ed310
initrd /boot/initrd.img-4.4.190-1233-rockchip-ayufan-gd3f1be0ed310
devicetreedir /boot/dtbs/4.4.190-1233-rockchip-ayufan-gd3f1be0ed310
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=ROOT rootwait rootfstype=ext4
5. Copy over kernel modules and firmware from Bionic on the SD card to the Manjaro partition on the eMMC.- I located the necessary modules by looking through the "linux-image-4.4.190-1233-rockchip-ayufan-gd3f1be0ed310" and "board-package-pinebookpro-0.9-182" packages:
Code: dpkg -L board-package-pinebookpro-0.9-182 linux-image-4.4.190-1233-rockchip-ayufan-gd3f1be0ed310
- Ultimately, here are the files I copied over:
Code: sudo cp -a /lib/modules/4.4.190-1233-rockchip-ayufan-gd3f1be0ed310 /mnt/lib/modules/sudo cp -a /usr/lib/linux-image-4.4.190-1233-rockchip-ayufan-gd3f1be0ed310 /mnt/usr/lib/sudo cp -a /vendor /mnt/sudo cp -a /lib/firmware/rtlbt /mnt/lib/firmware/[/list]
6. Fix wi-fi by editing /mnt/etc/NetworkManager/NetworkManager.conf (on the Manjaro partition) to add:
Code: [device]
wifi.scan-rand-mac-address=no
7. Reboot with SD card inserted. If all went well, you should be able to log in to the eMMC Manjaro install as normal.
Hope this helps!
|
|
|
|
| Next Pinephone Wish List and BraveHeart Feedback |
|
Posted by: Starlord - 02-22-2020, 03:54 PM - Forum: General Discussion on PinePhone
- No Replies
|
 |
My unit hasn't arrived yet but a friend was kind enough to trade me his for mine whenever it comes in.
I've had a few days to distrohop and play with the hardware so I feel like I can give some feedback in that regard. I also wanted to post some early wishlist items for the next version.
Build Quality 9/10 - Does NOT feel like a $150 phone in the hand. I've handed it off to a few apple users and they were shocked at the price. Chassis does have some flex but that's to be expected when you don't have the rigidity benefit sandwiching your hardware between 2 sealed pieces of glass.
Screen 7/10 - One of the better IPS panels I've seen on a phone, coming from a nexus 5 it's a huge upgrade.
Loud Speaker Quality 4/10 - The biggest weakness I've found so far. Hands down the worst speaker I've heard on a phone yet. It does the job, but you cringe a little every time you use it for music. It's fine for vocal clarity.
Earpiece Speaker Quality 8/10 - Not quite as loud as my pixel 4, but it's perfectly fine even in somewhat noisy environments (I have 20 3d printers operating in my office)
I haven't evaluated the cameras or the headphone jack/dac quality yet. Trying to get FLAC playing has been an exercise in futility. I'll post pics in this thread of the camera once I figure out how to get it working (just haven't gotten around to it yet).
Now on to the wishlist for the next version, and yes I realize it's early but it's not stuff that's gonna change between brave heart and final. So it would need to be a new version.
Socketed EMMC - Being able to upgrade storage size in the future as well as the ability to have multiple backup EMMCs with different distros would be killer. Though I do admit I have no idea how much that would up the cost or increase the overall footprint of the device.
A better loud speaker - Honestly the biggest weakness of the current phone is it's loud speaker so far.
UHS-II Support on the Micro SD slot - The 50MB/s transfer rate limit is killing me. There are UHS-2 cards that rival and even exceed emmc speeds. Would make the device significantly more relevant as a general computer (convergence etc). With this, I can live with a non socketed emmc (though I'd prefer both for different reasons)
Software still has a ways to go, but im amazed at the progress being made every day. I'm still trying to decide what I wanna settle down on and see about contributing.
|
|
|
|
|