ack no.. too much info :) do this: unload all ivtv-related modules including i2c ones.
load i2c manually: modprobe i2c-core modprobe i2c-algo-bit bit_scan=1 load ivtv and related modules then dmesg at the beginning of the init of ivtv, it should print out a bunch of dots(.) with numbers interspersed. Those #s are the i2c addresses which are alive on your i2c bus. Here's the normal stuff. See if you have anything extra or missing IVTV_SAA7115_I2C_ADDR 0x21 IVTV_SAA7127_I2C_ADDR 0x44 IVTV_TDA9887_I2C_ADDR 0x43 /* SECAM */ IVTV_MSP3400_I2C_ADDR 0x40 IVTV_HAUPPAUGE_I2C_ADDR 0x50 -tmk --- Christopher Arnold <[EMAIL PROTECTED]> wrote: > > > On Fri, 21 Jan 2005, Christopher Arnold wrote: > > > On Thu, 20 Jan 2005, kevin thayer wrote: > > > >> if that doesn't work, see a previous email > (within the > >> last couple of days) regarding testing your card > to > >> see which i2c addresses are active. > >> > > Hmm do you or anyone remember the subject? I cnat > find anything related to > > i2c. > > > > Or mayby you are refering to the i2c_debug=2 to > i2c-algo-bit? > > In that the output is at: > http://83.226.146.53/bepa.txt > > > > It seems like the kernel buffer for dmesg is to > small for all the i2c > > messages, but perhaps this would give you some > clues? > > > I enabled syslog to log kernel messages so here is > the full i2c > conversation: > http://83.226.146.53/messages.txt > > Hope this gives some insight into the problem. > > > /Chris > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- > Interactive Reporting > Tool for open source databases. Create drag-&-drop > reports. Save time > by over 75%! Publish reports on the web. Export to > DOC, XLS, RTF, etc. > Download a FREE copy at > http://www.intelliview.com/go/osdn_nl > _______________________________________________ > ivtv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
