I've tried to follow the documentation on linuxwacom.sourceforge.net but that didn't help me very much. Then I tried to
- Code: Select all
dpkg-reconfigure wacom-kernel-source
and wrote the path to my linux-headers(/usr/src/linux-headers-2.6.18-4-686). Then it started to configure and compile the package but the following messages caused the installation to stop:
- Code: Select all
1.
./configure --disable-libwacomxi \
2.
--disable-wacomdrv \
3.
--disable-libwacomcfg \
4.
--disable-wacdump \
5.
--disable-xidump \
6.
--disable-xsetwacom \
7.
--enable-wacom \
8.
--with-kernel=/usr/src/linux-headers-2.6.18-4-686
9.
10.
....
11.
....
12.
13.
checking for arch type... i486-linux-gnu
14.
checking for kernel type... Linux
15.
checking for linux-based kernel... yes
16.
checking for valid kernel source tree... ok
17.
checking for kernel module versioning... yes
18.
***
19.
*** WARNING:
20.
*** is not supported by this pachage
21.
*** Kernel modules will not be built
22.
***
23.
no
24.
25.
....
26.
....
27.
28.
***
29.
*** WARNING:
30.
*** Unable to compile wacom.o without kernel build environment
31.
*** wacom.o will not be built
32.
***
33.
34.
....
35.
....
36.
37.
----------------------------------------
38.
BUILD ENVIRONMENT:
39.
architecture - i486-linux-gnu
40.
linux kernel - yes 2.4
41.
module versioning - no
42.
kernel source - no /usr/src/linux-headers-2.6.18-4-686
43.
Xorg SDK - yes /usr/include/xorg
44.
XSERVER64 - no
45.
dlloader - yes
46.
XLib - yes /usr/lib
47.
TCL - yes /usr/include/tcl8.4/
48.
TK - yes /usr/include/tcl8.4/
49.
ncurses - yes
50.
51.
BUILD OPTIONS:
52.
wacom.o - no
53.
wacdump - no
54.
xidump - no
55.
libwacomcfg - no
56.
libwacomxi - no
57.
xsetwacom - no
58.
hid.o - no
59.
usbmouse.o - no
60.
evdev.o - no
61.
mousedev.o - no
62.
input.o - no
63.
tabletdev.o - no
64.
wacom_drv.so - no
65.
wacom_drv.o - no
66.
----------------------------------------
67.
68.
....
69.
....
70.
71.
cp: kan ikke udføre stat() './temp/wacom.ko': Ingen sådan fil eller filkatalog
72.
dh_install: command returned error code 256
73.
make[1]: *** [binary-modules] Fejl 1
74.
make[1]: Forlader katalog '/usr/src/modules/wacom'
75.
make: *** [kdist_image] Fejl 2
(http://pastebin.antistof.dk/163)
What's the problem and how do I fix it?
I'm using a 2.6.18-4-686 kernel and Debian Etch