Use default value.
[8.2.3.1] LibreELEC 8.0 for S805
-
kszaq -
October 28, 2016 at 10:45 PM -
Thread is Unresolved
-
-
Thanks! My remote wasn't working at all.
This worked perfectly on my OTT MXQ!
Awesome project guys!Question:
Booting from SD works perfectly now, and my add-ons are all working.
If I "installtointernal" now, will my settings and add-ons be saved, or will I have to set everything up again?Thanks again to all the work you guys have put in to this!
-
When i ran installtointernal i never lost anything, think it gave me the option to restore data.
Sent from my ONEPLUS A3003 using Tapatalk
-
When i ran installtointernal i never lost anything, think it gave me the option to restore data.Sent from my ONEPLUS A3003 using Tapatalk
Thanks Steve.
Awesome. Gonna do that as soon as I get the time. -
Quote
LibreELEC 8.0 builds aimed at devices based on Amlogic S905/S905X SoCThis is for the S805 right..... Just a little confused as the Title says S805 but the main header says S905.....
I know the 7.95.beta6 runs sweet so hope this 8.0.0b runs just as good
Thanks for all the great work thought i do appreciate it
*** Yea Just Found Out It Is S805 ***
-
with beta6, I had an issue last night, the audio and video froze, playing a 720p video file, then the screen went black, after that the box rebooted. MXQ red top. I will run the latest release and see if it happens again, then try get the logs posted here.
-
Testing from SD at the moment, seems to work flawlessly on my box, RAM use started at 48-50% the first few hours without playing any file , but now it stabilized on 30% (after a forced reboot because the light went out). My videos are all h.264 in 1080p and so far they play great, Thanks Kzsaq!
-
kszaq Can you recompile your libcec-daemon for this new release? I just updated and I lost CEC control when i am in the Retroarch menu. It was such a nice feature of your 7.0 builds to be able to use the CEC in Kodi and Retroarch.
Thanks in advance! You are a legend!
-
hi friends I need to buy a external USB DVB-S2 tuner , can you recommend me any, that i can use without problems? thank you in advance
there is a list or something of the usb dvb-s2 tuners full compatible with this libreelec ?
-
kszaq Can you recompile your libcec-daemon for this new release? I just updated and I lost CEC control when i am in the Retroarch menu. It was such a nice feature of your 7.0 builds to be able to use the CEC in Kodi and Retroarch.At the moment I can't because the daemon is not compatible with libcec 4.0.
-
Hi everyone,
I do not know why, but last night my mk808b plus did not pass the image of kodi 17. 1 whwn booting. Some minutes later screen becomes black.I realized that I can access through ssh, and even play my media using kore in Android.
So I guess this is a problem with the skin.
I tried to update a few differents kszaq's builts with command wget, but I get no solution.Toothpick method does not works in my device, and pc's can not recognize it.
I have also tried to erase the settings in order to start with estuary by default, but I only get the first screen with no fonts...
I tried:rm ~/.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml
Does anybody have any idea? Or how can I make a hard reset with ssh?
Any idea will be really apreciated
Enviado desde mi MI 3W mediante Tapatalk
-
Hi,
Is there anyone who has a bit of build knowledge of LibreElec. I am learning the build process and I need some help.
Thx
-
SOLVED
Does anyone know the correct ssh commands to mount a Windows Share on LibreElec and i mean on LibreElec and not Kodi.
I've tried a number of ways but i always get......
File or Directory not found
Mount 192.168.1.xx not in fstab
mounting failed
or as of last night Permission Denied.
These are the commands i've tried......................
mount -t cifs -o guest,rw //http://192.168.1.xx/Users/Public/Roms /storage/Roms
mount -t cifs -o guest,rw \\192.168.1.xx\Users\Public\Roms /storage/Roms
mount -t cifs -o guest,rw \\192.168.1.xx\Public\Roms /storage/Roms
mount -t cifs -o guest,rw \\192.168.1.xx\Roms /storage/RomsAs you can see i tried both ways with / and \
#!/bin/sh
(sleep 30;
mount -t cifs -o guest,rw //http://192.168.1.xx/Roms /storage/Roms;
)&^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Also all the others ways that was used above that one.I'm sure a few other commands which i can not recall of the top of my head. I've been trying this through autostart.sh as the fstab can not be edited due to it being read only and personally i don't feel like installing Linux on my Windows 10 based PC then have to mess around with packing and unpacking things.
I've just tried nfs and smb nothing seems to work always get some kind of error or directory not found even though it is there....
Any help would be greatSOLVED
I managed to solve my issue.... the issue was /storage/Roms it wouldn't create the Roms folder and also Guest didn't work either so this is the command i used
mount -t cifs -o username=?????,rw //http://192.168.1.xxx/Users/XXXX/Roms /storage/downloads/romsWill follow up if everything runs smooth like i have planed
-
Hi kszaq. Thanks again for a great piece of work. I have now compiled and running on my x64 HTPC, RPi3 and mk808B+. I have your LibreELEC net booting on my x64 and RPi3 (boot=NFS=192.168.1.x/... And disc=NFS=192.168.1.x/...). I would like to do the same on my MK808B+, but cannot figure out where to patch. I assume it uses u-boot?
My MK808B+ is connected to my home network via a USB to Ethernet adapter. What I would like is to boot off the home network when at home, with a customised LibreELEC setup, but boot from itself (as it is now) when I take it on my business trips to play local media as a network will not be available.
I guess it may not be possible at all to net boot?
Thanks once again.
-
You would have to patch initramfs and modify it where boot parameters are set: LibreELEC.tv/platform_init at libreelec-8.0-sX05 · kszaq/LibreELEC.tv · GitHub
-
You would have to patch initramfs and modify it where boot parameters are set: LibreELEC.tv/platform_init at libreelec-8.0-sX05 · kszaq/LibreELEC.tv · GitHubThanks. I did look at that but I think that still means the kernel is booted from the dongle but not the network? Not sure if the network would be up and running at this point? Shall try to play with it a bit more...
-
I am not getting any Bluetooth device in this new build. The 7.0 builds were working great with Bluetooth.
My dmesg log :
LibreELEC:~ # dmesg [ 0.000000@0] Booting Linux on physical CPU 0x200 [ - Pastebin.com
Thanks Kszaq!
-
sammaz I cannot see any mention of internal WiFi/BT chip in the log. Have you blacklisted the module?
-