flump looks like this is your first time with Linux. Drivers in linux are in the kernel as modules. Drivers outside of the Linux kernel are distributed as dkms modules in a standard distro. Since libreelec has is read only os file system there is no way to install external drivers.
And by the words you are using to describe this drivers I tend to think those are for windows.
I just also upgraded from 8.0.2e in an s905x box, no problems. But i noticed before upgrading the libreelec menu>system is not displaying anything there is an error in the debug log for this. After the upgrade is not working either. Shall i create a new thread for this ?
edit: no problem, it was a custom update channel entry, after deleting the xml settings, the menu came back.
Is not possible. I use a Bluetooth audio receiver for watching movies with earphones. for adding an extra headphones I am considering a "Y" 3.5mm splitter.
For your case (both hp Bluetooth) try to get an extra USB Bluetooth adapter
LE8 supports NFS4 client connections (through mount/kernel), idmap is only needed server side.
Seems like mount in lacking support.
Code
beelink:~/nfs # mount -o vers=4 10.10.0.12:/videos test
mount: NFSv4 not supported
mount: mounting 10.10.0.12:/videos on test failed
beelink:~/nfs # mount -t nfs4 -o vers=4 10.10.0.12:/videos test
mount: NFSv4 not supported
mount: mounting 10.10.0.12:/videos on test failed
beelink:~/nfs #
Testing in debian you can mount nfsv4 with idmap disabled in server and client.
Libreelec 8.0 doesn't support nfs4 (is built in, but it lacks idmap i think), which would ease your way just by using port 111 and 2049. Problem is the client (v3) opens a random port below 1024, that changes for every mount. From what i know librelec doesn't provide a way to set this to a static port. Maybe a custom rebuild?, i wouldn't know where to start looking for this configuration.
You need to relax the outgoing connections, and use an input rule for established connections.
16:45:37.224 T:3895456672 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...)
Traceback (most recent call last):
File "/storage/.kodi/addons/service.bluetooth-audio/default.py", line 185, in <module>
client = BluetoothAudioClient()
File "/storage/.kodi/addons/service.bluetooth-audio/default.py", line 88, in __init__
self._setup_signals()
File "/storage/.kodi/addons/service.bluetooth-audio/default.py", line 118, in _setup_signals
member_keyword='signal')
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 148, in add_signal_receiver
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 400, in add_signal_receiver
RuntimeError: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...)
-->End of Python script error report<--
16:45:37.225 T:3895456672 INFO: CPythonInvoker(9, /storage/.kodi/addons/service.bluetooth-audio/default.py): waiting on thread 18446744073024930720
Ok, i installed manually by placing it in the addon folder, then enable it with kodi. I got an debug error in the log. Do you want to discuss it here, another thread or github?
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
this is the shell script that switches the audio device to pulse when device gets connected
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
I currently have a python daemon that listens to the dbus interface, so when the bluetooth device (bt audio receiver) is turned on and auto paired with libreelec, this daemon executes a bash script that changes the audio device from hdmi to pulse. My libreelec is an amlogic s905x.
The daemon doesn't filter by connected device mac address, is whatever bluetooth device gets connected.
This is my first post, here is my remote.conf is for beelink mini MXIII II using LG magic remote. The remote has numpad, color, arrows, back and enter button working. The remote works by configuring in the LG tv as universal remote as BlurayDVD Player/control type 2.
This second on is for harmony logitech 650 against the same amlogic s905x device, the remote is configured as Droidbox T8, all buttons available Dropbox - remote1.conf