SSH into your LibreELEC device and navigate to the (hidden) update folder
cd /storage/.update
Check to make sure there are no files in the folder
ls -la
Download the update file (change the URL for the current release, etc.)
wget http://releases.libreelec.tv/LibreELEC-Generic.x86_64-10.0.3.img.gz
Once the download has completed, reboot to start the update process
reboot
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.
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.
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.
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.
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.
How can i convert the rc6_mce -------------------- to --------> rc6_mce.toml ?
*.toml needs LibreELEC 10.0.1.
The default LibreELEC 10.0.1 template is much shorter.
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.
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.
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.
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 don't get Custom IR-Remote support, can you please help me?
Using the wiki, I figured out that LE was using the keymap for tanix_tx5max for my Android box, copied the file from /usr/lib/udev/rc_keymaps to /storage/.config/rc_keymaps, figured out the keycodes using ir-keytable and edited the keymap file. Everything works.
I copied this keymap to a file with the name of my box, changed the name field to match and created a simple /storage/.config/rc_maps.cfg with the single line "* * path-to-new-keymap" but LE still wants to use the tanix_tx5max keymap.…
unmesh
August 16, 2021 at 12:20 AM
Info:
Code
cat .config/rc_maps.cfg.sample
# Keymaps table
#
# This table creates an association between a keycode file and a kernel
# driver. It can be used to automatically override a keycode definition.
#
#
# Format:
# driver - name of the driver provided via uevent - use * for any driver
# table - RC keymap table, provided via uevent - use * for any table
# file - file name. If directory is not specified, it is first looked up
# in /storage/.config/rc_keymaps, then /usr/lib/udev/rc_keymaps
#
# For example:
#
# driver table file
#
# gpio-rc-recv rc-streamzap streamzap
# gpio-rc-recv * justboom
# * rc-rc6-mce rc6_mce_new
# * * hauppauge_new
Display More
Test
Code
ir-keytable -c -w /storage/.config/rc_keymaps/rc6_mce_smk.toml
/storage/.config/rc_keymaps/rc6_mce_smk.toml: error: line 6: missing =
ir-keytable: Failed to read table file /storage/.config/rc_keymaps/rc6_mce_smk.toml
Try `ir-keytable --help' or `ir-keytable --usage' for more information.
I would say you can still use the same mapping files as before despite there's a new .toml format now (see the /usr/lib/udev/rc_keymaps/ folder).
Currently there's a backward compatibility supported in drivers so it should work if you have the ir-keytable configured properly (the better folder for customized mapping files should be /storage/.config/rc_keymaps ).
ghtester
November 28, 2021 at 4:10 PM
How can i convert my rc6_mce_smk from LibreELEC 9.2.4 to a working rc6_mce_smk.toml with LibreELEC 10.0.1 ?
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.
Check test
Code
ir-keytable -c -w /storage/.config/rc_keymaps/rc6_mce_smk.toml
Read rc6_mce table
/storage/.config/rc_keymaps/rc6_mce_smk.toml: keycode `KEY_PLAY2' not recognised, no mapping for scancode 0x04800f0416
/storage/.config/rc_keymaps/rc6_mce_smk.toml: keycode `KEY_LEFT2' not recognised, no mapping for scancode 0x04800f7420
Old keytable cleared
Wrote 126 keycode(s) to driver
Protocols changed to rc-6
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.
Yes, I can see the tuners at IP:9981 and they're working ok. The TVH server and client are on the same box. The server is set up with 3 usernames, admin, me, and *, with passwords for the first two, for administration, EPG browsing, and client interaction respectively. The 3rd is a default entry the first two are wizard created on first logging in to the web UI.
The client needs the IP of the server and 127.0.0.1 worked previously and I don't think hardcoding it to a 192.168.1.x will resolve…
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.