Re: NCT6776 global registers 0x1c=0 and 0x24=0x5c onASRock Extreme4

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

 



On Wed, 21 Dec 2011 23:43:47 +0100, Harald Judt wrote:
> Am 21.12.2011 21:55, schrieb Ira W. Snyder:
> > I wonder if you could set these register values only on this specific
> > motherboard by checking the DMI table to determine the motherboard
> > vendor and model number.
> 
> This is what I currently do using dmidecode in /etc/init.d/lm_sensors, 
> because I too fear to forget about this and accidently wreck a new 
> mainboard I'm going to buy in the future:
> 
> # We need to do some initialization before loading the module,
> # otherwise only 2 of the 5 fans will be shown
> init_module_w83627ehf() {
>      modprobe -q -r w83627ehf
>      # make sure to do this only for the right mainboard
>      if /usr/sbin/dmidecode | grep -i 'Base Board Information' -A2 -B1 | 
> grep -q 'P67 Extreme4' \
>          && /usr/sbin/dmidecode | grep -i 'BIOS Information' -A3 | grep 
> -q 'Version: L1.61' && \

dmidecode -s is your friend ;) Namely -s baseboard-product-name and -s
bios-version.

>          ! lsmod | grep w83627ehf; then
>          isaset -y -f 0x2e 0x87 2>/dev/null
>          isaset -y -f 0x2e 0x87 2>/dev/null
>          isaset -y 0x2e 0x2f 0x1c 0x3 2>/dev/null
>          isaset -y 0x2e 0x2f 0x24 0x1c 2>/dev/null
>      fi
> }

-- 
Jean Delvare

_______________________________________________
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