LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   MythTV on Slackware 10.2 using DVB-T Video Card (https://www.linuxquestions.org/questions/slackware-14/mythtv-on-slackware-10-2-using-dvb-t-video-card-375446/)

mart_is_good 10-21-2005 10:47 AM

MythTV on Slackware 10.2 using DVB-T Video Card
 
I am fairly new to Linux, I have used Ubuntu before and now have a PC with Slackware 10.2 on it. I was hoping some of you may have succeeded where I have failed and could help me. Any help will be much appreciated.

I am trying to install MythTV 0.18.1 on Slackware 10.2. The problem is I have a Hauppage WinTV Nova-T DVB PCI card. This is the new card with the Conexant cx2388x chipset. I updated the kernel to 2.6.13, which was on CD2 of Slackware 10.2.

This kernel is supposed to support this card and I think it might because when I run "lsmod | grep dvb" I get the following:

x88_dvb 6916 0
mt352 6148 1 cx88_dvb
or51132 9732 1 cx88_dvb
video_buf_dvb 4484 1 cx88_dvb
dvb_core 71848 1 video_buf_dvb
lgdt330x 7324 1 cx88_dvb
cx22702 5636 1 cx88_dvb
dvb_pll 7940 3 cx88_dvb,or51132,cx22702
cx8802 8708 2 cx88_dvb,cx88_blackbird
cx88xx 51744 4 cx8800,cx88_dvb,cx88_blackbird,cx8802
video_buf 17156 6 cx8800,cx88_dvb,video_buf_dvb,cx88_blackbird,cx8802,cx88xx
i2c_core 16656 9 cx88_dvb,mt352,or51132,lgdt330x,cx22702,cx88xx,i2c_algo_bit,tveeprom,i2c_viapro


I am no expert but doesn't this show that the drivers are loaded?

I have followed the guide given on the MythTV site and am now trying to install it. When I run ./configure it says "DVB Support: no" which I am assuming is not correct. So I manually use ./configure --enable-dvb and it won't install if I do this; it just seems to do a make again even though I type make install.

Under /dev I have:
dvb0.demux0
dvb0.dvr0
dvb0.frontend0
dvb0.net0
video -> video0
video0 -> v4l/video0
video1
video2
video3
/v4l/vbi0
/v4l/video0

What has gone wrong? Is it me just being stupid?

Thanks
Martin

egag 10-24-2005 09:04 AM

--------------
it just seems to do a make again even though I type make install.
--------------

are you sure ?
if you run " make " for the second time, all you will see is lines saying :
" nothing to do for make " and " leaving dir " & " entering dir "

sometimes, " make install " gives a lot of output ( maybe linking , i dunno )
but that might be the case.
maybe you just confuse that with compiling it all again ?

egag


All times are GMT -5. The time now is 04:47 PM.