* [lm-sensors] ASM58 Mozart-2 Driver
@ 2007-12-14 2:55 Eric
2007-12-16 19:33 ` Mark M. Hoffman
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Eric @ 2007-12-14 2:55 UTC (permalink / raw)
To: lm-sensors
[-- Attachment #1.1: Type: text/plain, Size: 1358 bytes --]
I am using SME version of Linux www.contribs.org with the following Kernel
version
2.6.9-55.0.12.EL
My sensors-detect output looks like this:
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at e800' (Algorithm unavailable)
Busdriver `i2c-i801', I2C address 0x50
Chip `SPD EEPROM' (confidence: 8)
Driver `to-be-written' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at e800' (Algorithm unavailable)
Busdriver `i2c-i801', I2C address 0x77
Chip `Asus ASM58 Mozart-2' (confidence: 5)
#----cut here----
# I2C adapter drivers
modprobe i2c-i801
# I2C chip drivers
modprobe eeprom
# no driver for Asus ASM58 Mozart-2 yet
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----
I found a driver below but I cannot find docs on how to add it or if it is
compatible
http://lists.lm-sensors.org/pipermail/lm-sensors/2006-March/015735.html
lm sensors version: sensors version 2.8.7 with libsensors version 2.8.7
I looked at the later versions readme and did not see reference to this
being supported. Please let me know if this is possible because I have a lot
of interest in the applications that use it.
Thanks,
Eric
Eric Dickie
Residential Drywall, Inc.
Mobile: 770-294-6490
Office: 770-222-7711
[-- Attachment #1.2: Type: text/html, Size: 4845 bytes --]
[-- Attachment #2: Type: text/plain, Size: 153 bytes --]
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] ASM58 Mozart-2 Driver
2007-12-14 2:55 [lm-sensors] ASM58 Mozart-2 Driver Eric
@ 2007-12-16 19:33 ` Mark M. Hoffman
2008-01-13 18:48 ` Jean Delvare
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Mark M. Hoffman @ 2007-12-16 19:33 UTC (permalink / raw)
To: lm-sensors
Hi Eric:
* Eric <resdrywall@bellsouth.net> [2007-12-13 21:55:09 -0500]:
> I found a driver below but I cannot find docs on how to add it or if it is
> compatible
>
>
>
> [2]http://lists.lm-sensors.org/pipermail/lm-sensors/2006-March/015735.html
>
>
>
> lm sensors version: sensors version 2.8.7 with libsensors version 2.8.7
>
>
>
> I looked at the later versions readme and did not see reference to this
> being supported. Please let me know if this is possible because I have a
> lot of interest in the applications that use it.
For whatever reason, it looks like the work-in-progress on this driver
was abandoned. Any volunteers to fix it up and resubmit it? It looks
mostly finished. I'll fix it up myself if nobody gets to it.
Eric: would you be able to test a new driver when it's ready?
Regards,
--
Mark M. Hoffman
mhoffman@lightlink.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] ASM58 Mozart-2 Driver
2007-12-14 2:55 [lm-sensors] ASM58 Mozart-2 Driver Eric
2007-12-16 19:33 ` Mark M. Hoffman
@ 2008-01-13 18:48 ` Jean Delvare
2008-02-11 8:27 ` Jean Delvare
2008-02-21 13:00 ` Mark M. Hoffman
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2008-01-13 18:48 UTC (permalink / raw)
To: lm-sensors
Hi Mark,
On Sun, 16 Dec 2007 14:33:41 -0500, Mark M. Hoffman wrote:
> Hi Eric:
>
> * Eric <resdrywall@bellsouth.net> [2007-12-13 21:55:09 -0500]:
> > I found a driver below but I cannot find docs on how to add it or if it is
> > compatible
> >
> >
> >
> > [2]http://lists.lm-sensors.org/pipermail/lm-sensors/2006-March/015735.html
> >
> >
> >
> > lm sensors version: sensors version 2.8.7 with libsensors version 2.8.7
> >
> >
> >
> > I looked at the later versions readme and did not see reference to this
> > being supported. Please let me know if this is possible because I have a
> > lot of interest in the applications that use it.
>
> For whatever reason, it looks like the work-in-progress on this driver
> was abandoned. Any volunteers to fix it up and resubmit it? It looks
> mostly finished. I'll fix it up myself if nobody gets to it.
I'd rather do it myself so that you can spend your time on something
else, like... reviewing my own patches ;)
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] ASM58 Mozart-2 Driver
2007-12-14 2:55 [lm-sensors] ASM58 Mozart-2 Driver Eric
2007-12-16 19:33 ` Mark M. Hoffman
2008-01-13 18:48 ` Jean Delvare
@ 2008-02-11 8:27 ` Jean Delvare
2008-02-21 13:00 ` Mark M. Hoffman
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2008-02-11 8:27 UTC (permalink / raw)
To: lm-sensors
On Sun, 13 Jan 2008 19:48:30 +0100, Jean Delvare wrote:
> Hi Mark,
>
> On Sun, 16 Dec 2007 14:33:41 -0500, Mark M. Hoffman wrote:
> > Hi Eric:
> >
> > * Eric <resdrywall@bellsouth.net> [2007-12-13 21:55:09 -0500]:
> > > I found a driver below but I cannot find docs on how to add it or if it is
> > > compatible
> > >
> > >
> > >
> > > [2]http://lists.lm-sensors.org/pipermail/lm-sensors/2006-March/015735.html
> > >
> > >
> > >
> > > lm sensors version: sensors version 2.8.7 with libsensors version 2.8.7
> > >
> > >
> > >
> > > I looked at the later versions readme and did not see reference to this
> > > being supported. Please let me know if this is possible because I have a
> > > lot of interest in the applications that use it.
> >
> > For whatever reason, it looks like the work-in-progress on this driver
> > was abandoned. Any volunteers to fix it up and resubmit it? It looks
> > mostly finished. I'll fix it up myself if nobody gets to it.
>
> I'd rather do it myself so that you can spend your time on something
> else, like... reviewing my own patches ;)
Looks like I spoke a bit too fast... In practice I can't seem to be
able to find the time and motivation to do it, sorry.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] ASM58 Mozart-2 Driver
2007-12-14 2:55 [lm-sensors] ASM58 Mozart-2 Driver Eric
` (2 preceding siblings ...)
2008-02-11 8:27 ` Jean Delvare
@ 2008-02-21 13:00 ` Mark M. Hoffman
3 siblings, 0 replies; 5+ messages in thread
From: Mark M. Hoffman @ 2008-02-21 13:00 UTC (permalink / raw)
To: lm-sensors
Hi Jean, Eric:
* Jean Delvare <khali@linux-fr.org> [2008-01-13 19:48:30 +0100]:
> Hi Mark,
>
> On Sun, 16 Dec 2007 14:33:41 -0500, Mark M. Hoffman wrote:
> > Hi Eric:
> >
> > * Eric <resdrywall@bellsouth.net> [2007-12-13 21:55:09 -0500]:
> > > I found a driver below but I cannot find docs on how to add it or if it is
> > > compatible
> > >
> > >
> > >
> > > [2]http://lists.lm-sensors.org/pipermail/lm-sensors/2006-March/015735.html
> > >
> > >
> > >
> > > lm sensors version: sensors version 2.8.7 with libsensors version 2.8.7
> > >
> > >
> > >
> > > I looked at the later versions readme and did not see reference to this
> > > being supported. Please let me know if this is possible because I have a
> > > lot of interest in the applications that use it.
> >
> > For whatever reason, it looks like the work-in-progress on this driver
> > was abandoned. Any volunteers to fix it up and resubmit it? It looks
> > mostly finished. I'll fix it up myself if nobody gets to it.
>
> I'd rather do it myself so that you can spend your time on something
> else, like... reviewing my own patches ;)
Well, I just started to do this 10 minutes ago but I didn't get very
far...
> --- /dev/null
> +++ b/Documentation/hwmon/asm58
> @@ -0,0 +1,42 @@
> +Kernel driver asm58
> +=========> +
> +Supported Chips:
> +* Asus ASM58 Mozart-2
> +* Asus AS2K129R Mozart-2
> +* Asus ??? Mozart-2
> + All three seem to be the same save for exterior markings
> + Prefix: 'asm58'
> + Addresses scanned: I2C 0x77
> + Datasheet: not available
> +
> +
> +Description
> +-----------
> +
> +This chip is discontinued and unsupported by the manufacturer. The driver was
> +developed with xmbmon205 source as a reference. It is found on
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
That, plus no Signed-off-by from the author = I'm not touching this.
Sorry.
--
Mark M. Hoffman
mhoffman@lightlink.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-02-21 13:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14 2:55 [lm-sensors] ASM58 Mozart-2 Driver Eric
2007-12-16 19:33 ` Mark M. Hoffman
2008-01-13 18:48 ` Jean Delvare
2008-02-11 8:27 ` Jean Delvare
2008-02-21 13:00 ` Mark M. Hoffman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.