LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-09-2005, 11:01 PM   #1
dcroxton
Member
 
Registered: Apr 2004
Distribution: Ubuntu Jaunty
Posts: 91

Rep: Reputation: 16
Video capture card stopped working


I bought a relatively cheap video capture card to use with MythTV. It was working fine with my Mepis box, but now, after not using it for a couple of months (no time to watch t.v. ), I'm getting nothing. I've had problems with MythTV before, but xawtv has always worked. I also installed TVTime and got no signal. I thought perhaps the cable company had figured out a way to separate cable tv from cable internet, so I tried getting input from my camcorder. Still nothing.

So, I need some way to check whether the problem is in how I am feeding video to the card, or whether it is in some way the card itself that is not functioning. The relevant parts of dmesg:

tuner: TV freq (38.25) out of range (44-958)
tuner: TV freq (32.25) out of range (44-958)
tuner: TV freq (26.25) out of range (44-958)
tuner: TV freq (20.25) out of range (44-958)
tuner: TV freq (14.25) out of range (44-958)
tuner: TV freq (8.25) out of range (44-958)
tuner: TV freq (8.25) out of range (44-958)
tuner: TV freq (14.25) out of range (44-958)
tuner: TV freq (20.25) out of range (44-958)
tuner: TV freq (26.25) out of range (44-958)
tuner: TV freq (32.25) out of range (44-958)
tuner: TV freq (38.25) out of range (44-958)

And a full dump of lspci:

0000:00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
0000:00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
0000:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCIController (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 82)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC Bridge (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) UltraATA-100 IDE Controller (rev 02)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
0000:03:04.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
0000:03:04.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
0000:03:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

With thanks to the kind folks who answer questions from clueless users like me,
 
Old 09-10-2005, 03:22 AM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Probably you have to manually set the tuner. If the card has composite or S-Video connectors, use them first. Then manually set a tuner for the bttv module.

You can add the line below in /etc/modprobe.conf or /etc/modules.conf
options bttv tuner=X

X designates the number for the tuner in the tuner cardlist file in the kernel documentation directory.

BTW, it does help to set the norm signal or Telvision signal (NTSC, PAL, PAL-60, PAL-DK). In your case it is NTSC.
 
Old 09-11-2005, 09:24 PM   #3
dcroxton
Member
 
Registered: Apr 2004
Distribution: Ubuntu Jaunty
Posts: 91

Original Poster
Rep: Reputation: 16
Quote:
Originally posted by Electro
Probably you have to manually set the tuner. If the card has composite or S-Video connectors, use them first. Then manually set a tuner for the bttv module.

You can add the line below in /etc/modprobe.conf or /etc/modules.conf
options bttv tuner=X

X designates the number for the tuner in the tuner cardlist file in the kernel documentation directory.

BTW, it does help to set the norm signal or Telvision signal (NTSC, PAL, PAL-60, PAL-DK). In your case it is NTSC.
Thanks for the response. I've been trying (unsuccessfully, so far) to figure out where this cardlist file is, during which I re-ran dmesg and noticed it had some other lines about my tuner (I swear they weren't there before!):

bttv0: Hauppauge eeprom: model=38101, tuner=Temic 4036FY5 (8), radio=no
bttv0: using tuner=8
tuner: chip found at addr 0xc2 i2c-bus bt878 #0 [sw]
tuner: type set to 8 (Temic NTSC (4036 FY5)) by bt878 #0 [sw]

So it looks like the module was found, which makes sense, since I have been using it successfully up until now.

Is there any way for me to test whether the card is functioning? Some manual way to send it a signal and check for a response? Would the kernel just not recognize it if it were malfunctioning?
 
  


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
Video Capture card. litenin Linux - Hardware 14 12-07-2007 11:20 AM
Video Capture Card Question... xbill311x Linux - Hardware 2 11-16-2005 06:32 AM
Help My Mom :) video (TC) capture card palmercabel Linux - Hardware 1 06-09-2004 02:11 PM
Video capture card? Darwin *BSD 0 09-21-2003 03:12 PM
video capture card hawkgreatelf Linux - Hardware 5 04-16-2003 04:19 AM

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

All times are GMT -5. The time now is 05:09 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