thank you everyone
it seems to work the Netflix now
thx again
thank you everyone
it seems to work the Netflix now
thx again
thank you everyone
it seems to work the Netflix now
thx again
It would be more helpful for other people if you would tell us what the problem was and how you ended up fixing it.
Downloaded your dtb, copied it to libreelec partition, named it dtb.img ... tried to boot... still stuck at mxqpro logo
Maybe you need to use another dtb.
Code2018-01-19 09:41:15.015 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: grab /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file 2018-01-19 09:41:15.023 spawn: Executing "/storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file" 2018-01-19 09:41:15.265 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: no output detected 2018-01-19 09:41:15.265 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: grab returned no data
Seems that tv_grab_file can't parse the settings.xml file. Can someone confirm?
I would suggest to change from:
CodeADDON_HOME="$HOME/.kodi/userdata/addon_data/service.tvheadend42" ADDON_SETTINGS="$ADDON_HOME/settings.xml" XMLTV_TYPE=`grep XMLTV_TYPE $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"` XMLTV_LOCATION_FILE=`grep XMLTV_LOCATION_FILE $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"` XMLTV_LOCATION_WEB=`grep XMLTV_LOCATION_WEB $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"` XMLTV_LOCATION_SCRIPT=`grep XMLTV_LOCATION_SCRIPT $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
TO
CodeADDON_HOME="$HOME/.kodi/userdata/addon_data/service.tvheadend42" ADDON_SETTINGS="$ADDON_HOME/settings.xml" XMLTV_TYPE=`xml sel -t -v '//settings/setting[@id="XMLTV_TYPE"]' -nl $ADDON_SETTINGS` XMLTV_LOCATION_FILE=`xml sel -t -v '//settings/setting[@id="XMLTV_LOCATION_FILE"]' -nl $ADDON_SETTINGS` XMLTV_LOCATION_WEB=`xml sel -t -v '//settings/setting[@id="XMLTV_LOCATION_WEB"]' -nl $ADDON_SETTINGS` XMLTV_LOCATION_SCRIPT=`xml sel -t -v '//settings/setting[@id="XMLTV_LOCATION_SCRIPT"]' -nl $ADDON_SETTINGS`
There was already a fix for this merged with LE recently, I just need to update the addon on the server.
-edit
Addon has been updated, you will need to refresh your addons for it to download
Maybe you need to use another dtb.
Sure, but which? I tried all of them (the 1G option, except wetek):
Index of /s905/8.2/device_trees/S905
I also tried all p200 1G options from here:
Index of /s905/9.0/device_trees
All I can say: This DTB works with 8.0.1: gxbb_p200_1G_mxq_pro_4k.dtb
But with LE9.0 alpha I had no luck yet.
I'm running out of ideas. Isn't there anyone using MXQ Pro 4k out there?
Display MoreSure, but which? I tried all of them (the 1G option, except wetek):
Index of /s905/8.2/device_trees/S905
I also tried all p200 1G options from here:
Index of /s905/9.0/device_trees
All I can say: This DTB works with 8.0.1: gxbb_p200_1G_mxq_pro_4k.dtb
But with LE9.0 alpha I had no luck yet.
I'm running out of ideas. Isn't there anyone using MXQ Pro 4k out there?
The 9.0 ones only work with the LE/amlogic kernel which I do not use, you must use the ones from the 8.2 folder for these builds, it does state that in the README on the downloads.
DTB's are very specific to the kernel in use and they must match for your device to boot.
The 9.0 ones only work with the LE/amlogic kernel which I do not use, you must use the ones from the 8.2 folder for these builds, it does state that in the README on the downloads.
DTB's are very specific to the kernel in use and they must match for your device to boot.
Okay, that's now clear to me.
But... at least one 1G option (my box only has 1G) from 8.2 folder should work, right? What should I do if none is working? Even the one you attached a few post earlier?
Is this really a "guesswork only" task? Isn't there an option to "see" whats going wrong? No log, no output, no trace?
-- update
with help of How to Extract a Device Tree File from Android Firmware Files, I decompiled the 8.0.1 working device tree, and compared it 8.2 device tree with same file-naming-scheme. There are a lot of differences, but as I absolutely have no device-tree-skills, I have no idea if this is correct, or if something has to be changed.
See attached, decompiled device tree sources.
working 8.0
gxbb_p200_1G_mxq_pro_4k.dtd_8.0.txt
matching 8.2, but not working
The 9.0 ones only work with the LE/amlogic kernel which I do not use, you must use the ones from the 8.2 folder for these builds, it does state that in the README on the downloads.
DTB's are very specific to the kernel in use and they must match for your device to boot.
GDPR-2, but what is the correct location for S912 dtb files?
GDPR-2 there is one thing to check for 3D playback. 3D playback is not supported by any TV in 4K, so far there is even no standard for 3D in 4K. What happens with libreelec when the output resolution is set to 4k, is that when starting a 3D playback, the output is a kind of weird. My projector still says 4k, but no valid format is detected. I guess it is just a completely wrong screen type set by libreelec.
The correct behaviour is to swith to 1080p and send the 3D mode over HDMI (as it is already perfectly done today when the output resolution is 1080p)
Bye
GDPR-2, but what is the correct location for S912 dtb files?
Have you checked 'wait for network' is enabled in LE-settings?
It was not set, good spot. I have activated it, hopefully that was it.
Maybe you need to use another dtb.
There was already a fix for this merged with LE recently, I just need to update the addon on the server.
-edit
Addon has been updated, you will need to refresh your addons for it to download
Thanks.
I managed to attach the serial console with an FTDI and captured the output of boot process where the screen get's stuck at mxqpro logo.
Hope that helps for further analysis?!
serial_console_log_broken_dtb.txt
---- update
Tried to check the output, but did not find anything special, problematical, except maybe a lot of messages like
"recover_current_block_mapping invalid page data!!"
But boot process continues after that.
Also for comparison, log from 8.0 with working DTB
serial_console_log_working_dtb.txt
Maybe kszaq has an idea what's wrong with the dtb?
GDPR-2 Looks like you to forgot to include this patch: LibreELEC.tv/linux-008-max_freq_dvfs_table.patch at libreelec-8.2 · kszaq/LibreELEC.tv · GitHub
It should fix above issue.
kszaq Thanks for having a look at the issue.
Display MoreHi Guys, Any one know why stalker is not player, the channel and epg download nicely, I can see the channels list but when tried to lunch a channels it won't play, I kept getting error message. Please help, I'm not sure if I should report the issue in Stalker PVR forum or what is the alternatives or solutions
Appreciate any suggestions
Cheers!
full log
19:32:56.334 T:3989971856 NOTICE: PVR Manager: Starting
19:32:56.529 T:3998360464 ERROR: ## LibreELEC Addon ## oe::load_url(releases.json) ## ERROR: (HTTPError())
19:32:56.530 T:3998360464 ERROR: Traceback (most recent call last):
File "/home/adamg/repos/LibreELEC/build.LibreELEC-S905.arm-8.90.2/LibreELEC-settings-b13dbf3/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 271, in load_url
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
File "/usr/lib/python2.7/urllib2.py", line 435, in open
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
File "/usr/lib/python2.7/urllib2.py", line 473, in error
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
HTTPError: HTTP Error 404: Not Found
19:33:01.161 T:3795579792 NOTICE: PVR Manager: Started
19:33:01.163 T:4020855696 NOTICE: Start - EPG thread started
19:33:11.510 T:4099997712 NOTICE: VideoPlayer::OpenFile: pvr://channels/tv/All channels/pvr.stalker_954094258.pvr
19:33:11.532 T:3636306832 NOTICE: Creating InputStream
19:33:11.533 T:3636306832 NOTICE: CDVDInputStreamPVRManager - Playback of deleted recordings is not possible (pvr://stream/954094258)
19:33:11.534 T:3636306832 ERROR: CVideoPlayer::OpenInputStream - error opening [pvr://channels/tv/All channels/pvr.stalker_954094258.pvr]
19:33:11.534 T:3636306832 NOTICE: CVideoPlayer::OnExit()
19:33:30.041 T:4099997712 NOTICE: VideoPlayer::OpenFile: pvr://channels/tv/All channels/pvr.stalker_868340257.pvr
19:33:30.064 T:3627918224 NOTICE: Creating InputStream
19:33:30.065 T:3627918224 NOTICE: CDVDInputStreamPVRManager - Playback of deleted recordings is not possible (pvr://stream/868340257)
19:33:30.066 T:3627918224 ERROR: CVideoPlayer::OpenInputStream - error opening [pvr://channels/tv/All channels/pvr.stalker_868340257.pvr]
19:33:30.066 T:3627918224 NOTICE: CVideoPlayer::OnExit()
19:33:42.753 T:4099997712 NOTICE: VideoPlayer::OpenFile: pvr://channels/tv/All channels/pvr.stalker_967153794.pvr
19:33:42.776 T:3627918224 NOTICE: Creating InputStream
19:33:42.778 T:3627918224 NOTICE: CDVDInputStreamPVRManager - Playback of deleted recordings is not possible (pvr://stream/967153794)
19:33:42.778 T:3627918224 ERROR: CVideoPlayer::OpenInputStream - error opening [pvr://channels/tv/All channels/pvr.stalker_967153794.pvr]
19:33:42.778 T:3627918224 NOTICE: CVideoPlayer::OnExit()
Pls help!
Pls help!
You are in wrong section. Ask in PVR & DVB Support.
Non ho capito la tua modifica, ma non posso davvero aiutarti con questo.
Se puoi andare su Android e inviarmi il contenuto della cartella / proc / device-tree / fd628_dev, potrei riuscire a creare un albero di dispositivi personalizzato da provare.
thanks for reply i just come back from work and yes ... give me 10 minutes and i will send you