[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Tablette Wacom, Invalid module format



Voici quelques info :

Apres démarrage :

lilli@yo-machine:~$ lsmod | grep wacom
wacom                  17664  0
usbcore               118784  6 wacom,ehci_hcd,usblp,usbhid,ohci_hcd

yo-machine:/home/lilli# modinfo wacom filename: /lib/modules/2.6.14.2/kernel/drivers/usb/input/wacom.ko
author:         Vojtech Pavlik <vojtech@ucw.cz>
description:    USB Wacom Graphire and Wacom Intuos tablet driver
license:        GPL
vermagic:       2.6.14.2 SMP preempt K8 gcc-3.3
depends:        usbcore

yo-machine:/home/lilli# dmesg | grep wacom
usbcore: registered new driver wacom
drivers/usb/input/wacom.c: v1.43:USB Wacom Graphire and Wacom Intuos tablet driver

Je débranche et rebranche la tablette et :

yo-machine:/home/lilli# tail /var/log/messages
Oct 27 15:53:15 yo-machine kernel: usb 1-4: USB disconnect, address 7
Oct 27 15:53:19 yo-machine kernel: usb 1-4: new full speed USB device using ohci_hcd and address 8

et voici les passages de mon XF86config-4 concernant la tablette :

Section "ServerLayout"
# ajouté pour la tablette graphire USB
   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

...........................................................................

Section "Module"
   Load           "bitmap"
   Load           "dbe"
   Load           "ddc"
   Load           "extmod"
   Load           "freetype"
   Load           "glx"
   Load           "int10"
   Load           "record"
   Load           "speedo"
   Load           "type1"
   Load           "vbe"
   Load           "wacom"
EndSection

........................................................................

Section "InputDevice"
   Option       "Threshold"     "10"
   Identifier     "stylus"
   Driver         "wacom"
   Option         "Device" "/dev/input/event2"   # USB ONLY
   Option         "Type" "stylus"
   Option         "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
   Option       "Threshold"     "10"
   Identifier     "eraser"
   Driver         "wacom"
   Option         "Device" "/dev/input/event2"   # USB ONLY
   Option         "Type" "eraser"
   Option         "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
   Option       "Threshold"     "10"
   Identifier     "cursor"
   Driver         "wacom"
   Option         "Device" "/dev/input/event2"   # USB ONLY
   Option         "Type" "cursor"
   Option         "USB" "on"                  # USB ONLY
EndSection

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

Voilà j'ai l'impression que tout est bon non !?

P'tit Louis



Reply to: