| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,882
» Latest member: Evaavidson
» Forum threads: 16,320
» Forum posts: 117,403
Full Statistics
|
| Latest Threads |
wifi password wont save
Forum: General Discussion on PineTab
Last Post: WEF
Yesterday, 06:47 PM
» Replies: 2
» Views: 315
|
Powering two disks from R...
Forum: RockPro64 Hardware and Accessories
Last Post: evilbunny
Yesterday, 04:43 PM
» Replies: 3
» Views: 222
|
Castle Game Engine on Pin...
Forum: General Discussion on PineTab
Last Post: michalis
Yesterday, 04:39 PM
» Replies: 3
» Views: 3,237
|
ATTN: Pine 64 Marketing D...
Forum: Rock64 Hardware and Accessories
Last Post: georgegohl888
Yesterday, 04:01 AM
» Replies: 5
» Views: 10,453
|
http://pinenote.mweigand....
Forum: PineNote Software
Last Post: HippopoStar
02-23-2026, 05:58 PM
» Replies: 1
» Views: 812
|
OpenClaw
Forum: Linux on Rock64
Last Post: keithy
02-22-2026, 11:57 AM
» Replies: 0
» Views: 149
|
Wi-Fi Issues (Plasma and ...
Forum: Manjaro on PinePhone
Last Post: krissprat73
02-20-2026, 12:16 PM
» Replies: 11
» Views: 17,966
|
installed devuan 5/6 - mi...
Forum: General Discussion on ROCKPRO64
Last Post: kapqa
02-20-2026, 11:36 AM
» Replies: 0
» Views: 121
|
How many HD's can I utili...
Forum: RockPro64 Hardware and Accessories
Last Post: some_pinephone_user
02-19-2026, 06:10 PM
» Replies: 4
» Views: 3,495
|
Official Debian support!
Forum: News
Last Post: kapqa
02-18-2026, 12:58 PM
» Replies: 86
» Views: 191,007
|
|
|
| Android Lunch Menu |
|
Posted by: xenoscr - 02-07-2022, 09:39 PM - Forum: PineNote Software
- Replies (1)
|
 |
To build for the PineNote, what option should I pick from the lunch menu? There are 4 options, that mention eink, and I don't see anything in the Wiki:
12. rk3566_eink-user
13. rk3566_eink-userdebug
14. rk3566_einkw6-user
15. rk3566_einkw6-userdebug
Or is the correct option one of the other options?
Thanks,
XenosCR
|
|
|
|
USB-C Video Out Issue |
|
Posted by: dev - 02-07-2022, 08:58 PM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
I've repeatedly encountered an issue where my PBP's video out only works once per login session. Throughout my workday I need to project my PBP using a Crestron system with an HDMI to USB-C converter. It works fine the first time, but when I remove the adapter and later attempt to project again, it won't work until I restart it.
Has anyone encountered this and/or knows where to look to try and debug it? A display service perhaps?
|
|
|
|
| USA - Faith Wireless a virtual AT&T provider just kicked my PinePhone off... |
|
Posted by: mikehenson - 02-07-2022, 06:41 PM - Forum: General Discussion on PinePhone
- Replies (1)
|
 |
Today (Feb 07, 2022)
USA - Faith Wireless a virtual AT&T provider just kicked my PinePhone off their network.
Here is the message I got from the Faith Wireless technician
I have some bad news. Your device came up registered as a Mobile Broadband Device when the Registered IMEI was updated. We do not service Mobile Broadband Devices. The reason you were able to have service before is AT&T had not previously been policing their networks. With the impending 3G Sunset they've begun doing that and you won't be able to use this device with us anymore. You may put your SIM card into another compatible device if you want to continue with us. Here a list of devices you can use: https://www.att.com/idpassets/images/sup...etwork.pdf
|
|
|
|
| [Solved] How I got fsck.f2fs to get unstuck and fix not booting PP |
|
Posted by: gab - 02-07-2022, 04:46 PM - Forum: PinePhone Software
- Replies (1)
|
 |
My PinePhone (v1.2, 3GB running Mobian testing from eMMC) was low on battery and the red USB C cable was not perfectly plugged so it got unplugged, the PP abruptly turned off and ... it would not boot again . That was the first time ever I got this problem, in 11 months of daily driving (no other phone), and a lot of drained batteries (thats bad, I know...).
tldr: to fix it I flashed Mobian on a micro sd card, then fsck.f2fs was not working but after I mounted / unmounted /dev/mmcblk2p2 I retried fsck.f2fs which then surprisingly worked and apparently fixed any problem left.
More details:
First log I got using the UART cable:
Quote:(initramfs) Begin: Will now check root file system ... fsck from util-linux 2.37.3
[/sbin/fsck.f2fs (1) -- /dev/mmcblk2p2] fsck.f2fs -a /dev/mmcblk2p2
Info: Fix the reported corruption.
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 512
Info: total sectors = 60022751 (29307 MB)
Info: MKFS version
"Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)"
Info: FSCK version
from "Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)"
to "Linux version 5.15-sunxi64 (salsaci@runner-2v5hjq-3-project-17289439-concurrent-0) (gcc (Debian 11.2.0-14) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37.50.20220106) #1 SMP Fri Jan 21 03:21:56 UTC 2022"
Info: superblock features = 0 :
Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
Info: total FS sectors = 60022744 (29307 MB)
Info: CKPT version = 5439e3cc
[f2fs_do_mount:3563] record_fsync_data failed
fsck exited with status code 255
done.
Failure: File system check of the root filesystem failed
The root filesystem on /dev/mmcblk2p2 requires a manual fsck
After that here is what I would got when running fsck:
Quote:fsck /dev/mmcblk2p2
fsck from util-linux 2.37.3
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 512
Info: total sectors = 60022751 (29307 MB)
Info: MKFS version
"Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)"
Info: FSCK version
from "Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)"
to "Linux version 5.15-sunxi64 (salsaci@runner-2v5hjq-3-project-17289439-concurrent-0) (gcc (Debian 11.2.0-14) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37.50.20220106) #1 SMP Fri Jan 21 03:21:56 UTC 2022"
Info: superblock features = 0 :
Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
Info: total FS sectors = 60022744 (29307 MB)
Info: CKPT version = 5439e3cc
[f2fs_do_mount:3563] record_fsync_data failed
Then I was able to mount then unmount /dev/mmcblk2p2 from Mobian running on sdcard, and I got fsck to work:
Quote:fsck from util-linux 2.37.2
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 512
Info: total sectors = 60022751 (29307 MB)
Info: MKFS version
"Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)"
Info: FSCK version
from "Linux version 5.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-1) 10.2.1 20201207, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.15-1 (2020-12-17)"
to "Linux version 5.10-sunxi64 (builder@mobian) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Sat Aug 7 12:10:38 UTC 2021"
Info: superblock features = 0 :
Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
Info: total FS sectors = 60022744 (29307 MB)
Info: CKPT version = 5439e436
Info: checkpoint state = 45 : crc compacted_summary unmount
[FSCK] Unreachable nat entries [Ok..] [0x0]
[FSCK] SIT valid block bitmap checking [Ok..]
[FSCK] Hard link checking for regular file [Ok..] [0xa]
[FSCK] valid_block_count matching with CP [Ok..] [0x27997d]
[FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0x2522a]
[FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0x2522a]
[FSCK] valid_inode_count matched with CP [Ok..] [0x24c4d]
[FSCK] free segment_count matched with CP [Ok..] [0x148d]
[FSCK] next block offset is free [Ok..]
[FSCK] fixing SIT types
[FSCK] other corrupted bugs [Ok..]
Done: 132.889887 secs
Then the PP was booting fine
|
|
|
|
| Check Battery Level for Keyboard |
|
Posted by: ragreenburg - 02-07-2022, 12:59 PM - Forum: PinePhone Accessories
- Replies (16)
|
 |
Anyone know how to check the battery level for the keyboard? In Megi's FAQ it shows you can run the command below but every time I try to run that I get command unknown. I am using Arch and the keyboard/charger are working just fine but I can't get any info on the battery level.
Code: ppkb-i2c-charger-ctl info
|
|
|
|
| Shipping stuck in: "Airlines Receive" for nearly a month |
|
Posted by: KiteX3 - 02-07-2022, 12:05 PM - Forum: Shipment Related Discussion
- Replies (12)
|
 |
I've been waiting for an order from the Pine Store for nearly a month now, and I'm beginning to get a little concerned. During my last Pine Store order, it took about 10 days between the USPS update "Origin Post is Preparing Shipment" and notice that it had arrived in the US. So far, it's been in the status "Origin Post is Preparing Shipment" (on the USPS side) or "Airlines receive" (on the Chinese shipping side of 17track) since January 12th. My entire last order took 16 days to deliver (same delivery options) but my current shipment has been waiting 26 days in that status alone.
I'm trying to be patient despite my excitement to receive my Pinephone keyboard, but should I be concerned at this point that my order might have been lost in transportation? Of course, my last order was in June, not a few weeks before Chinese New Year, but if things had been operating at the same rate as in June, it would have arrived well before Chinese New Year. Is anyone else encountering really slow shipping for their order?
|
|
|
|
| Pinephone braveheart (+ Pinebook Pro) for sale (UK, London) |
|
Posted by: chaoskampf - 02-07-2022, 07:22 AM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Hello,
Selling my Pinephone braveheart and Pinebook Pro together as one lot.
Pinephone (braveheart) with Mobian and protective screen installed in excellent condition + samsung spare battery, black protective case, transparent protective case.
Pinebook Pro 64gb ISO with Manjaro installed in excellent condition including NVMe SSD Interface Adapter and compatible samsung NVMe 1TB (+ portable case for NVMe), serial console cable and USB-eMMC adapter, standard sharger and USB-C charger with long cable.
Price £330 (€390) and shipping.
Photos: https://imgur.com/a/EuaMICV
|
|
|
|
| Pinebook Pro (+ Pinephone) for sale (UK, London) |
|
Posted by: chaoskampf - 02-07-2022, 06:53 AM - Forum: General Discussion on Pinebook Pro
- Replies (8)
|
 |
Hey folks,
Selling my Pinebook Pro and Pinephone braveheart together as one lot.
Pinebook Pro 64gb ISO with Manjaro installed in excellent condition including NVMe SSD Interface Adapter and compatible samsung NVMe 1TB (+ portable case for NVMe), serial console cable and USB-eMMC adapter, standard sharger and USB-C charger with long cable.
Pinephone (braveheart) with Mobian and protective screen installed in excellent condition + samsung spare battery, black protective case, transparent protective case.
Price £330 (€390) + shipping costs.
Photos: https://imgur.com/a/EuaMICV
|
|
|
|
|