Your system is fine. The important thing is the revision number, this allows you to distinguish between 2B, 3B, 3B+ etc.
Revision a020d3 means it's an RPi 3B+ - see here readme.md
so long,
Hias
Your system is fine. The important thing is the revision number, this allows you to distinguish between 2B, 3B, 3B+ etc.
Revision a020d3 means it's an RPi 3B+ - see here readme.md
so long,
Hias
The log shows that you are playing a movie with a DTS audio track and have DTS passtrhough enabled. So Kodi is transmitting the DTS stream as it is and the volume setting in kodi doesn't have any effect - this is what passthrough is meant to do so everything seems to be working as expected.
If you want multichannel audio output with volume control you have to use HDMI audio output and disable passthrough. Then kodi will decode the AC3/DTS streams, apply the volume setting and transmit multichannel PCM audio over HDMI.
so long,
Hias
The fix mentioned above is included in today's Milhouse build: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Could you test that on your RPi3 and report back if it works?
so long,
Hias
Thanks for the report, we could reproduce the issue and found a solution for it (see libinput: add support for absolute pointer motion by lrusak · Pull Request #15032 · xbmc/xbmc · GitHub ) which should be included in the next LibreELEC release.
so long,
Hias
Could you test with the latest LE alpha release (currently 8.90.009)?
By default it uses the official DVB drivers from the Linux kernel. With the driver addon chooser you can switch to 2 alternative sets of DVB drivers: latest drivers from linux kernel is a backport of (currently only a bit) newer official kernel drivers and TBS / CrazyCat add some out-of-tree drivers and patches that are not included in the official Linux kernel. LE 8.2 always used the CrazyCat drivers.
It would be interesting to know which set of drivers is required for your card and if the IR problem shows up with all of them or only on some specific ones.
Please also grab dmesg output when testing with the various DVB drivers and post them here (just run "dmesg | paste" and post the URL).
so long,
Hias
Do you get the volume change notification in Kodi when you press the volume buttons and does that change the level of the GUI sounds?
I just tried it here, on LE 8.90.009 and RPi3 plus a Hifiberry Digi and it worked fine. I also checked that it worked as expected while playing audio or a movie.
Note that volume changes won't have any effect when passtrhough is enabled, in this case the unaltered signal will be output.
so long,
Hias
Short answer: yes and yes.
The "wake from halt" function is a feature of the RPi firmware / bootloader. If you short GPIO3 (pin 5 on the header) to ground the RPi will start up again. This works always (AFAIK).
The gpio-shutdown overlay configures a GPIO to send a KEY_POWER keypress. Kodi handles this like the power button on a PC, which by default brings up the shutdown menu. You can change that to do an instant shutdown via keyboard.xml.
so long,
Hias
I've changed the title for you to make it more "interesting" for other users.
1) We know it's LE - that's why you're here,
2) Cinergy DVB-S2 Dual Tuner shouldn't be relevant.
I beg to differ, Cinergy DVB-S2 Dual Tuner could be very relevant - could you change the title back?
This is nothing I've seen before, as 2 IR devices are created and as they are identical the same configuration will be applied to both devices - and both will decode the signals thus giving double button presses.
Unless the device really should have 2 IR receivers (which would be very strange) I suspect this could be a driver bug and should be reported upstream.
finsher which LE version are you using, and which platform? Are you using the CrazyCat / TBS drivers or the standard kernel drivers?
The easiest workaround is to add "ir-keytable -s rc1 -c" to .config/autostart.sh for now.
so long,
Hias
Thanks a lot for the feedback and for your patience testing all those builds!
I think we should be settled now, tomorrow's Milhouse build will include the necessary changes to make bluetooth working on your box and if I didn't mess up and break other stuff they will be included in the next LibreELEC alpha/beta release as well.
so long,
Hias
Ah, no, I'm quite sure you didn't do anything wrong and missing firmware files are also (very certainly) not an issue - brcm/BCM4345C0.hcd was also missing in Mint but BT worked without it.
The issue is very certainly that the serial driver needed by your Atom CPU/board was missing and that the number of serial ports was limited to 4.
Can you check if this build works? libreelec-generic.x86_64-9.0-devel-20181205221534-01837ae.tar
I've changed the serial kernel options to (about) match with current Debian/Ubuntu configs which adds hopefully all options needed for your box.
so long,
Hias
sandin could you test this build? libreelec-generic.x86_64-9.0-milhouse-20181204160711-#1203b-g1f14e69.tar
It includes additional bluetooth drivers, hopefully your broadcomm BT adapter works with that. Either way dmesg would be interesting.
so long,
Hias
sandin I noticed in your log that you still have /storage/.cache/kernel-overlays/90-my-firmware.conf present - you can drop that now.
dmesg isn't showing any bluetooth adapters, so probably yet another kernel config option is missing.
Can you check if you get Bluetooth with Linux Mint? If it works there please post dmesg, journalctl -a, lsmod and lspci output from the working setup. This should provide some more hints.
so long,
Hias
Please remove all LibreELEC IR config changes (rc_maps.cfg, local rc keymap files, kodi keyboard/remote.xml files etc) and then reboot.
With an MCE remote or your Harmony configured as an MCE compatible remote things will work out of the box, if you still like to tweak button mapping you can do that with a kodi keymap or the keymap editor addon.
so long,
Hias
The poweroff issue should be fixed in the next build, to change the behaviour of of the power button change the mapping via a custom keymap or the keymap editor addon - LibreELEC uses the Kodi defaults now.
so long,
Hias
Ah, no, I meant selecting the Microsoft / Windows MCE Kodi profile in the Harmony configuration software. If you use that you don't need to configure anything in LE, it'll just work.
so long,
Hias
You can change the mapping via a custom keymap Keymap - Official Kodi Wiki or the keymap editor addon.
so long,
Hias
FYI: Netflix addon version 0.13.21 has been released a few hours ago and is available from the netflix repository. Auto-update worked well here and everything's fine again - for now ![]()
so long,
Hias