public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: Frank Carmickle <frankiec@braille.uwo.ca>
To: speakup@braille.uwo.ca
Subject: Re: tv tunner and Linux
Date: Sat, 11 Aug 2001 09:52:15 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.21.0108110925450.3391-100000@localhost> (raw)
In-Reply-To: <20010810233741.A258@linserver.megsinet.net>

Hi Greg

On Fri, 10 Aug 2001, Gregory Nowak wrote:
> I just got a hand me down bt878 tv tuner from
> a friend. Since the driver names on the cd for it
> begin with "bt848" and since I saw an option
> for that device right after
> the sound card options in make config, I did something probably dumb
> and thoughtless by choosing that option.
> The dmesg output says that mixer support for bt848 is registered.
> However, I'm not sure where to go from there,
> as I'm new to tv tuners in general.

If you are using a 2.4 kernel the support for the bttv cards is
current.  If you are using a 2.2 kernel then get the bttv package from
the bttv sight.  

> I guess my first question is do I need x to watch tv in Linux, or is
> there console software for that?

There is console software.  You will probably want to have a framebuffer
device if there are going to be sightlings around who will actually turn
on the monitor.  If not then you can just listen to the audio by using
v4lctl.  

> If I don't need x, did I do the right  thing by choosing the bt848 option
> during make config?
> Does anyone know if there are drivers for bti78 under Linux 

Well there is one driver for all of the cards based on the
bt848/849/878/879.  You will want to make sure that you have the modules
i2c-core
videodev
tvaudio
tuner
msp3400

Unfortunately there are lots and lots of options and it is not a walk in
the park to configure.  You will become very familiar with modutils I can
assure you.

you will have to do an 'lspci' to find out exactly what card you have and
then read read read read the docs.  I will throw in an example config
that will help you but it probably won't work for your card.

#i2c
alias char-major-89 i2c-dev

#bttv
alias char-major-81 videodev
alias char-major-81-0 bttv
options bttv card=2 radio=1
options tuner type=2
options tvmixer tea6300=1


HTH

-- 
     Frank Carmickle
phone:     412 761-9568
email:     frankiec@dryrose.com



  reply	other threads:[~ UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 Gregory Nowak
 ` Frank Carmickle [this message]
 ` Brian Borowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0108110925450.3391-100000@localhost \
    --to=frankiec@braille.uwo.ca \
    --cc=speakup@braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).