You are not logged in.
Pages: 1
Hi all,
I'm trying to load the acerhdf module that should control the fan-speed for my Acer 1810TZ. I'm following the README.txt and the ArchWiki but after have compiled and installed the module I'm not able to load it.
[gianluca@gianluca-laptop downloads]$ cd acerhdf_kmod && make
make -C /lib/modules/2.6.39-ARCH/build SUBDIRS=/home/gianluca/downloads/acerhdf_kmod modules
make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
[gianluca@gianluca-laptop acerhdf_kmod]$ sudo make install
make -C /lib/modules/2.6.39-ARCH/build SUBDIRS=/home/gianluca/downloads/acerhdf_kmod modules
make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
[ -d /lib/modules/2.6.39-ARCH/updates ] || mkdir /lib/modules/2.6.39-ARCH/updates
cp acerhdf.ko /lib/modules/2.6.39-ARCH/updates/
depmod -a
[gianluca@gianluca-laptop acerhdf_kmod]$ modprobe acerhdf
FATAL: Error inserting acerhdf (/lib/modules/2.6.39-ARCH/kernel/drivers/platform/x86/acerhdf.ko.gz): Operation not permitted
[gianluca@gianluca-laptop acerhdf_kmod]$ sudo modprobe acerhdf
FATAL: Error inserting acerhdf (/lib/modules/2.6.39-ARCH/kernel/drivers/platform/x86/acerhdf.ko.gz): Invalid argumentBesides, in the configuration file (the acerhdf.c file that you can find in the sources package) my BIOS (official Acer v1.3314 for the 1810TZ) is supported.
What am I doing wrong?
Thank you for your help,
Gianluca
Last edited by I am Gianluca (2011-07-13 20:17:43)
Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit
Offline
Try using this package instead of building it yourself: http://aur.archlinux.org/packages.php?ID=23686
When installing the package let it overwrite any existing files as these will all be files that you have created by building it yourself.
Offline
Thank you gadget3000 ![]()
It seems work perfecly now!
Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit
Offline
Pages: 1