Posts by marantz
-
-
whats the reason this is only for rpi at the moment? any hope of other platforms?
I know upstream only has rpi2/3 but anyone know their reason? is it based on any closed sourced thing spotify onced released or?
-
Support for your card should allready be in le 7.0. but try alpha too.
can you do lspci/lsusb too, i dont see your stick at all
-
according to google results your stick should use rtl8812au which is allready included, could you post dmesg?
what arch are you using?
-
No it was just an example. All the databases are not working. Log is attached.
well you can't connect, try to comment bind-address in my.cnf. or pastebin the whole my.cnf
-
so your videodatabase works but not your music? can you paste full log
and does it work with a normal mysql client? -
do you mind try this build and see if it works?
LibreELEC-RPi2.arm-8.0-devel-20160819220924-r23562-g33aafb5.tar
-
You use RTL8812AU driver. Can you paste lsmod to be sure?
-
yeah, sorry. it was a bit late
-
5ghz on 8812au broke with this patch RTL8812AU: Fix AP timeout and disable power saving (backport) by MilhouseVH · Pull Request #322 · LibreELEC/LibreELEC.tv · GitHub
vpeter was kind enough to make two builds without those patches, one for rpi2 one for imx6. Both tested and worked fine with 5ghz on two different 8812au wifi sticks.if you want to try yourself here is build for rpi2, *****
it's le8 with krypton just so you know. -
Oh right, thought this was about adding server. You know the client already includes SSL support? Enable SSL for MySQL · LibreELEC/LibreELEC.tv@4995d00 · GitHubOr is this about bumping to 5.7 (which probably isn't a bad idea)?
Yes it's about bumping, mysql 5.1 is compiled with ssl sure but doesnt support TLS 1.2, you need 5.7 for that.
-
This would be better as an add-on.my intention is to have tls 1.2 client support, not server. Dont think addon can do that
-
Hello! I started with a reverted packge from sraue a couple of years old then tried to get 5.7 working becouse I wanted tls 1.2.
Since I didnt have much luck vpeter kinda took over and fixed everything
Is this something that I should PR? I guess the number of people needing/wanting tls 1.2 on mysql isnt very high, but it work just as good as 5.1 without ssl.
Here is the package -> le mysql 5.7.12 - Pastebin.com no need for patches.
Tested and works fine both with and without ssl on imx6. LE 7.0.I can also write a guide on how to setup mysql with certs together with LE if others use mysql over wan.