Need help in installing STB-TVFM tv tuner card

Asked by chintalvaady

Dear friends,

I have been using ubuntu for 2 years now and iam very happy with its day to day improvement.Recently i found an old TV tuner card(STB-TVFM) in my friends house and plugged it on the PCI slot in my motherboard.

Assuming that i dont need special drivers to use it,I directly downladed "TV TIME" to watch my favourite tv shows.But now the software says "NO Signal".Now i think that the software is not seeing the PCI card.can anybody help me to solve this issue? I would love to watch TV on my comp and record them.

Note:I use ubuntu 9.04

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lspci

Thanks

Revision history for this message
chintalvaady (cmraghavendran) said :
#2

Hi,

Thanks for the reply. Here is the output of lspci

root@ranga-desktop:/home/ranga# lspci
00:00.0 Host bridge: Intel Corporation 82946GZ/PL/GL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82946GZ/GL Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:00.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
01:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
root@ranga-desktop:/home/ranga#

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Ok its an Bt878 chip which is all you need to worry about.

May help:
http://howtoubuntu.org/?p=20

Revision history for this message
chintalvaady (cmraghavendran) said :
#4

hi,

Thanks for the reply,I tried the steps in the link ,but iam getting the following reply when i scan for channels

ranga@ranga-desktop:~$ sudo tvtime-scanner
[sudo] password for ranga:
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/ranga/.tvtime/tvtime.xml
Scanning using TV standard PAL.
/home/ranga/.tvtime/stationlist.xml: No existing PAL station list "Custom".
Scanning from 44.00 MHz to 958.00 MHz.
ranga@ranga-desktop:~$ No signal

I also tried the updates given in that webpage,but still no luck...???

what am i supposed to do next???

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

You just need to search out guides for Bt878 chips for Linux.

Try:

sudo rmmod bt878; sudo rmmod bttv; sudo rmmod tuner

You can then run:

sudo modprobe bttv card=40 tuner=38

You will need to hunt around on the web to find the values you need. Yours will most likely be different.

You may want to try card=3 (as you can see from this list)
http://www.ubuntu-es.org/index.php?q=node/63215

You will need to find similar lists to get the right values for tuner and card for it to work.

Can you help with this problem?

Provide an answer of your own, or ask chintalvaady for more information if necessary.

To post a message you must log in.