Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Libre Office on Pinetab2?
Forum: General Discussion on PineTab
Last Post: Anonymous1989
Yesterday, 07:48 AM
» Replies: 0
» Views: 29
|
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
Yesterday, 01:40 AM
» Replies: 0
» Views: 51
|
does the Joplin note taki...
Forum: PineNote Software
Last Post: Francus
08-05-2025, 08:11 PM
» Replies: 4
» Views: 1,356
|
PulseAudio dropouts after...
Forum: Linux on Pinebook Pro
Last Post: Dendrocalamus64
08-05-2025, 06:40 PM
» Replies: 1
» Views: 92
|
Any updates on Bluetooth ...
Forum: General Discussion on PineTab
Last Post: biketool
08-05-2025, 06:38 AM
» Replies: 1
» Views: 89
|
Keyboard availability?
Forum: PinePhone Pro Accessories
Last Post: Peter Gamma
08-04-2025, 08:37 PM
» Replies: 9
» Views: 1,133
|
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: FEC
08-04-2025, 03:38 AM
» Replies: 0
» Views: 67
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
08-03-2025, 01:51 PM
» Replies: 4
» Views: 259
|
Trying to attach a serial...
Forum: RockPro64 Hardware and Accessories
Last Post: marietto
08-03-2025, 08:50 AM
» Replies: 0
» Views: 76
|
Full desktop Surfing and ...
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
08-02-2025, 08:55 PM
» Replies: 1
» Views: 294
|
|
|
How To Have Pinephone Ignore MicroSD On Boot? |
Posted by: britelite - 02-18-2022, 08:27 AM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Let's say someone had a boot file on their MicroSD card, but they wanted the Pinephone to ignore it and to boot from the internal eMMC, while the MicroSD card is inserted. Is there any way to do this, to hide the file somehow?
Because what if also you don't have a file like that on MicroSD, but loaded some files, and the Pinephone won't boot because it seems to be detecting some file as a boot file, but does boot when you take out the MicroSD?
Is there any way to force the device to ignore the MIcroSD card on boot, or has anyone had any issues of the MicroSD card preventing the device from booting on startup and how did you get it to ignore files it might detect and try to boot from?
|
|
|
Is Manjaro Plasma stable for anyone? |
Posted by: projectcato - 02-18-2022, 01:29 AM - Forum: PinePhone Pro Software
- Replies (120)
|
 |
So far, I'm finding Manjaro Plasma completely unusable. The first, most obvious problem is the longer the phone's been running, the longer it takes to wake up. If I put the battery in at breakfast, it's minutes to wake by lunch. I'm looking around at the other options to try this weekend. I tried to stick it out with Manjaro because it was picked as default for the Explorer edition.
Edit: just to be clear, this is for the Pinephone Pro, not a general statement on the state of the OS, and yes, I know it's still early days.
|
|
|
Keyboard Duplicate Keypress Fix |
Posted by: RjraymondDuplicate - 02-17-2022, 11:52 PM - Forum: Pinebook Pro Hardware and Accessories
- No Replies
|
 |
Hey guys. Just found out that the following command:
xkbset bouncekeys 20
Will fix the duplicated keypress glitch that's been bothering me for so long. Question:
1, was this bothering you?
2, did this fix it?
3, is this the first time you've seen this?
I didn't know about this and it took me a long time to figure out this fix. If no-one else knew, I just think we should let everyone know. If it's not news, I'll shut up.
|
|
|
prevent bluetooth from loading (manjaro, no wifi/bt card installed) |
Posted by: flounder - 02-17-2022, 12:10 PM - Forum: Linux on RockPro64
- No Replies
|
 |
Running Manjaro (new install this week, manjaro build for rockpro64, v21.12). I do *not* have the wifi/bt card installed
I'm attempting to triage a different failure, but bluetooth messages are all over dmesg. Since i don't plan on using BT at all, i'd just like to prevent whoever is writing that from loading:
Code: $ dmesg
...
[ 11.202048] Bluetooth: HCI UART driver ver 2.3
...
[ 13.143625] Bluetooth: BNEP socket layer initialized
[ 13.512037] Bluetooth: hci0: command 0x0c03 tx timeout
Code: $ lsmod | grep -i hci
hci_uart 147456 0
btqca 24576 1 hci_uart
btrtl 24576 1 hci_uart
btbcm 28672 1 hci_uart
btintel 45056 1 hci_uart
bluetooth 679936 13 btrtl,btqca,btintel,hci_uart,btbcm,bnep
Code: $ journalctl -u bluetooth.service
-- Boot ec6359ece9924fb69d0a0fe601e1c991 --
Feb 16 20:30:54 mypc systemd[1]: Starting Bluetooth service...
Feb 16 20:30:54 mypc bluetoothd[612]: Bluetooth daemon 5.63
Feb 16 20:30:54 mypc systemd[1]: Started Bluetooth service.
Feb 16 20:30:54 mypc bluetoothd[612]: Starting SDP server
Feb 16 20:30:54 mypc bluetoothd[612]: Bluetooth management interface 1.21 initialized
Feb 16 21:08:10 mypc bluetoothd[612]: Terminating
Feb 16 21:08:10 mypc bluetoothd[612]: Stopping SDP server
what's the RIGHT way to disable this in manjaro? Looks like there are several obvious modules I could blacklist, and the `systemd` service. I'm new to Manjaro, looking for the "standard" / maintainable / stable over rolling upgrade way. It also seems confusing to me that the `bluetooth` service isn't failing, or at least immediately exiting, given there is no HW present.
Thanks!
One of the reasons I'm asking how to do this correctly, rather than just blacklist (presumably would prevent these ringlog messages) or disable with systemctl, is that I'd like to understand the modules are loaded in the first place.
I'm no linux expert, but have been daily driving for some time. My limited understanding would expect that (for the bluetooth/bt* modules to be loaded, they would have to be ONE of
- some HW present, which at kernel boot would be probed, and udev would later load the module based on HW id's (again, no HW connected AFAIK)
- have an explicit load in /etc/modules-load.d (I have zero files there)
- be an explicit kernel param in grub (nothing in /proc/cmdline)
Are there other ways that those modules would get loaded automatically at boot?
|
|
|
R U running from eMMC -- If so how? |
Posted by: tckosvic - 02-17-2022, 10:24 AM - Forum: General Discussion of PinePhone Pro
- Replies (19)
|
 |
I would like to know if anyone is running PPP from eMMC system memory (not an SD) without major issues. I think that is a necessary step to be a "daily driver".
What OS/desktop are you using?
How did you install to the system memory; not an SD card?
Any quirky performance issues that you see frequently?
thanks, I am so looking to move the PPP to my main cell phone. I want to toss my samsung android asap.
tom kosvic
|
|
|
Settings are reset after reboot |
Posted by: lacriz - 02-17-2022, 08:31 AM - Forum: PostmarketOS on PinePhone
- Replies (5)
|
 |
Hello,
I just recently switched from arch to pmos. So far I like it a lot, esp. convergence.
I also just recently received my pinephone keyboard and use it all the time now.
For that reason I would like to have these 2 settings permanently (I change them in the phosh settings app):
1) accessibility -> disable virtual keyboard (I do not need it anymore and it takes up a lot of screen space)
2) display -> set scale from 200% to 150% (makes many apps a lot more useable in landscape mode)
Sadly, whenever I shutdown (in the evening) + start-up the phone (in the morning), these 2 settings are back to their default.
Is there a workaround for this? I am willing to write a script or whatever, this is super annoying to me.
|
|
|
Pinebook Pro bricked after flashing eMMC |
Posted by: User 24592 - 02-17-2022, 07:55 AM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
I flashed Manjaro-ARM-kde-plasma-pbpro-21.12 to eMMC from a SD boot as described at https://wiki.pine64.org/wiki/NOOB#Flashi..._a_SD_Boot.
After rebooting, my Pinebook Pro got stuck at the Manjaro logo with the spinning circle.
When I press the Esc key, I see the following message, but the shell does not recognize any keystrokes:
Code: :: running hook [udev]
:: Triggering uevents...
:: running hook [plymouth]
:: performing fsck on '/dev/mmcblk2p2'
ROOT_MNJRO: The filesystem size (according to the superblock) is 15205335 blocks
The physical size of the device is 1763287 blocks
Either the superblock or the partition table is likely to be corrupt!
ROOT_MNJRO: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
ERROR: Bailing out. Run 'fsck /dev/mmcblkp2' manually
********** FILESYSTEM CHECK FAILED **********
* *
* Please run fsck manually. After leaving *
* this maintance shell, the system will *
* reboot automatically. *
* *
*********************************************
sh: can't access tty; job control turned off
[rootfs /]#
I tried booting from the SD card again, but it does not seem to work as I end up with the same message as above.
Please help!
|
|
|
Most secure option for phinephone |
Posted by: bookwurmx - 02-16-2022, 07:09 PM - Forum: General
- Replies (10)
|
 |
Hi,
I have a question, what is now the most secure option for using PinePhone?
I am using now days a Google Pixel with Graphene OS and Calyx OS, but I want to look now for other options.
What I also doubt about is the full disk encryption, which distro has the best security and encryption?
But is the file encryption from Android not better than a full disk encryption? .. I hope some can help to give a good answer to those questions
|
|
|
Pinephone keyboard needs pressure |
Posted by: terarmot - 02-16-2022, 03:18 PM - Forum: PinePhone Accessories
- Replies (4)
|
 |
Pinephone Keyboard doesnt work unless I push to backcover or display in place where pogo pins are. Do you have annyone same experience? How did you fix it? I am sure that phone is fully in case, I trided multiple times to put out and in, no difference
|
|
|
|