Just uploaded the new build and it works fine.
I'm not using a Nvidia graphics cards just the internal intel gpu but I guess this library is mandatory for tvheadend.
Just uploaded the new build and it works fine.
I'm not using a Nvidia graphics cards just the internal intel gpu but I guess this library is mandatory for tvheadend.
20170919:
libretro-database: remove metadata for mame versions we don't use
nfs-utils: minor changes
Python: update to 2.7.14
mesa: update to bd903d4 (17.2.1)
llvm: update to 5.0.0
RPi,RPi2: add alsa card conf for IQAudIODigi to enable passthrough
busybox: disable nfs mounting support so the helper from nfs-utils is used instead
busybox: update to 1.27.2
RPi: update firmware to 756dd85
init: recover from a failed upgrade
With LLVM 5.0 and Mesa 17.2.1 the AMD Vega graphics card (which seems to create a lot of buzz these days) should be supported. There's also some minor improvements to Busybox and some fixes to NFS mounting.
I gave a try on another computer to LE remix but can't get audio working
I tested official build and it's working out of the box
my soundcard is HDA Intel PCH, CX20724 Analog and did not see revelant informations in logs
my problem is not hardware but volume set to 0, why your build does not unmute my soundcard as official build does?
everytime I boot I need to set amixer for 'Speaker+LO' and can't do a 'alsactl store' ?
and finally is there a way to change the terminal keyboard layout permanently?
20170919-2 uploaded, which enables HD audio on recent Intel hardware using the LSPCON converter for HDMI 2.0.
20170919-2 uploaded, which enables HD audio on recent Intel hardware using the LSPCON converter for HDMI 2.0.
That was fast work, just saw the fix on the kodi forum earlier. Thank you very much, will be testing shortly
Edit: Seems to be working on my Asrock J4205-ITX will test on my apollo lake nuc later.
Uploaded some new builds today where I've shaved off quite a few MB's from the image by excluding unnecessary files from the libretro database package.
@ escalade
I've played a little bit around because of the problem with NFS, but i can't fix the problem. I can't access to NFS rom all my Linux (i tested Xubuntu, Kubuntu and Linux Mint). When i try to mount the NFS share i have this error
with showmount -e 192.168.10.101 i have this message
on all my linux machines. NFS works when i connect from the Xubuntu machine to my notebook Linux Mint.
You have of course started the nfs server with systemctl start nfs-server?
Seems the NFS server isn't running.
the same when i try "restart".
systemctl status nfs-server
nfs-server.service - NFS server and services
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled; vendor preset: disabled)
Drop-In: /run/systemd/generator/nfs-server.service.d
└─order-with-mounts.conf
Active: failed (Result: exit-code) since Thu 2017-09-21 21:51:04 CEST; 12s ago
Process: 1966 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
Process: 1963 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS)
Process: 1960 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=1/FAILURE)
Sep 21 21:51:04 LibreELEC exportfs[1960]: Assuming default behaviour ('no_subtree_check').
Sep 21 21:51:04 LibreELEC exportfs[1960]: NOTE: this default has changed since nfs-utils version 1.0.x
Sep 21 21:51:04 LibreELEC exportfs[1960]: exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for expo
rt "0.0.0.0/0:/media".
Sep 21 21:51:04 LibreELEC exportfs[1960]: Assuming default behaviour ('no_subtree_check').
Sep 21 21:51:04 LibreELEC exportfs[1960]: NOTE: this default has changed since nfs-utils version 1.0.x
Sep 21 21:51:04 LibreELEC exportfs[1960]: exportfs: /var/media requires fsid= for NFS export
Sep 21 21:51:04 LibreELEC systemd[1]: nfs-server.service: Control process exited, code=exited status=1
Sep 21 21:51:04 LibreELEC systemd[1]: Stopped NFS server and services.
Sep 21 21:51:04 LibreELEC systemd[1]: nfs-server.service: Unit entered failed state.
Sep 21 21:51:04 LibreELEC systemd[1]: nfs-server.service: Failed with result 'exit-code'.
Display More
The v2 patch has no practical difference for you.
There's an infinite amount of information available at your fingertips on how to write a proper exports file. There's a proper working example at /usr/config/exports as well.
okay I was wondering if it fixes some quirks, for example if you change the fixed refresh rate from 50hz to 60hz HDMI audio stops working.
But where can i find the exports file or where do i need to create it (if the file doesn't exist)? The file at /usr/config is read-only and i can't edit it, and - as you said - its just an example.
The exports file is in /etc as in every other distribution. You'll notice that in my build it's a symlink to /storage/.config where LE keeps most it's config files. Sounds to me like the exports file you have is a leftover from a previous build of mine which could have had the wrong syntax for this version of nfs-utils.
exports(5): NFS server export table - Linux man page
EDIT: I noticed on my front page it still says that I share /var/media, which is incorrect, I only share /storage by default. Reason being that the crossmnt option is broken and mounted volumes needs to be specifically shared. I might fix this similar to how Samba does it in a future build.
This is the exports file on my system:
/storage 0.0.0.0/0(rw,insecure,anonuid=0,anongid=0,all_squash)
/media 0.0.0.0/0(rw,insecure,anonuid=0,anongid=0,all_squash)
i also added this line to it and restarted the system, without any effect.
(192.168.10.21 is the ip of the nfs client).
When i try showmount -e libreelec-ip i have the same error as before.
Has this error something to do with errors in the exports file or with the error when i run
?