Am 08.12.2012 15:10, schrieb Matthew Gyurgyik: > On 12/08/2012 08:52 AM, Frank Schäfer wrote: >>> I lied, it works! I must have forgotten to do run make modules_install >>> or something! This patch accurately states my current code changes: >>> http://pyther.net/a/digivox_atsc/diff-Dec-06-v1.patch >> Great, that's a big one step forward. >> >> Based on this (your) patch, could you please verify that ist was really >> the adding of >> >> {0x0d, 0x42, 0xff, 0}, >> >> to struct em28xx_reg_seq msi_digivox_atsc ? The tests before this change >> were all made with a wrong combination of configuration values for the >> LGDT3305... > I have commented that line out and from some basic testing, it doesn't > appear to change anything. I can still tune and watch a channel, scan > still fails. Ok, thanks. So the USB log was right and the bridge setup should be complete, except that the remote control doesn't work yet... Could you please test the patch in the attachment ? Changes from V3: - use the correct demodulator configuration - changed the remote control map to RC_MAP_KWORLD_315U (same as DIGIVOX III but without NEC extended address byte) - switched from the KWorld std_map for the tuner to a custom one. For QAM, I selected the values from the log and for atsc I took the standard values from the tda18271 driver. Regards, Frank > > Thanks, > Matthew