Motion Computing m1400 - Ecrã táctil da Wacom não reconhecido

0

Consegui um Tablet PC m1400 da Motion Computing (basicamente Gateway) há um ano, e tem sido um projeto em andamento já há algum tempo.

Eu tenho lutado com essa máquina desde o primeiro dia, mas depois de muito barulho, eu consegui uma instalação limpa do Xubuntu 12.04.

O único problema remanescente é que o Ubuntu não parece reconhecer a tela do digitalizador Wacom.

collin@Molly:~$ lspci
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
02:00.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
02:04.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)

Então, depois de algumas pesquisas, percebi que meu problema era que eu precisava instalar o Driver Linux Wacom . Por fim, descobri que esses drivers estão agora incluídos em 12.04, mas, independentemente disso, tentei compilá-los e obtive o seguinte após a execução ./configure:

No package 'xorg-server' found
No package 'xproto' found
No package 'xext' found
No package 'kbproto' found
No package 'inputproto' found
No package 'randrproto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Então estou novamente perplexo. Eu não achei que isso seria um problema, já que o digitzer funcionou de maneira diferente em uma instalação anterior do 10.04, mas passei horas tentando encontrar uma solução desta vez.

Qualquer ajuda seria muito apreciada.

    
por Collin Mackey 06.02.2014 / 05:40

1 resposta

0

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:

link

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 é:

  1. 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.

  2. Crie, ou modifique-o se já existir, um arquivo xorg.conf conforme indicado no post substituindo "ttyS4" pelo valor "ttySX" obtido no passo 1.
  3. 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.

    
por Sergio 16.04.2014 / 15:09