From: Menteco <clo...@ad...> - 2003-11-20 10:24:08
|
While we wait for a kernel2.6 compatible linuxwacom release, I tried to set linuxwacom on a kernel2.4.22 but failed again. Seting linuxwacom-0.4.1, I could not move the cursor with the pen and wacdump was mute. So I tried the linuxwacom-dev and wacom_drv.o provided by Ping Chen and did this: unplug tablet nano /etc/X11/XF86Config-4 replace mice with mouse0 reboot # cd /usr/src # ln -s /usr/local/src/kernel-source-2.4.22/ linux % cd # cp wacom_drv.o_4.2 to /usr/X11R6/lib/modules/input/wacom_drv.o % cd ~/linuxwacom-dev % ./bootstrap % aclocal % ./configure --enable-mousedev --enable-hid --enable-evdev % make # make install # cd src # cp hid.o /lib/modules/2.4.22/kernel/drivers/usb # cp wacom.o /lib/modules/2.4.22/kernel/drivers/usb # cp evdev.o /lib/modules/2.4.22/kernel/drivers/input # cp mousedev.o /lib/modules/2.4.22/kernel/drivers/input //Testing tablet detection tail -f /var/log/messages Nov 20 07:07:31 debian18 kernel: hub.c: new USB device 00:07.2-1, assigned address 3 Nov 20 07:07:31 debian18 kernel: Reporting max 30480, 31680 Nov 20 07:07:31 debian18 kernel: usb-uhci.c: interrupt, status 3, frame# 1668 Nov 20 07:07:31 debian18 kernel: mousedev.c: Ignoring wacom tablet Nov 20 07:07:31 debian18 kernel: wacom.c: Setting tablet report for tablet data Nov 20 07:07:31 debian18 kernel: input1: Wacom Intuos 12x12 on usb1:3.0 //Testing wacdump debian18:/home/menteco/linuxwacom-dev/src# ./wacdump /dev/input/event1 wacdump: wacusb.c:486: USBIdentifyModel: Assertion `nCnt == sizeof(absbits)' failed. Aborted I guess XFree86 is to blame. This is my XFree86 version info: XFree86 -version This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XF...@XF... and patches submitted to fi...@XF.... Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs) XFree86 Version 4.2.1.1 (Debian 4.2.1-13 20031030071229 ro...@ne...) / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 October 2002 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/) Build Operating System: Linux 2.4.22-rc2 i686 [ELF] Module Loader present Cheers, Paul www.menteco.tk |