Am 04.12.2012 03:58, schrieb Devin Heitmueller: > On Mon, Dec 3, 2012 at 9:42 PM, Matthew Gyurgyik wrote: >>> I would try running "lsusb -v" and send the output. Make sure that >>> it's not expecting to use bulk mode for DVB (which would require >>> driver changes to support). >>> >>> Devin >>> >> Here is the output of lsusb -v >> http://pyther.net/a/digivox_atsc/patch2/lsusb.txt > Hmmm, it's isoc, so that should be ok. Maybe the 3305 TS > configuration is mismatched (serial vs. parallel). I don't recall off > the top of my head, but I think em2875 is pretty much always in serial > mode, so check the lgdt3305 config block passed in the dvb_attach() > call and see if it's the same. I double-checked the log and it is indeed set to LGDT3305_MPEG_SERIAL, but LGDT3305_TPCLK_FALLING_EDGE is used instead of LGDT3305_TPCLK_RISING_EDGE. OTOH, the KWorld A340 bord sets this to LGDT3305_MPEG_PARALLEL... Matthew, could you please test V3 of the patch ? It is written against the media_tree staging/for_v3.8 (see http://git.linuxtv.org/media_tree.git). You could also already test the remote control key map (e.g. with evtest) Regards, Frank > > Devin >