I just updated from LE12.0.1 to LE 12.0.2 on RPI3
Previously I connected to my hidden SSID using systemd service like described here: https://wiki.libreelec.tv/configuration/hidden-wifi
Now after updating this still works, but only, if no USB-drive is connected.
If a USB-drive is connected I get a "failed to start hidden-ssid.service" - every time.
If I disconnect the USB-drive and restart, LE can connect to SSID without any problem.
Using LE12.0.1 with same hardware is working fine with/without USB-drive.
When adding this to autostart.sh, I can also connect with LE12.0.2 and USB-drive:
/usr/bin/iwctl --passphrase <PWD> station wlan0 connect-hidden <SSID>
So, it seems like something changed in startup-sequence, making systemd-service described in Wiki not working any more.
How to startup systemd-service correctly for hidden SSID when using LE12.0.2?
Posts by technics
-
-
Could you update the corresponding wiki-page?
-
Sorry to say, but then classic PEBKAC was editing wiki page. 😉
This is wrong in wiki:
systemctl start /storage/.config/system.d/hidden-ssid.service
And this would be correct:
systemctl start hidden-ssid.service
-
I just figured out that Feedreader and RssOwl seem not to handle TLS but only SSL, which is not supported by the libreelec.tv-server.
So my workaround is to use this proxy: rss-proxy
Otherwise I can´t use my readers and would have to switch to another one...
-
Hi,
Unfortunately the rss-feed is not working.
Feedreaders cannot connect to the feed - tried with Feedreader and RssOwl.
Feed Validator for Atom and RSS returns the following error:
Server returned [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Feeds would be very fine to keep informed about new versions...