Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 13-02-2007, 02:12 PM   #1 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Drivers And Software(IntexTVTunerCard)


I have an Intex TV Tuner Card. But unfortunately Intex did not provide me with drivers for Linux. I tried to use my TV Tuner Card in GeeXBoX, but it doesn't recognise my card too. It recognises only standard company cards like Pinnacle. I read an article on GeeXBoX in some issue of Digit (I don't remember exactly which one), which said that other cards could be made to work with GeeXBoX with a little bit of hacking. Could anyone help me out?

Or could anyone tell me where I could get drivers and software for the Card. I'm using Edgy Eft (Ubuntu 6.10).
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-02-2007, 11:08 AM   #2 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Re: Drivers And Software(IntexTVTunerCard)

Nobody here uses a TV Tuner Card in Linux?
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Old 15-02-2007, 11:41 AM   #3 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default Re: Drivers And Software(IntexTVTunerCard)

I had used one a few years ago. But that was an Pinnacle one, and was detected by my kernel successfully.

See whether the following helps you.

http://www.linuxjournal.com/article/8116
http://gentoo-wiki.com/TV_tuner_card
http://www.anandtech.com/guides/viewfaq.aspx?i=154
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 15-02-2007, 11:44 AM   #4 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Drivers And Software(IntexTVTunerCard)

first let know the chipset used by that card afaik its philips SAA7134 which seems to be supported very well.
try the output of cmd:
Code:
 lspci
wait for someone with more gyaan to post.
http://www.wlug.org.nz/TvTunerCards
http://www.linuxtv.org/v4lwiki/index.php/Btaudio_(bt878)
http://www.linuxtv.org/v4lwiki/index.php/Main_Page
TVtime is the viewer used.
http://linuxlabs.biz/articles/tvcard.html
http://www.linuxforu.com/yabbse/inde...y;threadid=649
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 12-03-2007, 02:27 AM   #5 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Re: Drivers And Software(IntexTVTunerCard)

Bump. Problem not solved till now.
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Old 12-03-2007, 08:52 AM   #6 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Drivers And Software(IntexTVTunerCard)

just update ur pciids using:
Code:
:~$sudo  update-pciids
then run :
Code:
:~$ lspci
post the o/p of "lspci" here.
with latest kernels,chances of ur card getting support is high.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 12-03-2007, 08:59 AM   #7 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Re: Drivers And Software(IntexTVTunerCard)

Here is the output of lspci :


Code:
00:00.0 Host bridge: ATI Technologies Inc Radeon Xpress 200 Host Bridge (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:11.0 IDE interface: ATI Technologies Inc 437A Serial ATA Controller (rev 80)
00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 82)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller (rev 80)
00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200]
02:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:03.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Old 12-03-2007, 09:02 AM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Drivers And Software(IntexTVTunerCard)

Well so freebird was right. Your TV tuner card uses philips SAA7130 chipset, see the last line.
mehulved is offline  
Old 12-03-2007, 09:09 AM   #9 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Re: Drivers And Software(IntexTVTunerCard)

^^
So what am I supposed to do now?
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Old 12-03-2007, 09:34 AM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Drivers And Software(IntexTVTunerCard)

Use one of the above how-to's and follow it. The linuxlabz one seemed pretty ok.
__________
You can also see http://tldp.org/HOWTO/html_single/BTTV/
__________________
http://www.bash.org/?258908

Last edited by mehulved; 12-03-2007 at 09:34 AM. Reason: Automerged Doublepost
mehulved is offline  
Old 12-03-2007, 09:42 AM   #11 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Drivers And Software(IntexTVTunerCard)

your card is detailed at:
http://www.wlug.org.nz/TvTunerCards
Do your card supports radio tuner.then:
http://www.wlug.org.nz/RadioTuner
the application that u can use to view TVinPC is:
http://www.wlug.org.nz/MythTv
configuring mythtv:
http://www.mythtv.org/docs/mythtv-HOWTO-9.html
for ubuntu:
http://www.section6.net/wiki/index.p...n_Ubuntu_Linux
http://s91928265.onlinehome.us/hfami...th_ubuntu.html
those packages can be easily installed by "apt-get install mythtv" or use synaptic package manager(gnome menu>Desktop>Asministration>synaptic pkg manager ) to compare available apps for tv card.
as a fact mplayer too plays TV though configuring seems difficult.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 12-03-2007, 09:46 AM   #12 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Re: Drivers And Software(IntexTVTunerCard)

This is so difficult........ I can't understand a thing.

I have a 2.6.x kernel, so this page says that I just need to enable the config options, and compile the kernel. I DON'T KNOW HOW TO DO THAT.

To compile the kernel, here is another link -

http://www.digitalhermit.com/linux/K...ild-HOWTO.html

WHICH I COULDN'T UNDERSTAND A BIT.

Can anybody help me out on how to configure those drivers?
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Old 12-03-2007, 09:48 AM   #13 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Drivers And Software(IntexTVTunerCard)

leave the kernel compiling parts as ur card is detected by edgy's kernel.just patiently go through the pages.it ain't that difficult.
For Now,You need to try the Mythtv part.
oh,now i know the ubuntu link describes things a lil complicated.leave the link for now just apt-get install mythtv and run mythtv-setup or some similar command.leave those ./configure make make install things those are old.mythtv is included in most distros
ps:am going out,will come in the evening/afternoon.Best of Lucx
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org

Last edited by freebird; 12-03-2007 at 09:53 AM.
freebird is offline  
Old 12-03-2007, 09:52 AM   #14 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Re: Drivers And Software(IntexTVTunerCard)

Quote:
You still need to configure I2C support in the kernel as for BT8x8 above, as well as making a module for saa7134 ("Device Drivers -> Multimedia devices -> Video For Linux -> Philips SAA7134 support"). If you can "modprobe saa7134" then your kernel already has this module. IN 2.6.16, extra sound support has been split off into additional modules, saa7134-alsa and (apparently) saa7134-oss.
What des this mean?

Where is the 'device drivers' option/menu??
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Old 12-03-2007, 09:54 AM   #15 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Drivers And Software(IntexTVTunerCard)

bhai,wait will come back afternoon, and those posted are unwanted things.though u can try modprobe those modules.I posted lot of Links in a hurry.just apt-get install mythtv that's all.good luck
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 12-03-2007, 11:41 AM   #16 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Drivers And Software(IntexTVTunerCard)

Quote:
Originally Posted by ApoorvKhatreja
What des this mean?

Where is the 'device drivers' option/menu??
This all has been taken care of don't worry about the kernel part. Just focus on installing and configuring mythtv.
Another link that might be useful http://parker1.co.uk/mythtv_ubuntu.php
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 12-03-2007, 05:03 PM   #17 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Drivers And Software(IntexTVTunerCard)

So did u installed mythtv from synaptic.remember i dont have any tunercard-just searching and suggesting u the known logic.thats all.
http://parker1.co.uk/mythtv_ubuntu.php
seems ubuntu wiki got all u needed abouhttps://help.ubuntu.com/community/MythTV_Edgy?highlight=%28MythTV%29t Myth TV
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 13-03-2007, 02:35 AM   #18 (permalink)
In The Zone
 
ApoorvKhatreja's Avatar
 
Join Date: Aug 2006
Location: Delhi
Posts: 229
Default Re: Drivers And Software(IntexTVTunerCard)

Dude, I'm stuck on the 'Capture Card' configuration options. I don't know whcih 'Card Type' to set. the link you have provided, tells me to set it to "DVB DTV capture card (v3.x)", which is not working. What do I do?
__________________
http://apoorvkhatreja.blogspot.com
ApoorvKhatreja is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:50 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2