Re: ERROR: could not insert 'w83627ehf': Device or resource busy

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

 




The NCT chip supports it, and it works pretty well on my system (with
NCT6775F). It is enabled if pwmX_enable is set to 5 after you
force-loaded the w83627ehf module.

I am working on an enhanced version of the nct6775/nct6776 driver which
will let you configure automatic fan control. It is on github, so you
could give it a try if you like (https://github.com/groeck/nct6775).

Guenter

Thank you Guenter.

I slightly modified your makefile to make it suits the
archlinux installation.

See the attached patch.

Can you tell me if it's correct ?
<http://www.federationyoga.qc.ca/page-respiration.html>
<http://www.federationyoga.qc.ca/page-respiration.html>
diff --git a/Makefile b/Makefile
index f0f3bd5..8381f25 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
 # For building for the current running version of Linux
 TARGET		:= $(shell uname -r)
-HOME=$(shell pwd)
+HOME            := $(shell pwd)
 # Or for a specific version
 #TARGET		:= 2.6.33.5
 KERNEL_MODULES	:= /lib/modules/$(TARGET)
 # KERNEL_BUILD	:= $(KERNEL_MODULES)/build
-KERNEL_BUILD	:= /usr/src/linux-headers-$(TARGET)
+KERNEL_BUILD	:= /usr/src/linux-$(TARGET)
 
 #SYSTEM_MAP	:= $(KERNEL_BUILD)/System.map
-SYSTEM_MAP	:= /boot/System.map-$(TARGET)
+SYSTEM_MAP	:= /lib/modules/$(TARGET)/build/Module.symvers
 
 DRIVER := nct6775
 
@@ -33,4 +33,4 @@ install: modules_install
 
 modules_install:
 	cp $(DRIVER).ko $(KERNEL_MODULES)/kernel/$(MOD_SUBDIR)
-	depmod -a -F $(SYSTEM_MAP) $(TARGET)
+	depmod -a -E $(SYSTEM_MAP) $(TARGET)
_______________________________________________
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