That's the driver I am using/trying . Followed the same info/pages
MGA4 64 bit.
Using the latest lmsensrs too.
doing sensors detect picks it up and all the rest of it but still dont work.
- Code: Select all
cat lm_sensors
# Generated by sensors-detect on Tue Sep 16 00:44:10 2014
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
# be loaded/unloaded.
#
# The format of this file is a shell script that simply defines variables:
# HWMON_MODULES for hardware monitoring driver modules, and optionally
# BUS_MODULES for any required bus driver module (for example for I2C or SPI).
HWMON_MODULES="coretemp nct6775"
driver built fine with no errors. installed and loads fine
- Code: Select all
lsmod | grep nct
nct6775 55431 0
hwmon_vid 12783 1 nct6775
- Code: Select all
modinfo nct6775
filename: /lib/modules/3.12.25-desktop-3.mga4/kernel/drivers/hwmon/nct6775.ko
license: GPL
description: NCT6775F/NCT6776F/NCT6779D driver
author: Guenter Roeck <linux@roeck-us.net>
srcversion: 986CD32F300986B1E71741D
depends: hwmon-vid
vermagic: 3.12.25-desktop-3.mga4 SMP mod_unload modversions
parm: force_id:Override the detected device ID (ushort)
parm: fan_debounce:Enable debouncing for fan RPM signal (ushort)
Typing sensors in the console still only shows CPU.
- Code: Select all
sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +27.8°C (crit = +105.0°C)
temp2: +29.8°C (crit = +105.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +37.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +33.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +37.0°C (high = +80.0°C, crit = +100.0°C)
Core 2: +38.0°C (high = +80.0°C, crit = +100.0°C)
Core 3: +36.0°C (high = +80.0°C, crit = +100.0°C)
Something I've missed you thinking?