<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Another solution is to use TBS drivers
from:<br>
<br>
<a class="moz-txt-link-freetext" href="https://github.com/ljalves/linux-tbs-drivers">https://github.com/ljalves/linux-tbs-drivers</a><br>
<br>
which works at least for me with a TBS 6281<br>
<br>
dan<br>
<br>
<br>
<br>
On 3/20/2015 11:26 AM, JULIAN GARDNER wrote:<br>
</div>
<blockquote
cite="mid:1426843565.26279.YahooMailNeo@web171404.mail.ir2.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff; font-family:arial,
helvetica, sans-serif;font-size:12pt">
<div><span>Yes but this is for other people having the same
problem, and a quick fix</span></div>
<div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
arial, helvetica, sans-serif; font-style: normal;
background-color: transparent;"><span><br>
</span></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><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;">
<div dir="ltr">
<hr size="1"> <font face="Arial" size="2"> <b><span
style="font-weight:bold;">From:</span></b>
Panagiotis Malakoudis <a class="moz-txt-link-rfc2396E" href="mailto:malakudi@gmail.com"><malakudi@gmail.com></a><br>
<b><span style="font-weight: bold;">To:</span></b>
Mailing list for DVBlast developers
<a class="moz-txt-link-rfc2396E" href="mailto:dvblast-devel@videolan.org"><dvblast-devel@videolan.org></a> <br>
<b><span style="font-weight: bold;">Sent:</span></b>
Friday, 20 March 2015, 10:21<br>
<b><span style="font-weight: bold;">Subject:</span></b>
Re: [dvblast-devel] Hmm not working and cant find
any solution<br>
</font> </div>
<div class="y_msg_container"><br>
<div id="yiv2154909340">
<div>
<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
clear="none">
</div>
<div class="yiv2154909340gmail_extra"><br
clear="none">
<div class="yiv2154909340gmail_quote">2015-03-20
11:17 GMT+02:00 JULIAN GARDNER <span
dir="ltr"><<a moz-do-not-send="true"
rel="nofollow" shape="rect"
ymailto="mailto:joolzg@btinternet.com"
target="_blank" href="">joolzg@btinternet.com</a>></span>:<br
clear="none">
<blockquote class="yiv2154909340gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px
#ccc solid;padding-left:1ex;">
<div class="yiv2154909340yqt5820571568"
id="yiv2154909340yqt90517">
<div>
<div style="color: rgb(0, 0, 0);
font-family: arial, helvetica,
sans-serif; font-size: 12pt;
background-color: rgb(255, 255, 255);">
<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
clear="none">
</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
clear="none">
</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
clear="none">
</div>
<div style="color: rgb(0, 0, 0);
font-size: 16px; font-family: arial,
helvetica, sans-serif; font-style:
normal; background-color:
transparent;"><br clear="none">
</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 clear="none">
</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 clear="none">
</div>
<div style="color: rgb(0, 0, 0);
font-size: 16px; font-family: arial,
helvetica, sans-serif; font-style:
normal; background-color:
transparent;"><br clear="none">
</div>
<div style="font-family: arial,
helvetica, sans-serif; font-size:
12pt;"><br clear="none">
<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="yiv2154909340"> </span>
<div dir="ltr">
<hr size="1"> <font
face="Arial"> <b><span
style="font-weight:bold;">From:</span></b>
Panagiotis Malakoudis <<a
moz-do-not-send="true"
rel="nofollow"
shape="rect"
ymailto="mailto:malakudi@gmail.com"
target="_blank" href="">malakudi@gmail.com</a>><br
clear="none">
<b><span
style="font-weight:bold;">To:</span></b>
Mailing list for DVBlast
developers <<a
moz-do-not-send="true"
rel="nofollow"
shape="rect"
ymailto="mailto:dvblast-devel@videolan.org"
target="_blank" href="">dvblast-devel@videolan.org</a>>
<br clear="none">
<b><span
style="font-weight:bold;">Sent:</span></b>
Friday, 20 March 2015,
8:57<br clear="none">
<b><span
style="font-weight:bold;">Subject:</span></b>
Re: [dvblast-devel] Hmm
not working and cant find
any solution<br
clear="none">
</font> </div>
<div><br clear="none">
<div>
<div
class="yiv2154909340h5">
<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
moz-do-not-send="true" rel="nofollow" shape="rect"
ymailto="mailto:kompan@yandex.ru"
target="_blank" href="">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
moz-do-not-send="true" rel="nofollow" shape="rect" target="_blank"
href="">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
moz-do-not-send="true" rel="nofollow" shape="rect"
ymailto="mailto:joolzg@btinternet.com"
target="_blank" href="">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
moz-do-not-send="true"
rel="nofollow"
shape="rect"
ymailto="mailto:dvblast-devel@videolan.org"
target="_blank" href="">dvblast-devel@videolan.org</a><br clear="none">
<a
moz-do-not-send="true"
rel="nofollow"
shape="rect"
target="_blank"
href="">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
moz-do-not-send="true"
rel="nofollow"
shape="rect"
ymailto="mailto:dvblast-devel@videolan.org"
target="_blank" href="">dvblast-devel@videolan.org</a><br clear="none">
<a
moz-do-not-send="true"
rel="nofollow"
shape="rect"
target="_blank"
href="">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 clear="none">
<div>_______________________________________________<br
clear="none">
dvblast-devel mailing
list<br clear="none">
<a
moz-do-not-send="true"
rel="nofollow"
shape="rect"
ymailto="mailto:dvblast-devel@videolan.org"
target="_blank"
href="">dvblast-devel@videolan.org</a><br
clear="none">
<a
moz-do-not-send="true"
rel="nofollow"
shape="rect"
target="_blank"
href="">https://mailman.videolan.org/listinfo/dvblast-devel</a><br
clear="none">
</div>
<br clear="none">
<br clear="none">
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
<br clear="none">
_______________________________________________<br clear="none">
dvblast-devel mailing list<br clear="none">
<a moz-do-not-send="true" rel="nofollow"
shape="rect"
ymailto="mailto:dvblast-devel@videolan.org"
target="_blank" href="">dvblast-devel@videolan.org</a><br
clear="none">
<a moz-do-not-send="true" rel="nofollow"
shape="rect" target="_blank" href="">https://mailman.videolan.org/listinfo/dvblast-devel</a><br
clear="none">
<br clear="none">
</blockquote>
</div>
<br clear="none">
</div>
</div>
</div>
<br>
<div class="yqt5820571568" id="yqt81407">_______________________________________________<br
clear="none">
dvblast-devel mailing list<br clear="none">
<a moz-do-not-send="true" shape="rect"
ymailto="mailto:dvblast-devel@videolan.org"
href="">dvblast-devel@videolan.org</a><br
clear="none">
<a moz-do-not-send="true" shape="rect"
target="_blank" href="">https://mailman.videolan.org/listinfo/dvblast-devel</a><br
clear="none">
</div>
<br>
<br>
</div>
</div>
</div>
</blockquote>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
dvblast-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dvblast-devel@videolan.org">dvblast-devel@videolan.org</a>
<a class="moz-txt-link-freetext" href="https://mailman.videolan.org/listinfo/dvblast-devel">https://mailman.videolan.org/listinfo/dvblast-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>