atom feed25 messages in org.freebsd.freebsd-multimediaHauppauge WinTV PVR 250 for FreeBSD 5.2
FromSent OnAttachments
John WehleMar 20, 2004 9:28 pm 
u431...@navab.netMar 21, 2004 6:16 am 
Andreas DahlénMar 21, 2004 2:18 pm 
John WehleMar 21, 2004 3:31 pm 
Julian ElischerMar 21, 2004 5:11 pm 
u431...@navab.netMar 22, 2004 10:00 am 
Christoph SchnaußMar 22, 2004 11:36 am 
John WehleMar 22, 2004 10:17 pm 
John WehleMar 22, 2004 10:17 pm 
John WehleMar 22, 2004 10:17 pm 
Andreas DahlénMar 23, 2004 4:09 am 
Christoph SchnaußMar 23, 2004 7:35 am 
u431...@navab.netMar 23, 2004 1:28 pm 
Tim AslatMar 25, 2004 4:37 pm 
Torfinn IngolfsenMar 26, 2004 5:22 am 
Andreas DahlénMar 26, 2004 5:41 am 
Christoph SchnaußMar 26, 2004 5:58 am 
John WehleMar 27, 2004 11:33 am 
Andreas DahlénMar 27, 2004 11:43 am 
John WehleMar 27, 2004 11:44 am 
John WehleMar 27, 2004 12:42 pm 
John WehleMar 27, 2004 5:43 pm 
John WehleMar 27, 2004 6:15 pm 
Michael ClassMar 28, 2004 8:38 am 
Christoph SchnaußMar 28, 2004 11:00 am 
Subject:Hauppauge WinTV PVR 250 for FreeBSD 5.2
From:John Wehle (jo@feith.com)
Date:Mar 27, 2004 5:43:49 pm
List:org.freebsd.freebsd-multimedia

The driver implements "B/G Off air channels" for my tuner (LG). However I'm connected to a cablenetwork and need to S-channels in "B/G Cable Channels". I tried to use channel from the "B/G Off air mapping" that matched the Mhz for the S-shannel, but it didn't work. What I'm I doing wrong?

I have no idea. I would need specific details in order to even guess (i.e. exact channel numbers, MHz, etc).

Does the bablemapping needs to be implemented in the driver somehowe?

You could implement a B/G cable channel map in the driver, though what I actually recommend is you implement the mapping in your application and simply use TVTUNER_SETFREQ instead of TVTUNER_SETCHNL.

If I use setchannel to change to a channel that aren't bradcasting. Is the channel set to this new channel or is the old one used?

The channel is set to the new channel (though possibly off frequency if AFC was enabled since it can't do the right thing if no carrier was present).

-- John