* Tryint to enable support for lm_sensors
@ 2003-01-04 22:23 Joshua Stewart
2003-01-04 22:18 ` venom
0 siblings, 1 reply; 4+ messages in thread
From: Joshua Stewart @ 2003-01-04 22:23 UTC (permalink / raw)
To: Linux Kernel Mailing List
What options (int make xconfig) do I have to enable to get the i2c-via
and i2c-viapro modules to build . I realized that the kernels and
modules that Redhat provided included these two modules, but when I
built a 2.4.20 kernel (downloaded from kernel.org) those modules were
not built. I chose support for i2c as a module and the i2c-proc and
i2c-core modules were built just fine. What am I missing?
Josh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tryint to enable support for lm_sensors
2003-01-04 22:23 Tryint to enable support for lm_sensors Joshua Stewart
@ 2003-01-04 22:18 ` venom
2003-01-05 1:04 ` Joshua Stewart
0 siblings, 1 reply; 4+ messages in thread
From: venom @ 2003-01-04 22:18 UTC (permalink / raw)
To: Joshua Stewart; +Cc: Linux Kernel Mailing List
you are missin lm_sensors-2.6.5 packages.
The modules you are talking about do not come with kernel sources, but are
included in another package.
bests
Luigi
On Sat, 4 Jan 2003, Joshua Stewart wrote:
> Date: Sat, 04 Jan 2003 17:23:55 -0500
> From: Joshua Stewart <joshua.stewart@comcast.net>
> To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
> Subject: Tryint to enable support for lm_sensors
>
> What options (int make xconfig) do I have to enable to get the i2c-via
> and i2c-viapro modules to build . I realized that the kernels and
> modules that Redhat provided included these two modules, but when I
> built a 2.4.20 kernel (downloaded from kernel.org) those modules were
> not built. I chose support for i2c as a module and the i2c-proc and
> i2c-core modules were built just fine. What am I missing?
>
> Josh
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tryint to enable support for lm_sensors
2003-01-04 22:18 ` venom
@ 2003-01-05 1:04 ` Joshua Stewart
2003-01-05 1:25 ` venom
0 siblings, 1 reply; 4+ messages in thread
From: Joshua Stewart @ 2003-01-05 1:04 UTC (permalink / raw)
To: venom; +Cc: Linux Kernel Mailing List
I installed the 2.6.5 version, but it didn't include the modules, just a
lost of docs and the sensors and sensors-detect applications. Any guess
where I get the actual modules?
On Sat, 2003-01-04 at 17:18, venom@sns.it wrote:
>
> you are missin lm_sensors-2.6.5 packages.
> The modules you are talking about do not come with kernel sources, but are
> included in another package.
>
> bests
> Luigi
>
> On Sat, 4 Jan 2003, Joshua Stewart wrote:
>
> > Date: Sat, 04 Jan 2003 17:23:55 -0500
> > From: Joshua Stewart <joshua.stewart@comcast.net>
> > To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
> > Subject: Tryint to enable support for lm_sensors
> >
> > What options (int make xconfig) do I have to enable to get the i2c-via
> > and i2c-viapro modules to build . I realized that the kernels and
> > modules that Redhat provided included these two modules, but when I
> > built a 2.4.20 kernel (downloaded from kernel.org) those modules were
> > not built. I chose support for i2c as a module and the i2c-proc and
> > i2c-core modules were built just fine. What am I missing?
> >
> > Josh
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tryint to enable support for lm_sensors
2003-01-05 1:04 ` Joshua Stewart
@ 2003-01-05 1:25 ` venom
0 siblings, 0 replies; 4+ messages in thread
From: venom @ 2003-01-05 1:25 UTC (permalink / raw)
To: Joshua Stewart; +Cc: Linux Kernel Mailing List
loock in the directory
lm_sensors-2.6.5/kernel
and you will find the sources of the modules you need.
Just be carefull editing the main Makefile, and everything should work.
Luigi
On Sat, 4 Jan 2003, Joshua Stewart wrote:
> Date: Sat, 04 Jan 2003 20:04:28 -0500
> From: Joshua Stewart <joshua.stewart@comcast.net>
> To: venom@sns.it
> Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
> Subject: Re: Tryint to enable support for lm_sensors
>
> I installed the 2.6.5 version, but it didn't include the modules, just a
> lost of docs and the sensors and sensors-detect applications. Any guess
> where I get the actual modules?
>
> On Sat, 2003-01-04 at 17:18, venom@sns.it wrote:
> >
> > you are missin lm_sensors-2.6.5 packages.
> > The modules you are talking about do not come with kernel sources, but are
> > included in another package.
> >
> > bests
> > Luigi
> >
> > On Sat, 4 Jan 2003, Joshua Stewart wrote:
> >
> > > Date: Sat, 04 Jan 2003 17:23:55 -0500
> > > From: Joshua Stewart <joshua.stewart@comcast.net>
> > > To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
> > > Subject: Tryint to enable support for lm_sensors
> > >
> > > What options (int make xconfig) do I have to enable to get the i2c-via
> > > and i2c-viapro modules to build . I realized that the kernels and
> > > modules that Redhat provided included these two modules, but when I
> > > built a 2.4.20 kernel (downloaded from kernel.org) those modules were
> > > not built. I chose support for i2c as a module and the i2c-proc and
> > > i2c-core modules were built just fine. What am I missing?
> > >
> > > Josh
> > >
> > >
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at http://www.tux.org/lkml/
> > >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-01-05 1:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-04 22:23 Tryint to enable support for lm_sensors Joshua Stewart
2003-01-04 22:18 ` venom
2003-01-05 1:04 ` Joshua Stewart
2003-01-05 1:25 ` venom
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox