LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-21-2005, 09:19 AM   #1
Jay_highlands
Member
 
Registered: Jul 2003
Location: Scotland
Distribution: Slackware64 -current
Posts: 30

Rep: Reputation: 15
Lifeview FlyTV 35 (SAA7135) TV Card problems


Hi,

I have a Lifeview FlyTV 35 Platinum TV Card which I am having trouble getting to work. I read that it would be best if I upgraded to the latest 2.6.11 kernel, which I have done. From what I can see the card modules are loaded but it still fail to get detected by TV apps. Anyone point me in the right direction?


Here is some information

lsmod
Quote:
Module Size Used by
snd_seq_oss 30848 0
snd_seq_midi_event 5760 1 snd_seq_oss
snd_seq 45584 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 7052 2 snd_seq_oss,snd_seq
snd_pcm_oss 46880 0
snd_mixer_oss 16384 1 snd_pcm_oss
snd_ca0106 23844 0
snd_ac97_codec 75516 1 snd_ca0106
snd_pcm 75528 3 snd_pcm_oss,snd_ca0106,snd_ac97_codec
snd_timer 19844 2 snd_seq,snd_pcm
snd 44388 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_ca0106,snd_ac97_codec,snd_pcm,snd_t imer
snd_page_alloc 7556 2 snd_ca0106,snd_pcm
ipv6 221184 15
ohci_hcd 18440 0
via_agp 7424 1
8139too 20736 0
mii 3968 1 8139too
saa7134 95956 0
video_buf 16900 1 saa7134
v4l2_common 4864 1 saa7134
v4l1_compat 13188 1 saa7134
soundcore 6880 2 snd,saa7134
ir_common 4228 1 saa7134
videodev 7296 1 saa7134
uhci_hcd 28304 0
ehci_hcd 29448 0
i2c_viapro 6800 0
i2c_core 17680 2 saa7134,i2c_viapro
nvidia 3702660 12
nls_iso8859_1 3968 2
nls_cp437 5632 2
vfat 10752 2
fat 34588 1 vfat
evdev 7296 0
agpgart 27688 2 via_agp,nvidia
psmouse 24840 0
reiserfs 223472 2

xzawtv -hwscan
Quote:
/dev/video0:OK [-device /dev/video0]
type : v4I2
name : UNKNOWN/GENERIC
flags : overlay capture tuner
If any other information is need please ask away

Thanks
 
Old 06-22-2005, 04:59 AM   #2
Jay_highlands
Member
 
Registered: Jul 2003
Location: Scotland
Distribution: Slackware64 -current
Posts: 30

Original Poster
Rep: Reputation: 15
I can now load the module by doing

Quote:
modprobe saa7134 card=2
The card is now found by tvtime. The only problem with the card now is that I dont know that to set the turner option to, anyone know?
 
Old 06-22-2005, 12:28 PM   #3
Tovad
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Rep: Reputation: 0
For a very similar card this is what I did to get it working

(1) Download the snapshots at:
http://dl.bytesex.org/cvs-snapshots/...-221421.tar.gz (4 April 2005)
(Better to use the newer versions at http://linuxtv.org/cvs.php use on-the-fly generated tarballs at the bottom of the page)
(2) Extract to /usr/src/
(3) Enter the video4linux folder
(4) make
(5) make install
(6) A new folder is created /lib/modules/2.6.11.7A/v4l2/ which contains the updated ko files - there is no need to update the modules in /lib/modules/2.6.11.7A/ itself.
(7) lsmod - list the current modules, lspci -vn for other info
Unload the current modules
(8) rmmod tuner
(9) rmmod saa7134
Reload the modules: LifeView FlyTV Platinum = Genius VideoWonder ProTV (SAA7135 and TDA8275 Tuner)
(10) modprobe saa7134 card=54 tuner=54
(11) dmesg (or dmesg | grep 7134) - check that both tuner and saa7134 is loaded and that video0 and radio0 created

xawt and gnomeradio (mono only and 4MHz offset in frequency) then works

Links:
http://www.spinics.net/lists/vfl/
http://linux.bytesex.org/v4l2/saa7134.html
http://www.exploits.org/v4l/
 
Old 06-22-2005, 06:42 PM   #4
Jay_highlands
Member
 
Registered: Jul 2003
Location: Scotland
Distribution: Slackware64 -current
Posts: 30

Original Poster
Rep: Reputation: 15
Thanks very much for that, some how the channel picture is really crap tho but am sure I will figure it out... I hope

I cant get the radio to work, it never pics up any channels. I think it might have something to do with the same reason I get crappy quailty channels. Any ideas?


Thanks again
 
Old 06-23-2005, 01:54 AM   #5
Tovad
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Rep: Reputation: 0
post a query in the video4linux mailinglist - in that list Peter Missel helped me to get my Lifeview card working
links:
https://www.redhat.com/mailman/listi...deo4linux-list
http://www.spinics.net/lists/vfl/

edit:
I saw your post on the v4l list - I am sure either Peter Missel or Hermann Pitton will answer you soon. Just as note tuner.c is a bit broken as it tunes fm stations but with an offset in the frequency - so when you look for stations scan the whole frequency range. The version of tuner.c that I use is from the april snapshots rather than the newest tarball.

Last edited by Tovad; 06-23-2005 at 11:39 AM.
 
  


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
Asus TV FM card (saa7135) ylts Linux - Hardware 6 10-04-2005 03:05 AM
Can't get Asus TV-FM card (SAA7135 chipset) to work with V4L drivers JvanEkris Linux - Hardware 8 06-20-2005 04:25 AM
How to install my lifeview tv card? azwandy Ubuntu 2 06-19-2005 05:41 AM
Lifeview Flyvideo 3000 TV Tuner card RaVilj Linux - Hardware 1 06-18-2004 07:24 AM
Lifeview 2000 ... What libraries/drivers do I need for it? nando_d9 Linux - Hardware 1 10-16-2003 08:58 AM

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

All times are GMT -5. The time now is 03:32 AM.

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