Ticket #2119 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Can't get IN4 data

Reported by: ticket Owned by: khali
Priority: minor Milestone:
Component: interface Version: 2.9.2
Keywords: ADT7463 Cc:

Description (last modified by khali) (diff)

Hello, I am getting ERROR: Can't get IN4 data! in sensors. Here is my configuration:

sensors version 2.9.2 with libsensors version 2.9.2
Kernel is 2.6.17.11

Here is my sensors.conf

chip "lm85-*" "adt7463-*" "adm1027-*" "emc6D10-*"

    ignore in4
    ignore fan4

    label in0 "+2.6V"
    label in1 "CPU Volt"
    label in2 "+3.3V"
    label in3 "+5V"

    label fan1 "Fan2"
    label fan2 "Fan3"
    label fan3 "Fan1"

    label pwm1 "pwm2"
    label pwm2 "pwm3"
    label pwm3 "pwm1"

    label temp1 "CPU Temp"
    label temp2 "Loc Temp"
    label temp3 "Sys Temp"

    set in0_min  2.6 * 0.95
    set in0_max  2.6 * 1.05
    set in1_min  1.315 * 0.95
    set in1_max  1.33 * 1.15
    set in2_min  3.3 * 0.95
    set in2_max  3.3 * 1.05
    set in3_min  5.0 * 0.95
    set in3_max  5.0 * 1.05

    set fan1_min 4800
    set fan2_min 2200
    set fan3_min 4800

    set temp1_min 5
    set temp1_max 68
    set temp2_min 5
    set temp2_max 40
    set temp3_min 5
    set temp3_max 50

    set vrm  9.1

Change History

Changed 7 years ago by khali

  • status changed from new to assigned
  • description modified (diff)
  • component changed from hardware to interface
  • priority changed from major to minor
  • owner changed from somebody to khali
  • keywords ADT7463 added

Changed 7 years ago by khali

  • status changed from assigned to closed
  • resolution set to fixed

Depending on the wiring, the ADT7463 may not have in4, the pin is used for VID instead. This appears to be your case. Our "sensors" tool doesn't know about this, so it thinks this is an error and warns about it.

Fixed in SVN (changeset:4133), thanks for reporting.

As a side note, you should no more need to set the vrm value in sensors.conf. Recent 2.6 kernels autodetect the right value depending on your CPU.

Note: See TracTickets for help on using tickets.