On Sunday 06 February 2005 07:38 pm, Taylor Jacob wrote: > Quoting Brian Foddy <[EMAIL PROTECTED]>: > > Ok, > > I have the firmware loading, I can azap my channels. I've even > > re-added the ivtv drivers and they are working. Rebuilt mythtv > > from todays cvs, but now in mythtv setup, > > setting the card type to DVB shows the error: > > "Could not get card info for card #0" > > and Card Type shows "Success". > > The include_dir in your settings.pro file for DVB isn't correct. If you > can azap your channels then the card is working just fine.
Ok, I have frontend.h files in ./usr/include/linux/dvb/frontend.h ./usr/src/linux-2.6.11-rc3/include/linux/dvb/frontend.h (my active kernel) ./usr/src/dvb-kernel/linux/include/linux/dvb/frontend.h I used the kernel cuz that is the driver module I used. I diffed to the dvb-kernel version, and there are a bunch of differences but most seem cosmetic. The settings.pro has comments like: # DVB support CONFIG += using_dvb DEFINES += USING_DVB # Note: INCLUDEPATH should point to the directory with # 'linux/dvb/frontend.h', not the directory with frontend.h # Note: This _must not_ be your linux kernel source includes. Copy the dvb # includes into a separate directory for now. #INCLUDEPATH += /usr/src/linuxtv-dvb-1.0.1/include #INCLUDEPATH += /usr/src/linux/include/linux/dvb INCLUDEPATH += /usr/src/dvb-kernel/linux/include/linux/dvb I tried /usr/src/dvb-kernel/linux/include/linux/dvb and /usr/src/linux/include/linux/dvb (linux-2.6.11-rc3/) with no difference. Is there another frontend.h I'm supposed to be using? Since I'm using the 2.6.11rc3 kernel module, I figured I should use its version. Brian _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
