On Thu, Aug 28, 2008 at 8:54 PM, Thomas Goerke <tom@xxxxxxxxxxxx> wrote: > I have applied the latest patch, swapped back to the .20firmware and now get > the following output from dmesg: Let's try this to rule out whether it's the new i2c interface or some other aspect of the 1.20 firmware: Add the following line to the dib0700_devices.c at line 78: st->fw_use_legacy_i2c_api = 1; It should end up looking like: ======= static int bristol_frontend_attach(struct dvb_usb_adapter *adap) { struct dib0700_state *st = adap->dev->priv; st->fw_use_legacy_i2c_api = 1; if (adap->id == 0) { .... ======= That will tell it to fall back to the legacy i2c interface (which was working fine for you in the 1.10 firmware). Make that change, reboot your system, and send me the dmesg output so we can see if you still get i2c errors. Thanks, Devin -- Devin J. Heitmueller http://www.devinheitmueller.com AIM: devinheitmueller _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb