| Linux/UNIX Linuxverfechter finden hier Weggefährten. |
Diskussion: X61 Tablet unter Debian Lenny im Forum Linux/UNIX, in der Kategorie Operating Systems; Anzeige Hi, hat jemand den Wacom Tablet auf dem X61 Tablet unter Debian 5.0 ans laufen bekommen? Ich kriegs einfach ...
![]() |
| | #1 (permalink) |
| Senior Member Registriert seit: 26.03.06 ![]() Likes: 16 | Anzeige 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:~# 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:~# 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:~# 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:~# 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 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 |
| | |
| | #2 (permalink) |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 441 | 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'?
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ |
| | |
| HaBOT | - Anzeige - |
| |
| | #3 (permalink) |
| Member of Honour ![]() | hier gibts ein guten wiki eintrag, da ist auch die config beschrieben! http://wiki.informatik.hu-berlin.de/...04_und_8.10.29 ich habs unter ubuntu laufen, allerdings nur zu testzwecken. wenn ich das tablet das nächste mal anwerf kann ich dir meine xorg geben, weil das war auch bei mir ein krampf, bis ich das am laufen hatte!
__________________ » Flattr mich! - Wenn dir mein Beitrag geholfen hat! « <| 2 AMD Opterons 2384@ 8x3,2ghz | Tyan S2915 | 10GB | 2x 8800GT | 8400GS | Dell 3008WFP + 2x2007FP |> |
| | |
| | #4 (permalink) |
| Senior Member Themenstarter Registriert seit: 26.03.06 ![]() Likes: 16 | 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 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# 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# 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 ... |
| | |
![]() |
| - Anzeige - | |
| |
| Themen-Optionen | |
| Ansicht | |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Debian Lenny friert des öfteren ein | Serow | Linux/UNIX | 15 | 12.02.10 14:35 |
| Proxy Konfiguration Debian 5.2.0a Lenny | gelöscht | Linux/UNIX | 2 | 07.09.09 15:01 |
| Debian lenny + amd64 + xen = problem | easteregg | Linux/UNIX | 8 | 07.04.09 00:44 |
| Partitionieren unter Debian (Lenny) | Qeyos | Linux/UNIX | 1 | 11.03.09 19:51 |
| seltsamkeit bei debian lenny | matheguru | Linux/UNIX | 6 | 16.01.09 14:49 |