<br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Which kernel version are you using? The kernel's DVB code is reasonably
<br>up-to-date, so if you're using a fairly recent 2.6 kernel, you probably<br>don't need to compile in linux-dvb separately.</blockquote><div><br>
I was using 2.6.12-r9 I think, and linuxtv and dvico would not patch the kernel<br>
I would experience errors. So I ended up using the vanilla kernel. The problem<br>
I found was that when I loaded mythtvsetup and selected dvb, I got a message <br>
saying it could not locate the directory or file. I ran ls in /dev and foud the <br>
following structure<br>
<br>
/dev/dvb.adapter0.frontend0<br>
/dev/dvb.adapter0.audio0<br>
etc<br>
<br>
There was no /dev/dvb directory.<br>
<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; I have had success with Mandrake 10.0 community and linuxtv-dvb-1.1.1.<br>&gt; So I reinstalled 
Mandrake10.0 and recompiled linuxtv-dvb against the<br>&gt; kernel. I downloaded, and extracted mythtv-0.18, ran ./configure<br>&gt; --enable-dvb --dvb-path=/usr/src/linuxtv-1.1.1/ then ran qmake<br>&gt; <a href="http://mythtv.pro">
mythtv.pro</a> &lt;<a href="http://mythtv.pro">http://mythtv.pro</a>&gt; then make and make install.<br><br>The DVB path should be the path to the linux include files. I don't<br>think that's the same as the linux-dvb source files. If your kernel is
<br>2.6.12 or later, you can (and ./configure will) point to the kernel<br>source tree: /usr/src/linux/include. If your kernel is earlier, you<br>mustn't include the kernel source directly - copy just the dvb stuff<br>somewhere else, and include that.
</blockquote><div><br>
I found out that ./configure --enable-dvb --dvb-path=/usr/src/linuxtv-1.1.1<br>
would not add the dvb instruction set. I modified <a href="http://settings.pro">settings.pro</a><br>
<br>
<pre># DVB support<br>CONFIG += using_dvb<br>DEFINES += USING_DVB<br>INCLUDEPATH +=/usr/src/linuxtv-1.1.1<br><br></pre>
and now I can watch HDTV :) <br>
</div><br>
<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; as a standard user I ran mythtv-setup and configured the capture card<br>&gt; I selected dvb and the message I get is recompile with dvb support.
<br>&gt; Where have I gone wrong?<br><br>Have you tried doing this as root? Also, have you confirmed that your<br>DVB card is working using e.g. tzap? Check out Martin Smith's Myth/DVB<br>set-up guide at:</blockquote><div>
<br>
I don't like running applications as root, and prefer not to. I have reset the security<br>
settings to allow all users to run or access DVB<br>
</div><br>Kevin<br>
</div>