03-16-2019, 08:06 AM
(This post was last modified: 03-16-2019, 08:08 AM by Mrfixit2001.)
(03-16-2019, 12:49 AM)ziibii88 Wrote: Hello,
First of all I would like to thank @Mrfixit2001 and @Luke and the community for all the hard word and commitment for the development of the rockpro64 (rp64). Thanks you!
I got my rp64 board just few days ago and have been experimenting with various available images including the desktop and minimal releases. So far this is the best one I have come across in terms of playback for audio and video. Like @NightCrawler504 I have also upgraded to rp64 from rpi3 to be used as a home media server with nas/file server. But to my disappointment there is still a lot of development that needs to happen before I can fully replace my rpi3 even though rp64 is vastly superior in performance and interface connectivity. However, I would like to contribute to the community as much as I can even though I am still a complete noob.
So after playing with this release for couple hours, I have hit wall when I tried to install NFS server. When trying to start the nfs-server it fails due to nfs or nfsd module not present in the kernel. So my question would be, is there any linux-headers available for 4.4.171 so I can compile the nfs/nfsd module and add to the kernel? Or if anyone be kind enough to point me to the right direction on how to get the nfs/nfsd module into the kernel without a full recompile?
Also on the side note, I did not have much time, but I tried to connect a bluetooth audio device, such as a JBL Charge 2+, it paired successfully however could not establish any connection to audio sink / headset and failed. I will try to test it again later. And also the volume from the 3.5mm jack is extremely low, I tried with different speakers and cables but to no avail. I am unsure if that is a software / hardware related matter. However, the volume from the HDMI out is fine.
For now thank you all for your continued support!
Hmm it appears to already be included in the kernel, but not as a module:
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
Full config output here: https://pastebin.com/FKzRTrWX
A few additions since that post, including cifs, aufs, and some additional networking netfilter drivers.
Also - the kernel source is on my GitHub if you want to compile from source.
SPDIF is on the list to be fixed :
![Smile Smile](https://forum.pine64.org/images/smilies/smile.png)
Nightcrawler - As for 4k and desktop - I'm pretty sure RPI won't do 4k at all, so comparing the two doesn't seem fair ;
![Wink Wink](https://forum.pine64.org/images/smilies/wink.png)
Streaming works fine in KODI on both libreelec and recalbox, but I've reached out to you on discord to try and help figure out why you've run into an issue.