<div dir="ltr">The correct solution is that TBS should adapt their drivers on current DVBAPI. They claim support for newer linux kernels but they stil use the old DVBAPI. I have emailed them in the past about this, with no result.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-20 11:17 GMT+02:00 JULIAN GARDNER <span dir="ltr"><<a href="mailto:joolzg@btinternet.com" target="_blank">joolzg@btinternet.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:arial,helvetica,sans-serif;font-size:12pt"><div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><span>made this modification to config.h</span></div><div style="font-family:arial,helvetica,sans-serif;font-size:16px;color:rgb(0,0,0);font-style:normal;background-color:transparent"><span><br></span></div><div style="background-color:transparent">#if defined(__linux__)</div><div style="background-color:transparent">#if defined( DVBAPI_FORCED)</div><div style="background-color:transparent">#define DVBAPI_VERSION (DVBAPI_FORCED)</div><div style="background-color:transparent">#else</div><div style="background-color:transparent">#define DVBAPI_VERSION ((DVB_API_VERSION)*100+(DVB_API_VERSION_MINOR))</div><div style="background-color:transparent">#endif</div><div style="background-color:transparent">#define HAVE_DVB_SUPPORT</div><div style="background-color:transparent">#define HAVE_ASI_SUPPORT</div><div style="background-color:transparent">#define HAVE_CLOCK_NANOSLEEP</div><div style="background-color:transparent"><span></span></div><div style="background-color:transparent">#endif</div><div style="background-color:transparent"><br></div><div style="color:rgb(0,0,0);font-size:16px;font-family:arial,helvetica,sans-serif;font-style:normal;background-color:transparent">then in the makefile added</div><div style="background-color:transparent">CFLAGS += -DDVBAPI_FORCED=503<br></div><div style="color:rgb(0,0,0);font-size:16px;font-family:arial,helvetica,sans-serif;font-style:normal;background-color:transparent"><br></div><div style="color:rgb(0,0,0);font-size:16px;font-family:arial,helvetica,sans-serif;font-style:normal;background-color:transparent">which matches the version number in the tbs drivers</div><div style="color:rgb(0,0,0);font-size:16px;font-family:arial,helvetica,sans-serif;font-style:normal;background-color:transparent"><br></div><div style="color:rgb(0,0,0);font-size:16px;font-family:arial,helvetica,sans-serif;font-style:normal;background-color:transparent">joolz</div><div style="color:rgb(0,0,0);font-size:16px;font-family:arial,helvetica,sans-serif;font-style:normal;background-color:transparent"><br></div><div style="color:rgb(0,0,0);font-size:16px;font-family:arial,helvetica,sans-serif;font-style:normal;background-color:transparent"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><br><blockquote style="border-left:2px solid rgb(16,16,255);margin-left:5px;margin-top:5px;padding-left:5px">  <div style="font-family:arial,helvetica,sans-serif;font-size:12pt"> <div style="font-family:'times new roman','new york',times,serif;font-size:12pt"><span class=""> <div dir="ltr">
 <hr size="1">  <font face="Arial"> <b><span style="font-weight:bold">From:</span></b> Panagiotis Malakoudis <<a href="mailto:malakudi@gmail.com" target="_blank">malakudi@gmail.com</a>><br> <b><span style="font-weight:bold">To:</span></b> Mailing list for DVBlast developers <<a href="mailto:dvblast-devel@videolan.org" target="_blank">dvblast-devel@videolan.org</a>> <br> <b><span style="font-weight:bold">Sent:</span></b> Friday, 20 March 2015, 8:57<br> <b><span style="font-weight:bold">Subject:</span></b> Re: [dvblast-devel] Hmm not working and cant find any solution<br> </font> </div> </span><div><br><div><div class="h5"><div><div><div dir="ltr">The issue is that the TBS drivers use an older DVBAPI version, while your 3.13 linux headers use DVBAPI version 5.10. dvblast is compiled with your current linux headers, so it becomes incompatible with the DVBAPI version of the TBS drivers. You need to replace the dvbapi headers in the linux headers with those from the TBS driver distribution, then recompile dvblast again.<div><br clear="none"></div></div><div><br clear="none"><div>2015-03-20 9:50 GMT+02:00 Kompan Kolia <span dir="ltr"><<a rel="nofollow" shape="rect" href="mailto:kompan@yandex.ru" target="_blank">kompan@yandex.ru</a>></span>:<br clear="none"><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>What did you see in dmesg?</div><div> </div><div>Try this fix...</div><div><br clear="none"># rm -rf /lib/modules/<kernel_version>/kernel/drivers/media/<br clear="none"><br clear="none">for example:<br clear="none"><br clear="none"># rm -rf /lib/modules/3.0.0-1/kernel/drivers/media/ <br clear="none"><br clear="none">and then do 'make install'</div><div> </div><div> </div><div>Link: <a rel="nofollow" shape="rect" href="http://www.tbsdtv.com/forum/viewtopic.php?t=1637&f=46" target="_blank">http://www.tbsdtv.com/forum/viewtopic.php?t=1637&f=46</a></div><div> </div><div> </div><div>20.03.2015, 09:26, "JULIAN GARDNER" <<a rel="nofollow" shape="rect" href="mailto:joolzg@btinternet.com" target="_blank">joolzg@btinternet.com</a>>:</div><blockquote type="cite"><div><div><div><div style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif;font-size:12pt;background-color:rgb(255,255,255)">Upgraded a machine Ubuntu 12.04 to 14.04<br clear="none"><br clear="none">Upgraded tbs driver<br clear="none"><br clear="none">Pulled new dvblast from git<br clear="none"><br clear="none">Rebuilt all<br clear="none"><br clear="none">error: Unable to query frontend<br clear="none"><br clear="none">Any ideas on a fix?<br clear="none"><br clear="none">joolz<br clear="none"><br clear="none">output from a
 run<br clear="none"><br clear="none">DVBlast 2.2 (git-2.2-74-gc19e92f-dirty)<br clear="none">compiled with DVB API version 5.10<br clear="none">debug: compiled with DVB API version 5.10<br clear="none">error: Unable to query frontend<br clear="none"><br clear="none"><div> </div></div></div></div></div><span>,</span><div>_______________________________________________<br clear="none">dvblast-devel mailing list<br clear="none"><a rel="nofollow" shape="rect" href="mailto:dvblast-devel@videolan.org" target="_blank">dvblast-devel@videolan.org</a><br clear="none"><a rel="nofollow" shape="rect" href="https://mailman.videolan.org/listinfo/dvblast-devel" target="_blank">https://mailman.videolan.org/listinfo/dvblast-devel</a></div></blockquote><div><br clear="none">_______________________________________________<br clear="none">
dvblast-devel mailing list<br clear="none">
<a rel="nofollow" shape="rect" href="mailto:dvblast-devel@videolan.org" target="_blank">dvblast-devel@videolan.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="https://mailman.videolan.org/listinfo/dvblast-devel" target="_blank">https://mailman.videolan.org/listinfo/dvblast-devel</a><br clear="none">
<br clear="none"></div></blockquote></div><div><br clear="none"></div></div></div></div><br><div>_______________________________________________<br clear="none">dvblast-devel mailing list<br clear="none"><a shape="rect" href="mailto:dvblast-devel@videolan.org" target="_blank">dvblast-devel@videolan.org</a><br clear="none"><a shape="rect" href="https://mailman.videolan.org/listinfo/dvblast-devel" target="_blank">https://mailman.videolan.org/listinfo/dvblast-devel</a><br clear="none"></div><br><br></div></div></div> </div> </div> </blockquote></div>   </div></div><br>_______________________________________________<br>
dvblast-devel mailing list<br>
<a href="mailto:dvblast-devel@videolan.org">dvblast-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/dvblast-devel" target="_blank">https://mailman.videolan.org/listinfo/dvblast-devel</a><br>
<br></blockquote></div><br></div>