| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,004
» Latest member: shinzuka
» Forum threads: 16,337
» Forum posts: 117,448
Full Statistics
|
| Latest Threads |
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
Yesterday, 07:07 AM
» Replies: 14
» Views: 15,159
|
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 281
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 230
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,722
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,147
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 164
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,520
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 349
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,395
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 494
|
|
|
| Help with (.desktop) Desktop Shortcut |
|
Posted by: jojuma - 01-27-2023, 04:22 PM - Forum: PostmarketOS on PinePhone
- Replies (1)
|
 |
Hello,
I am trying to place shortcuts to some websites on my app drawer, but they don't show up. I created some simple .desktop files like this:
Code: [Desktop Entry]
Name=Pine64 Forum
Type=Link
URL=https://forum.pine64.org
Icon=/home/user/.local/share/app_logos/logo.png
This is, what Firefox creates, when I do this on my desktop pc. The "desktop-file-validate" tool doesn't report errors.
I tried placing the file in "/usr/share/applications" and in "/home/user/.local/share/applications".
I rebooted several times, but I don't get to see anything in the app drawer.
Can someone help me with this?
Thanks!
|
|
|
|
Can no longer take pictures, /dev/video* not recognized as video devices |
|
Posted by: 64_Tesseract - 01-26-2023, 10:19 AM - Forum: PinePhone Hardware
- No Replies
|
 |
This started a couple months or so ago, trying to open Megapixels just returned the error /dev/video2: No such device
I thought maybe the ribbon cable to to the camera got dislodged after dropping the phone hundreds of times, so I took them out and back in, but still had no luck with it. I could hear the lens or something clicking when trying to start Megapixels, so at least something was connecting, though it's since stopped...
I eventually updated PostmarketOS from 21.something to 22.12 thinking it was just a software issue, but it didn't help; I only got a different error: Could not find camera entity matching 'ov5640'
I also tried taking a picture with ffmpeg using all 3 /dev/videos, but got Not a video capture device and /dev/video2: No such device again.
I haven't gotten around to trying another OS yet, but I doubt this is a software issue considering that 2 other things broke as well, being the internal storage and rear speaker (kinda). Is there any way of narrowing the issue down to a specific component? Or will I have to build I2C prosthetics for my phone, or more realistically just get the Pro?
|
|
|
|
| NVME fails detection |
|
Posted by: our0 - 01-25-2023, 01:25 PM - Forum: Linux on Pinebook Pro
- Replies (1)
|
 |
Hi,
My setup :
- latest arm64 Kali, with kernel 6.0.0-kali5-arm64
- latest tow-boot 2021.10-005 on SPI
- Kingston A2000 M.2 2280 NVME 1 To (one of the best supported drives from wiki list)
My problem : On boot, nvme is detected but I get a rescue console on every boot.
My "ugly" fix :
modprobe -r nvme
modprobe nvme
exit console
I get a normal boot
On logs (with |grep -i nvme):
[ 7.298134] nvme nvme0: pci function 0000:01:00.0
[ 7.298238] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ 68.575114] nvme nvme0: I/O 8 QID 0 timeout, disable controller
[ 68.683053] nvme nvme0: Device shutdown incomplete; abort shutdown
[ 68.703561] nvme nvme0: Identify Controller failed (-4)
[ 68.703769] nvme nvme0: Removing after probe failure status: -5
[ 86.189969] nvme nvme0: pci function 0000:01:00.0
[ 86.195630] nvme nvme0: missing or invalid SUBNQN field.
[ 86.208844] nvme nvme0: 6/0/0 default/read/poll queues
[ 86.219019] nvme0n1: p1 p2
My extlinux section :
label l0
menu label Kali Linux 6.0.0-kali5-arm64
linux /boot/vmlinuz-6.0.0-kali5-arm64
initrd /boot/initrd.img-6.0.0-kali5-arm64
fdtdir /usr/lib/linux-image-6.0.0-kali5-arm64/
append root=UUID=24ac514d-0b32-4e31-9cd1-a2e3ad3c6ead console=tty1 ro rootwait
|
|
|
|
| Fixing CMake Error: Can't access folder '/home/james/projects/src/libs/lvgl' |
|
Posted by: matthewfelgate - 01-25-2023, 01:47 AM - Forum: Development Discussion on PineTime
- No Replies
|
 |
Code: ~/projects/InfiniSim main ⇣5 *1 ?3 cmake -S . -B build 1 ✘ 07:42:53 am
-- Using CMake version 3.24.2
CMake Error at CMakeLists.txt:10 (message):
Can't access folder '/home/james/projects/src/libs/lvgl'. Try `git
submodule update --init --recursive` to initialize the git submodule of
lvgl inside InfiniTime
I'm getting an error running `cmake -S . -B build`
It seems to be looking for lvgl /outside/ of the InfiniSim folder!! How can I fix this?
|
|
|
|
| pinephone keyboard + dock question |
|
Posted by: tuxcall - 01-24-2023, 11:48 AM - Forum: PinePhone Hardware
- Replies (7)
|
 |
Hi!
i've recently gotten the pinephone keyboard
now i also have the dock that came with the pinephone.
The manual of the pinephone keyboard states to NOT charge through the pinephone usb port and only through the keyboards usb charging port.
to use the dock you need to use the pinephone's usb and connect the charger to the dock. Which to me would be charging through the pinephone.
Which the manual warns against.
can you use the dock + the pinephone keyboard together or is this impossible?
|
|
|
|
|