Re: Prof 7301 issues

2014-12-24 Thread Chris Lee
+0x16/0x1b Dec 24 17:50:39 DVB kernel: [ 7547.269474] ---[ end trace 935d21431b629f9c ]--- It shows as a warning but its more than that. It locks my computer up so badly even the reset button doesnt work. Even if I do this in a VM (qemu) it will lock up the host. Chris Lee -- To unsubscribe from

Re: Prof 7301 issues

2014-12-24 Thread Chris Lee
tching between pes and sct filters without closing the dvr and demux I get this. Closing the dvr and demux each time resolves the issue, but I shouldnt have to. I dont have to with other devices. Chris Lee On Wed, Dec 17, 2014 at 7:13 PM, Chris Lee wrote: > The Prof 7301 still seems to be havi

Prof 7301 issues

2014-12-17 Thread Chris Lee
173340] RIP [] cx88_risc_databuffer+0x10b/0x160 [cx88xx] Dec 17 18:28:16 DVB kernel: [160369.173344] RSP Dec 17 18:28:16 DVB kernel: [160369.173346] ---[ end trace 3a3edb07e8581eaf ]--- Chris Lee -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body

Re: vb2_dma_sg_alloc regression

2014-12-07 Thread Chris Lee
sorry, if you look at http://git.linuxtv.org/cgit.cgi/media_tree.git/patch/drivers/media/v4l2-core?id=0c3a14c177aa85afb991e7c2be3921aa9a52a893 you'll see the entire patch Chris Lee -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a me

vb2_dma_sg_alloc regression

2014-12-07 Thread Chris Lee
everything works again. Honestly Ive never looked at this part of the kernel before so Im going to just report it as a bug and hopefully Hans or Mauro knows whats going on here. Chris Lee -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message

em28xx_dvb.c errors

2014-03-30 Thread Chris Lee
I saw a previous email showing the error's but no patch, maybe there was one but I didnt see it on my end. It looks like a previous patch was applied wrong? not sure. Chris em28xx_dvb.c.patch Description: Binary data

Kworld 330u broken

2014-01-09 Thread Chris Lee
if (cfg->ctrl) xc2028_set_config(fe, cfg->ctrl); to never get called. Therefore never load the firmware. Ive attached my logs to show you what I mean. I quickly hacked up a patch, my tree is quite different from V4L's now so the line numbers may not lineup anymore, and Im sure you guys wont

Re: [PATCH 2/3] femon: Display SNR in dB

2013-11-24 Thread Chris Lee
devices cant report anything useful. I just hate seeing every device reporting useless values just because one or two tuner/demods are reporting useless values. Why destroy that useful data for the sake of making all data uniformly useless. Chris Lee On Sun, Nov 24, 2013 at 11:20 AM, Devin

Re: [PATCH 2/3] femon: Display SNR in dB

2013-11-24 Thread Chris Lee
everything should be reported in terms of db, why % was ever chosen is beyond logic. Is this something we can get ratified ? Chris Lee On Sun, Nov 24, 2013 at 10:21 AM, Manu Abraham wrote: > Hi Jean, > > Sorry, that I came upon this patch quite late. > > On Mon, Jun 3, 2013 a

Re: [PATCH 2/2] stv090x: on tuning lock return correct tuned paramaters like freq/sr/fec/rolloff/etc

2013-08-24 Thread Chris Lee
Ive always just done my own thing. I'll resubmit the patch in the future with more comments. Thanks for being patient. Chris Lee On Sat, Aug 24, 2013 at 7:34 AM, Manu Abraham wrote: > On Wed, Jul 24, 2013 at 9:38 PM, Chris Lee wrote: >> >> If you need it broken up more

Re: stv090x vs stv0900 support

2013-08-16 Thread Chris Lee
I'll check it out, maybe youve overcome some of the shortfalls Ive found Chris Lee On Fri, Aug 16, 2013 at 1:19 AM, Mariusz Bialonczyk wrote: > On 07/24/2013 06:39 PM, Chris Lee wrote: >> Im looking for comments on these two modules, they overlap support for >> the same d

stv090x vs stv0900 support

2013-07-24 Thread Chris Lee
Im looking for comments on these two modules, they overlap support for the same demods. stv0900 supporting stv0900 and stv090x supporting stv0900 and stv0903. Ive flipped a few cards from one to the other and they function fine. In some ways stv090x is better suited. Its a pain supporting two modul

[PATCH 2/2] stv090x: on tuning lock return correct tuned paramaters like freq/sr/fec/rolloff/etc

2013-07-24 Thread Chris Lee
If you need it broken up more just let me know, I look forward to comments, thanks Chris --- drivers/media/dvb-frontends/stv090x.c | 182 -- drivers/media/dvb-frontends/stv090x_reg.h | 2 + 2 files changed, 172 insertions(+), 12 deletions(-) diff --git a/drive

Re: Proposed modifications to dvb_frontend_ops

2013-07-23 Thread Chris Lee
He is, I talked to him last month about various things and he mentioned turbofec-qpsk FEC_AUTO is semi working and its in his plans. Chris On Tue, Jul 23, 2013 at 5:39 PM, VDR User wrote: > On Tue, Jul 23, 2013 at 3:57 PM, Chris Lee wrote: >> The problems isnt for tuners where FEC_

Re: Proposed modifications to dvb_frontend_ops

2013-07-23 Thread Chris Lee
The problems isnt for tuners where FEC_AUTO does work, its more for ones that dont work like the genpix. Im sure there are others too. I still think that userland applications should be able to poll that info and that the ability to poll the info is a good thing not a bad thing. oh well, lets let

[PATCH] gp8psk: add DSS/DCII tuning, fix turbofec fec values, add returning actual tuned values after lock

2013-07-23 Thread Chris Lee
Revised patch, I seperated the DCII systems into their correct DCII system and 4x different modulations. Chris Lee --- drivers/media/usb/dvb-usb/gp8psk-fe.c | 263 +- drivers/media/usb/dvb-usb/gp8psk.h| 2 + include/uapi/linux/dvb/frontend.h | 6 + 3

Re: Proposed modifications to dvb_frontend_ops

2013-07-23 Thread Chris Lee
> Nitpick: tuner doesn't have anything to do with FEC, it just provides IQ > outputs to the demodulator. ;-) ya ya :) you knew what I meant, not what I said hehe > Demods support all FEC's relevant to their delivery systems. It's just that > some devices likely do support some additional states.

Re: [PATCH] gp8psk: add systems supported by genpix devices to .delsys

2013-07-23 Thread Chris Lee
Ive got no problem pulling it out, doesnt affect anything on my end. Do I need to resubmit the patch ? Chris Lee On Tue, Jul 23, 2013 at 10:22 AM, VDR User wrote: >> Correct, but many older userland applications used SYS_DVBS2 to tune >> before SYS_TURBO was added. I have no problem

Re: Proposed modifications to dvb_frontend_ops

2013-07-23 Thread Chris Lee
rom system -> modulation -> fec. ie genpix SYS_TURBO -> QPSK/8PSK SYS_TURBO.QPSK -> 1/2, 2/3, 3/4, 5/6, 7/8 SYS_TURBO.8PSK -> 2/3, 3/4, 5/6, 8/9 but that could get more complicated to implement pretty quickly Chris Lee On Tue, Jul 23, 2013 at 7:35 AM, Manu Abraham wrote: > On

[PATCH] gp8psk: add DCII and DSS tuning to set_frontend, fix fec tuning values for everything else

2013-07-23 Thread Chris Lee
fix: DVB-S QPSK and TURBO QPSK have different fec tuning values add: DSS add: DCII Signed-off-by: Chris Lee --- drivers/media/usb/dvb-usb/gp8psk-fe.c | 180 ++ 1 file changed, 116 insertions(+), 64 deletions(-) diff --git a/drivers/media/usb/dvb-usb/gp8psk

Re: [PATCH] gp8psk: add systems supported by genpix devices to .delsys

2013-07-23 Thread Chris Lee
Correct, but many older userland applications used SYS_DVBS2 to tune before SYS_TURBO was added. I have no problem removing it but others might. from gp8psk-fe.c switch (c->delivery_system) { case SYS_DVBS: if (c->modulation != QPSK) { deb_fe("%s: unsupported modulation selected (%d)\n", __func__

[PATCH 4/4] gp8psk: update gp8psk_fe_read_status to return actual tuned values, correct fec/sr/freq etc

2013-07-23 Thread Chris Lee
--- drivers/media/usb/dvb-usb/gp8psk-fe.c | 111 +- drivers/media/usb/dvb-usb/gp8psk.h| 1 + include/uapi/linux/dvb/frontend.h | 1 + 3 files changed, 111 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb/gp8psk-fe.c b/drivers/media/

[PATCH] gp8psk: add systems supported by genpix devices to .delsys

2013-07-23 Thread Chris Lee
--- drivers/media/usb/dvb-usb/gp8psk-fe.c | 2 +- include/uapi/linux/dvb/frontend.h | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb/gp8psk-fe.c b/drivers/media/usb/dvb-usb/gp8psk-fe.c index 223a3ca..fcdf82c 100644 --- a/drivers/media/usb/dvb-u

[PATCH] gp8psk: Implement gp8psk_fe_read_ber

2013-07-23 Thread Chris Lee
Signed-off-by: Chris Lee --- drivers/media/usb/dvb-usb/gp8psk-fe.c | 13 ++--- drivers/media/usb/dvb-usb/gp8psk.h| 1 + 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/media/usb/dvb-usb/gp8psk-fe.c b/drivers/media/usb/dvb-usb/gp8psk-fe.c index 5864f37

[PATCH] This brings the genpix line of devices snr reporting in line with other drivers

2013-07-23 Thread Chris Lee
Signed-off-by: Chris Lee --- drivers/media/usb/dvb-usb/gp8psk-fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb/gp8psk-fe.c b/drivers/media/usb/dvb-usb/gp8psk-fe.c index 67957dd..5864f37 100644 --- a/drivers/media/usb/dvb-usb/gp8psk-fe.c +++ b

Re: [PATCH] gp8psk: tuning changes

2013-07-23 Thread Chris Lee
r last as I can include the variable packet size patch with it that Im sure will need more scrutinization. DSS uses 131 byte packets vs 188 byte, so dvb_demux see's some changes too. Chris On Tue, Jul 23, 2013 at 6:55 AM, Mauro Carvalho Chehab wrote: > Em Mon, 22 Jul 2013 20:24:41 -060

[PATCH] gp8psk: tuning changes

2013-07-22 Thread Chris Lee
reduce it to smaller parts if you want, I welcome comments & questions Thanks Signed-off-by: Chris Lee --- media_tree/include/uapi/linux/dvb/frontend.h 2013-07-18 11:19:29.601746158 -0600 +++ media_tree.test/include/uapi/linux/dvb/frontend.h 2013-07-22 20:10:50.658719256 -0600 @@ -165,6 +1

Re: Proposed modifications to dvb_frontend_ops

2013-07-22 Thread Chris Lee
ion/fec vs just trying everything and seeing what works and what doesnt. Thanks, Chris On Mon, Jul 22, 2013 at 5:21 AM, Mauro Carvalho Chehab wrote: > Hi Chris, > > Em Fri, 19 Jul 2013 14:27:09 -0600 > Chris Lee escreveu: > >> In frontend.h we have a struct called dvb_front

Proposed modifications to dvb_frontend_ops

2013-07-19 Thread Chris Lee
land applications to poll the tuner to determine more detailed information on the tuners capabilities. Here is the patch I propose, along with the au8522 driver modified to utilize the new elements. Id like to hear comments on it. Does anyone see a better way of doing this ? Chris Lee diff --git a/dr

Re: [PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Chris Lee
It could be an off by one, I dont have a datasheet for the au8522 to know for sure. I filled in the blanks, ie 0 270 2 250 so I guessed that 1 is 260 Chris update...@gmail.com On Wed, Jul 17, 2013 at 7:41 PM, Devin Heitmueller wrote: > On Wed, Jul 17, 2013 at 8:30 PM, Chris Lee wr

[PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Chris Lee
This patch fixes an if() statement that was preventing the last element in the table from ever being utilized, preventing the snr from ever displaying 27db. Also some of the gaps in the lookup table were filled in. Signed-off-by: Chris Lee --- --- media_build/linux/drivers/media/dvb-frontends