LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-13-2002, 04:44 AM   #1
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Rep: Reputation: 15
Tv Tuner card under Redhat 7.1


How do I get my MagicXpress TvTuner card to work under redhat 7.1 it has a Bt848 chipset. What software do i need?

Thanks
 
Old 08-13-2002, 09:08 PM   #2
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
I have installed xawtv and it seems to be working great but the picture is fuzzy so i obviously need to tune it in but I cannot find any place to do this

How do I tune it in?
 
Old 08-13-2002, 10:43 PM   #3
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
Is there a config file somewhere perhaps that I type the frequency in?

Help!

Streams
 
Old 08-14-2002, 01:35 AM   #4
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
xawtv has a control panel which lets you adjust to what cable you are using, this should help, try and play around with that. Also...how did you get the card runing in linux?, is it an out of the box install or did you configure your kernel and then upgraded?
 
Old 08-14-2002, 03:05 AM   #5
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
it is an out of the box install. But it seems to work ok I cannot seem to figure out how to tune it in. I can fine tune but other thant that its a no go.
 
Old 08-14-2002, 04:32 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
just write ~/.xawtv manually, it's very very easy....

Code:
[chris@trevor chris]$ cat .xawtv 
[global]
freqtab = europe-west

[defaults]
norm = PAL
capture = over
input = Television
#input = Composite1

[BBC1]
channel = 46
fine = 0

[BBC2]
channel = 40
fine = 0
easy huh?

oh an xawtv IS the best, simplest program around for tv, all the others try to be too pretty and just annoy you... apart from fbtv of course, which is part of the xawtv package. check it out in a console
 
Old 08-14-2002, 05:28 AM   #7
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
Thank you acid, I now can get 1 channel very nicely but I cant get the other channels???

I added this to my .xawtv file

[one]
channel = 45.25 #this is the Mhz frequency of the station
key = 1
capture = no

[two]
channel = 55.25
key = 2

[three]
channel = 62.25
key = 3

[four]
channel = 175.25
key = 4

[five]
channel = 775.25
key = 5

is this correct why do I only have the one channel? and why is it when I change to "two" or "three" the picture is still that of "one"?

Thanks
 
Old 08-14-2002, 07:57 PM   #8
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
Today when i started xawtv i dont get any channels any more. Last night i got one channel very well. Here is my actual config file. Can you see anything amiss:

______________________________________________________________________________

[global]
ratio = 4:3
freqtab = newzealand
pixsize = 128 x 96
pixcols = 1
jpeg-quality = 75
keypad-ntsc = no
keypad-partial = yes
osd = yes

# [Station name]
# capture = overlay | grabdisplay | on | off
# input = Television | Composite1 | S-Video | ...
# norm = PAL | NTSC | SECAM | ...
# channel = #
# fine = # (-128..+127)
# key = keysym | modifier+keysym
# color = #
# bright = #
# hue = #
# contrast = #

[defaults]
norm = PAL
input = Television
capture = over
color = 50%
bright = 50%
hue = 50%
contrast = 50%

[One]

channel = 45
key = 1
capture = off

[Three]

channel = 62.25
key = 3
capture = on

[Four]

channel = 175.25
key = 4
capture = on

[Prime]

channel = 775.25
key = 5
capture = on

[Two]

norm = PAL
channel = 55
fine = 25
key = 2
 
Old 08-15-2002, 03:57 AM   #9
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
I managed to get one channel back but that is it I cannot change to the other channels I have tried everything the channels just wont change.

Help!
 
Old 08-16-2002, 04:58 AM   #10
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
I have typed "dmesg" and got "tuner = tuner type not set" how could this be I get 1 channel. anyway I am trying to figure out from these readme's about how to insmod the tuner type in there. How do i do this in plain english? something like "insmod bttv.o card=38" when i type this i get bttv.o not found??? help...

Thanks
 
Old 08-16-2002, 12:43 PM   #11
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you would normally set it in /etc/modules.conf

alias char-major-81 bttv
options bttv card=xx
 
Old 08-16-2002, 12:44 PM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
oh and the way you're insmodding it, you don't use the prefix for the object, just bttv, no .so.
 
Old 08-17-2002, 05:17 AM   #13
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
I have added to the modules.conf this "options bttv card=38" this seems to have done nothing as when i type dmesg i get "tuner type type not set" and "frequency out of range". Help why wont it work. Sometimes I start xawtv and I get a perfect picture of one channel which seems to be random but I cant change it.

BTW why in fullscreen does it have a black border around the picture?

any suggestions on how to set my tuner?

Thanks
 
Old 08-22-2002, 01:32 AM   #14
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
^Bump^
 
Old 10-16-2002, 07:56 AM   #15
Amerist
Member
 
Registered: Apr 2002
Location: Germany
Distribution: RedHat & SuSE
Posts: 106

Rep: Reputation: 15
Try running "scantv". That should prompt you for what kind of card you have and what station table to use and then it will automatically scan all the channels for you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best available TV Tuner card? WolfCub Linux - Hardware 6 04-28-2005 01:06 PM
Installing TV Tuner card in Redhat khandu Linux - Software 3 08-09-2004 11:02 AM
Installing EZTV tuner card in Redhat 9? challanj Linux - Hardware 2 03-02-2004 12:41 PM
tv tuner for mercury tv tuner card sandesh_hs Linux - Hardware 1 02-22-2004 03:20 AM
a good tv tuner card and graphics card match mpo Linux - Hardware 2 03-01-2003 01:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration