| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
what is the point?
Forum: General Discussion on PinePhone
Last Post: biketool
40 minutes ago
» Replies: 6
» Views: 255
|
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
Yesterday, 07:38 AM
» Replies: 3
» Views: 11,847
|
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
Yesterday, 06:09 AM
» Replies: 0
» Views: 53
|
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
Yesterday, 03:39 AM
» Replies: 10
» Views: 6,780
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
11-27-2025, 05:01 PM
» Replies: 3
» Views: 307
|
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-27-2025, 04:23 PM
» Replies: 2
» Views: 94
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
11-27-2025, 10:30 AM
» Replies: 10
» Views: 15,928
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
11-26-2025, 02:45 PM
» Replies: 10
» Views: 16,858
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11-26-2025, 11:33 AM
» Replies: 4
» Views: 302
|
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
11-26-2025, 01:42 AM
» Replies: 1
» Views: 191
|
|
|
| LED use, customization ? |
|
Posted by: lat - 12-12-2020, 08:05 AM - Forum: Arch Linux on PinePhone
- Replies (7)
|
 |
Is there a way to use LEDs? Ideally, would be nice to customize them for various uses. As a minimum, I'd like to have a LED notification whenever I have a missed call or a new message (sms, email). Also a LED battery charging indicator is useful. Would be great if a user can specify in settings or some config file color, duration, pattern of the LED notification. At present, my LEDs are off all the time - am I missing something?
Megi's LED info is interesting, but not for layman's practical use.
BTW, it was pleasant to experience use of LEDs by sxmo.
|
|
|
|
| very low buzz noise |
|
Posted by: LMM - 12-12-2020, 04:21 AM - Forum: RockPro64 Hardware and Accessories
- Replies (4)
|
 |
The Rockpro64 boards emit a buzz noise (audible only at some centimeters), this is probably due to the converters. However. there is no noise at all on the rock64. Then, I am wondering if it is not due to 12V instead of the 5V for rock64. Is there a reason for this choice ? reduce current ?
Powering with GPIO 5V does not reduce the noise
|
|
|
|
| Upgraded to 3G/32G and will not boot if SD card inserted |
|
Posted by: discogribbs - 12-11-2020, 11:52 PM - Forum: PinePhone Software
- Replies (2)
|
 |
Hello,
I bought the UTce phone back in June and I upgraded recently to the 3G/32G mainboard. I flashed the eMMC and it runs fine. If I flash an SD card it will boot and run fine. However, if I use the eMMC with a storage only SD card inserted then it gives me a red light and never boots.
My guess is that the phone sees the SD card, cannot see anything to boot, but then doesn't switch to the eMMC. Is there a config I need to edit or some package I need to retrieve from the old mainboard?
|
|
|
|
| pmbootstrap error |
|
Posted by: lat - 12-11-2020, 11:39 PM - Forum: PostmarketOS on PinePhone
- Replies (2)
|
 |
I attempted to install pmos to SD card using pmbootstrap. I tried 'shelli' and 'none' for UI. I tried both on archlinux laptop and on pinephone running archlinux (from eMMC). Below is the error I'm getting in all cases. Any ideas how to deal with this error? Could this error be because of archlinux?
Code: (003971) [05:17:08] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(003971) [05:17:08] (native) copy rootfs_pine64-pinephone to /mnt/install/
(003971) [05:17:08] % sudo mkdir -p /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(003971) [05:17:08] % sudo mount --bind /home/alarm/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(003971) [05:17:08] (native) % cd /mnt/rootfs_pine64-pinephone; cp -a root sys dev var usr sbin proc mnt opt run lib media etc tmp boot srv bin /mnt/install/
(003971) [05:17:23] % sudo mkdir /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/home
(003971) [05:17:28] % sudo cp -a /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/home/j
cp: cannot stat '/home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel': No such file or directory
(003971) [05:17:28] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(003971) [05:17:28] NOTE: The failed command's output is above the ^^^ line in the log file: /home/alarm/.local/var/pmbootstrap/log.txt
(003971) [05:17:28] ERROR: Command failed: % sudo cp -a /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/home/j
(003971) [05:17:28] See also: <https://postmarketos.org/troubleshooting>
(003971) [05:17:28] Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/pmb/__init__.py", line 49, in main
getattr(frontend, args.action)(args)
File "/usr/lib/python3.9/site-packages/pmb/helpers/frontend.py", line 269, in install
pmb.install.install(args)
File "/usr/lib/python3.9/site-packages/pmb/install/_install.py", line 736, in install
install_system_image(args, 0, f"rootfs_{args.device}", 3, steps,
File "/usr/lib/python3.9/site-packages/pmb/install/_install.py", line 495, in install_system_image
create_home_from_skel(args)
File "/usr/lib/python3.9/site-packages/pmb/install/_install.py", line 181, in create_home_from_skel
pmb.helpers.run.root(args, ["cp", "-a", rootfs + "/etc/skel", homedir])
File "/usr/lib/python3.9/site-packages/pmb/helpers/run.py", line 76, in root
return user(args, cmd, working_dir, output, output_return, check, env,
File "/usr/lib/python3.9/site-packages/pmb/helpers/run.py", line 58, in user
return pmb.helpers.run_core.core(args, msg, cmd, working_dir, output,
File "/usr/lib/python3.9/site-packages/pmb/helpers/run_core.py", line 285, in core
raise RuntimeError("Command failed: " + log_message)
RuntimeError: Command failed: % sudo cp -a /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/alarm/.local/var/pmbootstrap/chroot_native/mnt/install/home/j
|
|
|
|
| PineBook Pro Bootcrash on Manjaro |
|
Posted by: PineHead7 - 12-11-2020, 04:41 PM - Forum: Linux on Pinebook Pro
- Replies (9)
|
 |
I just got my Pinebook Pro today, probably got too exited about no speakers detected and tried to update OS automatically and that concluded in boot crash.
What is happening is just Manjaro logo, below dotted circle do from 2 spins up to 4 and then it freezes.
What should I do to treat it with?
Should I try reinstall Manjaro? if so, is there special repository for Pinebook Pro or drivers?
Should I try ubuntu? what about drivers? Will notebook work without any troubles?
|
|
|
|
| Safe to Update? |
|
Posted by: BluBombr64 - 12-11-2020, 03:52 PM - Forum: General Discussion on Pinebook Pro
- Replies (6)
|
 |
Sorry for the noob question cuz I've been out of the loop lately, but I have a Pinebook Pro running Manjaro ARM and noticed a month or two ago that there was an update that broke something. Rather than follow the workaround to fix the issue, I've just been avoiding running new updates and now I have over 400+ updates available.
Is it safe to go ahead an run all of the updates, or are there any possible issues that could occur that I'm unaware of?
Thanks in advance for the help.
|
|
|
|
Support silent for 2 months |
|
Posted by: Huitsi - 12-11-2020, 12:59 PM - Forum: General
- Replies (1)
|
 |
Long story short, I ended up sending my PinePhone BH back to Pine in an RMA parcel. Up until this point the support had always replied quickly, within a few days. In their last message, support promised to get back to me once the parcel arrived. Well, tracking has now reported the parcel as delivered for over two months. Support, however, has not even said anything despite my follow-ups asking for confirmation on the parcel.
So, a year from ordering I still don't have the PinePhone.
|
|
|
|
| USB file transfer question |
|
Posted by: DarkManiels - 12-11-2020, 11:21 AM - Forum: Mobian on PinePhone
- Replies (4)
|
 |
Thanks to the 5.9 kernel I'm once again able to see my phone (UBPorts CE with the upgraded main board) when I plug it into a computer, which is great. But when I try to transfer files from the computer to the phone I can't open them on the phone (I get various errors, depending on the file type).
At first I thought the files were being corrupted somehow by the transfer, but I just realized that's not the problem. The files are being transferred over with root ownership and permissions, instead of mobian. I know I can go in afterwards with chown to change the ownership to mobian, and then the files can be opened on the phone, but it would be nicer if they could just transfer over with mobian ownership from the start.
Does anyone know how I can transfer files to the phone with mobian ownership already set up?
Thanks!
|
|
|
|
|