mrbriggs i checked on GitHub and the fix was merged after the official LE 10.0.2 release,so you will have to install a LE10 nigthly build .
Posts by Pretoriano
-
-
mrbriggs everything should work out-of-the-box now,both on LibreELEC 10.0.2 and LE11 nightlies.
Just connect the RTC module,add "dtoverlay=i2c-rtc,ds3231" to config.txt and then reboot.
-
I'm also using the "forced EDID" method ,generated by getedid for my TV and AVR (soundbar) and so far had no issues with HDMI sound .
So maybe there's something related to EDID,considering that in your case the "old/different TV" EDID was the culprit.
I wonder if the OP is forcing EDID too and also from a different TV (that would be a big coincidence )
-
On 28/05 there was a RPi kernel bump too,but 28/05 build works for you if i understood correctly .
And yes,there are a few ALSA related commits ,but if those are to blame,it would mean that it doesn't affect all Rpi4 revisions (it wouldn't be the first time when this happens ).
-
Thanks for the feedback, I tried to debug but can't see any error in log, just the HDMI audio is silent. To be tested with another HDMI device.
If reverting to a previous nigthly fix the issue ,then it rules out a possible hw problem (hdmi cable,microHDMI adapter or HDMI port).
-
Just tested here on my RPi4 8GB and HDMI output works just fine.
Here's my test environment :
Device: RPi4 8GB (with latest eeprom )
LibreELEC : LE11 - master - 02/06/2022 (self built)
Storage: 128GB SSD (USB)
Sound: RPi4 (HDMI)-> Soundbar (HDMI ARC) -> TV (HDMI)
Testing: Kodi UI sounds + Dolby Atmos Demos working OK with both PASSTHROUGH enabled and disabled.
-
LuRu i'm using the SH1106 (got it from Aliexpress an year ago).
As for the i2c bus (port), setting it to "2" in my config.txt doesn't seem to create any issue/conflict, but iirc people (based on some raspberry pi documentation) recommend to use a bus number higher than "2" because the lower ones might be reserved for other things (e.g. for eeprom).
-
Tested on LibreELEC 10.2/RPi4 and it works.
However, i had to modify my config.txt a bit because i used i2c bus3 on gpio 23,24 and the addon setting has only 0,1, 2 as possible options.
But beside that, the display works, so thumb up to the developer.
-
For me the best workaround until this is fixed, was to add the "storage" path to /storage/.config/samba.conf.
Then connect the samba clients with that path (e.g. //server_ip/storage).
-
What is the best apoach to compile the current nightly but ignoring the last samba update ?
Will patching packages/network/samba/package.mk (for the old 4.15.6 ) be enough ?
followed by:
PROJECT=RPi DEVICE=RPi4 ARCH=arm scripts/clean samba
PROJECT=RPi DEVICE=RPi4 ARCH=arm scripts/clean heimdal
PROJECT=RPi DEVICE=RPi4 ARCH=arm make image
?
thanks
You may try that approach, but last time i tried (right after the bug was discovered) that approach , it failed to build samba with both 4.15.6 and 4.16 RC1.
-
This line [script.module.inputstreamhelper] File libwidevinecdm.so not found in the ChromeOS image says all about it.
Try installing Widevine from alternative sources like the SlyGuy Common addon.
-
I also wondered about the "limited colour range" setting.
On my 10 years old Philips TV i noticed the same behavior as the OP, if i enable limited colour, then Kodi skin looks "washed out" with graysh black.
Also on my TV there's no setting to choose the colour range.It does have a PC Mode which may set the Full RGB, but the TV manual doesn't say anything about it.
-
Hmm, there was something wrong with the /storage/shutdown.log file, deleted it and now the shutdown.sh works with both reboot and shutdown parameters.
-
mglae i tried with "poweroff" paramater,same result,shutdown.sh doesn't seem to be triggered.
I also added a sleep 20,hoping that will help me catch some journal logs.
shutdown.sh script
Code
Display Morecase "$1" in halt) # your commands here ;; poweroff) sleep 20 echo '******' $(date) '******' >> /storage/shutdown.log ;; reboot) # your commands here ;; esac
journalctrl -f
Code
Display MoreApr 04 19:12:50 LibreRPi4 systemd[1]: Removed slice system-modprobe.slice. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped target Bluetooth. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped target Kodi Mediacenter Interface. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped target RPC Port Mapper. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped target Sound Card. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped target Timers. Apr 04 19:12:50 LibreRPi4 systemd[1]: clean-restart.timer: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Restart LibreELEC every day. Apr 04 19:12:50 LibreRPi4 systemd[1]: fstrim.timer: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Run fstrim on boot and weekly afterwards. Apr 04 19:12:50 LibreRPi4 systemd[1]: fullbackup.timer: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Run full backup weekly. Apr 04 19:12:50 LibreRPi4 systemd[1]: systemd-tmpfiles-clean.timer: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Daily Cleanup of Temporary Directories. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped target System Time Synchronized. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped target System Time Set. Apr 04 19:12:50 LibreRPi4 systemd[1]: Starting Save random entropy at shutdown... Apr 04 19:12:50 LibreRPi4 bluetoothd[1194]: Terminating Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopping Bluetooth service... Apr 04 19:12:50 LibreRPi4 bluetoothd[1194]: Endpoint unregistered: sender=:1.4 path=/MediaEndpoint/A2DPSink/sbc Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopping Broadcom sdio firmware update for BCM43430A1... Apr 04 19:12:50 LibreRPi4 bluetoothd[1194]: Endpoint unregistered: sender=:1.4 path=/MediaEndpoint/A2DPSource/sbc Apr 04 19:12:50 LibreRPi4 systemd[1]: cpufreq.service: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Set CPU frequency governor and its tunables. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopping Kodi Media Center... Apr 04 19:12:50 LibreRPi4 systemd[1]: ledfix.service: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped LEDfix Service. Apr 04 19:12:50 LibreRPi4 bluetoothd[1194]: Stopping SDP server Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopping RPC Bind... Apr 04 19:12:50 LibreRPi4 bluetoothd[1194]: Exit Apr 04 19:12:50 LibreRPi4 systemd[1]: wait-time-sync.service: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Wait for Kernel Time Synchronisation. Apr 04 19:12:50 LibreRPi4 add-random-at-shutdown[2792]: 4+0 records in Apr 04 19:12:50 LibreRPi4 add-random-at-shutdown[2792]: 4+0 records out Apr 04 19:12:50 LibreRPi4 add-random-at-shutdown[2792]: 2048 bytes (2.0KB) copied, 0.000522 seconds, 3.7MB/s Apr 04 19:12:50 LibreRPi4 systemd[1]: rpcbind.service: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped RPC Bind. Apr 04 19:12:50 LibreRPi4 systemd[1]: bluetooth.service: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Bluetooth service. Apr 04 19:12:50 LibreRPi4 systemd[1]: Finished Save random entropy at shutdown. Apr 04 19:12:50 LibreRPi4 systemd[1]: brcmfmac_sdio-firmware.service: Succeeded. Apr 04 19:12:50 LibreRPi4 systemd[1]: Stopped Broadcom sdio firmware update for BCM43430A1.
-
Description:
During some testing with some of my scripts that i'm running on shutdown and reboot, i noticed that the shutdown.sh script does not work.
shutdown.sh script used for testing:
Code
Display Morecase "$1" in halt) # your commands here ;; poweroff) # your commands here ;; reboot) # your commands here ;; *) echo '******' $(date) '******' >> /storage/shutdown.log ;; esac
The command used in the scrip is only used for testing purposes and it's working correctly with the autostop.sh .
Test results:
After several shutdown and reboots, both from Kodi UI and with SSH commands, the shutdown.log it's empty (the file was previously created by autostop.sh).
It seems that it was also discussed here but without any conclusion.
-
Can you provide a sample from the video that it's causing this?
Also, i would try with the RPi out of the Argon case, just to make sure that the case is not part of the equation.
-
LybsterKodi personally i'm using a cheap armour case and on top of it i have a (expensive, i must admit) Noctua fan without any fan speed control (used to have such a control with the case's original, cinese fans) and it's deadly silent even during the night.
And temperature went down by at least 12°C, sitting around 30°C when idle and around 37°C when using Kodi to watch a movie (1080p at max).
Rpi4 runs at 1800MHz.
-
I had no issue installing that repo.
However, i'm glad that you solved the problem.