Fedora Hardware :: Configure Saa7134 Tv Tuner In 14

Nov 26, 2010

configure tvtuner on Fedora 14. I have an old analog tv tuner with saa7134 chipset and trying to connect it with cable tv, after quick google-ing i read that the driver for this model are included in the kernel by default, but when i open tvtime i get the following error:

View 5 Replies


ADVERTISEMENT

Hardware :: How To Configure Lirc With Saa7134 Card

Dec 10, 2010

how to configure lirc with my card saa7134 card=42 tuner=41 here is what i get with

cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"

[code]....

View 2 Replies View Related

OpenSUSE Hardware :: How To Configure TV Tuner (USB)

Oct 5, 2010

I am using prolink pixel view USB tv tuner. How i can watch TV & configure the USB TV tuner. How I can detect my usb tv tuner. Its work fine in Windows. Now I had installed Open Suse 11.3 .

View 1 Replies View Related

Ubuntu Multimedia :: How To Configure INTEX TV Tuner Card

Dec 24, 2010

I have INTEX TV tuner card. i'm trying to configure in ubuntu for tvtime. The card has the saa7130 or saa7134 philipse chipset.

lspci | grep -i saa713

output:

Code:

00:0a.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)

after the installation, the card was detected and /dev/video0 was created but dmesg indicated that the card is not among the ones listed as supported and since card did not have EEPROM, the card was not up and running right away.i have edited /etc/modprobe.d/tvcard.conf and added options saa7134 card=3 tuner=14

Code:

$sudo nano /etc/modprobe.d/tvcard.conf

added:

Code:

options saa7134 card=3 tuner=14

Then CTRL+X to exit

still it did not work. tvtime would always say no signal and tvtime-scanner never picked up any channels. then i followed instruction given by rsramkee [URL]. edited saa7134-cards.c and deployed new kernel linux-2.6.36.2 with changes.i rebooted machine to windows selected one channel in tv tuner software of windows, again rebooted machine to ubuntu (i have dual boot windows XP and ubuntu 2.6.35.23). tvtime able display video of channel that is selected in windows OS (No sound), but not be able to tune any other stations.In mplayer able display video of channel that is selected in windows OS with sound.

command:

Code:

mplayer tv:// -tv driver=v4l2:chanlist=us-cable:alsa:adevice=hw.0,1:amode=1:audiorate=48000:forceaudio:volume=100:immediatemode=0:norm=PAL

i followed instruction given by http://linuxtv.org/wiki/index.php/Saa7134-alsa to set up sound. loading the loopback module with the command:

$ pactl load-module module-loopback

Now tvtime able display video of channel that is selected in windows OS with sound, but not be able to tune any other stations. Not be able to tune any stations.dmesg output:

Code:

[ 1320.568603] saa7130/34: v4l2 driver version 0.2.16 loaded
[ 1320.568697] saa7130[0]: found at 0000:00:0a.0, rev: 1, irq: 18, latency: 32, mmio: 0xdffff800
[ 1320.568737] saa7130[0]: subsystem: 1131:0000, board: LifeView FlyVIDEO3000 [card=2,insmod option]

[code]...

i'm not be able to tune any stations using tvtime and xawtv. if channel is not selected in windows OS for more then 1 hour then tvtime displays message no signal, same message in tvtime-scaner (No sound).

View 1 Replies View Related

Ubuntu Multimedia :: Configure Generic Remote That Came With A TV Tuner Card

Jan 18, 2010

I've been trying to configure this generic remote that came with a TV tuner card (saa7134) a while ago but I haven't been able to do so. The thing is that the remote works, in fact some buttons are recognized properly... but some are not. I'm not using lirc!, from I have been reading there is support for generic remotes in the 2.6.31 kernel, besides, i can't configure lirc, it doesn't let me load the kernel modules to start up the daemon for the ir. is there a config file for the button mapping of the native remote support in kernel 2.6.31?. Been searching it but couldn't find it.

View 5 Replies View Related

Red Hat :: Saa7134 Module Not Found In CentOS 5.5

Aug 30, 2010

I have installed tvtime in CentOS 5.5. I'm using a phillips tvtuner card saa7134. But when I modprobe saa7134, it says Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]# modprobe saa7134
FATAL: Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]#lspci | grep -i 'saa'
02:02.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)

View 1 Replies View Related

Ubuntu Installation :: Installing Intex SAA7134 On 10.04?

Jun 2, 2010

I have tried (and failed) a couple of times in the past. I recently took the plunge with 10.04 and I'm having a hard time installing my Intex TV tuner. Everything's ok except for that. I have tried scouring the forums (and the web) and there are a ton of different steps, but I cannot seem to identify which one will work for me.Here's what I get when i type dmesg (please excuse me for posting the entire thing).. I actually had to delete some lines to make it fit the 19kb limit.

I tried these steps:

[URL]

This one I can't understand too much:

[URL]

But I still can't seem to find what card and tuner to select.

View 1 Replies View Related

Debian Hardware :: Saa7134 Alsa Module Won't Unload

Jan 15, 2016

I have a hard time unloading a module (that is it's more stubborn than an aging leprechaun) that is being reported as not being used by lsmod:

Code: Select allroot@groot:~# modprobe -vr saa7134_alsa
modprobe: FATAL: Module saa7134_alsa is in use.
root@groot:~# lsmod | grep saa
saa7134_alsa           17686  0
saa7134               174878  1 saa7134_alsa
tveeprom               20593  1 saa7134

[Code] .....

Why I would need such an outlandish thing is that after I was forced to do a system reinstall thus losing my previous conf files I've been trying to reinstall my saa7134 tvcard. Normally i2c should handle the problem but it won't detect it. So I have a nice little script I found and modified to find the correct card although it is a bit tedious to run:

Code: Select all#/bin/sh
MAXCARD=150
for m in $(seq 0 $MAXCARD);
do
MAXTUNER=69
for i in $(seq 0 $MAXTUNER);

[Code] ...

But I can't unload saa7134 because saa7134_alsa is using it, and I can't unload saa7134_alsa, because, well, because the system doesn't feel like it. I've blacklisted the module (saa7134_alsa) but it gets loaded none the less and won't go away.

View 4 Replies View Related

General :: Philips SAA7134 X 8-channel Video Capture Card Without EEPROM?

Jul 24, 2011

I am new here and I have tried checking similar threads as well as other sources in the net but could not get my card working. I use Debian squeeze on a P4 2.4MHz machine with 2 GB ram. lspci can detect all 8 chips but could not load the proper module since it could not identify the vendor. I have tried unloading the SAA7134 module and reloading repeatedly all possible cards from 1 to 174 by "modprobe -i SAA7134 card=#,#,#,#,#,#,#,# #-numbers 1 to 174 one a a time.

View 3 Replies View Related

Fedora Installation :: Can Pre-process Tv Tuner Sound

Jul 23, 2009

i have a pinnacle hybrid pro 302e usb tuner. the sound is played with arecord accessing the device and aplay playing it. the video by tvtime.the channel National Geographic comes at 719.25Mhz in my analog cable tv input.I AM GETTING HUGE amount of crackling and squealing noise from this channel. There are a few other channels like star movies at 83.50Mhz which has similar bad sound.i know it might have to do with reception but can you suggest something i can do to pre process the sound before its played so as to reduce the artifacts (video is okay).

View 2 Replies View Related

Fedora Hardware :: Only Use Windows To Watch TV On Tuner

Mar 9, 2010

I only use windows to watch TV on my tuner. If i can find one for Linux i would never use WINBLOWS again. I have a ViXS Pure TV-U 48B0 (NTSC/ATSC Combo) Any scripts they i can run to use this tuner. What a good TV Tuner or a list of TV tuner that work with linux. I love how alot of companys dont support us linux users huh.

View 9 Replies View Related

Hardware :: Indications About TV Tuner That Works With Fedora 12

Mar 31, 2010

I need a TV Tuner - external (not internal) who work with Fedora 12. I have cable tv also. I see on internet to many technical details about tv tuner. I'm asking you , because:
1.[URL] - not working
2. and I saw this :
"USB tuners are no good. Apparently USB doesn't have enough bandwidth to handle the video and audio, so the results are poor quality."-from [URL]
Any model which worked well with Fedora 12.

View 2 Replies View Related

Fedora Hardware :: Using Kaiser Baas DVB Tuner With Kaffeine

Jun 16, 2009

I have a Kaiser Baas DVB tuner, which is a USB device.I've installed the firmware, and dmesg tells me the firmware is loading.The wee red light tells me the tuner is operating.I'm running Fedora 11, and I've installed kaffeine, which recognizes there's a DVB device running. But when I do a channel scan (which I've tried using a couple of local sources and the AUTO option), I don't see any channels. I've tried various filter options, no joy.Using the supplied Windows software, a scan gives me about 20 digital channels.

View 14 Replies View Related

Fedora Hardware :: Connect Desktop To A Tv Tuner Card?

May 19, 2011

Is there anyway I can connect my desktop to a satellite tv decoder and watch the stations from my desktop? I only know tbs 6981 dual tuner card.

View 1 Replies View Related

Fedora Hardware :: Configuring AverTV Super 009 TV Tuner Card From Avermedia?

Mar 24, 2011

I have installed a new TV Tuner Card. AverTV Super 009 TV Tuner Card from Avermedia. I am using Fedora 14. How can I make the above card work for me? (I am not proficient in Linux.)

View 6 Replies View Related

Hardware :: Watch Tv With Usb Tv Tuner Pinnacle Pctv Hybrid Pro On Fedora 15 64bit?

Jun 9, 2011

I want to watch tv with my usb tv tuner Pinnacle pctv hybrid pro on Fedora 15 64bit.The best i could do is watch analog tv without sound at all ! or watching digital tv but without the ability to change channels ! i need to press the stop button and then choose my channel and hit play again. If i tried to change chanell it stuck . [URL] Its a quality tvtuner and i would like to use it.PS1: I was completely crazy testing the Fedora 15 64bit , gnome UI was so fantastic, fedora was so fast not like the ubuntu fatpig. Im so decided to format my harddisk and install only fedora.

View 1 Replies View Related

Fedora :: Resolve An Ongoing Fight Involving /dev/video Node Assignment Between 2 TV Tuner Cards And USB Video Camera

Feb 27, 2011

I am trying to resolve an ongoing fight involving /dev/video node assignment between 2 TV Tuner cards and a USB video camera.

Each time I reboot the three devices seem to shuffle their /dev/video assignment. i.e. what was /dev/video0 (USB camera) after a reboot magically becomes /dev/video1.

This causes all kinds of grief between my MythBackend and ZoneMinder who expect the devices to have static assignments.

how to best solve this? I did a brief search and one solution appears to be to statically assign the devices.

View 3 Replies View Related

Ubuntu :: Install USB Tv Tuner?

May 24, 2010

what do I need to install to get a USB tv tuner working? I have a generic usb "stick". It shows up in windows as a 7240 TVBox. I've tried mythtv, but it doesn't see or show the device. I am running Ubuntu 9.1.

View 8 Replies View Related

Ubuntu :: TV Tuner Software ?

Mar 19, 2011

I've got a Gigabyte TV Tuner card which provides software/player for windows only. Does anyone know how to make it work on ubuntu too, please? It's Gigabyte GT-P6000.

View 7 Replies View Related

Hardware :: Adding A PCI TV Tuner?

Jan 30, 2009

I am trying to install a Hauppauge PVR-150 into my CentOS 5 machine. When the card is installed, I get the error "Disabling IRQ #5" upon startup, and the machine loses networking. Does anyone know why I'm receiving this error?

View 14 Replies View Related

Hardware :: PEAK DVB-T TV Tuner USB

Nov 4, 2010

I have a PEAK 102569AGPK that I can't get to play nice.

Using Ubuntu Netbook 10.10

lsusb-v gives this:

But no driver is being found - dmesg: usb 1-1: new high speed USB device using ehci_hcd and address 6

Works well under windows, which identifies it as an rtl2832u. I've tried installing Realtek-provided drivers, but still device is not found.

View 1 Replies View Related

Ubuntu Multimedia :: Install A TV Tuner RPC-TV-PCI-FM In 9.10?

Feb 2, 2010

How do I install a TV tuner RPC-TV-PCI-FM in Ubuntu 9.10?I searched on various forums, but I do not found, how to set this model of tv tuner.

View 4 Replies View Related

Ubuntu Multimedia :: Choosing A DVB-T USB Tuner?

Nov 23, 2010

what DVB-T USB tuner should I buy? I expect it to have full support including the remote control operation. Intended use is for Ubuntu with XBMC installed.

View 3 Replies View Related

Ubuntu Multimedia :: TV Tuner Card For PC ?

Apr 1, 2011

I haven't had one for years, so i am not even really sure what options to look for. So i need to be able to stream media, record media, record cable box, play cable box, listen to local FM radio would be really nice.

View 1 Replies View Related

Ubuntu Multimedia :: Tv Tuner Not Working

May 6, 2011

I have compro videomate m330f tv card recognised as Philips Semiconductors SAA7134/SAA7135HL Video Broadcast Decoder (rev 01)

[Code]....

View 4 Replies View Related

Hardware :: Tv Tuner Card Recommendation?

Dec 13, 2008

I am needing a tv tuner card that is compatible with linux. My tv went out so i need to be able to hook up my directv receiver to the card.

View 10 Replies View Related

Hardware :: USB TV Tuner With HD Support For Hooking A PS3 Up?

Jan 13, 2010

I think the subject title says it all, but well... that's what I would like to do, to buy a TV tuner with support for HD resolution (although I'll be working with a 15.6" 16:9 1366x768 display, laptop one) to hook up a PS3 and not having to spend some extra cash on a display (ideally).

Can anyone give me a hint on this? The only 'premise' I ideally pursue is for the device to fully work, I mean... fuck DVB-T per se, I'm not interested in TV reception, just to put the A/V signal out of the PS3 and onto the tuner and use a program like tvtime (ideally), but something that can work reliably (even if I have to grab a tarball or a cvs/svn/git tree and compile it myself, as I use a custom-made+deviated CLFS/LFS distro, I'm more than accustomed to compile everything by hand).

View 1 Replies View Related

Debian Multimedia :: Gqrx-sdr And PCI TV Tuner Won't Work

Oct 13, 2015

I have a generic saa7134 PCI TV Tuner branded as Encore without a radio. Recently I got it working on xawtv (with a pcm error delayed sound and TVTime (no sound? unless executed a record <parameters>. Now, i want to use that TV Tuner in GNU Radio GQRX-SDR to listen or receive NOAA APT transmission, but the problem is I don't know how to get it done. I tried to research but nothing came up with my configuration. I dont have any other USB SDR so Im just using the PCI TV Tuner. Any other ways to resolve the delayed sound in xawtv/arecord? Im using the saa7134-alsa. Any other software to manually set the frequency of the TV Tuner in the NOAA freq 137.xMHz so I can just record it using any application.

Additional info:
I am using Debian GNU/Linux 8.2 Jessie i386 CPU Intel
KDE Plasma Desktop Manager

View 0 Replies View Related

OpenSUSE Hardware :: Can't Use Both Webcam And TV Tuner Card

Mar 11, 2010

If my webcam is plugged in when I start up my computer, it ends up being the only thing I can use -- I can't switch off of it in tvtime. If I leave it unplugged and restart my computer, I can then use my TV tuner card.

View 1 Replies View Related

Ubuntu Multimedia :: TV Tuner Not Working In 9.10 But Is Recognised

Mar 29, 2010

Ubuntu version: Karmic Koala (ubuntu 9.10)I've been fiddling arround quite some time with this card. So far i established the following:

1. Card is supported by drivers already available in kernel (v4l, v4l(2)).
2. Card is recognised by Skype as well as by gstreamer. However gstreamer gives me mostly greeen screen when i test it. no propper picture. both found it on video1 (video0 is webcam).
3. I know it is supposed to work well in Linux URL...instructions are for fedora here.
4. there are quite a few tutorial for this card online (even ubuntu), however they are for older version and most of them consist of getting new drivers installed (which are already included with Karmic).

TV Time - blank screen - it is trying to get video from video0 device, which is webcam. i can not set it to use video1 instead as when i click in the menu to change input nothing happens.VLC player - i select use device and set it to V4l or PVR. in both cases the programme itself switches to video0 and turns on my webcam. Nothing else happens. I also installed iv-tv including all necessary libraries and dependancies - as suggested as solution to similar model of card. Didn't change anyhting. it's basically the only thing that is not working yet (most other things i already solved-sort of). I am also interested why the programmes keep switching automaticly to video0 for input when i clearly state to them to use video1?!If this can not be solved can anyone suggest another cheap TV tunner that "just works" in Ubuntu (including remote control)?! I have a big monitor and i think i could use it as TV instead of getting a new TV....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved