Posts by mglae
-
-
BusyBox's ether-wake is included.
-
You have to unpack 9.80.11-Generic-x86_64-service.tvheadend43-9.80.11.100.zip and install from the included zip.
-
just compiled the actual version "devel-20210309113011-c9205b6" and at startup-screen following message is shown:
depmod: ERROR: fstatat(5, nvidia.ko): No such file or directory
Do you see the same error with latest nightly from Index of /?
A second observation I did was that, if I backup my setting with LibreElec-addon, the MessageBox, showing the progress is only shown for some milliseconds and then disappears. The backup is done properly.
This is already fixed in LibreELEC-settings repo, you can test with Testing LibreELEC-settings addon · Issue #4547 · LibreELEC/LibreELEC.tv · GitHub
-
Unfortunately the amdgpu driver is crashing/hanging on your 3400G with any kernel. My only suggestion is to not using suspend until this is fixed.
-
From the announcement the major improvements of the 3B+ are a slightly increase in CPU speed, gigabit ethernet and ac WIFI.
The new ethernet chip is still attached via USB while WIFI is connected via SDIO.
Use lsusb -t or lsusb -v to list the USB classes.
-
-
-
Da Flex What do i miss in the logs?
-
It's:
CodeApr 11 16:28:37 LibreELEC kernel: usb 1-1.5: new high-speed USB device number 6 using dwc_otg Apr 11 16:28:37 LibreELEC kernel: usb 1-1.5: New USB device found, idVendor=0bda, idProduct=c811, bcdDevice= 2.00 Apr 11 16:28:37 LibreELEC kernel: usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Apr 11 16:28:37 LibreELEC kernel: usb 1-1.5: Product: 802.11ac NIC Apr 11 16:28:37 LibreELEC kernel: usb 1-1.5: Manufacturer: Realtek Apr 11 16:28:37 LibreELEC kernel: usb 1-1.5: SerialNumber: 123456But it is unlikely that needed rtl8821CU driver not included in the kernel source will be added.
-
eckhardehm Your link http://ix.io/2RbK of the second try is OK.
chewitt HiassofT RPI vcgencmd error detection is failing in pastekodi
-
-
From the technical view the sound device is closed in Kodi and opened in Chrome.
To control the volume in Chrome install and test one of the Chrome Sound/Volume Apps.
-
Untested:
Bash
Display More#!/bin/sh WATCH_PROCS="chrome" watched_procs() { for p in $WATCH_PROCS; do pidof $p >/dev/null && return 0 done return 1 } IDLE_SHUTDOWN_ALLOWED_LAST_STATE=-1 while true do KODI_RUNNING=`ps -A | grep kodi.bin | grep -v grep | wc -l` if [ 1 == $KODI_RUNNING ] ; then SSH_ACTIVE=`netstat -tnpa | grep 'tcp.*:22.*ESTABLISHED.*' | wc -l` NFS_ACTIVE=`netstat -tnpa | grep 'tcp.*:111.*ESTABLISHED.*' | wc -l` SMB_ACTIVE=`netstat -tnpa | grep 'tcp.*:445.*ESTABLISHED.*' | wc -l` ( [ $SSH_ACTIVE -gt 0 -o $NFS_ACTIVE -gt 0 -o $SMB_ACTIVE -gt 0 ] || watched_procs ) && IDLE_SHUTDOWN_ALLOWED=1 || IDLE_SHUTDOWN_ALLOWED=0 if [ $IDLE_SHUTDOWN_ALLOWED_LAST_STATE != $IDLE_SHUTDOWN_ALLOWED ] ; then IDLE_SHUTDOWN_ALLOWED_LAST_STATE=$IDLE_SHUTDOWN_ALLOWED kodi-send --action="AllowIdleShutdown" if [ 0 == $IDLE_SHUTDOWN_ALLOWED ] ; then kodi-send --action="InhibitIdleShutdown(false)" else kodi-send --action="InhibitIdleShutdown(true)" fi fi fi sleep 60 done -
Fixed in kodi, not yet included into LE.
-
Somewhere down the line iw moved to the image. Just type iw.
-
-
Nightly addons are available on Index of /addons