Here we discuss the F718x (FINTEK) Super I/O Plug-in
You can download the latest code from
assembla using terminal like this:
QUOTE
Latest binary you will find in
Downloads sectionPLEASE POST HERE ONLY BUGS, IDEAS RELATED TO F718x (FINTEK) Super I/O ONLY!
CODE
localhost kernel[0]: F718x: Fintek: Found unsupported chip ID=0xa0 REVISION=0x23
it's probably not Fintek chip, but
W83627DHG GPU sensor
This post has been edited by Huski: Dec 29 2010, 10:15 AM
CODE
localhost kernel[0]: F718x: Fintek: Found unsupported chip ID=0xb3 REVISION=0x53
I also have this message. Is it true that it may be a GPU sensor?
[EDIT]Found out that its a Nuvoton NCT5571D on the ASUS P7P55D series of motherboard.
This post has been edited by BenReilly: Jan 30 2011, 03:05 AM
hi!I have tested superiofamily.kext with all four plug-ins (F718x.kext, IT87x.kext, and PC8739.kext W836x.kext) and in first boot i had temperature of: Northbridge, CPU voltage and ambient (also cpu and gpu temperature). But i have this in kernel log:
F718x: Fintek: Found unsupported chip ID=0xa5 REVISION=0x13.
In the next reboot I got kernel panic, so I had to delete superiofamily.kext.
Hello to all thread members, thank you for your hard work.
Last night I sync'ed and compiled the latest version, to use on an
ASUS P5B motherboard at work.
To support
Huski's argument, I think: The verbose output says:
CODE
Jan 25 13:16:38 localhost kernel[0]: W836x: based on code from Open Hardware Monitor project by Michael Möller (C) 2010
Jan 25 13:16:38 localhost kernel[0]: W836x: mozodojo (C) 2011
Jan 25 13:16:38 localhost kernel[0]: W836x: found Winbond W83627DHG
Jan 25 13:16:38 localhost kernel[0]: F718x: Fintek: Found unsupported chip ID=0xa0 REVISION=0x23
Jan 25 13:16:38 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool)
Jan 25 13:16:38 localhost kernel[0]: F718x: Fintek: Found unsupported chip ID=0xa0 REVISION=0x23
...etc...
If indeed this is not a Fintek chip detected, perhaps you could insert some code to just ignore it?
According to specs, Asus P5B has Winbond 83627DHG chip indeed... but no fans are detected, unfortunately.
Thanks.