Re: [vdr] pvrinput radio - need analogradio?? RESOLVED

2007-02-14 Thread Simon Baxter
> El Miércoles, 14 de Febrero de 2007, Simon Baxter escribió: >> >> In order to get the correct info from a v4l2-ctl --all: >> >> Format: >> >> Type: VBI Capture >> >> Sampling Rate : 2700 Hz >> >> Offset : 248 samples (9.18519e-06 secs after leadi

Re: [vdr] pvrinput radio - need analogradio??

2007-02-14 Thread Jose Alberto Reguero
El Miércoles, 14 de Febrero de 2007, Simon Baxter escribió: > >> In order to get the correct info from a v4l2-ctl --all: > >> Format: > >> Type: VBI Capture > >> Sampling Rate : 2700 Hz > >> Offset : 248 samples (9.18519e-06 secs after leading > >>

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Simon Baxter
>> In order to get the correct info from a v4l2-ctl --all: >> Format: >> Type: VBI Capture >> Sampling Rate : 2700 Hz >> Offset : 248 samples (9.18519e-06 secs after leading >> edge) >> Samples per Line: 1440 >> Sample Format : GR

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Simon Baxter
OK. In order to get the right tuning values from v4l2-ctl --all: Format: Type: VBI Capture Sampling Rate : 2700 Hz Offset : 248 samples (9.18519e-06 secs after leading edge) Samples per Line: 1440 Sample Format : GREY St

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Jose Alberto Reguero
El Martes, 13 de Febrero de 2007, Simon Baxter escribió: > OK. > > In order to get the correct info from a v4l2-ctl --all: > Format: > Type: VBI Capture > Sampling Rate : 2700 Hz > Offset : 248 samples (9.18519e-06 secs after leading edge) >

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Simon Baxter
OK. In order to get the correct info from a v4l2-ctl --all: Format: Type: VBI Capture Sampling Rate : 2700 Hz Offset : 248 samples (9.18519e-06 secs after leading edge) Samples per Line: 1440 Sample Format : GREY Start 1s

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Simon Baxter
OK. In order to get the correct info from a v4l2-ctl --all: Format: Type: VBI Capture Sampling Rate : 2700 Hz Offset : 248 samples (9.18519e-06 secs after leading edge) Samples per Line: 1440 Sample Format : GREY Start 1s

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Simon Baxter
Thanks Jose - that's a great help! > El Martes, 13 de Febrero de 2007 12:16, Jose Alberto Reguero escribió: >> I use this modified code in device.c (pvrinput): >> >> bool cPvrDevice::Tune(int freq) >> { >> struct v4l2_frequency vf; >> int freqaux = freq; >> >> memset(&vf, 0

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Jose Alberto Reguero
El Martes, 13 de Febrero de 2007 12:16, Jose Alberto Reguero escribió: > I use this modified code in device.c (pvrinput): > > bool cPvrDevice::Tune(int freq) > { > struct v4l2_frequency vf; > int freqaux = freq; > > memset(&vf, 0, sizeof(vf)); > vf.tuner = 0; >

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Jose Alberto Reguero
I use this modified code in device.c (pvrinput): bool cPvrDevice::Tune(int freq) { struct v4l2_frequency vf; int freqaux = freq; memset(&vf, 0, sizeof(vf)); vf.tuner = 0; if (freq > 18) vf.type = V4L2_TUNER_ANALOG_TV; else

Re: [vdr] pvrinput radio - need analogradio??

2007-02-13 Thread Simon Baxter
It looks like this plugin does something wrong with the analog radio on the OEM PVR-150 card. With channels.conf set to: Radio 91ZM:90900:I999C0:C:0:0:300:305:A1:12003:1:1007:0 v4l2-ctl --all looks like this: Audio input : 0 (Tuner 1) Frequency: 1454 (90.875000 MHz) Video standard = 0x00ff

[vdr] pvrinput radio

2007-02-12 Thread Simon Baxter
I've asked this before, last year, but never had a response. How do I configure radio channels in VDR. My channels.conf has: Classic Hits:9:I999C0:C:0:0:300:305:A1:12003:1:1006:0 But I think I'm picking up the wrong device, as I hear no audio. I have a single PVR-150 with ivtv and the foll