[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AverMedia TVCapture Card
- To: Arieh Bibliowicz <vainolo(at-nospam)vipe.technion.ac.il>
- Subject: Re: AverMedia TVCapture Card
- From: Ilya Konstantinov <linux-il(at-nospam)future.galanet.net>
- Date: Tue, 23 Jan 2001 18:44:08 +0200
- Cc: Linux <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <000e01c0854c$e36e28b0$0201a8c0@lavaina>; from vainolo@vipe.technion.ac.il on Tue, Jan 23, 2001 at 04:56:25PM +0200
- References: <01012220531400.16972@ladyboy> <000e01c0854c$e36e28b0$0201a8c0@lavaina>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.2.4i
On Tue, Jan 23, 2001 at 04:56:25PM +0200, Arieh Bibliowicz wrote:
> I Have an AverMedia TVCapture Card with a BTB848 chip, and I'm trying to run
> it under linux, with no success. Does anyone have experience with this type
> of card, or any pointers to configurations?
Place this in your /etc/modules.conf (or /etc/modutils/aliases,
if you're on Debian):
alias char-major-81 videodev
alias char-major-81-0 bttv
options bttv radio=0 card=6 pll=0
options tuner type=5
If you're running kernel 2.4.0 with devfsd, you might also want:
alias /dev/v4l bttv
On some kernels which don't auto-load 'tuner', you might also add:
pre-install bttv modprobe tuner
Works very well for me with xawtv (TV), qtvidcap (video capture to AVI)
and alevt (teletext).
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il