* identify i2c
@ 2012-05-20 20:24 James
[not found] ` <4FB952EB.1050505-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: James @ 2012-05-20 20:24 UTC (permalink / raw)
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
> # decode-dimms
> # decode-dimms version 5929 (2011-02-16 14:58:38 +0100)
>
> Memory Serial Presence Detect Decoder
> By Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner,
> Jean Delvare, Trent Piepho and others
> No EEPROM found, are you sure the eeprom module is loaded?
How do I find out what to configure in a 3.4 kernel?
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4FB952EB.1050505-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org>]
* Re: identify i2c [not found] ` <4FB952EB.1050505-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org> @ 2012-05-20 21:00 ` Jean Delvare [not found] ` <20120520230047.45aaa1c0-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Jean Delvare @ 2012-05-20 21:00 UTC (permalink / raw) To: James; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA On Sun, 20 May 2012 16:24:11 -0400, James wrote: > > # decode-dimms > > # decode-dimms version 5929 (2011-02-16 14:58:38 +0100) > > > > Memory Serial Presence Detect Decoder > > By Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner, > > Jean Delvare, Trent Piepho and others > > No EEPROM found, are you sure the eeprom module is loaded? > > How do I find out what to configure in a 3.4 kernel? CONFIG_I2C=y CONFIG_EEPROM_LEGACY=m Plus CONFIG_I2C_<your I2C bus driver>=m. "lspci | grep SMBus" etc. might tell you which it is. -- Jean Delvare ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20120520230047.45aaa1c0-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>]
* Re: identify i2c [not found] ` <20120520230047.45aaa1c0-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org> @ 2012-05-20 21:17 ` James [not found] ` <4FB95F5A.30003-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: James @ 2012-05-20 21:17 UTC (permalink / raw) Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA On 05/20/12 17:00, Jean Delvare wrote: > On Sun, 20 May 2012 16:24:11 -0400, James wrote: >>> # decode-dimms >>> # decode-dimms version 5929 (2011-02-16 14:58:38 +0100) >>> >>> Memory Serial Presence Detect Decoder >>> By Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner, >>> Jean Delvare, Trent Piepho and others >>> No EEPROM found, are you sure the eeprom module is loaded? >> >> How do I find out what to configure in a 3.4 kernel? > > CONFIG_I2C=y > CONFIG_EEPROM_LEGACY=m > > Plus CONFIG_I2C_<your I2C bus driver>=m. "lspci | grep SMBus" etc. might > tell you which it is. > How do I find CONFIG_EEPROM_LEGACY in menuconfig? I manually changed it in .config :-) ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4FB95F5A.30003-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org>]
* Re: identify i2c [not found] ` <4FB95F5A.30003-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org> @ 2012-05-21 5:57 ` Jean Delvare 0 siblings, 0 replies; 4+ messages in thread From: Jean Delvare @ 2012-05-21 5:57 UTC (permalink / raw) To: James; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA On Sun, 20 May 2012 17:17:14 -0400, James wrote: > On 05/20/12 17:00, Jean Delvare wrote: > > On Sun, 20 May 2012 16:24:11 -0400, James wrote: > >>> # decode-dimms > >>> # decode-dimms version 5929 (2011-02-16 14:58:38 +0100) > >>> > >>> Memory Serial Presence Detect Decoder > >>> By Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner, > >>> Jean Delvare, Trent Piepho and others > >>> No EEPROM found, are you sure the eeprom module is loaded? > >> > >> How do I find out what to configure in a 3.4 kernel? > > > > CONFIG_I2C=y > > CONFIG_EEPROM_LEGACY=m > > > > Plus CONFIG_I2C_<your I2C bus driver>=m. "lspci | grep SMBus" etc. might > > tell you which it is. > > > > How do I find CONFIG_EEPROM_LEGACY in menuconfig? You run "make menuconfig" then type /EEPROM_LEGACY<Enter>, it will tell you where it is. > I manually changed it in .config :-) -- Jean Delvare ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-21 5:57 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-05-20 20:24 identify i2c James [not found] ` <4FB952EB.1050505-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org> 2012-05-20 21:00 ` Jean Delvare [not found] ` <20120520230047.45aaa1c0-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org> 2012-05-20 21:17 ` James [not found] ` <4FB95F5A.30003-ozXLQgHQwDP3fQ9qLvQP4Q@public.gmane.org> 2012-05-21 5:57 ` Jean Delvare
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).