Posts by mglae
-
-
The settings are stored in /storage/.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml.
You may have to stop kodi before modifying: systemctl stop kodi. To start again: systemctl start kodi.
-
Required but not sufficient.
If you don't need bluetooth try the development version from Testing LibreELEC-settings addon · Issue #4547 · LibreELEC/LibreELEC.tv · GitHub
-
Is fixed in nightly 20210107. Please test.
-
Removing dbus-python from LibreELEC-Settings addon is work in progress.
If you do not need bluetooth try the Development Version from Testing LibreELEC-settings addon · Issue #4547 · LibreELEC/LibreELEC.tv · GitHub.
-
There is already Chrome 9.2.0.104 in the repo.
-
Usually TVs delay the audio by the time they do need to process video.
-
-
You can just rebuild the package:
CodePROJECT=Generic ARCH=x86_64 scripts/clean pixman PROJECT=Generic ARCH=x86_64 scripts/build pixman:hostOr using MT build with generated log:
CodePROJECT=Generic ARCH=x86_64 scripts/clean pixman PROJECT=Generic ARCH=x86_64 scripts/buildmt pixman:hostAfter changing the package contents the clean step is not needed.
Use a pastebin site for posting logs. Please add build.LibreELEC-Generic.x86_64-9.80-devel/build/pixman-0.40.0/.x86_64-linux-gnu/build.ninja
To test configure build type add PKG_TOOLCHAIN="configure" to package.mk.
-
Does it fail on compiling pixman:host or pixman:target? Please always provide full logs from the failing package.
Meson may be part of the problem, the package is only configured for configure.
-
chewitt Was corrected in post #3 :-)))
-
Fixed in 20201230 nightly.
-
-
Optional suffix is possible:
Code# sleep --help BusyBox v1.31.0 (2020-10-25 23:41:19 UTC) multi-call binary. Usage: sleep [N]... Pause for a time equal to the total of the args given, where each arg can have an optional suffix of (s)econds, (m)inutes, (h)ours, or (d)aysautoexec.sh does not need to be executable, to create or add the delay just do:
-
Sorry, my fault. "dumb" was lost by accident. Will PR a fix.
-
I'm sure you already know, but:
The default device has no passthrough capabilities, but support 7.1 channels PCM:
CodeDevice 1 m_deviceName : @ m_displayName : Default (NVidia CK804 NVidia CK804) m_deviceType : AE_DEVTYPE_PCM m_channels : FL, FR, BL, BR, FC, LFE, SL, SR m_streamTypes : No passthrough capabilitiesThe only passthrough device is the S/PDIF device with 2 PCM channels (5.1 via AC3):
CodeDevice 4 m_deviceName : iec958:CARD=CK804,DEV=0 m_displayName : NVidia CK804 m_deviceType : AE_DEVTYPE_IEC958 m_channels : FL, FR m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512I'm afraid as long you do not find a physical connection and kodi configuration to output hearable sound via the S/PDIF interface (like TV(AC3) from Audio quickstart guide - Official Kodi Wiki) there is no passthrough support.
-
chewitt Did not look for any discussion.
The error message in the source is here. In mt7601u_init_hardware() first the firmware is loaded in mt7601u_mcu_init() and later the EEPROM is checked in mt7601u_eeprom_init().
-
I'm afraid you both do waste your time. The firmware is loaded successfully and the version is printed but the driver does not support devices without EEPROM (or valid EEPROM data).