Bug 15141 - No full configuration of TV cards
Summary: No full configuration of TV cards
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kudzu
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-02 18:22 UTC by Enrico Scholz
Modified: 2014-03-17 02:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-12-15 00:37:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2000-08-02 18:22:29 UTC
Although kudzu adds an entry 'alias char-major-81 bttv' to
/etc/modules.conf, TV cards are needing a tuner and mixer module to operate
properly.

To do this I am using the additional settings

below bttv		tuner msp3400
options bttv		card=2
options tuner		type=5


I know that this values are not be used generally, but for my card (lspci
-n calls it `Class 0400: 109e:0350 (rev 12)') they are correctly.
In future bttv versions the mixer (msp3400) will be replaced by a more
general module called `tvmixer'.

Comment 1 Bill Nottingham 2000-08-02 19:02:38 UTC
That's the biggest problem; those modules aren't necessarily
used by everything, and the only way to find out is to
scan the i2c bus, which we don't currently have code for.

Comment 2 Enrico Scholz 2000-08-02 19:52:31 UTC
The line 'below bttv tuner msp3400' should be obligatorily in most cases. With
bttv 0.7 (only kernel 2.4 or heavily patched 2.2) this setting can be omitted,
but Pinstripe needs it,

Until kudzu has i2c code I am suggesting to put commented templates into
/etc/modules.conf, so the user will be pointed to a list of options (the
src/MODULES file of http://me.in-berlin.de/~kraxel/v4l/bttv-0.6.4h.tar.gz or
CARDLIST & Insmod-options of
http://me.in-berlin.de/~kraxel/v4l/bttv-0.7.37.tar.gz). Else the user won't have
sound, can not change the channel and hasn't a clue where the flaw lies.

Btw: a pitfall being difficulty to find is to use tuner-type 2 instead of 5.
Some Hauppauge cards are working fine with both settings but with one exception:
_exactly_ 1 channel (SE7 in european freqtab)  can not be tuned in with type 2.
Perhaps this should be mentioned seperatedly somewhere in the documentation...


Note You need to log in before you can comment on or make changes to this bug.