| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
Yesterday, 06:53 AM
» Replies: 16
» Views: 33,939
|
Android Gaming Image
Forum: Game Station Emulation
Last Post: Mary_Davis
Yesterday, 01:14 AM
» Replies: 51
» Views: 110,415
|
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
Yesterday, 01:12 AM
» Replies: 3
» Views: 5,508
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: Mary_Davis
Yesterday, 01:04 AM
» Replies: 5
» Views: 3,750
|
Game Controllers
Forum: Game Station Emulation
Last Post: Mary_Davis
Yesterday, 01:02 AM
» Replies: 26
» Views: 69,162
|
Pinecil low temp mods?
Forum: General Discussion on Pinecil
Last Post: davidcoley
06-21-2026, 02:53 AM
» Replies: 0
» Views: 82
|
can't find pam library
Forum: General Discussion on PinePhone
Last Post: fxkl47BF
06-20-2026, 06:04 PM
» Replies: 0
» Views: 131
|
Updated Pinebook Pro?
Forum: General Discussion on Pinebook Pro
Last Post: tantamount
06-20-2026, 10:14 AM
» Replies: 2
» Views: 826
|
pmos firewall
Forum: General Discussion on PinePhone
Last Post: fxkl47BF
06-20-2026, 08:40 AM
» Replies: 0
» Views: 89
|
"USB access to SD" disapp...
Forum: General Discussion of PinePhone Pro
Last Post: jebez
06-19-2026, 06:40 PM
» Replies: 0
» Views: 204
|
|
|
| FB app |
|
Posted by: totilele - 07-20-2022, 10:18 AM - Forum: Manjaro on PinePhone
- No Replies
|
 |
Hi,
I haven't found any information about it anywhere else, so I'm asking here.
What should I do, if I use the Caprine app and the keyboard to type things doesn't come up? I have been copy-pasting the text which you probably can understand is horribly inconvenient. Is there any way to solve this?
Besides, I want to use the Tutanota app, but it doesn't seem to work (it's an outdated version in Discover and it cannot update itself automatically (the keyboard also does not pop up).
What should you do?
Thanks, guys, for any input
|
|
|
|
| U-BOOT Tutorial |
|
Posted by: hazz - 07-19-2022, 10:48 PM - Forum: General Discussion on ROCKPRO64
- No Replies
|
 |
Hi there,is there a good tutorial about the u-boot with example?
I've installed Freebsd on microSD card,and on a hd as well but i'd
Like to boot it from the HD as the main way.
I
|
|
|
|
| Is the Pinephone good for me? |
|
Posted by: FooTester - 07-19-2022, 12:56 PM - Forum: General Discussion on PinePhone
- Replies (5)
|
 |
I've been thinking of buying a Pinephone for quite a while now, but I don't really know if it's really the perfect phone for me, or if there's better.
I just want a phone for basic calling and messaging and also to goof around with a pocket terminal while staying open, and for relatively cheap.
For now I'm thinking of a Pinephone(Pro) with the keyboard shell.
Thanks.
|
|
|
|
| SPDIF output audio gaps |
|
Posted by: jssfr - 07-19-2022, 10:26 AM - Forum: Linux on RockPro64
- Replies (2)
|
 |
Hi there,
TL;DR: S/PDIF output is choppy, unclear whether hardware or software issue, any insights appreciated.
I got a ROCKPro64 running Debian stable (with the kernel pulled in from backports). I modified the devicetree to enable SPDIF, by disabling the other two i2s blocks and enabling the SPDIF blocks. I also re-routed the SPDIF signal to the Pi2 GPIO header (using the alternate pin which was already provisioned in the devicetree), because I didn't have a compatible 2mm pin socket available, and delivery times were in the order of months for those. I am connecting via a hand-soldered coax cable to the amp. I tried different cables and adapters to rule out the cabling as a source of problem.
S/PDIF output works in principle, but there are issues. In particular, the amplifier will irregularly fail to recognize the signal for a short moment (it has indicator lights for S/PDIF PCM which turn off briefly), like some kind of synchronization loss. This causes a gap in the audio.
After looking at the amplifier schematics (it is a Denon AVR-1910 and the service manual can be found on the internet), I realized that the signal is tied to GND using a 75 ohm resistor, which would result in significant peak current being sourced from the RK3399 GPIO. To mitigate that, I added a 2N7000 N-FET as driver, powered from the 5V rail with a 75 ohm resistor. This results in 33mA of peak current, I suppose, which should be fine for the 5V rail (any USB device may need more than that).
That way, I hope to have ruled out any cabling/power issues on the transmission line.
I am currently running nothing except mpd on the box. I tried with pulseaudio inbetween mpd and ALSA, but that did not fix the issues (although I *think* it reduced the issues somewhat, not 100% sure).
The rate of issues seems to correlate with the kind of content played back. 44.1 kHz 16 bit content seems to work better than 48 kHz 24 bit content. 96 kHz 24 bit content is completely unplayable (all you can hear are irregular pops on the output, somewhat like light drizzle rain on a metal roof). mpd is not saturating the CPU; it is between 5% and 30%, depending on the ALSA buffer and period time configuration. (With a buffer_time of 0.5s and a period_time of 1ms, I can get 96 kHz content to play somewhat, but with many, many gaps). There's also no significant iowait going on. Swap is turned off.
I took out my oscilloscope and looked at the signal on the wire and I noticed that most of the time (not always, but that may be my scope failing to trigger properly) when a gap occurs, the S/PDIF signal is interrupted. The smallest gap I saw was 22 microseconds. However, ALSA does *not* report a buffer underrun (via the EPIPE error code) to the application. (I also saw some significant ringing at the rising edges of my simplistic driver, which I removed with a 100pF capacitor in parallel to GND, but that did not change the issue.)
I am a bit at a loss at where to look at next. With ALSA not reporting an underrun, I'm not sure if this is a hardware or a software issue.
I saw someone else report a similar problem, but I can't find it anymore in the forums (the search is broken for me).
I'm not sure what to look at next. I'm not 100% sure this is a hardware problem, it may also be in the Linux kernel or whatnot. Feel free to move this thread if appropriate. I am trying to reproduce the issue with speaker-test currently, but so far I wasn't able to (unless when tweaking the buffer sizes well below any sensible threshold, at which point -EPIPE *is* returned from ALSA, suggesting that that then is another issue). Because of this, I decided to post this in the Linux subforum instead of the hardware one.
I appreciate any kind of input and I'm more than happy to provide scope traces, config files, schematics or anything else which may be useful in debugging this. Because I'm at this point rather clueless where to even start, I decided against uploading a swath of data, but don't hesitate to ask.
kind regards & thank you for reading,
jssfr
|
|
|
|
Black screen no matter the OS |
|
Posted by: joseph303 - 07-18-2022, 11:33 PM - Forum: General Discussion on PinePhone
- Replies (2)
|
.jpg/120px-Monarch_Butterfly_(2).jpg?dateline=1658211368) |
I got my pinephone a few days ago, I turned it on to check it was working, used the browser for a little bit and then turned the screen off. Since then the screen has been black. (But it is lighting up very slightly I think) I've tried flashing a few different OS's with jumpdrive (arch-arm with phosh and manjaro-arm with phosh.) and the screen stays black. I think the actual OS's are working because jumpdrive clearly works (Lets me see and flash to the eMMC from my pc) I just can't see anything on the screen. I also installed tow-boots installer on an sd and put it in the phone, but the screen merely flashes blue after turning it on and then goes dark again. That's everything I've tried, any suggestions would be appreciated.
|
|
|
|
| USB-C ROCKRPRO - HDMI |
|
Posted by: Daniele14521 - 07-18-2022, 08:52 AM - Forum: Pinebook Pro Tutorials
- Replies (1)
|
 |
Hi everybody,
I've a problem with the Rockpro64.
With the Port USB-C is possibile to tranfer video data?
I tried to connected an HUB (to the USB-C port of the Rockpro), this HUB contain 3 port USB and 1 port HDMI, i connect the 2 USB on the HUB Mouse and Keyboard and they function correcty, but if i connected the HDMI to the i can't see the video on the screen. But if i connected the HDMI directly on the Rockpro, i can see the video on the screen.
So, Why it doesn't work with USB C?
Thanks,
Daniele
|
|
|
|
| install packages pamac anbox |
|
Posted by: neithan76 - 07-18-2022, 07:13 AM - Forum: PinePhone Software
- No Replies
|
 |
hello i received today my pinephone.i use many years manjaro on my laptop.how i install packages on pinephone ? is there a pamac for pinephone? how i can install anbox on pinephone because i want to use whatsup and viber is there a documentation to read for all these ?
|
|
|
|
|