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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,107
» Latest member: yt808
» Forum threads: 16,362
» Forum posts: 117,532

Full Statistics

Latest Threads
Pinephone software
Forum: General Discussion on PinePhone
Last Post: zetabeta
7 hours ago
» Replies: 1
» Views: 125
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
Yesterday, 11:02 AM
» Replies: 0
» Views: 68
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,026
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 221
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 115
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,588
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,200
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 268
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 192
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,669

 
  No sound from rockpro64 audio jack.
Posted by: rahulsharma - 02-27-2019, 03:40 AM - Forum: General Discussion on ROCKPRO64 - Replies (2)

Hi, i am using ubuntu18LTS on my rockpro64.
uname -a
Linux rockpro64 4.4.138-1097-rockchip-ayufan-gb5128c0a1684 #1 SMP Sat Sep 29 15:08:06 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux


aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=rockchipes8316c
    rockchip,es8316-codec, 
    Default Audio Device
sysdefault:CARD=rockchipes8316c
    rockchip,es8316-codec, 
    Default Audio Device
default:CARD=rkhdmidpsound
    rk-hdmi-dp-sound, 
    Default Audio Device
sysdefault:CARD=rkhdmidpsound
    rk-hdmi-dp-sound, 
    Default Audio Device


It looks like there is audio driver but still not able to hear any sound from 3.5mm audio jack.

Also i tested with a simple flite based command line text to speech test-
flite -t hello
It throws error-
audio_open_alsa: failed to set hw parameters. Invalid argument.

As note-
mplayer test.mp3
MPlayer 1.3.0 (Debian), built with gcc-7 © 2000-2016 MPlayer Team
do_connect: could not connect to socket
connect: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing test.mp3.
libavformat version 57.83.100 (external)
Audio only file format detected.
Clip info:
Title:
Artist:
Album:
Year:
Comment: converted by convert2mp3.net
Genre: Unknown
Load subtitles in ./
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 44100 Hz, 2 ch, s16le, 192.0 kbit/13.61% (ratio: 24000->176400)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
AO: [pulse] 44100Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A: 11.2 (11.1) of 2340.0 (39:00.0) 0.7%


MPlayer interrupted by signal 2 in module: play_audio
A: 11.3 (11.2) of 2340.0 (39:00.0) 0.7%



mpv test.mp3
Playing: test.mp3
(+) Audio --aid=1 (mp3 2ch 44100Hz)
File tags:
Comment: converted by convert2mp3.net
AO: [pulse] 44100Hz stereo 2ch s16
A: 00:00:13 / 00:39:00 (0%)


Exiting... (Quit)


It seems song is being played but no sound,

Any suggetion?
Thanks


  Tutorial[ Multimedia ] : Play DVD movies
Posted by: tuxd3v - 02-26-2019, 07:21 PM - Forum: RockPro64 Projects, Ideas and Tutorials - No Replies

Hello All,
DvD movies have a security system called  css ..
Without a proper Library capable of reading the Dvd you will not be able to play movies..

Pay attention to the Legislation on your Country, in case its ok..

videolan.org Team have a library, for that, but they don't provide a aarch64 package..
I haven't found it in the ayufan repo, with the correct name..but its there with 'libdvd-pkg' , its a package that automates the process of downloading, compiling and installing, but I got Errors with it..


So I compiled the Source Code..
The last version is 1.4.2.

1). Clone the project:

Code:
cd /opt && git clone --branch 1.4.2 https://code.videolan.org/videolan/libdvdcss.git && cd libdvdcss

2). Remake Gnu Build system files in all dirs to default to '.'
Code:
autoreconf -i

3). Configure with prefix to install in '/usr/local'( its already the default..)
Code:
./configure CFLAGS="-O3 -march=armv8-a+simd+crypto+crc -mtune=cortex-a72.cortex-a53" --prefix=/usr/local

4). Compile the code
Code:
make -j4

 5). If no errors, install:

Code:
make install
 
6). Check if Libraries are really there:
Code:
root@rockpro64:/opt/libdvdcss# find /usr -name libdvdcss\*
/usr/local/lib/pkgconfig/libdvdcss.pc
/usr/local/lib/libdvdcss.la
/usr/local/lib/libdvdcss.so.2.2.0
/usr/local/lib/libdvdcss.a
/usr/local/lib/libdvdcss.so
/usr/local/lib/libdvdcss.so.2
/usr/local/share/doc/libdvdcss

7). Remove all the downloaded source code:
Code:
cd / && rm -rf /opt/libdvdcss

Done!!

Now the player,
I think for now the best option is the mpv, or any skin for it, ..bsplayer?
I use bsplayer which uses mpv beneath, and its easy to configure legends, sound tracks and so on.., it seems to consume less resources..


Hope you enjoy,
Best Regards


  These fell out of my Pinebook when I tried to replace the eMMC.
Posted by: frank-zappa - 02-26-2019, 06:19 PM - Forum: General Discussion on Pinebook - Replies (6)

These fell out of my Pinebook when I was upgrading the eMMC.
I cannot figure out where they came from. They are magnetic and stick to each other quite easily.
Can anyone tell me where they are from and how to put them back? Are they important?
    Any help greatly appreciated.


  Image for ZFS on PCIe SATA drives with OpenVPN and WiFi
Posted by: caillou - 02-26-2019, 05:14 PM - Forum: Linux on RockPro64 - No Replies

TL;DR Which distro/image supports ZFS, PCIe SATA card, OpenVPN Client, and optionally WiFi?

—-

I have finally received my RockPro64 4GB with the NAC case, eMMC module, PCIe card and WiFi module.

My goal is to build a remote backup server for important ZFS datasets on our home server.

The home server runs Ubuntu with ZFSonLinux. 

Ideally, the backup server connects via WiFi and is configured through systemd. It will need to connect to the home server via OpenVPN.

To my questions:

1. Being completely new to Linux on ARM, I would appreciate some help with the choice of the distro/image to achieve my goal.
2. Which network manager would you then recommend to automatically connect to my OpenVPN server?
3. I forgot to buy the eMMC USB adapter. Is it feasible to boot from an SD card and then dd onto the eMMC?

I have read that WiFi and PCIe is not possible in parallel, so I made the WiFi requirement optional.


Question Is the 11,6" Pinebook display matte or glossy?
Posted by: axl - 02-26-2019, 01:08 PM - Forum: General Discussion on Pinebook - Replies (2)

Seen photos online where the display seems to be matte while other look glossy.

Is the 11,6" Pinebook display matte or glossy?


Thinking of picking one up to replace my glossy ipad 3 - for reading programming books and running the exercises on it.


  Issues with SD Card and Running Android
Posted by: Twistedx - 02-26-2019, 11:58 AM - Forum: Android on Pine A64(+) - No Replies

Im new to this whole thing but I have an issue. I have a pineA64 1gb that I use to run andoid in my car for my tuning software and guages. I have it running through the HDMI to my screen and i have it hardwired to a power source as well as a battery backup(the tripple 18650 case from pine). 

My problem: I will go out to the car and it wont load up, says no hdmi output(more freqently now that its cold, even if I bring the computer in the house and hook up to my TV it still says the same thing) but to get it to work again i to have to wipe the SD card and then reinstall the android image. Now I dont shut down the computer, its running all the time so i should just be able to turn my monitor on and it there for me to use but nearly every week im having to wipe and re-etch the image. What can I do to stop this? I have even gotten to the point where I remove the computer and bring it in the house so the cold wont affect it but I still have to wipe it every week it seems.


  Pine64 not powering up.
Posted by: skylab - 02-26-2019, 09:19 AM - Forum: General Discussion on PINE A64(+) - Replies (5)

Hello everyone, I have a Pine64-db rev b i bought a while ago, i've never used it and it was sitting in the static bag , i now decide to use it with
octoprint for my 3d printer and i applied power and while the monitor get drive for a few seconds, it reverts to no signal present , only the power 
led is illuminate , the usb keyboard led flashes when power is applied but thats it..it sits there dead..nothing , can anyone help me how to proceed
from here.


  Rock64 generally unstable?
Posted by: Sputnik - 02-26-2019, 02:31 AM - Forum: General Discussion on ROCK64 - Replies (9)

For weeks I have been trying to get my Rock64 4GB into a stable system state.

It does not work properly and there are many problems with it. I tried a lot for weeks until I realized that it wasn't the operating system or a program. Even when idle on a freshly installed system (stretch-minimal-rock64-0.7.11-1075-arm64.img), error messages appear on the console after some time and the system hangs.
Copying large files reproducibly brings the system to a standstill. I am using an original power supply, the CPU temperature is not higher than 55°C.Now I suspect a hardware problem.

- Is there a program to check the hardware reliably?
- What else can I try?

Regards, Sputnik


Message from syslogd@nextcloudpi at Feb 25 20:39:10 ...
 kernel:[275628.666184] 3f60: 0000000000000001 0000000000000001 0000007f99e53d88 0000007f99e574c8

Message from syslogd@nextcloudpi at Feb 25 20:39:10 ...
 kernel:[275628.678344] 3f80: 0000007f99e56000 0000000000000001 0000007f99e58a20 0000000000000000

Message from syslogd@nextcloudpi at Feb 25 20:39:10 ...
 kernel:[275628.690489] 3fa0: 0000000000000000 0000007ff3c3dc20 0000007f99d46300 0000007ff3c3dc20

Message from syslogd@nextcloudpi at Feb 25 20:39:10 ...
 kernel:[275628.702503] 3fc0: 0000007f99dafa7c 0000000060000000 0000000000000000 000000000000005e

Message from syslogd@nextcloudpi at Feb 25 20:39:10 ...
 kernel:[275628.714493] 3fe0: 0000000000000000 0000000000000000 0000000000000000 000000000000000


  Debian build from mrfixit2001
Posted by: Luke - 02-25-2019, 05:28 PM - Forum: Linux on Rock64 - Replies (18)

A minimal debian build from mrfixit2001 for the Rock64 is now available.

Supports number of features: higher CPU/GPU frequencies, additional peripheral drivers in kernel (especially WiFi and BT USB dongles), configured Mali blob, numerous fixes, etc.,


  ayufan 0.7.12 pre-release images (help testing)
Posted by: Luke - 02-25-2019, 02:54 PM - Forum: Linux on RockPro64 - Replies (11)

New pre-release images from ayufan are now available. Help testing, submit prs and fixes. Feedback welcome.