Comment 5 for bug 1029951

Revision history for this message
Pablo Benavides (dinazafarraya) wrote :

Hi Yaroslav:

As you can see in your logfile, the error could be:

[ 3724.587] (EE) module ABI major version (12) doesn't match the server's version (16)

So I thought that if i recompile the module the problem should be solved. And that was it!.

The steps to do that were so simple.

1.- Install all the build essential with sudo apt-get install build-essentials

2.- Download the wizardpen sources from https://launchpad.net/wizardpen/trunk/0.8/+download/xorg-input-wizardpen-0.8.0.tar.gz and untar them to a new directory.

3.- cd to the new directory and do a make command. I can't remember if there were some dependencies to solve. Anyway it so simple to apt-get them.

4º And finally if everything was ok, do a sudo make install

Unplug and replug your tablet and restart your gdm or lightdm service, et voilá... it should be working!.

That's what i did and everything is working ok. I don't know if your problem is similar to mine, but it should be the same since Linux Mint is a derivated from Ubuntu. So...

Good luck.

Saludos, Pablo.