I don't have a directory /usr/include/linux/dvb/ but I have one called /usr/src/linux/include/linux/dvb/ so I did a link and now it looks like that: lrwxrwxrwx 1 root root 32 16. M?r 13:47 /usr/include/linux/dvb -> /usr/src/linux/include/linux/dvb But after re-installing kaffeine it still looks the same :( Any further ideas? Thx a lot for your help, Christophe! Am Mittwoch, den 16.03.2005, 13:27 +0100 schrieb Christophe Thommeret: > Le Mercredi 16 Mars 2005 08:47, vous avez ?crit : > > The cvs-version doesn't works for me (I'm using GNOME and it needs > > kde-configure). I think the problem are dvb-headers. What is the meaning > > of that? Where can I find them? What I understand from README.dvb is > > that I need to do the following for my Airstar2: > > > > First install drivers (I used modules for the skystar2 from kernel and > > it works, because tzap works) > > Yes, required :) > > > Second I need a ~/.xine/channels.conf (which I have already) > > No. Kaffeine has its own scanner. > > > Third ... > > You need dvb headers ... > > > So I think what I need is this: > > "Install: > > You must have dvb headers to compile the dvb part. > > Configure search for linux/dvb/frontend.h in standard paths > > (typically /usr/include) > > ./configure > > make > > make install (as root) > > YOU MUST INSTALL or it won't work." > > > > _Where can I get thoses headers?_ > > The dvb headers are part of the linux 2.6 kernel headers. Typically it would > be installed in /usr/include, so you may find /usr/include/linux/dvb/*.h > If they are not there, look at /usr/src/linux/include/linux/dvb/ > Either copy or link them in /usr/include/linux/dvb > > If you definitely can't find these headers, 1) your distro is buggy, report to > them 2) get cvs dvb drivers and copy headers in /usr/include/linux/dvb > > > > > thx > > > > Am Dienstag, den 15.03.2005, 19:53 +0100 schrieb Christophe Thommeret: > > > Le Mardi 15 Mars 2005 19:29, Karl Reichert a ?crit : > > > > Yes, I'm talking about the cvs 0.6 version. > > > > The problem that is this unsolved for me is that there is indeed a > > > > button "DVB" in the top level menu, but when I click it there is > > > > nothing in it, no items. So I can't either scanning for channels nor > > > > using the pre-defined channels for Berlin. > > > > > > That's because configure did not found dvb headers. So, dvb code is not > > > compiled in. > > > > > > > Seems to me not to be a problem with my channel-config-file but with my > > > > installation of kaffeine. > > > > > > > > So my question: Anybody out there using kaffeine-dvb (cvs version 0.6) > > > > from the gentoo-tree? Maybe just this ebuild is bad?! > > > > > > > > thx alot for all your answers! > > > > > > This version is completely outdated ! > > > get current cvs : > > > cvs -d :pserver:anonymous@xxxxxxxxxx:/cvsroot/kaffeine co kaffeine > > > ./autogen.sh > > > ./configure : look at configure output checking for linux/dvb/frontend.h > > > you need to have dvb headers in standard include path > > > (/usr/include/linux/dvb/*.h) > > > make > > > make install > > > > > > Have a look at README.dvb and Kaffeine hadbook. >