<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi,<BR>
<BR>
I need to use opensasc-ng and therefore can't just upgrade to the latest mythbuntu 9.10.<BR>
<BR>
I'm following this guide:<BR>
<A HREF="http://www.closetothewind.net/tt-budget-s2-3200-mythtv">http://www.closetothewind.net/tt-budget-s2-3200-mythtv</A><BR>
<BR>
everything works fine uptill scan-s2:<BR>
root@tv:/usr/local/src/scan-s2# uname -r<BR>
2.6.27-7-generic<BR>
<BR>
root@tv:/usr/local/src/scan-s2# lspci<BR>
04:01.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)<BR>
04:02.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)<BR>
<BR>
root@tv:/usr/local/src/scan-s2# lsmod | grep dvb<BR>
dvb_core&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 99336&nbsp; 2 budget,budget_core<BR>
<BR>
root@tv:/usr/local/src/scan-s2# ls -l /dev/dvb/*<BR>
/dev/dvb/adapter0:<BR>
total 0<BR>
crw-rw---- 1 root video 212, 0 2009-11-21 12:15 demux0<BR>
crw-rw---- 1 root video 212, 1 2009-11-21 12:15 dvr0<BR>
crw-rw---- 1 root video 212, 3 2009-11-21 12:15 frontend0<BR>
crw-rw---- 1 root video 212, 2 2009-11-21 12:15 net0<BR>
<BR>
/dev/dvb/adapter1:<BR>
total 0<BR>
crw-rw---- 1 root video 212, 4 2009-11-21 12:15 demux0<BR>
crw-rw---- 1 root video 212, 5 2009-11-21 12:15 dvr0<BR>
crw-rw---- 1 root video 212, 7 2009-11-21 12:15 frontend0<BR>
crw-rw---- 1 root video 212, 6 2009-11-21 12:15 net0<BR>
<BR>
but i can't get scan-s2 to compile:<BR>
root@tv:/usr/local/src/scan-s2# make --include-dir=/usr/local/src/v4l-dvb/linux/include<BR>
gcc -I../s2/linux/include -c scan.c -o scan.o<BR>
scan.c:51:2: error: #error scan-s2 requires Linux DVB driver API version 5.0!<BR>
make: *** [scan.o] Error 1<BR>
<BR>
I then tried s2-liplianin but no luck there either...<BR>
<BR>
root@tv:/usr/local/src/scan-s2# make --include-dir=/usr/local/src/s2-liplianin/linux/include<BR>
gcc -I../s2/linux/include -c scan.c -o scan.o<BR>
scan.c:51:2: error: #error scan-s2 requires Linux DVB driver API version 5.0!<BR>
make: *** [scan.o] Error 1<BR>
<BR>
~Mammoth
</BODY>
</HTML>