| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,703
» Latest member: bestleo
» Forum threads: 16,261
» Forum posts: 117,195
Full Statistics
|
| Latest Threads |
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
6 hours ago
» Replies: 1
» Views: 65
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: biketool
7 hours ago
» Replies: 3
» Views: 170
|
auto-owning the SD card i...
Forum: PineTab Software
Last Post: biketool
Yesterday, 04:16 AM
» Replies: 1
» Views: 384
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: Stunnned
11-24-2025, 01:27 PM
» Replies: 2
» Views: 192
|
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
11-23-2025, 02:02 AM
» Replies: 8
» Views: 15,547
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
11-22-2025, 08:25 PM
» Replies: 1
» Views: 235
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 639
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 220
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 496
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,200
|
|
|
| Changing regulatory domain (CRDA) on the wifi adapter |
|
Posted by: newton688 - 06-30-2020, 07:56 AM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
Hello,
The wifi has been particularly bad with the PBP in my house, but not my other devices. I've been having issues with dropping connections and very slow connections here. Someone explained to me on IRC that the regulatory domain (CRDA) may be set incorrectly on the wifi so the signal levels and frequencies may not be lining up correctly.
So, this is what I did to get the regulatory domain set correctly to Canada with Manjaro:
1) Install the wireless-regdb package with 'sudo pacman -Syu wireless-regdb'
2) Edit the /etc/conf.d/wireless-regdom uncommenting the line with the correct two letter country code for your area
3) Reboot
You can confirm the regulatory domain of your wifi by running 'sudo iw reg get'
If it shows "Country <your_two_letter_code>: ..." then it is now set.
However, if it shows "Country 00" then it is set to a worldwide default, which may not be optimal.
I hope that this helps others to improve the wifi on the PBP.
Chris
|
|
|
|
| cell phone film on PinePhone |
|
Posted by: xinyiman - 06-30-2020, 06:51 AM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Goodmorning everyone. I have a question. I received the PinePhone in the past few days and I immediately removed the film that is provided in the packaging. But looking at the cell phone carefully there seems to be a second film to protect the display. It's possible?
|
|
|
|
| desktop apps on Manjaro |
|
Posted by: dawg161 - 06-30-2020, 05:41 AM - Forum: Manjaro on PinePhone
- No Replies
|
 |
Hello!
First I want to say thank you for the alpha 5 image- this is a nice implementation of plasma.
I'm most excited about the pinephone as a convergence device, and I feel like this is one of the most likely projects to realize that goal. I've thus been trying to install desktop apps and had some success and a lot of failure.
I've managed to get xorg-xcalc to work so well it might be my default calculator from now on. I got the simple text editor Leafpad to install and all mouse actions work great, but I can't get the plasma keyboard to input info to it. I can't get Libreoffice to load at all.
Does anyone have any tips and tricks, or is this just a crazy use of the pinephone where it's at right now
Thanks
|
|
|
|
| Questions |
|
Posted by: xinyiman - 06-30-2020, 03:25 AM - Forum: UBPorts on PinePhone
- Replies (7)
|
 |
Hello everyone, I have some questions.
1. I know that the camera is not yet supported by ubports. Do you know when this will happen?
2. I am unable to receive files via bluetooth even if the connection between the two devices is successful
3. Can't change APN settings. Is there a guide on how to do it? Thanks so much.
4. I can't activate the speaker during calls. How you do it?
|
|
|
|
| Flashlight application |
|
Posted by: a-wai - 06-30-2020, 02:42 AM - Forum: Mobian on PinePhone
- Replies (24)
|
 |
Hi there!
I know we don't have a working camera yet, but there's no reason we shouldn't be able to use the flash LED, right?
So I've hacked a small app to do just that: turn the flashlight on and off.
You can install it with:
Code: sudo apt install flashlight
(requires a reboot)
Source code is there (yes, it's a hack, like I just said)
Note: you need an up-to-date kernel, so please make sure you have installed the latest upgrades first
|
|
|
|
| Testing and Donating |
|
Posted by: jmasters - 06-30-2020, 12:30 AM - Forum: UBPorts on PinePhone
- Replies (2)
|
 |
Hi Everyone,
I received my new Pinephone yesterday and was very impressed with the build quality. despite watching the videos, I was really expecting something more brick-like and not the nice form factor it arrived in. The OS experience is pretty similar to what I had seen in the videos. Its very early days and needs some work.
This is where my questions come in. I'm not very good at coding so can't really be of use there. However, is there any testing that I could be doing that would help the project? I get that it's not ready as a daily driver but I want to help this succeed and want to know how I can help out.
Second questions is around donating. I know that Ubports has a donations page and I plan on doing something there. Is there something similar for Pine64?
Thank you!
Jmasters
|
|
|
|
| Fixing audio after deep sleep: Work Thread |
|
Posted by: Syonyk - 06-29-2020, 05:24 PM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
One of my major annoyances with the PBP right now is that sound doesn't work after deep sleep.
I'm using Ubuntu 20.04, the 5.7 kernel from Manjaro/tsys with the hwaccel patches, and the BSP uboot (as the mainline uboot/ATF don't support deep sleep yet, and I consider this an important feature). If you're following along, you're on your own if you're doing something different.
Coming out of deep sleep, the system simply doesn't have sound. If you run the proper incantations, and things aren't using the sound devices, you can, with a bit of fiddling, get sound working again.
Experimentally, playing with modules, I traced the issue down to module snd_soc_es8316 - coded up here: https://gitlab.manjaro.org/tsys/linux-pi...s/es8316.c
Compare this with, say, the es8328 file: https://gitlab.manjaro.org/tsys/linux-pi...s/es8328.c
You'll notice, if you look in the ops struct, that there's a suspend and resume function in the 8328 codec - but NOT in the 8316 codec!
My theory is that the reason there's no sound after deep sleep is because the 8316 driver simply doesn't know how to properly reset the codec after sleep. When the module is re-inserted, the device is re-initialized, which is why sound comes back - but there's no need to do this, if the module can simply perform the proper actions on resume. Right?
Let's implement that set of functions and try it out!
Hm. Copying the probe code into the resume handler doesn't appear to have worked. Time to go deeper.
|
|
|
|
|