X61 Tablet unter Debian Lenny

Hi,

hat jemand den Wacom Tablet auf dem X61 Tablet unter Debian 5.0 ans laufen bekommen? Ich kriegs einfach nicht gebacken ...

dmesg:
Code:
apprentice:~# cat /var/log/dmesg | grep wacom
[   10.174146] usbcore: registered new interface driver wacom
[   10.174150] wacom: v1.48:USB Wacom Graphire and Wacom Intuos tablet driver
apprentice:~#

kern.log
Code:
apprentice:~# cat /var/log/kern.log | grep wacom
Feb 18 15:24:04 apprentice kernel: [   10.174146] usbcore: registered new interface driver wacom
Feb 18 15:24:04 apprentice kernel: [   10.174150] wacom: v1.48:USB Wacom Graphire and Wacom Intuos tablet driver
apprentice:~#

messages
Code:
apprentice:~# cat /var/log/messages | grep wacom
Feb 18 15:24:04 apprentice kernel: [   10.174146] usbcore: registered new interface driver wacom
Feb 18 15:24:04 apprentice kernel: [   10.174150] wacom: v1.48:USB Wacom Graphire and Wacom Intuos tablet driver
apprentice:~#

Xorg.0.log
Code:
apprentice:~# cat /var/log/Xorg.0.log | grep wacom
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
(II) UnloadModule: "wacom"
(II) Unloading /usr/lib/xorg/modules/input//wacom_drv.so
(EE) Failed to load module "wacom" (module requirement mismatch, 0)
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
apprentice:~#

Die Einträge in xorg.conf sind folgende:
Code:
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/input/wacom"
  Option        "Type"          "stylus"
  Option        "USB"           "on"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/input/wacom"
  Option        "Type"          "eraser"
  Option        "USB"           "on"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/input/wacom"
  Option        "Type"          "cursor"
  Option        "USB"           "on"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "pad"
  Option        "Device"        "/dev/input/wacom"
  Option        "Type"          "pad"
  Option        "USB"           "on"
EndSection

...

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus"    "SendCoreEvents"
    InputDevice    "eraser"    "SendCoreEvents"
    InputDevice    "cursor"    "SendCoreEvents"
    InputDevice    "pad"
EndSection

Außerdem wundert es mich, dass das Device /dev/input/wacom garnicht existiert ... Ich habe bereits u.a. die Anleitung befolgt.

Dann hab ich mir den 2.6.28 kompiliert, aber auch hier kein /dev/input/wacom. Ich hab auch verschiedene Versionen der UDEV rule ausprobiert ... nichts.

Dass es das Device File sein muss und nicht /dev/ttyS0 weiss ich von Ubuntu Intrepid - da gings ja - ebenfalls mit /dev/input/wacom.


Weiss jemand mehr als ich??

cu
serow
 
Hast du dir die X61-Einträge von thinkwiki.org schonmal angeschaut. Mit deren Hilfe hab ich bisher alle Thinkpads zum Laufen bekommen. Die Anleitungen für Ubuntu sollten ja auch einigermassen auf Debian übertragbar sein. Was sagt ausserdem 'sudo find /dev -name *wacom* -print'?
 
Hi, sry, dass find bringt keine Devices zu Vorschein. Ich jetzt allerdings Ubuntu parallel installiert und was seltsames entdeckt: /dev/input/wacom ist ein symlink auf /dev/ttyS0.

Also hab ich die Xorg.config genauso angepasst, wie es im ThinkWiki der Fall ist:
Code:
   Section "InputDevice"
     Driver        "wacom"
     Identifier    "cursor"
     Option        "Device"        "/dev/ttyS0"
     Option        "Type"          "cursor"
     Option        "ForceDevice"   "ISDV4"
     Option        "Mode"          "Absolute"
   EndSection

   Section "InputDevice"
     Driver        "wacom"
     Identifier    "stylus"
     Option        "Device"        "/dev/ttyS0"
     Option        "Type"          "stylus"
     Option        "ForceDevice"   "ISDV4"
   EndSection

   Section "InputDevice"
     Driver        "wacom"
     Identifier    "eraser"
     Option        "Device"        "/dev/ttyS0"
     Option        "Type"          "eraser"
     Option        "ForceDevice"   "ISDV4"
   EndSection



Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus"    "SendCoreEvents"
    InputDevice    "eraser"    "SendCoreEvents"
    InputDevice    "cursor"    "SendCoreEvents"
EndSection

Wenn ich mit xxd /dev/ttyS0 dumpe und dann den Stift bewege kommt das hier dabei raus:
Code:
apprentice:/dev# xxd /dev/ttyS0 
0000000: 72c4 f2ce ce43 ce7e f2c2 5ec0 f832 0242  r....C.~..^..2.B
0000010: f662 fec2 5ed2 c25e d27e c648 fec2 42c2  .b..^..^.~.H..B.
0000020: 8ae0 d262 7e3e 42c2 5e7e fec2 5ed2 bec0  ...b~>B.^~..^...
0000030: 48fe e232 181d f2c2 097e 3e10 fef2 c648  H..2.....~>....H
0000040: fec2 5ed2 3ec8 48fe f242 d263 7e62 42d2  ..^.>.H..B.c~bB.
0000050: 40f8 f2c6 48fe c25e d2c2 fe21 7e02 b542  @...H..^...!~..B
0000060: 5240 3ec2 a07c ff2e f248 fec2 5ed2 7e00  R@>..|...H..^.~.
0000070: 48fe c25e d26a 0ad2 5a58 f808 d2f7 5252  H..^.j..ZX....RR
0000080: 1f0a 4a01 f292 8852 c25e d288 52c2 5ed2  ..J....R.^..R.^.
0000090: 1052 c25e d278 52c2 5ed2 3239 52c2 5ed2  .R.^.xR.^.29R.^.
00000a0: 3239 52c2 5ed2 3272 5258 02d2 f652 c25f  29R.^.2rRX...R._
00000b0: 0a56 32e9 420a fc32 3952 c25e d232 3952  .V2.B..29R.^.29R
00000c0: 9872 36e6 0a08 ea09 d2ff 32fe c272 52c2  .r6.......2..rR.
00000d0: 5ed2 72e4 3fca 4662 d21d e010 32fe c272  ^.r.?.Fb....2..r
00000e0: 5276 4760 437e d231 7ce4 4308 6663 3298  RvG`C~.1|.C.fc2.
00000f0: 0be0 5600 52ff 3a7e 43f4 f2b6 4ff2 768f  ..V.R.:~C...O.v.
0000100: f076 4bf2 460e e0b6 c7f2 764f f276 9fe1  .vK.F.....vO.v..
0000110: b64b f276 9fe1 f686 f2b6 4ff2 669e e1f6  .K.v......O.f...
0000120: 4ff2 669e e1d6 c5f2 764f f256 9ff2 764f  O.f.....vO.V..vO
0000130: f266 9fe4 d687 f236 0af2 669e f236 0cf2  .f.....6..f..6..
0000140: 661e e4d6 84f2 b68a f276 07f2 f68e f284  f........v......
0000150: f246 4276 88f2 368a f200 f2d6 43f2 c5f2  .FBv..6.....C...
0000160: ca73 72fe ffbe f201 7e6c ff36 e4c9 cafa  .sr.....~l.6....
0000170: a9c8 fef6 8abe f2b8 8142 febe 7300 caff  .........B..s...
0000180: cef7 c9f8 d740 7ef2 a8ff 3202 a897 f0b8  .....@~...2.....
0000190: dfe1 b884 f258 9ff2 a8be e1b8 8af2 669e  .....X........f.
00001a0: e1f6 8262 f6d6 c6f2 761f f2b6 4bf2 569e  ...b....v...K.V.
00001b0: f276 4bf2 764f f246 9fe0 b600 f266 0ff2  .vK.vO.F.....f..
^C
apprentice:/dev#

Das heisst ja eigentlich, dass der Device da ist und funktioniert - richtig?

Ein X-Server Neustart alleine scheint aber nicht zu helfen:
Code:
apprentice:/dev# cat /var/log/Xorg.0.log | grep wacom
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
(II) UnloadModule: "wacom"
(II) Unloading /usr/lib/xorg/modules/input//wacom_drv.so
(EE) Failed to load module "wacom" (module requirement mismatch, 0)
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
apprentice:/dev#

Hab auch setserial schon so benutzt wie im Thinkwiki vorgeschlagen. Ich weiss zwar nicht was das macht aber schaden kanns ja nicht hoff ich ^^ Scheint irgendwie ein Problem mit dem wacom Modul zu sein??

cu
serow


EDIT:

Ich habs geschafft: Um der Welt 1 Tag Arbeit zu ersparen:
Ich hab gleich nach der Installation das Modul aus linuxwacom in der Version 0.8.2-2 gebaut. Das war das Modul das die Fehlermeldung verursacht. Hätte ich Depp einfach das Modul aus den Quellen (xserver-xorg-input-wacom) gelassen - wäre die Fehlermeldung schonmal nicht aufgetaucht. Das plus die Sache mit dem Symlink haben mich jetzt Stunden gekostet ... Ich werd verrückt ...
 
Zurück
Oben