Libreelec 8.2.5 is from April 2018
Posts by blueribb
-
-
What is the make and model of your libreelec computer ?
What make and model USB WIFI device is that computer using ?
-
I have had nothing but issues. I'm not supplying screen shots, I'm not supplying logs. I'm certainly not going to supply you with an explanation as to why I can't connect via Ethernet.
I'm certainly not going to change SSIDs or Passwords when all of this seems to work perfectly under the same OS on My 3B+This is a problem with this version of LibreELEC for the 4B, and it needs to be fixed. ASAP.
I don't understand why you can't supply the needed information to help with troubleshooting your problem
-
Try changing your WiFi network channel to channel 10
-
HI
I face same issue on my Samsung, when I did try with an Raspberry pi 4, CEC was not working.
But I have manage to get it working now
I did disconnect my Samsung from the power plug, for 20 minutes. (Not just turn off, but power cord disconnected)
After 20 min, connect power to tv, and start up. Go into settings, and disable HDMI-CEC.
After 30 sec, enable HDMI-CEC again. Shut down tv on remote.
Connect Raspberry pi, and power up tv.
Working for me.
Have been working for 2 days not, and have also disconnected PI, and connected again, still working
I found a similar tip on YouTube and suggested it in post #8 and 10 of this thread but no one wanted to try it for some reason. I guess it sounded too silly to try. Keep us updated on whether your fix continues to work.
-
You are using an old, outdated version of Libreelec. That could be the reason for your issue. Have you tried to install a newer version of the addon ?
-
-
I have a much older Intel NUC (2013) that's been almost perfect since I first got it.
-
Your previous thread: what-s-the-story-with-nucs-and-hd-audio
That was almost a year ago. Did you ever resolve the previous issues ?
If you search the LE Forum for others with a NUC6CAY, you will find other threads but none with your exact problems.
-
Are you using the hdmi port next to the power jack ?
-
-
I'm guessing he's running LE but just forgot to mention it.
-
Are you using the hdmi jack next to the power jack on the Pi 4b ?
-
-
-
The audio did return after running the first code but the second code gave this result:
LibreELEC (official): 9.2.0 (Generic.x86_64)
LibreELEC:~ # cat >/storage/.config/sleep.d/99-toggle_rate.power <<'EOF'
> #!/bin/sh
> case "$1" in
> post)
> xrandr -display :0 --output HDMI1 --mode 1920x1080 --rate 59.94
> xrandr -display :0 --output HDMI1 --mode 1920x1080 --rate 60
> ;;
> esac
> EOF
-sh: can't create /storage/.config/sleep.d/99-toggle_rate.power: nonexistent dir ectory
LibreELEC:~ #
-
Here's a debug log I uploaded earlier today. I started Kodi by waking my Intel NUC from Suspend and then enabled debug logging. There was NO audio. If I were to reboot the NUC, the audio would return. I did not reboot for the log below.
Here's the output of xrandr (no sound, wake from suspend):
LibreELEC (official): 9.2.0 (Generic.x86_64)
LibreELEC:~ # xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP1 disconnected primary (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
1920x1080 60.00*+ 59.94 24.00 23.98
1920x1080i 60.00 59.94
1400x1050 59.95
1280x1024 60.02
1280x720 60.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 60.00 59.94
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
LibreELEC:~ #
Here's the output of xrandr after a clean reboot (sound working):
LibreELEC (official): 9.2.0 (Generic.x86_64)
LibreELEC:~ # xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP1 disconnected primary (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
1920x1080 60.00*+ 59.94 24.00 23.98
1920x1080i 60.00 59.94
1400x1050 59.95
1280x1024 60.02
1280x720 60.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 60.00 59.94
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
LibreELEC:~ #
-
Thanks but that's just a little over my head. It looks like toggling to 50 and back to 60 in a script but that's about all I get out of your post. I would need basic instructions to attempt something like that. One thing that comes to mind is the pop-up message I got when changing the refresh rate manually the other night - it asked if I wanted to save the changes. If this script works, then what would happen to the pop-up question ?