LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-12-2013, 06:28 PM   #1
markomarko
Member
 
Registered: Nov 2006
Location: Belgrade, Serbia
Distribution: Slackware
Posts: 69

Rep: Reputation: 19
Question slack 14 - tv card


Hi,
Could you please help me to setup my tv card, because i'm clueless.
I tried to search through "http://linuxtv.org/", but i't too complicated for me (i stuck at "http://www.linuxtv.org/wiki/index.php/Development:_How_to_add_support_for_a_device" (recognising my card) :-/

I have clean slack 14 installation, with default huge kernel (3.2.29).

I didn't installed any new driver.

As far as i know i have some Intex tv card.

And i have analog tv (throug cable).


This is "saa" output:

[ 8.299604] saa7130/34: v4l2 driver version 0, 2, 17 loaded
[ 8.303327] saa7134 0000:04:05.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 8.306983] saa7130[0]: found at 0000:04:05.0, rev: 1, irq: 20, latency: 64, mmio: 0xfe8ffc00
[ 8.310679] saa7134: Board is currently unknown. You might try to use the card=<nr>
[ 8.310679] saa7134: insmod option to specify which board do you have, but this is
[ 8.310680] saa7134: somewhat risky, as might damage your card. It is better to ask
[ 8.310681] saa7134: for support at linux-media@vger.kernel.org.

...

[ 8.775126] saa7130[0]: subsystem: 1131:0000, board: UNKNOWN/GENERIC [card=0,autodetected]
[ 8.777117] saa7130[0]: board init: gpio is c04000
[ 8.880214] saa7130[0]: Huh, no eeprom present (err=-5)?
[ 8.882547] saa7130[0]: registered device video0 [v4l2]
[ 8.884830] saa7130[0]: registered device vbi0



and this is "lspci -vnn" output:

04:05.0 Multimedia controller [0480]: Philips Semiconductors SAA7130 Video Broadcast Decoder [1131:7130] (rev 01)
Subsystem: Philips Semiconductors SAA7130-based TV tuner card [1131:0000]
Flags: bus master, medium devsel, latency 64, IRQ 20
Memory at fe8ffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [40] Power Management version 1
Kernel driver in use: saa7134


So, could someone guide me through installation?
Also, i don't know which application to use for watching tv.

Than you in advance!
 
Old 04-12-2013, 10:08 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,375

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
Your device appears to be the same as here. http://ubuntuforums.org/archive/inde...t-1394806.html
Try, as root, 'modprobe saa7134 card=3 tuner=55'.
If this works, you can do:
'echo "modprobe saa7134 card=3 tuner=55" > /etc/modprobe.d/tvcard.conf' to save the settings permanently.

You can watch TV using mplayer. Post #2 here https://bbs.archlinux.org/viewtopic.php?id=80607 may give some ideas on using options.
 
2 members found this post helpful.
Old 04-14-2013, 08:36 AM   #3
markomarko
Member
 
Registered: Nov 2006
Location: Belgrade, Serbia
Distribution: Slackware
Posts: 69

Original Poster
Rep: Reputation: 19
Thank you allend, now i'm a bit closer to have a tvcard working:-)
I did as you said "rmmod saa7134 && modprobe saa7134 card=3 tuner=55" and installed tvtime.

Now, i can see only one channel (and without sound) when i change "video source" to "Composite2"
But in that case, i can't scan channels.

If i change "video source" to "television", it shows blue screen with "No Frequency" and "No signal" messages. But now i have option "Channel managament" with option "Scan channels for signal". Unfortunately, nothing happens.

I'm from Serbia (Southeastern Europe) so i set up "television standard" to "PAL" and "audio standard" to "PAL-BG".

What i have to do now?

Thanks :-)
 
Old 04-14-2013, 11:49 AM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,375

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
For tuning, try 'tuner=54' rather than 'tuner=55'. My Serbian is non-existent, but the Google translation of this page suggests that is a better setting. http://linuxo.org/content/koji-progr...rticu-gigabite

For sound, you could try 'modprobe saa1734-alsa' and see whether you have a sound source in alsamixer.
 
1 members found this post helpful.
Old 04-14-2013, 06:34 PM   #5
markomarko
Member
 
Registered: Nov 2006
Location: Belgrade, Serbia
Distribution: Slackware
Posts: 69

Original Poster
Rep: Reputation: 19
Excellent! I did it! :-)

After you told me to change tuner to 54 instead of 55 and gave me that serbian forum (there's nothing relevant on it) i started googling for "tvtime one chanell card tuner setup" or something like that.
I found http://ubuntuforums.org/showthread.php?t=1652138 where jeevas.v posted solution:
"options saa7134 card=121"

I tried it and it worked :-)

After that i only had to enable sound, so i unmuted rear mic in my alsamixer (because i connected tvcard output with rear mic) and now everything works!

Now i only have to enable remote control. I saw that it has something with lirc, but i'll try that tomorrow, because it's 1.30am in Serbia :-)

Once again thank you allend :-)
 
Old 04-15-2013, 07:07 AM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,375

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
I am impressed that you got this working despite my misguidance :-). My google fu failed me, as I did not come across the link you gave.
 
  


Reply

Tags
installation, slackware 14, tvcard



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
ping from Slack not to Slack ( Usb wireless card Atheros AR9271) andre.it Linux - Networking 1 07-22-2012 02:19 PM
slack 12 and 5.1 sound card cristopher5 Linux - Hardware 9 08-12-2007 06:04 AM
installing slack on SD card deNiro Slackware 3 07-06-2006 02:04 PM
USB multi-card reader; only one card can be mounted in Slack 10. KidsWriter71 Linux - Hardware 6 09-11-2004 07:24 PM
Slack 9 and TV-card? x-stars Linux - Software 2 08-05-2003 03:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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