Versuch mal in der dkms.conf die BUILT_MODULE_LOCATION anzugeben.
BUILT_MODULE_LOCATION[#]=
This directive tells DKMS where to find your built module after it has been built. This pathname should be given relative to the root directory of your source files (where your dkms.conf file can be found). If unset, DKMS expects to find your BUILT_MODULE_NAME[#] in the root directory of your source files.
Hab's mal bei mir versucht, ohne dies bekomme ich auch eine Fehlermeldung.
Building module:
cleaning build area....(bad exit status: 2)
'./configure'.....
Error! Build of wacom.ko failed for: 3.4.2-2-ARCH (i686)
Consult the make.log in the build directory
/var/lib/dkms/input-wacom/0.13.0/build/ for more information.
Also
$~ cat /var/lib/dkms/input-wacom/0.13.0/build/make.log
...
Your wacom.ko is available under
/var/lib/dkms/input-wacom/0.13.0/build/2.6.38
If you have an USB device, you can copy the driver by:
cp 2.6.38/wacom.ko /lib/modules/3.4.2-2-ARCH/kernel/drivers/input/tablet
If you have a serial device, please copy the driver by:
cp 2.6.38/wacom_w8001.ko /lib/modules/3.4.2-2-ARCH/kernel/drivers/input/touchscreen
...
Der Eintrag in der dkms.conf lautet dann BUILT_MODULE_LOCATION=2.6.38.
#dkms.conf
PACKAGE_NAME=input-wacom
PACKAGE_VERSION=0.13.0
MAKE="'./configure'"
CLEAN="make clean"
BUILT_MODULE_NAME[0]=wacom
BUILT_MODULE_LOCATION[0]=2.6.38
DEST_MODULE_LOCATION[0]=/extramodules
AUTOINSTALL=yes
Damit funktioniert's bei mir. Testen kann ich es leider nicht, da ich kein Wacom device besitze.