You tried to update a RPi based system with a generic image. This won't work.
Try this RPi2 builds -> your RPi3+ should work fine too.
libreelec-rpi2.arm-9.0-milhouse-20180515210351-#0515-gc0da3f5.tar
You tried to update a RPi based system with a generic image. This won't work.
Try this RPi2 builds -> your RPi3+ should work fine too.
libreelec-rpi2.arm-9.0-milhouse-20180515210351-#0515-gc0da3f5.tar
Do a hard reset via the LibreELEC Settings addon for a truely clean start.
Strange, the i3 2310M is a 7-year old Sandy Bridge CPU. The G4600 is a 1-year old Kaby Lake CPU.
You would think that Linux knows the difference between the two.
Perhaps you have bought a gray-import CPU which has been 'refitted' with an old CPU...?
The i3 2310M is a mobile/notebook cpu that was mostly soldered on the board. If he uses a B250 board this wouldn't fit or run on this socket.
Can you tell us your full specs of the system? So who manufactured the board i.e.?
You could try escalades AVX build:
LE8 "Remix" (Generic/RPi) Emulationstation/Chrome/Spotify PROVIDE LOGS IF PROBLEMS
Does it boot up after you install 8.2.5 before you update to a LE9 alpha build?
Kaby Lake is supported since Linux kernel 4.5 so I hardly doubt LE8 does not recognize it or is wrong. Also your build (devel-20180228210338-#0228-g1eb0ca9) is pretty old.
Get a recentLE9 build:
LibreELEC Testbuilds for x86_64 (Kodi 18.0)
libreelec-generic.x86_64-9.0-milhouse-20180515210351-#0515-gc0da3f5.tar
Or try a recent LE8 build:
libreelec-generic.x86_64-8.2.5.img.gz
I doubt that... But try again with the latest Milhouse Generic build, not one from the end of February. LE 8 is almost EOL.
Correct me if I'm wrong but there isn't even a beta or RC release of Kodi 18 so IMHO most users will stick to LE8.2.x for a while.
Line 102:
19:07:40.159 T:139968212531328 NOTICE: Host CPU: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz, 4 cores available
Well that's not really a G4600?
Anyway make a fresh installation and post a dmesg output afterwards as mentioned above.
Well after about 10 years of using Linux based HTPCs I would only recommend DVB cards that are supported by kernel drivers. I have no experiences with this particular card but in the past I thought about buying one. Since I got a cheap ITX board & case I ended up with USB TT-S23600 devices that work very well.
Before you buy a different card check here https://linuxtv.org/wiki/index.php/dvb-s2_devices if it is supported.
So if your card worked well in the past I don't see any reasons to choose another one.
I'll definitely commit the new version to git, don't know if I will bother to compile and maintain builds any more due to lack of motivation and poor build hardware.
Well sorry to hear that. I would more than happy if you could help us in regards of QT. It's not a problem for me to keep the builds updated but including new packages and fix all build related stuff... well I'm not wise enough to do so
CvH, can you give some help to test my bundle? i haven't find any version o libreelec that are able to use J4105M + DVBSky S952.
I can buy some beers for contributors!!! Best Regards,
What type of card do you use? S952 or S952v3
https://www.linuxtv.org/wiki/index.php/dvbsky_s952
https://www.linuxtv.org/wiki/index.php/dvbsky_s952_v3
Anyway both cards should be supported since kernel 3.19. You can try one of my builds and see if your card is supported. Maybe sky42 disabled module cx23885 in his kernel config and/or the firmware is missing. ¯\_(ツ)_/¯
EDIT: CONFIG_VIDEO_CX23885=m ist set in his kernel config -> so eventually the firmware isn't loaded? Can you upload your dmesg output to pastebin?
I was wondering if you could create a git repo so it would be easier to understand what you have updated and changed.
Display MoreHi, SKY42.
Thanks a lot for your work.
I tried the version (8.2.5-6.42 kernel 4.16) with my setup:
-J4105M
-DVBSky S952
But TVHeadend are not working.
I used 4.2 from repository and tested 4.3 from nightly builds and no way to access the server :9981
I used the plugin Tvh2Kodi for access via kodi and it says that THV are not running.
Other ports like 8080 works.
There are any way to get TVH working?
Best Regards, Nuno
You can try this:
mkdir -p /storage/.kodi/addons/service.tvheadend42/lib
ln -s /usr/lib/libva.so /storage/.kodi/addons/service.tvheadend42/lib/libva.so.1
ln -s /usr/lib/libva-drm.so /storage/.kodi/addons/service.tvheadend42/lib/libva-drm.so.1
ln -s /usr/lib/libva-x11.so /storage/.kodi/addons/service.tvheadend42/lib/libva-x11.so.1
Display More1. I am using the "command addon" for kodi and tried to start emulationstaion with this commands:
a. system.exec ('/usr/bin/emulationstation.sh')
b. just with the command emulationstation
Itś weird, sometimes emulationstation is starting into the main emulationstation screen where you can choose
your games, but if trying to start a game it will result in a black screen.
Sometimes i am getting the black screen even before i can see the emulationstation startup screen.
In both cases nothing for could follow up why it is like this in the kodi.log or kodi craslog.
2. Here you can find a description for how to compile the makemkv addon. It is described for OpenElec, but in my opinion
also should work by the same way for LibreElec:
www.makemkv.com • View topic - Howto: Create working OE-BluRay player
1. Check out this script:
LibreELEC.tv/emulationstation.sh at le82 · 5schatten/LibreELEC.tv · GitHub
You have to execute the script through systemd.
2. I check out if I can adopt this tutorial.
EDIT: I've uploaded an updated makemkv package, feel free to try your luck.
Display MoreActually for me the Nvidia drivers are not a big problem as long as my HTPC is running fine.
Especially the improvements for the frequency switching on the HDMI output of my ASROCK J4205 with the new kernel
are much better than before.
I just would like to mention 2 things if it would be possible for you to improve them:
1. Like i already wrote before, the crashes of the emulationstation with other skins
2. Would it be possible for you to update the makemkv addon to the newest release?
1. Are you sure it crashes? A black screen could also mean the kodifreeze command was executed but emulationstation wasn't started at all.
Have you checked your scripts?
2. I can update the version and build the package but haven't figured out how to get an update zip package as addon like escalade uploaded before.
First of all thank you very much for continuing the work of escalade, because it is the best build ever. Especially for HTPC's like my Asrock J4205.
About the issues Hoffy described. I found them, too. On my normal PC with a Nvidia graphic board connected with DVI after booting up, there is only a black screen with the mouse cursor showing up. On my J4205 HTPC connected to the HDMI output it is booting up into LE flawlessly.
A second issue i noticed is that emulationstation is going black at once without any error or crash log, if i am using the Aeon MQ5 skin. With the Estuary standard skin it is working perfect.
I have a GTX 1060 card in my workstation but only intel IPG in my HTPCs so I haven't really tested these drivers. So I guess it's xorg server related since my systems work fine too. I updated to 1.20 RC versions and it looks like the nvidia driver didn't support xorg 1.20 in the driver version I used. Hopefully v396.24 NVIDIA fixed it.
Thanks for that quick reply.
I went ahead and tried to install your latest version but it fails to launch. I get a black screen with a mouse pointer. SMB access is working but can't get SSH or FTP access. I'm guessing Xorg configuration problem but I can't gain access to change it. I have a legacy nVidia card.
Have you used different root passwords? I can't get a pastebin for logs but have attached logs I got from SMB. Hopefully, you can shed some light.
Cheers.
Quote from System.log[ 19.980990] kodi.bin[1005]: segfault at 8 ip 00007fcc5224b5a8 sp 00007fff96bc58c0 error 4 in libstdc++.so.6.0.24[7fcc52172000+178000]
Looks like kodi crashs so have you tried an older version?
The root password should be you standard password so something like libreelec but ssh is disabled by default. I'm doing a full rebuild right now and going to upload them within the next days. Your nvidia GTX 745/750 something card should be supported by the recent driver.
What about escalades recents builds? TVheadend should work if you create the symlinks for the libva files.
EDIT:
try the latest build 20180511
Display MoreI've been using an older version of escalades 8.2-20170907 as the newer ones have had various issues for me. I'm a huge fan of his builds because they are so well integrated.
I tried to update to his latest version but couldn't get tvheadend to work, (error returned :could not connect to 127.0.0.1) even though all aspects were enabled and configured correctly. I've reverted to my old version for now.
My question is, is there anyone using tvheadend on your build or is there another viable tv addon recommended?
I'd love to have the new Dolphin version when it becomes available and the PS2 (which I don't currently have on this build)
Regards.
I use tvheadend by myself and it runs fine. Escalade upgraded libva but the compatible tvheadend version is linked against an older libva version and crashs because it can't find the recent ones.
After a clean install or upgrade from an ancient version you should try this:
LE8 "Remix" (Generic/RPi) Emulationstation/Chrome/Spotify PROVIDE LOGS IF PROBLEMS
mkdir -p /storage/.kodi/addons/service.tvheadend42/lib
ln -s /usr/lib/libva.so /storage/.kodi/addons/service.tvheadend42/lib/libva.so.1
ln -s /usr/lib/libva-drm.so /storage/.kodi/addons/service.tvheadend42/lib/libva-drm.so.1
ln -s /usr/lib/libva-x11.so /storage/.kodi/addons/service.tvheadend42/lib/libva-x11.so.1
I installed your 8.2.5-6.42 build on my NUC7PJYH connected to a Samsung LED TV and it works fine. Unfortunately, I also have the "signal lost" issue some guys have reported. Every time after Kodi starts, I have to switch on/off the TV to get a picture. I need to do the same after every framerate switch.
Another problem that I noticed, is that the integrated Bluetooth isn't working, so my remote won't connect.
Have you tried this? Custom EDID [LibreELEC.wiki]
thank you, I understand.
But how do I get into the .config folder? It's is possible to do it from the kodi interface? Or I have to enter there by coding?
where can I find the LSPcon improvements in your patches?
Quote- additional driver disabled bcm_sta RTL8192CU RTL8192DU RTL8192EU RTL8188EU RTL8812AU
- kernel driver enabled RTL8XXXU RTL8192CU
- removed kernel patch linux-051-ouya_controller_support.patch and linux-053-spinelplus-remote-0.2.patch
check out my git repo -> there are some kernel 4.16.x patches for your network & input devices.