I would disconnect the fan for testing, and see whether you still need the workaround to avoid a reboot. If no workaround is needed after this, then something is fishy with the fan.
Posts by Da Flex
-
-
There is a chance that you've connected your fan wrongly, and that has caused your reboot issue. The fan eventually generates some voltage on a pin, which triggers a reboot.
So whatever fan you have, RTFM, and connect it wisely.
-
dumpkeys is missing on libreelec i guess, from quick googling did not find way to add it , any help would be appreciated.
I can only guess that dumpkeys is needed by the script to create a keymap.
You have to read, what dumpkeys (click the link) does, and find a workaround.
Our Wiki has instructions, how to create a keymap manually. Maybe that's your workaround for dumpkeys.
You still haven't described your used hardware and LE version, so I'm not wondering that little help is coming in.
-
Is there a way to check/ log what happens?
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
CEC setting: switch to "ignore", if TV is switched of -- devs might consider to set this behaviour as default, as faulty CEC behaviour seems to be quite common
I also use this setting. I don't think default settings will change because of that issue. Default means perfect world.

-
-
If your fan has an on / off mode (only two contacts in use), then you can apply the same wiring and software, like for the status LED. Switch it on by the auto-start script, and after shutdown the pin goes (hopefully, in your case) back to default state, which means off for the fan.
-
Good to hear. In my link at post #2 I gave instructions, how to power on / off a status LED. That's usable for your fan problem, too.
-
Use the default skin. It might be a wrong function mapping on a custom skin.
-
Disable the CEC adapter on the input settings (click on it, and deactivate it). I think RPi gets a CEC wake-up call after shutdown.
If you need CEC, only deactivate CEC wake-up functions on those settings.
If that doesn't help, provide a proper kodi.old.log, like I said above.
-
Thanks for the verification. Do you have a spare microSD? If yes, install LE 10.0.4 from scratch on it, and try again.
If no success with those factory defaults:
- create an advancedsettings.xml file, and activate log level 1
- after your next unwanted reboot, upload kodi.old.log to PasteBin (make sure that it's complete after uploading)
- post the resulting PasteBin URL
-
To be precise, you have two options:
a) SSH login from another PC
- find the IP of your LE device by using your router menu
- open a terminal on another PC, and type ssh root@<IP_OF_YOUR_LE_DEVICE> to connect to your LE device
- use the default password "libreelec" to finish the login
- to end your SSH session, just use the "exit" command
b) Use an LE terminal add-on
- download the "System Tools" add-on
- start the "Terminal" app
-
I tested a 64-bit build of LibreELEC and it does improve VC-1 playback.
Hopefully LibreELEC (Orion) 12 will be 64-bit by default.
That's a big thing!

-
How do I get to a command line to run parted?
Login by SSH.
-
I don't know. Menu shutdown works for me, so I eventually just have different settings.
Please login by SSH, and open /storage/.kodi/userdata/guisettings.xml with the nano editor.
My power management section looks like this. Try the same settings:
Code<setting id="powermanagement.displaysoff" default="true">0</setting> <setting id="powermanagement.shutdowntime" default="true">0</setting> <setting id="powermanagement.shutdownstate" default="true">1</setting> <setting id="powermanagement.waitfornetwork" default="true">0</setting> <setting id="powermanagement.wakeonaccess" default="true">false</setting> -
Thanks for clarifying! How can I tell that this has happened? I'm quite not familiar with Github
Keep an eye on our News and Announcements.
We always mention the used Kodi version. If it's newer than Kodi 20.0, go and get it.
We also have an RSS feed, just in case you want automatic notifications.
-
Install raspberry pi tools from repo. Pi3B+ shutdowns, if Kodi power off is used in libreelec 10.
This seems to be right. I'm using Raspberry Pi Tools for a long time, because I need it for the power button GPIO's. I usually shutdown by Kodi menu, and it still works since LE 10.
-
There is a subtitle bug in LE 10. Please update to LE 11 Nightly. Put that image into .update folder, and reboot to install.