On Thu, May 04, 2000 at 05:20:44PM +0000, Idan A wrote:
> Hi.
>
> I got an AverMedia98 TV Card, and also an MPEG card for the DVD-ROM
> (Creative Encore - DXR2), both PCI cards.
> Kudzu did not find the cards.
> How can I make the cards work under RH6.1?
> I've been told that Slackware 7 identified the same cards automatically,
> and it works perfectly.
Standard bttv driver includes support for AverMeida cards.
Here is my setup in /etc/conf.modules file:
# TV tuner
options bttv card=6
options tuner type=5
alias char-major-81 bttv
pre-install bttv /sbin/modprobe -k tuner
pre-install lirc_aver /sbin/modprobe -k bttv
alias char-major-61 lirc_aver
Note that the last 2 lines refer to lirc_aver,
which is a driver to support AverMedia's remote control
(and other remote control units too). I succed using it
to control xawtv and xmms, and it's possible to control
almost everything with it. You'll need to patch the bttv.c
in your kernel though, and recompile the bttv module
(follow the instructions in lirc's docs).
--
Best regards, Ilia Konstantinov
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]