You are not logged in.

#1 2009-03-02 08:53:21

Hua
Member
Registered: 2009-02-26
Posts: 4

HVR-1800, can't get audio with tvtime

Hiya,

I'm having trouble getting my HVR-1800 tuner card to work with analog. I get video just fine, however I can't get any audio (this is using tvtime. want to ensure I can get it running with this before venturing into mythtv). Permissions are good on sound/video devices, i specified all the line mixer's. I can't quite figure out how to get this working.

Anyone have experience with this card?

Some odd observations;
-I get a /dev/video0 and a /dev/video1 (assuming 1 is the hd tuner and the other the analog), tvtime plays the video off video0 but not video1. However, when i play the /dev/video0 device in mplayer, i get nothing, however playing the /dev/video1 device does yeild audio, but no video. So i'm confused at what's going on here.

Additional info:
03:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8880 (rev 0f)

cx23885 driver version 0.0.1 loaded
cx23885 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
CORE cx23885[0]: subsystem: 0070:7801, board: Hauppauge WinTV-HVR1800 [card=2,autodetected]
tuner' 1-0042: chip found @ 0x84 (cx23885[0])
tvaudio' 2-004c: tea6420 found @ 0x98 (cx23885[0])
cx23885[0]: hauppauge eeprom: model=78521
cx25840' 2-0044: cx25  0-21 found @ 0x88 (cx23885[0])
cx23885[0]/0: registered device video0 [v4l2]
cx25840' 2-0044: firmware: requesting v4l-cx23885-avcore-01.fw
cx25840' 2-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes)
cx23885[0]: registered device video1 [mpeg]
cx23885_dvb_register() allocating 1 frontend(s)
cx23885[0]: cx23885 based dvb card
DVB: registering new adapter (cx23885[0])
cx23885_dev_checkrevision() Hardware revision = 0xb1
cx23885[0]/0: found at 0000:03:00.0, rev: 15, irq: 16, latency: 0, mmio: 0xf2e00000
cx23885 0000:03:00.0: setting latency timer to 64
cx23885 0000:03:00.0: firmware: requesting v4l-cx23885-enc.fw

tvaudio' 2-004c: tea6420 found @ 0x98 (cx23885[0])
tveeprom 0-0050: Hauppauge model 78521, rev C1E9, serial# 2581979
tveeprom 0-0050: MAC address is 00-0D-FE-27-65-DB
tveeprom 0-0050: tuner model is Philips 18271_8295 (idx 149, type 54)
tveeprom 0-0050: TV standards NTSC(M) ATSC/DVB Digital (eeprom 0x88)
tveeprom 0-0050: audio processor is CX23887 (idx 42)
tveeprom 0-0050: decoder processor is CX23887 (idx 37)
tveeprom 0-0050: has radio

Last edited by Hua (2009-03-02 09:02:53)

Offline

#2 2009-03-02 17:38:25

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: HVR-1800, can't get audio with tvtime

Don't know if this will help you or not, but I had a similar situation. My card has the cx2388x chipset as well and the only way I can get audio is to "map" the audio from my tuner card to my sound card using sox:

sox -s -r 32000 -c 2 -t alsa hw:1,0 -s -r 32000 -c 2 -t alsa hw:0,0 &

Where hw:1,0 is my tuner and hw:0,0 is my sound card.

So I launch tvtime via a small shell script to kind of automate the whole thing:

#!/bin/sh
sox -s -r 32000 -c 2 -t alsa hw:1,0 -s -r 32000 -c 2 -t alsa hw:0,0 & 
tvtime
t=`pidof sox`;
kill $t;

The tvtime FAQ got me going on this btw....
http://tvtime.sourceforge.net/help.html#audioconnect

The audio/video gets out of sync at times but I haven't found a better solution for my issue at least. Adjusting the sample rates may/may not improve things if you notice this.

Hope this helps.....


ILoveCandy

Offline

Board footer

Powered by FluxBB