PDA

View Full Version : [ubuntu] No TV channels / Tuner not working


FirefoxRocks
July 14th, 2008, 03:18 PM
I am running Ubuntu 8.04 and I have a built-in Hauppauge HVR-1250 TV Tuner card that came with my computer when I bought it.

It seems to recognize the card when I did dmesg and lspci, but I can't get it to work. I have opened up the Add/Remove Programs box under Applications and have tried using every program that says "TV" in it, but none of them did anything.

I also have followed instructions from http://ubuntuforums.org/showthread.php?t=849528, but it didn't help. I have did apt-get on many things (i don't know half the things I'm downloading) but it still doesn't work. I have installed VDR and have enabled it but I still need channels.conf.

Following the advice from Totem's page, I tried using w_scan to generate a listing, but it is unable to open /dev/dvb/adaptor0/frontend0. I think that the only problem is with channels.conf, but I'm not too sure.

Can someone help me here?

(By the way, this works with Windows Media Center on Windows Vista Home Premium perfectly)

FirefoxRocks
July 17th, 2008, 01:06 PM
bump

FirefoxRocks
July 20th, 2008, 11:52 AM
Can anyone please help me with this issue? It would help me use Linux more and not reboot into Windows more often.

FirefoxRocks
July 27th, 2008, 11:30 AM
bump...

theonlyrealperson
July 28th, 2008, 09:34 PM
I have this same card, and it worked out of the box in Debian Lenny. I can tell you for sure two things:

1. It uses the cx23885 kernel modules.
2. The IR receiver (and remote control) are not going to work.

Since it is supported out-of-the-box with Debian Lenny, it has to be supported in Ubuntu 8.04... Check your kernel version, it worked with mine with kernels 2.6.24 and 2.6.25.

I also noticed that the DVB cards will only work with certain TV-type programs. The only one I've ever used it in is MythTV, which is really a snap to set up in Ubuntu.

Make sure those drivers are loaded:

# sudo modprobe cx23885

Then give MythTV a shot, it can't hurt.

steefjeqv
August 2nd, 2008, 01:52 AM
I am running Ubuntu 8.04 and I have a built-in Hauppauge HVR-1250 TV Tuner card that came with my computer when I bought it.

It seems to recognize the card when I did dmesg and lspci, but I can't get it to work. I have opened up the Add/Remove Programs box under Applications and have tried using every program that says "TV" in it, but none of them did anything.

I also have followed instructions from http://ubuntuforums.org/showthread.php?t=849528, but it didn't help. I have did apt-get on many things (i don't know half the things I'm downloading) but it still doesn't work. I have installed VDR and have enabled it but I still need channels.conf.

Following the advice from Totem's page, I tried using w_scan to generate a listing, but it is unable to open /dev/dvb/adaptor0/frontend0. I think that the only problem is with channels.conf, but I'm not too sure.

Can someone help me here?

(By the way, this works with Windows Media Center on Windows Vista Home Premium perfectly)

Hi,

w_scan probably doesn't work because VDR may be running and uses your dvb card.

First stop VDR (in terminal):

sudo /etc/init.d/vdr stop

Then try w_scan. You may need to use "sudo w_scan".

Greetings,
Steven

FirefoxRocks
August 22nd, 2008, 12:17 AM
Hi,

w_scan probably doesn't work because VDR may be running and uses your dvb card.

First stop VDR (in terminal):

sudo /etc/init.d/vdr stop

Then try w_scan. You may need to use "sudo w_scan".

Greetings,
Steven
Ok w_scan doesn't report errors now, in fact it doesn't report anything. The channels.conf file is blank. How long does it usually take and how do I know it is doing something?

steefjeqv
August 22nd, 2008, 04:35 AM
Hi,

Normally, it scans the frequency range and tells you if there's a signal or not.

You can try the following :

sudo w_scan > /home/yourusername/channels.conf

Then a channels.conf should show up in your home folder.

You can also try out Kaffeine. It's available through synaptic and it works great with digital TV. When your TV card is detected correctly you'll see an icon called "Digital TV".

Always make sure that VDR isn't running when another application needs to use your TV card.

Greetings,
Steven

FirefoxRocks
August 22nd, 2008, 10:13 AM
Hi,

Normally, it scans the frequency range and tells you if there's a signal or not.

You can try the following :

sudo w_scan > /home/yourusername/channels.conf

Then a channels.conf should show up in your home folder.

You can also try out Kaffeine. It's available through synaptic and it works great with digital TV. When your TV card is detected correctly you'll see an icon called "Digital TV".

Always make sure that VDR isn't running when another application needs to use your TV card.

Greetings,
Steven
The channels.conf file is blank. I have installed Kaffeine but it doesn't load.

Here is my terminal output for w_scan:

w_scan version 20080105
Info: using DVB adapter auto detection.

steefjeqv
August 23rd, 2008, 02:22 AM
Hi,

I believe Canada uses the ATSC standard.

You'll have to use -fa option for w_scan :

sudo w_scan -fa

This should work.

Greetings,
Steven

steefjeqv
August 23rd, 2008, 02:47 AM
Hi,

Give "Me TV" a try, it supports ATSC out of the box. It's available in synaptic.

VDR and Kaffeine are developed for the DVB standard and require patching before they recognize ATSC.

Greetings,
Steven

FirefoxRocks
August 23rd, 2008, 06:26 PM
It's been running for about a few hours now in the Terminal window doing nothing, same output as above. The channels.conf file is still blank.