| View previous topic :: View next topic |
| Author |
Message |
wtq4er n00b

Joined: 18 May 2012 Posts: 17
|
Posted: Sat May 19, 2012 4:45 am Post subject: [solved]Error inserting w83627ehf |
|
|
Hi! Any help with this?
| Quote: | # modprobe -v w83627ehf
insmod /lib/modules/3.2.12-gentoo/kernel/drivers/hwmon/w83627ehf.ko
FATAL: Error inserting w83627ehf (/lib/modules/3.2.12-gentoo/kernel/drivers/hwmon/w83627ehf.ko): Device or resource busy
# dmesg
[ 919.872668] w83627ehf: Found W83627DHG chip at 0x290
[ 919.872691] ACPI: resource w83627ehf [io 0x0295-0x0296] conflicts with ACPI region HWRE [io 0x290-0x299]
[ 919.872694] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
|
Last edited by wtq4er on Mon May 21, 2012 5:33 am; edited 1 time in total |
|
| Back to top |
|
 |
wtq4er n00b

Joined: 18 May 2012 Posts: 17
|
|
| Back to top |
|
 |
mhodak Veteran

Joined: 15 Nov 2003 Posts: 1192
|
Posted: Sat Jan 05, 2013 7:46 am Post subject: |
|
|
Got hit by the same issue and this thread helped me.
sensors-detect detects w83627ehf and enters it into /etc/conf.d/lm_sensors, but this module cannot be loaded due to conflict with ACPI. asus_atk0110 module should be used instead (on asus boards) per link posted here, replacing w83627ehf with asus_atk0110 in /etc/conf.d/lm_sensors fixed the problem. |
|
| Back to top |
|
 |
|