Comment 14 for bug 291908

Revision history for this message
cwitte (cwitte) wrote :

There appears to be a bug in the latest pre-built binaries. I installed these on a fresh intrepid install and the tablet didn't work at all. In Xorg.0.log I got

(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
dlopen: /usr/lib/xorg/modules/input//wacom_drv.so: undefined symbol: xf86errno
(EE) Failed to load /usr/lib/xorg/modules/input//wacom_drv.so
(II) UnloadModule: "wacom"
(EE) Failed to load module "wacom" (loader failed, 7)
(EE) No input driver matching `wacom'
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device WALTOP International Corp. Slim Tablet
(II) LoadModule: "wacom"

notice the double slash before wacom_drv.so, I don't think that should be there.
When I build the drivers myself, everything works fine.