Posts by mglae
-
-
Technically it is no reboot only kodi is restarted after crash.
The crash occur while executing a Python addon, unfortunately there is no information which one.
There are errors logged for script.skin.info.service but this may not be related.
-
Oh, such old with a Pentium T4500. It may choke on the GPT partition layout we do use today.
A possible work around is to install a minimal linux distribution and add LibreELEC to grub.
-
systemctl restart lircd should do the same in autostart.
As a wild guess that is needed because you did change the lircd output socket. May be related to:
yes I've read it but did not understood this part:
-
-
This is fixed in the fresh mc 4.8.27. Expect a system-tools REV 125 update soon.
-
Forgot to mention that I've tried that too. The laptop just hangs at a blank screen.
Theoretically the installation can only differ on legacy BIOS CHS values. But I do not expect this to be an issue today.
Which notebook? Which LE image?
The installation image can directly be written to the HD using an imaging tool. Change DEFAULT installer to DEFAULT run in /syslinux.cfg to boot a persistent system.
For PXE booting see https://wiki.libreelec.tv/configuration/network-boot. I don't know if someone already did this with windows.
-
Install the drive in your other PC.
-
I don't know. Over the last years the issue popped up and vanished several times.
-
-
Is the autostart still needed? There is no real difference to the service.
es I've read it but did not understood this part:
As said, the wiki is outdated. lircd is started by the existence of /storage.config/lircd.conf. The remaining
looks OK although I've never used lircd.
The log shows issues in the lircd.conf:
CodeAug 19 08:25:27.807773 LibreELEC lircd-0.10.1[885]: Notice: /storage/.config/lircd.conf: devinput: Multiple definitions of: KEY_PAUSE Aug 19 08:25:27.807894 LibreELEC lircd-0.10.1[885]: Notice: /storage/.config/lircd.conf: devinput: Multiple values for same code: KEY_PAUSE Aug 19 08:25:27.808011 LibreELEC lircd-0.10.1[885]: Notice: /storage/.config/lircd.conf: devinput: Multiple values for same code: KEY_RECORD [...]
and remote.xml:
Code2021-08-19 08:25:32.546 T:925 INFO <general>: Loading special://masterprofile/keymaps/remote.xml 2021-08-19 08:25:32.549 T:925 ERROR <general>: Keymapping error: no such action 'xbmc.quit()' defined 2021-08-19 08:25:32.549 T:925 ERROR <general>: Keymapping error: no such action 'xbmc.activatewindow(myvideos)' defined 2021-08-19 08:25:32.549 T:925 ERROR <general>: Keymapping error: no such action 'xbmc.activatewindow(mymusic)' defined [...]
-
killall is not working as expected, systemd will restart the services. Use systemd stop eventlircd;systemd stop lircd if really needed.
Did you read https://wiki.libreelec.tv/configuration/ir-remotes? Although it is outdated in the point that lircd today is only enabled by the existence of lircd.conf.
As usual providing logs via pastekodi may produce more feedback.
-
projectM is only available for Generic.
-
-
atric.rules.txt and lircd.conf.txt are using DOS line endings and do likely not work in LE.
-
Kodi working without audio device might be nice to have but no real bug.
From the web page Line Out is missing on your device.
As a guess: Try selecting pulseaudio in Kodi. Maybe wit a null device added by pacmd load-module module-null-sink sink_name=MySink.
-
Code
2021-08-14 07:27:28.069 T:991 INFO <general>: CAESinkALSA - Unable to open device "default" for playback 2021-08-14 07:27:28.131 T:991 DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=0" may be unconnected (no ELD data) 2021-08-14 07:27:28.132 T:991 DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=1" may be unconnected (no ELD data) 2021-08-14 07:27:28.132 T:991 DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=2" may be unconnected (no ELD data) 2021-08-14 07:27:28.133 T:991 DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=3" may be unconnected (no ELD data) 2021-08-14 07:27:28.133 T:991 DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=4" may be unconnected (no ELD data)
There are no audio devices detected. What are you using?
HDMI#2 seem to be connected. xrandr --verbose|paste may show more details.
For the failing pastekodi use pastekodi -c >mylog and put the file manually to a paste site.
-
Generic is using X11. Try xrandr instead.