* [lm-sensors] Nuvoton W83677HG-I/W83676HG-I
@ 2012-02-23 3:35 Lee Burchett
2012-02-23 4:06 ` Guenter Roeck
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lee Burchett @ 2012-02-23 3:35 UTC (permalink / raw)
To: lm-sensors
I have an ASRock board that uses a newer Nuvoton W83677HG-I Super I/O
chip. I would like to help develop (or get help developing) a set of
drivers for this chip. It is similar to previous versions of Nuvoton
chips like the W83627 series. I found the sensor drivers from Guenter
Roeck (Thank You) that are intended for the W83627 series. I was hoping
to build on these, but I don't know enough about how kernel modules work
to proceed.
The manufacturer was helpful in providing documentation for this chip,
the W83627UHG, and the W83627DHG-P. Comparing the devices, I noticed
that many of the data formats and I/O methods are the same, So I hope
that my new chip can be added in fairly easily.
I have experience writing in C, but most of programming my practice has
been in writing programs to process data stored in files. Device I/O is
a new field for me. Any suggestions on how to proceed, and good sources
for information on developing a module for this chip would be
appreciated. Thank you.
--
Lee Burchett
zaknafien13@gmail.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] Nuvoton W83677HG-I/W83676HG-I
2012-02-23 3:35 [lm-sensors] Nuvoton W83677HG-I/W83676HG-I Lee Burchett
@ 2012-02-23 4:06 ` Guenter Roeck
2012-02-23 14:44 ` Lee Burchett
2012-02-23 16:03 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2012-02-23 4:06 UTC (permalink / raw)
To: lm-sensors
On Wed, Feb 22, 2012 at 10:35:09PM -0500, Lee Burchett wrote:
> I have an ASRock board that uses a newer Nuvoton W83677HG-I Super I/O
> chip. I would like to help develop (or get help developing) a set of
> drivers for this chip. It is similar to previous versions of Nuvoton
> chips like the W83627 series. I found the sensor drivers from Guenter
> Roeck (Thank You) that are intended for the W83627 series. I was hoping
> to build on these, but I don't know enough about how kernel modules work
> to proceed.
>
> The manufacturer was helpful in providing documentation for this chip,
> the W83627UHG, and the W83627DHG-P. Comparing the devices, I noticed
> that many of the data formats and I/O methods are the same, So I hope
> that my new chip can be added in fairly easily.
>
W83677HG-I and NCT6775F are the same. Did you try the existing driver ?
Thanks,
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] Nuvoton W83677HG-I/W83676HG-I
2012-02-23 3:35 [lm-sensors] Nuvoton W83677HG-I/W83676HG-I Lee Burchett
2012-02-23 4:06 ` Guenter Roeck
@ 2012-02-23 14:44 ` Lee Burchett
2012-02-23 16:03 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Lee Burchett @ 2012-02-23 14:44 UTC (permalink / raw)
To: lm-sensors
Guenter,
I downloaded and installed the driver last night. The file I picked up
was groeck-w83627ehf-dof3594.tar.gz. It appeared to build and install
alright. I am using Kernel 3.0.0-16-generic on a x64 Ubuntu 11.10
distribution.
After running make-install, I ran sensors-detect again and I still got
this message:
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `adt7475':
* Bus `NVIDIA i2c adapter 2 at 1:00.0'
Busdriver `nvidia', I2C address 0x2e
Chip `Analog Devices ADT7473' (confidence: 5)
Driver `to-be-written':
* ISA bus, address 0x290
Chip `Nuvoton W83677HG-I (NCT6771F/NCT6772F/NCT6775F) Super IO
Sensors' (confidence: 9)
Note: there is no driver for Nuvoton W83677HG-I
(NCT6771F/NCT6772F/NCT6775F) Super IO Sensors yet.
Check http://www.lm-sensors.org/wiki/Devices for updates.
To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
adt7475
#----cut here----
If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones!
I am using an older version of sensors-detect. I will update that as
well, and let you know what happens. Any other thoughts on what I should do?
Lee Burchett
zaknafien13@gmail.com
On 02/22/2012 11:06 PM, Guenter Roeck wrote:
> On Wed, Feb 22, 2012 at 10:35:09PM -0500, Lee Burchett wrote:
>> I have an ASRock board that uses a newer Nuvoton W83677HG-I Super I/O
>> chip. I would like to help develop (or get help developing) a set of
>> drivers for this chip. It is similar to previous versions of Nuvoton
>> chips like the W83627 series. I found the sensor drivers from Guenter
>> Roeck (Thank You) that are intended for the W83627 series. I was hoping
>> to build on these, but I don't know enough about how kernel modules work
>> to proceed.
>>
>> The manufacturer was helpful in providing documentation for this chip,
>> the W83627UHG, and the W83627DHG-P. Comparing the devices, I noticed
>> that many of the data formats and I/O methods are the same, So I hope
>> that my new chip can be added in fairly easily.
>>
> W83677HG-I and NCT6775F are the same. Did you try the existing driver ?
>
> Thanks,
> Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] Nuvoton W83677HG-I/W83676HG-I
2012-02-23 3:35 [lm-sensors] Nuvoton W83677HG-I/W83676HG-I Lee Burchett
2012-02-23 4:06 ` Guenter Roeck
2012-02-23 14:44 ` Lee Burchett
@ 2012-02-23 16:03 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2012-02-23 16:03 UTC (permalink / raw)
To: lm-sensors
On Thu, 2012-02-23 at 09:44 -0500, Lee Burchett wrote:
> Guenter,
>
> I downloaded and installed the driver last night. The file I picked up
> was groeck-w83627ehf-dof3594.tar.gz. It appeared to build and install
> alright. I am using Kernel 3.0.0-16-generic on a x64 Ubuntu 11.10
> distribution.
>
Lee,
please don't top-post.
> After running make-install, I ran sensors-detect again and I still got
> this message:
>
> Now follows a summary of the probes I have just done.
> Just press ENTER to continue:
>
> Driver `adt7475':
> * Bus `NVIDIA i2c adapter 2 at 1:00.0'
> Busdriver `nvidia', I2C address 0x2e
> Chip `Analog Devices ADT7473' (confidence: 5)
>
> Driver `to-be-written':
> * ISA bus, address 0x290
> Chip `Nuvoton W83677HG-I (NCT6771F/NCT6772F/NCT6775F) Super IO
> Sensors' (confidence: 9)
>
> Note: there is no driver for Nuvoton W83677HG-I
> (NCT6771F/NCT6772F/NCT6775F) Super IO Sensors yet.
> Check http://www.lm-sensors.org/wiki/Devices for updates.
>
You installed the driver, but you still have an old version of
lm-sensors.
The w83627ehf driver in 3.0 already supports NCT6775F. Just add
w83627ehf to the list of modules to load.
Thanks,
Guenter
> To load everything that is needed, add this to /etc/modules:
> #----cut here----
> # Chip drivers
> adt7475
> #----cut here----
> If you have some drivers built into your kernel, the list above will
> contain too many modules. Skip the appropriate ones!
>
> I am using an older version of sensors-detect. I will update that as
> well, and let you know what happens. Any other thoughts on what I should do?
>
> Lee Burchett
> zaknafien13@gmail.com
>
> On 02/22/2012 11:06 PM, Guenter Roeck wrote:
> > On Wed, Feb 22, 2012 at 10:35:09PM -0500, Lee Burchett wrote:
> >> I have an ASRock board that uses a newer Nuvoton W83677HG-I Super I/O
> >> chip. I would like to help develop (or get help developing) a set of
> >> drivers for this chip. It is similar to previous versions of Nuvoton
> >> chips like the W83627 series. I found the sensor drivers from Guenter
> >> Roeck (Thank You) that are intended for the W83627 series. I was hoping
> >> to build on these, but I don't know enough about how kernel modules work
> >> to proceed.
> >>
> >> The manufacturer was helpful in providing documentation for this chip,
> >> the W83627UHG, and the W83627DHG-P. Comparing the devices, I noticed
> >> that many of the data formats and I/O methods are the same, So I hope
> >> that my new chip can be added in fairly easily.
> >>
> > W83677HG-I and NCT6775F are the same. Did you try the existing driver ?
> >
> > Thanks,
> > Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-23 16:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 3:35 [lm-sensors] Nuvoton W83677HG-I/W83676HG-I Lee Burchett
2012-02-23 4:06 ` Guenter Roeck
2012-02-23 14:44 ` Lee Burchett
2012-02-23 16:03 ` Guenter Roeck
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.