Log in

View Full Version : Record TV with Debian


Ridderen
10th April 2006, 08:40
Hi,

I'm trying to configure my Linux Debian Sarge to able to record TV with my Hauppauge PVR 250 TV-Tuner. So far I've found out that I need to install some drivers called IVTV(?), but they give me some errors when i try to install them with

# apt-get install ivtv0.4-utils ivtv0.4-source module-assistant

Error:

Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ivtv0.4-utils: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is to be installed
Depends: libgcc1 (>= 1:4.0.2) but 1:3.4.3-13 is to be installed
Depends: libstdc++6 (>= 4.0.2-4) but 3.4.3-13 is to be installed
E: Broken packages

I've tried;

# apt-get install libc6
# apt-get install libgcc1
# apt-get install libstdc++6

After install the error is still the same :(

You can see the guide here http://ivtvdriver.org/index.php/Howto:Debian (You should be able to click the link even if you see a smiley in it) which I'm trying to follow

:stupid:

snherbst
10th April 2006, 09:08
Have you tried to read the document on http://www.mythtv.org/ ? Im not either mych in to linux, but have read the Myth doc. The also have a wiki area maybe this can help ?