Code Monkey home page Code Monkey logo

Comments (9)

J-Pai avatar J-Pai commented on May 29, 2024 1

And just some more pieces of information.

@hfc2x is probably right where the device is not entirely supported by the driver.

○ → for d in /sys/class/hwmon/*; do echo "$d: $(cat "$d/name")"; done 
/sys/class/hwmon/hwmon0: nvme
/sys/class/hwmon/hwmon1: amdgpu
/sys/class/hwmon/hwmon2: k10temp
/sys/class/hwmon/hwmon3: iwlwifi_1
/sys/class/hwmon/hwmon4: nct6686

My device reports back as a nct6686 (not nct6687d).

from nct6687d.

J-Pai avatar J-Pai commented on May 29, 2024

Actually. I take that back.

Needed to run some diagnostics to make sure CPU Soc voltage was within range.

+12V:            0.00 V  (min =  +0.00 V, max =  +0.00 V)
+5V:             0.00 V  (min =  +0.00 V, max =  +0.00 V)
+3.3V:           3.39 V  (min =  +0.00 V, max =  +3.39 V)
CPU Soc:         0.00 V  (min =  +0.00 V, max =  +0.00 V)
CPU Vcore:       0.00 V  (min =  +0.00 V, max =  +0.00 V)
CPU 1P8:         0.00 V  (min =  +0.00 V, max =  +0.00 V)
CPU VDDP:        0.00 V  (min =  +0.00 V, max =  +0.00 V)
DRAM:            0.00 V  (min =  +0.00 V, max =  +0.00 V)
Chipset:         0.00 V  (min =  +0.00 V, max =  +0.00 V)
CPU SA:          0.00 V  (min =  +0.00 V, max =  +0.00 V)
Voltage #2:      0.00 V  (min =  +0.00 V, max =  +0.00 V)
AVCC3:           0.00 V  (min =  +0.00 V, max =  +0.00 V)
AVSB:            3.39 V  (min =  +0.00 V, max =  +3.39 V)
VBat:            1.81 V  (min =  +0.00 V, max =  +1.81 V)

It looks like for this particular motherboard (ASRock B650E PG-ITX), the voltages are not reported through the driver correctly.

from nct6687d.

hfc2x avatar hfc2x commented on May 29, 2024

I think it partially works because AFAIK, AsRock boards use a different Nuvoton sensor model. I'm not sure about your particular board, but I believe AsRock boards tend to use NCT6796D instead.

from nct6687d.

Fred78290 avatar Fred78290 commented on May 29, 2024

@hfc2x Did you test with the force flag?

from nct6687d.

hfc2x avatar hfc2x commented on May 29, 2024

Oh, I'm sorry but I don't actually own an AsRock board. I was simply clarifying for the OP.

I have an MSI board, and this kernel module works perfectly for me :)

from nct6687d.

J-Pai avatar J-Pai commented on May 29, 2024

@hfc2x Did you test with the force flag?

What do you mean by the force flag? I might be able to try that out.

from nct6687d.

Fred78290 avatar Fred78290 commented on May 29, 2024

@hfc2x Did you test with the force flag?

What do you mean by the force flag? I might be able to try that out.

@J-Pai

sudo sh -c 'echo "nct6687 force=1" >> /etc/modules'

The flag allow to force module to be installed

from nct6687d.

J-Pai avatar J-Pai commented on May 29, 2024

Been a while. Finally got the chance to try this out.

So it looks like the module is being loaded, so doesn't look like force=1 is entirely necessary. It's just like not every setting is mapped correctly.

Looks like I may need to attempt the Manual voltage configuration.

The Voltage settings are still missing.

from nct6687d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.