Project

General

Profile

Hauppauge HVR 1100 analog not found

Added by Piet Snot over 12 years ago

Hi,

I got the above mentioned adapter, the Conexant version not the Philips version. I plugged it in and tried tvheadend. Only the Conexant CX22702 DVB-T adaptor was found. If I understand correctly, my card is hybrid and has two, one for analog and one for DVB-T? It should show 2 adaptors? I searched around and found out drivers for the chip are suppose to be in the kernel, I checked permissions and even ran tvheadend as root user to make sure those weren't the issue.

Dmesg output:
http://paste.ubuntu.com/911994

Permissions:
http://paste.ubuntu.com/911995

Running tvheadend as root gives ( is the "no mpeg encoder found" the problem? ):

[INFO]:dvb: Found adapter /dev/dvb/adapter0 (Conexant CX22702 DVB-T) via PCI
[INFO]:v4l: /dev/video0: cx8800 Hauppauge WinTV-HVR1100 DVB-T/H PCI:0000:03:07.0 capabilities: 0x05010011
[INFO]:v4l: /dev/video0: Standard #0: 0000000000001000 NTSC-M, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #1: 0000000000002000 NTSC-M-JP, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #2: 0000000000004000 NTSC-443, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #3: 0000000000000007 PAL-BG, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #4: 0000000000000010 PAL-I, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #5: 00000000000000e0 PAL-DK, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #6: 0000000000000100 PAL-M, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #7: 0000000000000200 PAL-N, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #8: 0000000000000400 PAL-Nc, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #9: 0000000000000800 PAL-60, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #10: 0000000000010000 SECAM-B, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #11: 0000000000040000 SECAM-G, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #12: 0000000000080000 SECAM-H, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #13: 0000000000320000 SECAM-DK, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #14: 0000000000400000 SECAM-L, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Input #0: Television (Tuner), audio:0x0, tuner:0, standard:00000000007f7ff7, 
[INFO]:v4l: /dev/video0: Input #1: Composite1 (Camera), audio:0x0, tuner:0, standard:0000000000000000, 
[INFO]:v4l: /dev/video0: Input #2: S-Video (Camera), audio:0x0, tuner:0, standard:0000000000000000, 
[INFO]:v4l: /dev/video0: Format #0: 8 bpp, gray [GREY] 
[INFO]:v4l: /dev/video0: Format #1: 15 bpp RGB, le [RGBO] 
[INFO]:v4l: /dev/video0: Format #2: 15 bpp RGB, be [RGBQ] 
[INFO]:v4l: /dev/video0: Format #3: 16 bpp RGB, le [RGBP] 
[INFO]:v4l: /dev/video0: Format #4: 16 bpp RGB, be [RGBR] 
[INFO]:v4l: /dev/video0: Format #5: 24 bpp RGB, le [BGR3] 
[INFO]:v4l: /dev/video0: Format #6: 32 bpp RGB, le [BGR4] 
[INFO]:v4l: /dev/video0: Format #7: 32 bpp RGB, be [RGB4] 
[INFO]:v4l: /dev/video0: Format #8: 4:2:2, packed, YUYV [YUYV] 
[INFO]:v4l: /dev/video0: Format #9: 4:2:2, packed, UYVY [UYVY] 
[WARNING]:v4l: /dev/video0: Device lacks MPEG encoder, device skipped
[INFO]:dvr: Creating new configuration ''
[WARNING]:dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/root". This can be changed from the web user interface.
[INFO]:CSA: Using SSE2 128bit parallel descrambling
[NOTICE]:START: HTS Tvheadend version 2.12 started, running as PID:3537 UID:0 GID:0, settings located in '/root/.hts/tvheadend'
[INFO]:AVAHI: Service 'Tvheadend' successfully established.

Also when using the detected adapter for scanning, all muxes are scanned but signal is 0. The button to map them to channels never gets activated.

Hoping someone could provide some support,

thanks


Replies (3)

RE: Hauppauge HVR 1100 analog not found - Added by Stephan Voeth about 12 years ago

Solution:

If you want to use the analog part of the card the DVB-T part must not be used.
I deactivated it by restricting access to /dev/dvb/adapter0
Deactivate all Grouprights by "sudo chmod -g-rwx /dev/dvb/adapter0"

Afterwards you may be stuck with the following problem: https://www.lonelycoder.com/redmine/boards/5/topics/3937

At least i am ;)

    (1-3/3)