But phpMyAdmin is working or not? I mean can you edit databases? Or you are just looking for warnings?
Posts by vpeter
-
-
There is no need of autostart.sh. Instead edit file /storage/.config/ts/ts_env.sh and uncomment and set TSLIB_RES_X and TSLIB_RES_Y. Everything else is done automatically.
Also calibration should be done from Kodi itself with calibration addon. If for some reason it fails then running from console could help.
-
Any ideas on fixing these issues
It would be very helpful if you would write where/when you get this. -
You have no commands after if (only comments). You need to use character : on one line in this case like
Codeif /usr/bin/systemctl list-jobs | /bin/egrep -q 'reboot.target.*start' > /dev/null; then : # must use this line # reboot # wget -q 'http://192.168.1.203/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FOFF'; else # shutdown wget -q 'http://192.168.1.42/cgi-bin/system_mgr.cgi?cmd=cgi_shutdown' ; wget -q 'http://192.168.1.203/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FOFF'; fi
-
Great work Grruhn!
Maybe you could write how did you add Faytech driver.
-
how update works? Is it enough to just install latest version
Yes, just update to latest version. -
arteck: like I wrote before you can't use network things in shutdown script - network is already stopped at this time.
Use my hack if you want this. -
arteck, using network in shutdown script is broken. You need to use alternative approach.
-
-
Clone Libreelec repo and build libreelec.
Then you will get toolchain build too. You can use it to build somethig outside libreelec build environment.Codeuser:~/LibreELEC/LibreELEC.tv$ ./build.LibreELEC-RPi2.arm-7.0.1/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -v Using built-in specs. COLLECT_GCC=/home/user/LibreELEC/LibreELEC.tv/build.LibreELEC-RPi2.arm-7.0.1/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc-5.3.0 COLLECT_LTO_WRAPPER=/home/user/LibreELEC/LibreELEC.tv/build.LibreELEC-RPi2.arm-7.0.1/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/5.3.0/lto-wrapper Target: armv7ve-libreelec-linux-gnueabi Configured with: /home/user/LibreELEC/LibreELEC.tv/build.LibreELEC-RPi2.arm-7.0.1/gcc-5.3.0/configure --host=i686-linux-gnu --build=i686-linux-gnu --prefix=/home/user/LibreELEC/LibreELEC.tv/build.LibreELEC-RPi2.arm-7.0.1/toolchain ........... Thread model: posix gcc version 5.3.0 (GCC)
You create package with looking into one another.
-
V10lator, why don't you create proper package for your programs and compile them as everything else is done in librelec?
-
You should make more clear what are you trying to do.
-
hope they add this addon to LibreElec AddOn library
If with they means me then don't expect that. It is old discussion and things like this were not acceptable to include in any way. That's why this addon is somewhere lost in space without people knowing it existI'm almost sure there will be mysql docker version available one day. You could use that then.
-
how i can acces the camera with a webserver
I don't know for your use case but for webserver you can use my LAMP addon which includes apache web server. It is unofficial addon of course. -
-
setup I built it with had only a dumb monitor on the end make a difference
O would say that's the reason. -
Where is no option? HDMI output should already be preselected by default.
Update: Just tested the image and hdmi sound is set by default. As it should be.
-
users at all, that they just want a finally and working version for their cubox
imx6 community is very small. And I know only few people who can actualy develop something for this platform. That's why you can't compare imx6 project with all others (like RPi which has daily development).If the choice for using different/newer kernel was wrong then someone should tell that and I will revert/remove all the changes I have done in this area. Maybe then the image will finaly be stable.