Hauppauge WinTV PVR 250 for FreeBSD 5.2
u431839553 at navab.net
u431839553 at navab.net
Tue Mar 23 13:26:29 PST 2004
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.
More information about the freebsd-multimedia
mailing list