Posts by mglae
-
-
You can order the systemd services with Before= and After=.
-
Mounting in autostart.sh is to late.
Switch to systemd mount, see /storage/.config/system.d/nfs.mount.sample and add Before=service.multimedia.vdr-addon.service.
-
On LE9 there is only the English vdr OSD.
On LE10 install and configure the Locale Addon.
-
Regulatory Domain is set correctly. Please check with iw reg get.
In LibreELEC-Settings some language codes including DE and SE are not detected. Fix will coming soon.
-
The package is build with empty CXXFLAGS and LFLAGS.
-
PKG_MAKE_OPTS_TARGET="CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS AUDIO="""
This is not working as expected, see packages/readme.mk:
Code
Display MoreFurther to this, toolchain variables that are defined in `setup_toolchain()` must not be referenced "globally" in the package as they will only be configured reliably after `setup_toolchain()` has been called during `scripts/build`. Any variable in the following list must instead be referenced in a package function such as `pre_build_*`, `pre_configure_*`, `pre_make_*` etc.: ``` TARGET_CFLAGS TARGET_CXXFLAGS TARGET_LDFLAGS NINJA_OPTS MAKEFLAGS DESTIMAGE CC CXX CPP LD AS AR NM RANLIB OBJCOPY OBJDUMP STRIP CPPFLAGS CFLAGS CXXFLAGS LDFLAGS PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR PKG_CONFIG_SYSROOT_DIR PKG_CONFIG_ALLOW_SYSTEM_CFLAGS PKG_CONFIG_ALLOW_SYSTEM_LIBS CMAKE_CONF CMAKE HOST_CC HOST_CXX HOSTCC HOSTCXX CC_FOR_BUILD CXX_FOR_BUILD BUILD_CC BUILD_CXX _python_sysroot _python_prefix _python_exec_prefix
-
-
There is a strange REGDOM-CHANGE message and the network is connected 6 min later:
CodeApr 11 18:29:09 FSMediaStation wpa_supplicant[426]: wlan0: Trying to associate with 40:2b:50:e9:c9:8d (SSID='FS-WLan' freq=2437 MHz) Apr 11 18:29:10 FSMediaStation wpa_supplicant[426]: wlan0: CTRL-EVENT-DISCONNECTED bssid=40:2b:50:e9:c9:8d reason=0 Apr 11 18:29:10 FSMediaStation wpa_supplicant[426]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD [...] Apr 11 18:35:16 FSMediaStation wpa_supplicant[426]: wlan0: Trying to associate with 40:2b:50:e9:c9:8d (SSID='FS-WLan' freq=2437 MHz)
You can try to set the correct regulatory domain via LibreELEC-Settings addon but I don't know if this help.
Do you have an idea how to restart kodi if it cannot establish internet connection.
Not OOTB. Mario77 's service can be modified to check the online status via connmanctl state and reboot after an interactive timeout.
-
busybox's ash is not using readline.
-
Code
Display More2021-07-26 20:22:08.619 T:1800377216 ERROR: Traceback (most recent call last): 2021-07-26 20:22:08.620 T:1800377216 ERROR: File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 50, in play_video 2021-07-26 20:22:08.627 T:1800377216 ERROR: video_streams = client.get_video_streams(context, video_id) 2021-07-26 20:22:08.628 T:1800377216 ERROR: File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 104, in get_video_streams 2021-07-26 20:22:08.637 T:1800377216 ERROR: video_streams = video_info.load_stream_infos(video_id) 2021-07-26 20:22:08.638 T:1800377216 ERROR: File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 515, in load_stream_infos 2021-07-26 20:22:08.652 T:1800377216 ERROR: return self._method_get_video_info(video_id) 2021-07-26 20:22:08.652 T:1800377216 ERROR: File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 860, in _method_get_video_info 2021-07-26 20:22:08.653 T:1800377216 ERROR: raise YouTubeException(reason) 2021-07-26 20:22:08.654 T:1800377216 ERROR: YouTubeException: This live stream recording is not available. 2021-07-26 20:22:08.655 T:1800377216 ERROR: [plugin.video.youtube] None
autoexec.py is working but youtube refuse to play.
-
1) You have to use Cusom EDID.
2) You may have to disable the display and to force HDMI output via kernel parameters. Use
to identify the device names.
Then add a configuration like video=HDMI-A-1:D video=LVDS-1:d to the APPEND line of /flash/syslinux.cfg
Note 1) I recommend to use the run feature of the installation stick for testing. This allow changing of syslinux.cfg on a different machine.
Note 2) If there are issues with the AMD driver of the old LE 9.2.6 kernel try LE 9.97.1
-
Nothing obvious. Did you install the correct image?
To avoid a new installation just drop the new img to /storage/.update or use the "Update" samba share and reboot.
-
From man readline:
CodeINITIALIZATION FILE Readline is customized by putting commands in an initialization file (the inputrc file). The name of this file is taken from the value of the INPUTRC environment variable. If that variable is unset, the default is ~/.inputrc. If that file does not exist or cannot be read, the ultimate default is /etc/inputrc.
-
You can only change configurations of daemon.conf.
IMO it is not possible to extend or change the *.pa files. The work around of calling pactl <command> is needed.
-
Seems the issue is the audio out reverts to HDMI after a reboot of the PI.
If you provide a log nobody has to guess that the Bluetooth Audio Device Changer addon is setting it's default device at boot ...
-
-
This is an autotools issue use ac_cv_func_malloc_0_nonnull=yes like here.