| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Just wanted to say Hello!
Forum: General Discussion on PineTime
Last Post: Alberttor
4 minutes ago
» Replies: 0
» Views: 0
|
Just wanted to say Hello!
Forum: General Discussion on Quartz64
Last Post: Alberttor
16 minutes ago
» Replies: 0
» Views: 1
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: janqbtzki
Yesterday, 03:39 PM
» Replies: 2
» Views: 632
|
Automatic screen rotation
Forum: PineTab Software
Last Post: hansen
Yesterday, 10:52 AM
» Replies: 30
» Views: 28,944
|
irradium (based on crux l...
Forum: Linux on Quartz64
Last Post: mara
03-07-2026, 04:21 PM
» Replies: 8
» Views: 15,156
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
03-07-2026, 11:04 AM
» Replies: 12
» Views: 16,894
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
03-07-2026, 09:32 AM
» Replies: 11
» Views: 17,762
|
Question About New Produc...
Forum: General
Last Post: kulala
03-07-2026, 01:17 AM
» Replies: 0
» Views: 100
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
03-06-2026, 10:53 PM
» Replies: 12
» Views: 13,761
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
03-05-2026, 04:24 PM
» Replies: 16
» Views: 7,995
|
|
|
| best setup to run waydroid with discord + instagram |
|
Posted by: dustfinger - 02-01-2026, 01:41 PM - Forum: General Discussion on PinePhone
- No Replies
|
 |
Hi,
I am interested in knowing if anyone has been able to run Instagram or discord apps using waydroid (or alternative setups) on the pinephone with stable performance. I am also interested in knowing if anyone has been able to run any youtube app with stable performance.
Aside from the proprietary apps, I would also love to hear from anyone using alternative opensource apps? I know some projects exist for discord, such as WebCord, ArmCord and maybe there are more projects like those some of you have had success with and would like to share.
Please also share what OS + mobile shell combination you are using and anything else you can think of that was important for performance and stability.
cheers!
dustfinger
|
|
|
|
| Request for IRC registration confirmation |
|
Posted by: dustfinger - 02-01-2026, 12:30 PM - Forum: General
- No Replies
|
 |
Hi,
I re-registered my nick yesterday on IRC because I have been inactive for a while. I have not received a confirmation email and I just wanted to let you know incase my registeration got missed somehow. My IRC nick is dustfinger, just like my forum username.
Thanks,
dustfinger.
|
|
|
|
IMHO, a really NICE update to danctnix yesterday |
|
Posted by: iksar@gmx.com - 01-22-2026, 08:55 AM - Forum: PineTab Software
- Replies (1)
|
 |
I noticed mesa updated on my pinetab2, so i tried it out.
both mpv and browsers got a HUGE speed boost, with almost perfect video playback.
I would further recommend
Code: alias mpv='mpv --vo=gpu --gpu-api=opengl'
and a script for thorium (downloaded from website). ( assuming you're using sway)
Code: #!/bin/bash
dbus-launch $HOME/devel/apps/thorium/thorium \
--use-gl=egl-angle \
--ignore-gpu-blocklist \
--enable-gpu-rasterization \
--enable-accelerated-video-decode \
--enable-features=VaapiVideoDecodeLinuxGL,VaapiVideoEncoder \
--ozone-platform=wayland
Code: lsmod | grep pan
panfrost
drm_shmem_helper --------panfrost
gpu_sched - -------panfrost
|
|
|
|
| Touchpad tap to click |
|
Posted by: Der Geist der Maschine - 01-19-2026, 01:38 PM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
Debian 13 / xfce with Daniel Thompon's ancient 5.7 kernel and updated touchpad firmware (too long ago that I remember the details).
Under xfce -> settings -> mouse and touchpad, I checkmarked "tap touchpad to click". Tap to click works with one finger taps, only. For 2 or 3 finger clicks, I need to press the touchpad.
On other computers running Debian / xfce, I can tap with two and three fingers as well.
What about you? Does it work for you on the Pinebook Pro and I just need to dig deeper?
|
|
|
|
| Can't detect the phone's battery |
|
Posted by: shanewilliam - 01-19-2026, 03:33 AM - Forum: General Discussion of PinePhone Pro
- Replies (1)
|
 |
Hello,
I just flashed postmarketOS onto my PinePhone Pro, and everything seems to be functioning well, except the OS can't detect the battery. There's no battery indicator in the top-right corner of the screen, and the settings menu shows 0% under Energy. I installed the PowerSupply app, but all the fields are displaying "N/A." I've checked to ensure the battery is properly seated and that the phone turns on when unplugged. I can't find any information about this issue. Has anyone else experienced this or know what might be causing it?
|
|
|
|
| Bare Metal OS |
|
Posted by: WhiteHexagon - 01-16-2026, 06:17 AM - Forum: General Discussion on PinePhone
- No Replies
|
 |
I'm still working full-time on my educational bare metal OS project for the PinePhone. Zig has been a great match for this project, and with a sprinkling of arm assembly, the OS is now booting in 800ms! Who needs modern hardware
Anyway, I'm almost at the point where I can add some basic Apps, and then I'll have to think about distribution to a couple of colleagues for testing.
First I need to ensure my OS can only boot on the PinePhone v1.2b, since that is the only device I have for development. Does anyone know if there there is a version string somewhere within the hardware?
The other unknown is U-Boot. It seems to do a lot of the hardware configuration before it reaches my kernel code, and I am a little concerned that people might be running different versions from me (U-Boot 2020.07). Currently I'm running from SD card, but maybe the boot process/chain is different once I figure out how to install my kernal onto the eMMC?
Do we know how many v1.2b devices were sold? and how long they will stay in production? Since that obviously limits the scope of my project. The device I have is continually out-of-stock, maybe already discontinued? And the expensive model is currently $270, which is a bit of a worry when I see android 14 phones going for 79eur. Are the PinePhones still selling?
Anyway, whatever becomes of this project, I wanted to thank the community for their support over the past 2 years. It's a shame I didnt discover the PP sooner! I was hoping to add LORA and Keyboard case support next, but just discovered they are no longer available
|
|
|
|
| Setting up a Rock64 v3 for klipper / mainsail over serial |
|
Posted by: MinimumJargon - 01-14-2026, 07:06 AM - Forum: Rock64 Tutorials
- No Replies
|
 |
Just thought if anyone was thinking/trying to use a rock64 to control their 3d printers with Klipper / Mainsail over serial, that this might help
I did this with four rock64 v3 and got everyone working exactly like my pis, controlling 2 Prusa MK3S each.
I am not a Linux user, I managed to piece this together for the first one and the other 3 went smoothly following this.
Some of these steps may be redundant or unnecessary, but the result is that it works.
Base Setup:
Wipe SD card with SD Card Formatter
Download and use Armbian Imager to image SD
select board and OS
I used OS Minimal 25.5.1 bookworm
sudo apt update && sudo apt upgrade
sudo apt-get install git -y
sudo apt install network-manager
sudo reboot
Set up wifi dongle: (you may need specific firmware for brand if not Linux native. Mine was, I used a Ralink dongle)
nmcli device wifi list
nmcli dev wifi connect "Your_WiFi_SSID" password "Your_WiFi_Password"
nmcli device status
sudo reboot
Setup Mailsail and klipper, just follow prompts to install 1-3 or follow a guide for Kiauh:
cd ~ && git clone https://github.com/dw-0/kiauh.git
./kiauh/kiauh.sh
(install 1, 2, and 3)
sudo reboot
sudo apt update && sudo apt upgrade
Reduced bootup time for no Lan connection from 2min to 10 sec:
find / -name "systemd-networkd-wait-online.service"
(This should be the location, but confirm with the find)
sudo nano /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
(add text under [Service])
TimeoutStartSec=10
(At this point you could run klipper over a usb to the printer
Mailsail/klipper web GUI is whatever IP the rock64 or wifi dongle grabs
It will be at the top of the screen when you ssh/login)
Tx/Rx setup on UART2/tty2:
sudo apt update && sudo apt upgrade
1.Overlays
sudo armbian-config
system>kernel>boot01
(added text to boot/armbianEvn.txt under overlay)
overlays=rk3328-uart1 rk3328-uart2 rk3328-uart3
2.Kernel
sudo armbian-config
system>kernel>ker001 - alt kernel
updated to the newest rock kernel
3.disabled console
sudo systemctl mask serial-getty@ttyS2
4. Added users to dialout group
sudo usermod -a -G dialout <username>
(confirm user is in dialout group)
groups
5. echo test with jumper if you want(jump the UART2 Tx and Rx pins(8,10) together with a wire, no ground needed)
sudo apt install picocom
sudo picocom -b 115200 -r -l /dev/ttyS2
Type anything, if writing appears port is working
ctrl a then ctrl x to exit
In your printer.config file under the MCU you will use
serial: /dev/ttyS2
Happy Printing!!!
|
|
|
|
| What part is L2000 precisely? |
|
Posted by: jssfr - 01-14-2026, 06:29 AM - Forum: RockPro64 Hardware and Accessories
- No Replies
|
 |
Hi there!
Looks like L2000 gave out on my ROCKPro64:
The labeling says 3R3, which leads me to believe this is a 3.3uH inductor. There are three more inductors on the board with a label of 3R3, one in the same size and quite close (can be seen in the photo) and two more closer to the CPU, between the CPU and the PCIe port, which are smaller (3x3mm if I'd have to guess).
The schematics for the 2.1 board revision (mine has Rckpro64 V2.1 2018-07-02 printed on it) only show two 3.3uH inductors and if I'm reading the label correctly ("IND_3x3"), those would be the inductors between the CPU and the PCIe port.
By cross-referencing the V2.0 silk screen with the V2.1 schematic (risky, I know), I identified the damaged part as being L2000, behind the VCC5V0_SYS regulator. That seems plausible and fits my symptoms of random kernel panics (as far as I can tell, the CPUs power is derived from VCC5V0_SYS at some point).
However, the V2.1 schematic lists L2000 (and L2001) as 4.7uH inductors, while my board seems to have 3.3uH inductors in that place.
Is that a manufacturing error or is that a mistake in the schematics or did I do a mistake when identifying the problematic part?
I'm also looking for a replacement, and assuming that 3.3uH is correct, I'd think that MPL-SE4030-3R3 would be a good fit. If it should in fact be a 4.7uH, the MPL-SE4030-4R7 should fit the bill. At least those parts fulfill the current rating (3.3A) and the resistance (0.04Ohm) from the schematics.
Thanks for any insights,
jssfr
P.S.: I do not know what damaged that inductor in that way. I cannot imagine physical force alone, I suspect it got overloaded at some point, but I don't know with what. AFAICT, *that* 5V rail does not power the USB, so it can't be any USB peripherials. I do have some connected to the Pi header, but none of which should draw more than a few dozen milliamperes.
|
|
|
|
|