Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,104
» Latest member: fantsaygem
» Forum threads: 16,361
» Forum posts: 117,529

Full Statistics

Latest Threads
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
1 hour ago
» Replies: 0
» Views: 13
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 93
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 58
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,537
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,152
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 225
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 153
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,628
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,815
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 111,218

 
  Extra newlines in forum post
Posted by: TRS-80 - 02-23-2021, 08:38 PM - Forum: General - Replies (5)

I mentioned this briefly in another post where someone was discussing forum issues.

But it just happened again, so I thought I would make a separate post, about this issue specifically.  I hope this is the right place.  I am going to try and ping @fire219 as well, as it's my understanding that this sort of thing might be his bailiwick(?).

When I am composing a post, I like to press the Preview button some times as I am editing.  Then some times (not all the time) the forum ends up inserting extra newlines.  And even if I try and manually remove them, they still get inserted back in the final post.  Once this starts, it seems every additional Preview might be adding another newline in the affected area(s).

You can see an example of this here (this just happened).

I have not nailed down exactly what conditions seem to cause it; when I can reliably reproduce the issue I will make another report.  But I thought I would mention it, in case someone else might also be experiencing the same issue.

Until then, cheers.


  Suggestion: PinePower 120W - fix USB port orientation
Posted by: had - 02-23-2021, 07:17 PM - Forum: General - Replies (1)

The USB specification actually specifies how the USB-A ports should be oriented. But PinePower 120W does not follow this (at least now). So it would be really nice to fix it in the next revision of PCB and rotate the ports by 180 degrees ;-)


In early days of USB, manufacturers of devices were using both correct and incorrect orientations. So it was really difficult to plug in the cables for the first time. Fortunately, I have not seen a device with the wrong orientation in last few years. So I was able to look like a "real wizard" by always connecting USBs on the first try :-) Well at least until today, when I received PinePower 120W and my OCD kicked in.

I did not find any mention of this issue anywhere, so starting new thread... Sorry if this is already known thing.


  SD card mounted to access music files unable to play
Posted by: dcinoz - 02-23-2021, 06:54 PM - Forum: PinePhone Software - Replies (3)

Hi,



I've searched the forum as best I could to see if there was a solution.



I have Mobian installed on SD card and Manjaro Plasma Mobile on eMMC.



I have this entry in fstab to automount the SD card:



/dev/mmcblk0p2 /media/mmcblk0p2  f2fs auto,user,rw 0 0



In Manjaro:

Symlink in ~/Music to /media/mmcblk0p2/home/mobian/Music/ogg



Code:
ls -al ~/Music:
drwxr-xr-x  3 kde users 4096 Feb 24 10:00 .
drwx------ 20 kde users 4096 Feb 24 10:21 ..
drwxr-xr-x  3 kde users 4096 Feb 24 10:00 a-ha
lrwxrwxrwx  1 kde users  38 Feb 21 17:35 ogg -> /media/mmcblk0p2/home/mobian/Music/ogg


Code:
ls -al ~/Music/ogg/:
drwxr-xr-x 164 kde users  8192 Jul 31  2020  .
drwxr-xr-x  3 kde mobian 3488 Feb 22 07:43  ..
drwxr-xr-x  3 kde users  3488 Feb 23  2020  a-ha


Code:
ls -al ~/Music/ogg/a-ha:
drwxr-xr-x  3 kde users 3488 Feb 24 10:58  .
drwxr-xr-x 164 kde users 8192 Jul 31  2020  ..
drwxr-xr-x  2 kde users 3488 Feb 24 10:00 'Headlines And Deadlines The Hits Of a-ha'


Code:
ls -al ~/Music/ogg/a-ha/Headlines\ And\ Deadlines\ The\ Hits\ Of\ a-ha/:
drwxr-xr-x 2 kde users    3488 Feb 24 10:00  .
drwxr-xr-x 3 kde users    3488 Feb 24 10:58  ..
-rw-r--r-- 1 kde users 5360878 Feb 24 10:00  a-ha_01-Take_On_Me.ogg


Originally file and folder ownership was mobian:mobian, changing to kde:users hasn't helped, vvave fails to even display the ogg folder.



I created a mobian group with gid 1000:

Code:
cat /etc/group:
mobian:x:1000:kde,mobian
users:x:985:kde,mobian


and a user mobian just in case when I had mobian:mobian ownership:

Code:
cat /etc/passwd:
mobian:x:1000:1000::/home/mobian:/bin/bash
kde:x:1000:985::/home/kde:/bin/bash
Both kde and mobian users have uid 1000 but kde has gid 985, mobian 1000.


Any idea what I am doing wrong? What user / group is vvave using to try and access my ogg symlink?



The pinephone 16GB eMMC is not large enough for my music files, but the a-ha folder I copied to ~/Music/ is accessible by vvave.



I tried adding uid=1000 in fstab but that doesn't work.



Thanks for your help.


  [PRODUCT IDEA] PineCalc
Posted by: Computer semi-expert - 02-23-2021, 06:00 PM - Forum: General - No Replies

(Yes, I saw @tllim's post here but I thought I might as well post this anyway.)

I use a scientific calculator (Texas Instruments TI-30X IIS, to be exact) for schoolwork, and I like it, mostly. However, it is missing various capabilities which I would appreciate (e.g. it's missing some functions relating to processing data sets). This naturally gets me aggravated at my calculator for not providing such things, and furthermore makes me wish that TI provided a way to reprogram their calculators. (Ah, the value of open source software!)

This further led me to think: Hmm, a reprogrammable, open-source calculator... this sounds like it could be a Pine64 project! Therefore, I am throwing this idea out there in case anybody thinks it's a good idea.

As for specs:

- Given Pine64's recent interest in RISC-V, perhaps the calculator could have a low-power RISC-V CPU.
- This calculator should definitely be equipped with a solar panel to recharge the battery. I would get annoyed at a calculator that I had to recharge every night.
- A simple LCD panel would suffice for the display--it might not even need a backlight.
- RAM: not much would be needed; even a few kilobytes might suffice for a custom ROM, although Linux fans (like myself) would probably prefer the RAM to be in the megabytes to support Linux.
- Storage: again, not much; just enough for a ROM (or the Linux kernel) and a few bytes or so for storing user variables in memory.

Again, this is just my wild idea; if it's not a good idea, tell me.


  Verizon With Manjaro Plasma?
Posted by: U.P.Penguin - 02-23-2021, 11:20 AM - Forum: General Discussion on PinePhone - Replies (2)

Ordered one of the 'leftover' KDE CE Pinephones and am planning on using it with my current Verizon service when it arrives. Anyone have good experience with the Manjaro/KDE combo with Verizon? I had read that the Mobian / Phosh combo has worked well, so that is a definite option but am kind of a fan of the Plasma desktop and the mobile version looks very nicely polished!


  Firejail: Sandbox Pinephone/Pinetab Apps
Posted by: RTP - 02-23-2021, 12:12 AM - Forum: General Discussion on PinePhone - Replies (3)

I noticed interest in security and did a video on getting started with Firejail. While I demo it on the Pinetab (for viewability), I did the video with Pinephone users in mind.

Some users might think Firejail is unrealistically complicated-- the walkthrough will show you it's not.

You don't have to make a custom profile for each app (but you can customize later): Firejail has loads of ready profiles.

I go over what Firejail/Sandboxing is, how to use it, and use Firefox as an example. Towards the end we edit the Firefox button/icon on Phosh to make it run in Firejail sandbox by default. I also cover whitelisting so you do not lock yourself out of files while on Firefox.

Check it out here: https://youtu.be/7Q57Nj6Az3U

[Future videos will use another camera app- sorry about a couple moments of autofocus blurs!]


  Plasma Mobile - no data connection
Posted by: KNERD - 02-22-2021, 11:55 PM - Forum: Manjaro on PinePhone - Replies (9)

Just grabbed: Release 202102230241

I see it has gotten a connection to the cell provider by itself, but I am not getting a data connection.

Then looking at the settings, there is absolutely nothing in there at all do for manual settings.

What's going on with that?


  Pinephone inexpensive carriers and free carriers
Posted by: linux_n - 02-22-2021, 11:31 PM - Forum: General Discussion on PinePhone - Replies (8)

Hi is sister mobile or tello mobile compatible with pinephone? Also TextNow is now free without WiFi over the Nationwide Sprint Network would that be compatible with pinephone. I put my IMEI number on this 3 websites and it said is compatible but want to check with you guys first. Sister mobile is $5 per month and tello mobile is also $5 per month. Textnow is free unlimited talk ad unlimited text you only have to pay for the sim one time $9.99 activation kit. I am looking for a inexpensive phone service or free service for pinephone because i don't use alot of minutes or text on phone so low minutes would be ok. Let me know if any of these 3 phones services would be compatible with pinephone if not which do you guys recommend?


Heart PBP Arrives Tmmro, Manjaro 20.12 xfce, Seeking Install Notes/Tips/Tricks/Advice
Posted by: SpaceLord - 02-22-2021, 09:55 PM - Forum: Linux on Pinebook Pro - Replies (4)

Hello there Pine Community!

First Post! Woot! Super stoked to be joining what seems to be a pretty popin single board computer scene! 
Well then, On to me asking things and having problems before i even have the danm thing  Cool .

Im planning on swaping the O.S. it ships with too Manjaro XFCE, as ive read it is the least resource intensive of the bunch (if im mistaken please feel free to enlighten)
Now, a few things have caught my attention, One being that it dosent seem to like to install on the emmc from a SD? Umm beyond that most of the problems seem to be from almost a year ago.

So, that being said, If anyone has any important tips or tricks to make this go smoother and save me some pain, Now would be the time!, and if there already is this exact thread somewhere, Please link them for me to read over Smile

Thanks Yall! Heart


  Selling Spare Pinephone Motherboard (2GB)
Posted by: PixelPaintbrush - 02-22-2021, 06:18 PM - Forum: General Discussion on PinePhone - No Replies

Selling my spare UBPorts CE motherboard (2GB) for $85 (add $5 for insurance as  I believe Usps only insures the first $50 free) shipped in the US

It functions just fine, I've upgraded to a newer 3GB board and I'm looking to give this one a good home.  Feel free to contact me with any questions!