Tom Hosiawa wrote: >Here's what I get when I try to build it >/root/linuxwacom-0.6.7/src/2.6.11/Makefile:69: *** You requested to >build mousedev with configure, but mousedev is not a module in your >kernel config. Stop. > >
Well I don't use this, but since no one else has chimed in, I'll give you my best guess. It looks to me like the wacom drivers are built as replacements of the in-kernel drivers, which implies that you need to have the in-kernel drivers built and installed as modules _before_ building the wacom drivers. You may need to reconfigure and recompile your kernel with CONFIG_INPUT_MOUSEDEV=m (and probably a few other drivers as well). After booting from that, try the wacom configure and build sequence again. -Richard -- [email protected] mailing list

