5

I'm new to Linux, and am trying to get my Capture Card working on 11.04.

The only command that I know to run to find out any information is lspci, which tells me that I have

02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)

I've looked at using Me TV, but haven't worked out how to configure it for my card, or what I need to do to get it running.

I'm not fussed on what software I use to run the Capture Card, but I've currently got only Me TV installed.

Edit: When I run tvtime, I get the following errors:

videoinput: Cannot open capture device /dev/video0: No such file or directory
mixer: find error: Success
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Segmentation fault
Luis Alvarado
  • 216,643

4 Answers4

1

I have the Hauppauge HVR-1250. The HVR-1250 has the Conextant CX23885 drivers. It works out of the box for digital ATSC tuner capture with Ubuntu 12.04 LTS, which has kernel 3.2.0. In the /dev folder it shows as /dev/dvb. The analog capture (for the composite and S-Video, not the analog tuner) is supported in kernel versions 3.5.5 and above. I installed kernel 3.5.5 in Ubuntu 12.04 LTS and I can record Digital HDTV OTA from my antenna and analog capture from my cable receiver box via the composite cable. The analog driver shows as /dev/video0 in the /dev folder.

I believe the Hauppauge ImpactVCB-e also uses the cx23885 drivers. It looks like the HVR-1250 OEM (01187) but without the tuner.

penreturns
  • 5,950
user95159
  • 11
  • 1
1

The Internet suggests you probably need to download and compile a newer version of v4l-dvb (the library and drivers for several DVB cards.

This walkthrough is for the Hauppauge 1250 but it's based around the same CX23885 chip. This might work.

Worth a shot if you don't find any easier options.

Oli
  • 299,380
0

Install TVtime television viewer. It is in the software centre. This is working for me -even in S video capture. Good luck

Julien Chau
  • 1,350
0

Take a look at this: How to scan for analog cable channels on a DVB-T USB tuner? With special attention to the comments.

What you are receiving from TVTime is a wrong redirection to the appropriate device, which is leading tvtime to /dev/video0, if you are having a webcam, usb plugged or embedded then tvtime is trying to acquire images from the webcam instead of the TV Tuner. Try changing this value with /dev/video1, /dev/video2 or whatever it works for you.

In the comments and experiences on my answer to the How to scan for analog cable channels on a DVB-T USB tuner? question, there are further details which may be useful for you.

Good luck!