Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2004 22:26:31 +0100
From:      u431839553@navab.net
To:        freebsd-multimedia@freebsd.org
Subject:   Re: Hauppauge WinTV PVR 250 for FreeBSD 5.2
Message-ID:  <4060AB87.7080700@navab.net>
In-Reply-To: <200403230616.i2N6GcF16101@jwlab.FEITH.COM>
References:  <200403230616.i2N6GcF16101@jwlab.FEITH.COM>

next in thread | previous in thread | raw e-mail | index | archive | help
I got the -t option working with setchannel using channel 43. Seems to 
work ok watching live tv using mplayer, and recording using "cat 
/dev/cxm0 > file.mpeg".

I get this while watching live tv:
    kernel: cxm0: encoder dma not enough buffer space
    last message repeated 34 times

The -c and -s options still doesn't work.

>1) Are you sure it's the composite input?  So the video output from
>   the satellite box is a RCA phono connector connected to a little
>   adapter which plugs into the composite / svideo connector on the
>   Hauppauge card?  You might try using "setchannel -s" just to see
>   what happens.
>  
>

Yes, it's composite input. I got a SCART output from the satellite box 
to composite/audio line in on the Hauppage card. I get "device not 
configured" using both -c and -s.

>2) You might try changing the loop in cxm_saa7115_wait_for_lock from
>   10 to 20.
>  
>

I changed to:
    for (i = 0; i < 20; i++) {
in cxm_video.c (don't know if that's the right place) and did a make in 
/sys/modules/cxm, copied cxm/cxm.ko to the modules directory and 
unload/loaded the modules. Still get device not configured with -c and 
-s options.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4060AB87.7080700>