Re: Nuvoton NCT6791D support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



that worked.

I have configured the pwmconfig file, but its not affecting the fans.  I
have it in /etc/fancontrol.  Do I need to reference it from somewhere else?
Here's the file.


# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=1
DEVPATH=hwmon1=devices/platform/coretemp.0
hwmon3=devices/platform/nct6775.656
DEVNAME=hwmon1=coretemp hwmon3=nct6791
FCTEMPS=hwmon3/device/pwm2=hwmon1/device/temp1_input
hwmon3/device/pwm1=hwmon1/device/temp1_input
FCFANS=hwmon3/device/pwm2=hwmon3/device/fan2_input
hwmon3/device/pwm1=hwmon3/device/fan1_input
MINTEMP=hwmon3/device/pwm2=60 hwmon3/device/pwm1=60
MAXTEMP=hwmon3/device/pwm2=60 hwmon3/device/pwm1=60
MINSTART=hwmon3/device/pwm2=45 hwmon3/device/pwm1=150
MINSTOP=hwmon3/device/pwm2=40 hwmon3/device/pwm1=140
MINPWM=hwmon3/device/pwm2=45 hwmon3/device/pwm1=150
MAXPWM=hwmon3/device/pwm2=255 hwmon3/device/pwm1=255




On Mon, Nov 11, 2013 at 11:50 AM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:

> On Mon, Nov 11, 2013 at 11:46:21AM -0800, p. stephen w wrote:
> > it seems after reboot, I've lost the sensors.  To get them back I have to
> > run modprobe again.
> >
> The driver doesn't auto-load. Just add nct6775 to /etc/modules.
>
> Guenter
>
> >
> > On Mon, Nov 11, 2013 at 11:17 AM, p. stephen w <p.stephenwille@xxxxxxxxx
> >wrote:
> >
> > > Thanks, but I'd still like to contribute.  I know this stuff takes time
> > > and energy.
> > >
> > >
> > > On Mon, Nov 11, 2013 at 11:11 AM, Guenter Roeck <linux@xxxxxxxxxxxx
> >wrote:
> > >
> > >> On Mon, Nov 11, 2013 at 10:31:40AM -0800, p. stephen w wrote:
> > >> > woot-woot, that was it.  Running Make install did the trick.  Like I
> > >> said,
> > >> > I'm a Linux noob.
> > >> >
> > >> > Where can I send you $50?
> > >> >
> > >> That was free of charge ...
> > >>
> > >> Guenter
> > >>
> > >> >
> > >> > On Mon, Nov 11, 2013 at 10:29 AM, Guenter Roeck <linux@xxxxxxxxxxxx
> >
> > >> wrote:
> > >> >
> > >> > > On Mon, Nov 11, 2013 at 10:17:00AM -0800, p. stephen w wrote:
> > >> > > >  I just followed the link from the lm-sensors devices page to
> the
> > >> GitHub
> > >> > > > page (is that yours?), and re-cloned it.  This time the output
> was a
> > >> > > little
> > >> > > > different, and I have a few .ko files in my personal directory.
> > >>  They are
> > >> > > > not in the hwmon dir.  I thought I might try moving them there
> and
> > >> > > > re-running sensors-detect.
> > >> > > >
> > >> > > > Githum repo:
> > >> > > > https://github.com/groeck/nct6775.git
> > >> > > >
> > >> > > > Make:
> > >> > > > Mint nct6775 # make all
> > >> > > >   CC [M]  /home/stephen/nct6775/nct6775.o
> > >> > > >
> > >> > > >   Building modules, stage 2.
> > >> > > >   MODPOST 1 modules
> > >> > > >   CC      /home/stephen/nct6775/nct6775.mod.o
> > >> > > >   LD [M]  /home/stephen/nct6775/nct6775.ko
> > >> > > >
> > >> > > >
> > >> > > I asked earlier if you did run "make install". Looks like you
> didn't.
> > >> > >
> > >> > >
> > >> > > > Contents of home dir after make all:
> > >> > > > Mint nct6775 # ls
> > >> > > > compat.h  Makefile        nct6775.c      nct6775.mod.o
> > >>  README.ASRock
> > >> > > > LICENSE   modules.order   nct6775.ko     nct6775.o
> > >> > > > lm75.h    Module.symvers  nct6775.mod.c  README
> > >> > > >
> > >> > > >
> > >> > > > Sensors -v
> > >> > > > Mint nct6775 # sensors -v
> > >> > > > sensors version 3.3.4 with libsensors version 3.3.4
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > I run everything as root.
> > >> > > > Should I copy any of the .ko, .o, and .c files from your driver
> > >> into any
> > >> > > > other folders?
> > >> > > >
> > >> > > Run "make install" followed by "modprobe nct6775".
> > >> > >
> > >> > > > I'm using the sensors-detect that came with the manual
> installation
> > >> of
> > >> > > > lm-sensors, latest version.  I don't have a prog/detect, either
> > >> folder or
> > >> > > > command.
> > >> > >
> > >> > > The prog/detect directory is in the lm-sensors source, so if you
> > >> > > cloned lm-sensors from github or svn you should have it.
> > >> > >
> > >> > > Thanks,
> > >> > > Guenter
> > >> > >
> > >> > > >   Just run sensors_detect from prog/detect/. I am not sure if
> you
> > >> > > actually
> > >> > > > installed it. If not, you just keep running the installed
> version.
> > >> > > >
> > >> > > > --
> > >> > > >
> > >> > > >
> > >> > > > _____________________________
> > >> > > > Stephen Wille | pstephenwille.com
> > >> > > > *new address p.stephenwille@xxxxxxxxx <p.stephenwille@xxxxxxxxx
> >*
> > >> > > > _______________________________________________
> > >> > > > lm-sensors mailing list
> > >> > > > lm-sensors@xxxxxxxxxxxxxx
> > >> > > > http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
> > >> > > >
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> >
> > >> >
> > >> > _____________________________
> > >> > Stephen Wille | pstephenwille.com
> > >> > *new address p.stephenwille@xxxxxxxxx <p.stephenwille@xxxxxxxxx>*
> > >>
> > >
> > >
> > >
> > > --
> > >
> > >
> > > _____________________________
> > > Stephen Wille | pstephenwille.com
> > > *new address p.stephenwille@xxxxxxxxx <p.stephenwille@xxxxxxxxx>*
> > >
> >
> >
> >
> > --
> >
> >
> > _____________________________
> > Stephen Wille | pstephenwille.com
> > *new address p.stephenwille@xxxxxxxxx <p.stephenwille@xxxxxxxxx>*
>



-- 


_____________________________
Stephen Wille | pstephenwille.com
*new address p.stephenwille@xxxxxxxxx <p.stephenwille@xxxxxxxxx>*
_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors




[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux