Pinnacle PCTV Hybrid Pro

From openSUSE

(Difference between revisions)
Revision as of 13:16, 24 September 2009
Jsbjsb001 (Talk | contribs)
Step 3
� Previous diff
Revision as of 10:44, 7 November 2009
Jsbjsb001 (Talk | contribs)

Next diff →
Line 1: Line 1:
==Introduction== ==Introduction==
-This HOWTO is a guide on setting up your Pinnacle PCTV Hybrid Pro TV capture card with OpenSuSE. You can use '''Kaffeine''', '''mplayer''' and a number of other TV viewing programs to watch TV. This article only focuses on '''Kaffeine''' and '''mplayer''' as your TV viewing programs of choice. This article presumes you would like to watch Digital TV with your PCTV Hybrid Pro TV card.+This HOWTO is a guide on setting up your Pinnacle PCTV Hybrid Pro TV capture card with OpenSuSE. You can use '''Kaffeine''', '''mplayer''' and a number of other TV viewing programs to watch TV. This article focuses on '''[[Kaffeine]]''' and '''[[mplayer]]''' and '''kdetv''' as the TV viewing programs, but you can use others such as '''Me TV''', '''VLC''' etc.
==Requirements== ==Requirements==
-{{Info|If you choose to use '''mplayer''' instead of '''Kaffeine''' you do not need '''xine''' installed. If you would like to use '''Kaffeine''' instead of '''mplayer''' you do not need the '''dvb''' package installed.}}+'''Note:''' If you choose to use '''mplayer''' instead of '''Kaffeine''' you do not need '''xine''' installed. If you would like to use '''Kaffeine''' instead of '''mplayer''' you do not need the '''dvb''' package installed.
'''Note:''' The '''dvb''' package is also known as the '''dvb-tools''' package. '''Note:''' The '''dvb''' package is also known as the '''dvb-tools''' package.
Line 13: Line 13:
*The '''dvb''' package and '''mplayer''' *The '''dvb''' package and '''mplayer'''
-==Configuring the Pinnacle PCTV Hybrid Pro TV capture card==+==Configuring the Pinnacle PCTV Hybrid Pro TV capture card to watch Analog TV==
 + 
 +By default the correct kernel module should be selected to enable the analog functions of the PCTV Hybrid Pro TV card. The second step is to make sure '''kdetv''' is installed (most likely is) and that's it! You will not need to even scan for channels in '''kdetv'''!
 + 
 +'''Note:''' You will need to connect the audio patch cable from your PCTV Hybrid Pro TV card to your sound cards internal sound port.
 + 
 +==Configuring the Pinnacle PCTV Hybrid Pro TV capture card to watch digital TV==
====Step 1==== ====Step 1====
Line 36: Line 42:
====Step 3==== ====Step 3====
-Setup your favorite TV viewing software and scan for TV Channels. This article focuses only on '''[[mplayer]]''' and '''[[kaffeine]]''', but you can use others such as '''Me TV''', '''VLC''' etc.+Setup your favorite TV viewing software and scan for TV Channels. Plaese read below for information about using [['''mplayer''']] and [['''Kaffeine''']] media players for Linux.
===Setting up mplayer=== ===Setting up mplayer===

Revision as of 10:44, 7 November 2009

Contents

Introduction

This HOWTO is a guide on setting up your Pinnacle PCTV Hybrid Pro TV capture card with OpenSuSE. You can use Kaffeine, mplayer and a number of other TV viewing programs to watch TV. This article focuses on Kaffeine and mplayer and kdetv as the TV viewing programs, but you can use others such as Me TV, VLC etc.

Requirements

Note: If you choose to use mplayer instead of Kaffeine you do not need xine installed. If you would like to use Kaffeine instead of mplayer you do not need the dvb package installed.

Note: The dvb package is also known as the dvb-tools package.

  • The correct Linux kernel module is loaded (see below)
  • xine and Kaffeine
  • The dvb package and mplayer

Configuring the Pinnacle PCTV Hybrid Pro TV capture card to watch Analog TV

By default the correct kernel module should be selected to enable the analog functions of the PCTV Hybrid Pro TV card. The second step is to make sure kdetv is installed (most likely is) and that's it! You will not need to even scan for channels in kdetv!

Note: You will need to connect the audio patch cable from your PCTV Hybrid Pro TV card to your sound cards internal sound port.

Configuring the Pinnacle PCTV Hybrid Pro TV capture card to watch digital TV

Step 1

Configure the right kernel module:

  • Goto YaST Control Center > TV Card
  • Click Edit
  • Click Expert Settings
  • From the Kernel Module drop down menu select saa7134-dvb

Step 2

Install the firmware:

The firmware files you need are called:

dvb-fe-tda10045.fw
dvb-fe-tda10046.fw

Step 3

Setup your favorite TV viewing software and scan for TV Channels. Plaese read below for information about using [[mplayer]] and [[Kaffeine]] media players for Linux.

Setting up mplayer

Step 1

  • Login as root
  • Type: scan /usr/share/dvb/dvb-t/xx-xxxxxxxx > channels.conf

Note: Type: ls -l /usr/share/dvb/dvb-t/ |less to find your location and replace xx-xxxxxxxx with the correct name (country + city)

  • Move the channels.conf file to ~/.mplayer

Watching TV with mplayer using the command-line:

  • Type: mplayer dvb://channel_name

Note: Replace channel_name with the name of the TV channel you would like to watch.

Watch TV with the SMPlayer frontend for mplayer:

Note: As SMPlayer will look for the channels.conf file you will not need to scan for channels.

  • Goto Open > TV and click the TV channel you would like to watch.

Below is a screen shot of SMPlayer playing a digital TV stream:

Using Kaffeine

  • Goto DVB > Channels

Note: There will not be any channels listed in the left side of the Channels dialog box.

  • Select your location in the Search On drop down menu and click Start Scan
  • When kaffeine has found some channels, click on the <<Add Selected button and then on Done

Troubleshooting

Q: I get the following message at boot time, what do I do?

DVB: registering frontend 0 (Philips TDA10045H DVB-T)...
tda1004x: waiting for firmware upload (dvb-fe-tda10045.fw)...
tda1004x: no firmware upload (timeout or file not found?)
tda1004x: firmware upload failed

A: You have not got the correct firmware files installed. Install the correct firmware files.

See Also