LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-08-2004, 10:48 AM   #1
lu543285
LQ Newbie
 
Registered: Jan 2004
Location: Świdnik
Distribution: Mandrake 10.0
Posts: 21

Rep: Reputation: 15
Mpeg TV Station/PCI card (philips 7134 chip) and Mandrake 10.0


Hello everyone!!!.
I'd like to learn how to install my TV card in Mandrake. Do you know any links concerning the
matter?.
 
Old 10-08-2004, 03:59 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you need to use the saa7134 driver with v4l2. it's in the 2.6 linux kernel, may well aso be in the back ported 2.4 kernels which i assume you are running. essentially it should just be a case of running "modprobe saa7134" and if it doesn't complain.. watch tv.
 
Old 10-09-2004, 02:41 AM   #3
lu543285
LQ Newbie
 
Registered: Jan 2004
Location: Świdnik
Distribution: Mandrake 10.0
Posts: 21

Original Poster
Rep: Reputation: 15
Unfortunately it complains. Here's the printout:

"[root@komputer etc]# modprobe saa7134
FATAL: Error inserting saa7134
(/lib/modules/2.6.3-7mdk/kernel/drivers/media/video/saa7134/saa7134.ko.gz): Unknown symbol in
module, or unknown parameter (see dmesg)"

And then I see the dmesg and the end of it is:

"Linux video capture interface: v1.00
saa7134: Unknown parameter `radio'."

This card has got radio tuner.
Could you tell me what's the problem?.
 
Old 10-09-2004, 04:49 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i couldn't say about any particular stuff about this error, but i'll try and cop out recommending that you rebuild you kernel to get a locally compiled module. possibly this could be a bug in the mandrake kernel, but that does sound a bit unlikely.
 
Old 10-10-2004, 07:04 AM   #5
lu543285
LQ Newbie
 
Registered: Jan 2004
Location: Świdnik
Distribution: Mandrake 10.0
Posts: 21

Original Poster
Rep: Reputation: 15
My philips 7134 chip card and Mandrake 10.0

So, I've made it. I just removed 'radio' parameter from "modprobe.conf" and "modules.conf". I have put see7134 into the "modprobe.conf "file so it would
load at boottime. It doesn't work properly however. When I turn on the xawtv I can watch TV. There is a sound but:
- after turning off the program toolbars vanish from the desktop. System hangs and music doesn't stop. Moreover in 'overlay' mode in fullscreen I can see only 728X528 screen. The rest is black. I must switch to 'grabdisplay' mode to see the picture in real fullscreen. What's the problem?.
 
Old 10-10-2004, 09:55 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
hmm ok, a few hopefully independent problems there. firstly the audio.... assuming that the application does actually close correctly, and when you run "ps ax" there's no sign of xawtv (best tv app imho) then i'd recommend writing a small wrapper script or define an alias for xawtv. for example
Code:
xawtv
aumix -l 0
assuming that your tv card is playing into your sound card via line in. just run that instead of xawtv directly and on close, the sound will be muted. not particualry graceful i admit.. but it works. if xawtv is still running, or when you close it from starting it in a terminal, there are visible error messages. you can appraently debug it some way by runnign "xawtv -d 2" but it doesn't give me anythign extra to be honest.

for the fullscreen, i believe you need to load the v4l module for X. in your XF86Config (or xorg.conf) in the Module section, add this
Code:
     Load   "v4l"
that should do the trick after restarting X.
 
Old 10-10-2004, 09:57 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
and as i do prefer xawtv to anything else, i'm slighty cautious about suggestnig this, but for the greater good you might prefer a different tv app. TVTime is very popular, and much prettier to boot.
 
Old 10-10-2004, 02:23 PM   #8
lu543285
LQ Newbie
 
Registered: Jan 2004
Location: Świdnik
Distribution: Mandrake 10.0
Posts: 21

Original Poster
Rep: Reputation: 15
Well... . aumix -l 0 works but you have to use it again or other mixer to get sound when you run
xawtv again.
"Load v4l" makes things even worse. There is only 'overlay' mode available. And TVtime's gone
after 2 or 3 seconds. I think the only way of getting xawtv in fullscreen going is to change the screen resolution. But I like my 1280x1024!. The size of the picture is 708x528. Perhaps you have some other
idea?.
 
Old 10-10-2004, 02:50 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
only other thing for the size would be that you're not using xv output possibly... try a few different video output options, e.g xawtv -gl for gl output 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
help with installing chronos video shuttle II TV-Card with saa1730 chip from philips farshad1366 Linux - Hardware 1 07-23-2007 06:48 AM
philips 7130 pci tuner card Jake_da_Snake Linux - Hardware 10 02-26-2005 12:01 AM
Tv card problem. Chip: bt848 Os: Mandrake 10 ELEET Linux - Hardware 10 09-13-2004 12:33 PM
Phillips SAA7133/7134 card wont work arimus25 Mandriva 2 04-02-2004 10:03 AM
Philips 7134 based TV tuner card uses V4L interface? Thymox Linux - Hardware 7 07-16-2003 06:39 PM

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

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