LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-12-2007, 04:00 AM   #1
srkpradeep
LQ Newbie
 
Registered: Jun 2007
Distribution: Mandriva
Posts: 5

Rep: Reputation: 0
TV Tuner card


I baught PixelView Pro3 TV Tuner Card based on Philips 7130 chipset. I am trying to setup this card in Linux. Please give me details about how to setup the card. I have Fedora Core6 32-bit and Mandriva 2007 Spring 64-bit.

I used TVTime but it is not working!
 
Old 06-12-2007, 09:01 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
As root, edit /etc/modprobe.conf and add/update:

option saa7134 card=42

Then issue these two commands (should work automatically after boot with the modprobe.conf change):

modprobe -r saa7134
modprobe saa7134 card=42
 
Old 06-13-2007, 11:07 AM   #3
srkpradeep
LQ Newbie
 
Registered: Jun 2007
Distribution: Mandriva
Posts: 5

Original Poster
Rep: Reputation: 0
I have done changes.
If i do tvtime-scanner in command line:
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/pradeep/.tvtime/tvtime.xml
Scanning using TV standard PAL-N.
/home/pradeep/.tvtime/stationlist.xml: No existing PAL-N station list "Custom".
videoinput: Driver refuses to set norm: Invalid argument

Your capture card driver: saa7134 [Sabrent SBT-TVFM (saa7130)/PCI:0000:00:0d .0/526]
does not support full size studio-quality images required by tvtime.
This is true for many low-quality webcams. Please select a
different video device for tvtime to use with the command line
option --device.


if i open tv-time i am seeing the message in screen

Frames too short from saa7134
Cannot open capture device /dev/video0.
 
Old 06-13-2007, 11:13 AM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Check /var/log/messages to see what messages are generated when you issue the two modprobe commands.
 
Old 06-13-2007, 10:15 PM   #5
srkpradeep
LQ Newbie
 
Registered: Jun 2007
Distribution: Mandriva
Posts: 5

Original Poster
Rep: Reputation: 0
log in messages file:

Jun 14 08:42:30 localhost kernel: Linux video capture interface: v2.00
Jun 14 08:42:30 localhost kernel: saa7130/34: v4l2 driver version 0.2.14 loaded
Jun 14 08:42:30 localhost kernel: saa7130[0]: found at 0000:00:0d.0, rev: 1, irq: 193, latency: 64, mmio: 0xfae00000
Jun 14 08:42:30 localhost kernel: saa7130[0]: subsystem: 1131:0000, board: Sabrent SBT-TVFM (saa7130) [card=42,insmod option]
Jun 14 08:42:30 localhost kernel: saa7130[0]: board init: gpio is 60c000
Jun 14 08:42:30 localhost kernel: tuner 1-0060: All bytes are equal. It is not a TEA5767
Jun 14 08:42:30 localhost kernel: tuner 1-0060: chip found @ 0xc0 (saa7130[0])
Jun 14 08:42:30 localhost kernel: tuner 1-0060: type set to 17 (Philips NTSC_M (MK2))
Jun 14 08:42:30 localhost kernel: saa7130[0]: Huh, no eeprom present (err=-5)?
Jun 14 08:42:30 localhost kernel: saa7130[0]: registered device video0 [v4l2]
Jun 14 08:42:30 localhost kernel: saa7130[0]: registered device vbi0
Jun 14 08:42:30 localhost kernel: saa7130[0]: registered device radio0
 
Old 06-13-2007, 10:26 PM   #6
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
It doesn't appear that the card type is matching the hardware; what messages do you get in /var/log/messages when you run the two modprobe commands without the 'card=42' option? Does it auto-detect a different card type?
 
Old 06-14-2007, 08:29 AM   #7
srkpradeep
LQ Newbie
 
Registered: Jun 2007
Distribution: Mandriva
Posts: 5

Original Poster
Rep: Reputation: 0
modprobe command without the 'card=42' :
It is detecting same card.

Jun 14 18:58:02 localhost kernel: Linux video capture interface: v2.00
Jun 14 18:58:02 localhost kernel: saa7130/34: v4l2 driver version 0.2.14 loaded
Jun 14 18:58:02 localhost kernel: saa7130[0]: found at 0000:00:0d.0, rev: 1, irq: 193, latency: 64, mmio: 0xfae00000
Jun 14 18:58:02 localhost kernel: saa7130[0]: subsystem: 1131:0000, board: Sabrent SBT-TVFM (saa7130) [card=42,insmod option]
Jun 14 18:58:02 localhost kernel: saa7130[0]: board init: gpio is 60c000
Jun 14 18:58:02 localhost kernel: tuner 0-0060: All bytes are equal. It is not a TEA5767
Jun 14 18:58:02 localhost kernel: tuner 0-0060: chip found @ 0xc0 (saa7130[0])
Jun 14 18:58:02 localhost kernel: tuner 0-0060: type set to 17 (Philips NTSC_M (MK2))
Jun 14 18:58:02 localhost kernel: saa7130[0]: Huh, no eeprom present (err=-5)?
Jun 14 18:58:02 localhost kernel: saa7130[0]: registered device video0 [v4l2]
Jun 14 18:58:02 localhost kernel: saa7130[0]: registered device vbi0
Jun 14 18:58:02 localhost kernel: saa7130[0]: registered device radio0
 
Old 06-14-2007, 08:50 AM   #8
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Quote:
Jun 14 18:58:02 localhost kernel: saa7130[0]: subsystem: 1131:0000, board: Sabrent SBT-TVFM (saa7130) [card=42,insmod option]
Did you remember to remove/comment the modprobe.conf entry?
 
Old 06-14-2007, 09:24 PM   #9
srkpradeep
LQ Newbie
 
Registered: Jun 2007
Distribution: Mandriva
Posts: 5

Original Poster
Rep: Reputation: 0
In TvTime i chaged to Telivisition standard to NTSC and i run tvtime-scanner --input=1 in command 20 channels were detected.

but in Tvtime nothing is coming.
 
Old 03-01-2013, 02:40 PM   #10
jm70
LQ Newbie
 
Registered: Feb 2013
Posts: 1

Rep: Reputation: Disabled
Smile TVtime linux not working.

The solution is simple, just change the video output to CVBS on the video source, because it is set to RGB or YUV causes TVtime to show blue screen and report no signal... Because if you try "QT V4L2 Test Utility" it works and TVtime not, because the input video source format is, RGB, YUV, etc.
 
  


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
Cannot change card/tuner number for TV card flyereddie Linux - Hardware 4 10-07-2006 08:40 PM
Best available TV Tuner card? WolfCub Linux - Hardware 6 04-28-2005 01:06 PM
TV Tuner Card Adrohak Linux - Hardware 20 01-12-2005 09:51 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 - Software

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