Eu tive um problema parecido com o M1300 e quase me deixa louco. Você perguntou há dois meses e, embora essa resposta possa estar chegando tarde, espero que ajude de qualquer maneira.
Então, vamos lá:
Primeira coisa primeiro: Você não precisa instalar nenhum driver. Ele já está instalado no seu Xubuntu 12.04. Você só precisa configurar a caneta no Xorg.conf. dê uma olhada neste post:
A solução está no final, onde diz:
I also tried installing and patching inputattach but that doesn't seem to work
either...
Well that argues it is ISDV4. I'd feel better if we saw an ISDV4 product ID though.
Good you checked that out.
OK, this assumes your xorg.conf is empty. If instead there is something in it,
probably to do with your Intel integrated video chipset, please post it. You'll
still add the Wacom sections but we'll need to change the "ServerLayout":
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ttyS4"
Option "Type" "stylus"
Option "Button2" "3"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ttyS4"
Option "Type" "eraser"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "stylus"
InputDevice "eraser"
EndSection
Before you change anything if you have an xorg.conf first back it up. Backing up and restoring xorg.conf from the command line is discussed in Old serial tablet driver part II. on "HOW TO Set Up a Wacom Serial Tablet".
Use:
gksudo gedit /etc/X11/xorg.conf
Tudo o que você precisa fazer é:
-
Digite "dmesg | grep ttyS" em uma janela do Terminal. Você pode obter algo como:
"0:11: ttyS0 na E / S 0x3f8 (irq = 4) é uma 16550A"
Observe que o valor "ttyS0" pode ser diferente para você.
Anote o "ttySX" obtido.
- Crie, ou modifique-o se já existir, um arquivo xorg.conf conforme indicado no post substituindo "ttyS4" pelo valor "ttySX" obtido no passo 1.
- Reinicie e aproveite.
No meu caso particular, o problema foi que eu assumi que a caneta não estava funcionando porque era muito antiga para novas distros. O resultado de fazer um "dmesg | grep ttyS", na linha de comando, levou-me a pensar que o modelo de tablet wacom do meu M1300 era um antigo serial ISD4. Este tipo de tablets wacom não é suportado por novos ditros do Ubuntu. Mas lendo esse post descobri que a Motion Computing M1300 e M1400 tem tablets ISDV4 wacom que são totalmente suportados, mas precisam ser configurados no arquivo xorg.conf.