Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 04/07/2008, à 19:51

Julie Caroline

[Résolu] Wacom Bamboo non reconnue, Gutsy 2.6.22-15-generic

Bonjour,

cela fait plusieurs heures que je tourne en rond pour que ma tablette Wacom Bamboo fonctionne, et là je crois que j'ai besoin d'aide.

J'ai suivi le tuto à lettre : http://forum.ubuntu-fr.org/viewtopic.php?id=201340.

Pour commencer je n'ai pas le même noyau apparemment :

~$ uname -r
2.6.22-15-generic

Données qui peuvent vous être utile pour m'aider:

$ grep -i wacom /var/log/Xorg.0.log
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
(II) Wacom driver level: 47-0.7.7-7 $
(**) stylus device is /dev/input/wacom
(**) WACOM: suppress value is 2
(**) cursor device is /dev/input/wacom
(**) WACOM: suppress value is 2
(**) eraser device is /dev/input/wacom
(**) WACOM: suppress value is 2
(**) pad device is /dev/input/wacom
(**) WACOM: suppress value is 2
(II) XINPUT: Adding extended input device "pad" (type: Wacom Pad)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
Error opening /dev/input/wacom : Invalid argument
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
Error opening /dev/input/wacom : Invalid argument
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
Error opening /dev/input/wacom : Invalid argument
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
Error opening /dev/input/wacom : Invalid argument
$ lsusb | grep -i wacom
Bus 003 Device 005: ID 056a:0065 Wacom Co., Ltd

Mon Xorg.conf :

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "stylus"
#       Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
        Option          "USB"           "on"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "eraser"
#       Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
        Option          "USB"           "on"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "cursor"
#       Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
        Option          "USB"           "on"
EndSection

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

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	Driver		"intel"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1440x900"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"

# Uncomment if you have a wacom tablet
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice     "pad"           "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Et quand je lance l'xorg.conf j'ai ça dans ma console:

$ gksudo gedit /etc/X11/xorg.conf
X Error: BadDevice, invalid or uninitialized input device 171
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 171
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 171
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device

j'ai fait des recherche sur les erreurs qui apparaissent mais n'ai rien trouvé. Autre chose que j'ai lu qui pouvait être intéressant à connaitre:

:/dev/input$ ls
by-id    event0  event2  event4  event6  mice    mouse1
by-path  event1  event3  event5  event7  mouse0  mouse2

Merci de m'aider ! j'aimerais m'en servir mardi (dans 4 jours) j'espère que d'ici là l'un de vous aura pu m'aider.

Je reste à côté si vous avez besoin d'autres infos.

Julie, un poil désespérée

Edit: je change le titre du topic, pour qu'il soit plus explicite :)

Dernière modification par Julie Caroline (Le 06/07/2008, à 14:26)


10.04 (Gnome) sur vostro 1720, bépo \o/
next : linuxmint ?

Hors ligne

#2 Le 04/07/2008, à 19:54

Julie Caroline

Re : [Résolu] Wacom Bamboo non reconnue, Gutsy 2.6.22-15-generic

Dernière chose, j'ai mis dans un txt toutes les entrées et sorties que j'ai fait sur le terminal pour installer la tablette:

juw@juw:~$ uname -r
2.6.22-15-generic
juw@juw:~$ lsusb | grep -i wacom

Bus 003 Device 002: ID 056a:0065 Wacom Co., Ltd 
juw@juw:~$ mkdir wacom

juw@juw:~$ cd wacom/

juw@juw:~/wacom$ sudo apt-get install linux-headers-`uname -r` build-essential x11proto-core-dev libxau-dev libxdmcp-dev x11proto-input-dev x11proto-kb-dev xtrans-dev libx11-dev x11proto-xext-dev libxext-dev libxi-dev linux-libc-dev libc6-dev libncurses5-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev
[sudo] password for juw:
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
linux-headers-2.6.22-15-generic est déjà la plus récente version disponible.
linux-headers-2.6.22-15-generic passé en « installé manuellement ».
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libcommons-collections3-java menu liblzo1 libcommons-pool-java apache2-utils
  libfile-ncopy-perl gimp-help-fr liblucene-java libmime-types-perl
  libcommons-el-java junit libregexp-java libcommons-modeler-java
  liblog4j1.2-java libxalan110 libswt3.2-gtk-java gimp-help-common
  libtomcat5.5-java mozilla-firefox-locale-fr-fr kaffeine libbcel-java ant
  libcommons-launcher-java libcommons-logging-java apache2.2-common
  libcommons-dbcp-java libcommons-collections-java libcommons-beanutils-java
  libsvnqt3 libcommons-digester-java thunderbird-locale-fr wfrench
  liblucene-java-doc libjsch-java libswt3.2-gtk-jni ant-optional libxerces27
  libmx4j-java
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  dpkg-dev g++ g++-4.1 libice-dev libsm-dev libstdc++6-4.1-dev libxt-dev patch
Paquets suggérés :
  debian-keyring g++-multilib g++-4.1-multilib gcc-4.1-doc glibc-doc
  manpages-dev libstdc++6-4.1-doc diff-doc tcl8.4-doc tk8.4-doc
Les NOUVEAUX paquets suivants seront installés :
  build-essential dpkg-dev g++ g++-4.1 libc6-dev libice-dev libncurses5-dev
  libsm-dev libstdc++6-4.1-dev libx11-dev libxau-dev libxdmcp-dev libxext-dev
  libxi-dev libxt-dev linux-libc-dev patch tcl8.4-dev tk8.4-dev
  x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
  xserver-xorg-dev xtrans-dev
0 mis à jour, 25 nouvellement installés, 0 à enlever et 16 non mis à jour.
Il est nécessaire de prendre 17,0Mo/21,0Mo dans les archives.
Après dépaquetage, 69,8Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer [O/n] ? o
Changement de support : veuillez insérer le disque
« Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016) »
dans le lecteur « /cdrom/ » et appuyez sur la touche Entrée

Réception de : 1 http://fr.archive.ubuntu.com gutsy/main x11proto-core-dev 7.0.10-2 [86,3kB]
Réception de : 2 http://fr.archive.ubuntu.com gutsy/main libice-dev 2:1.0.3-3 [56,2kB]
Réception de : 3 http://fr.archive.ubuntu.com gutsy/main libsm-dev 2:1.0.3-1 [24,3kB]
Réception de : 4 http://fr.archive.ubuntu.com gutsy/main libxau-dev 1:1.0.3-2 [15,6kB]
Réception de : 5 http://fr.archive.ubuntu.com gutsy/main libxdmcp-dev 1:1.0.2-2 [20,0kB]
Réception de : 6 http://fr.archive.ubuntu.com gutsy/main x11proto-input-dev 1.4.2-1 [15,6kB]
Réception de : 7 http://fr.archive.ubuntu.com gutsy/main x11proto-kb-dev 1.0.3-2ubuntu1 [27,0kB]
Réception de : 8 http://fr.archive.ubuntu.com gutsy/main xtrans-dev 1.0.3-2 [70,2kB]
Réception de : 9 http://fr.archive.ubuntu.com gutsy/main libx11-dev 2:1.1.1-1ubuntu4 [8699kB]
Changement de support : veuillez insérer le disque
« Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016) »
dans le lecteur « /cdrom/ » et appuyez sur la touche Entrée

Changement de support : veuillez insérer le disque
« Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016) »
dans le lecteur « /cdrom/ » et appuyez sur la touche Entrée

Réception de : 10 http://fr.archive.ubuntu.com gutsy/main x11proto-xext-dev 7.0.2-5ubuntu1 [42,2kB]
Réception de : 11 http://fr.archive.ubuntu.com gutsy/main libxext-dev 2:1.0.3-2build1 [81,6kB]
Réception de : 12 http://fr.archive.ubuntu.com gutsy/main libxi-dev 2:1.1.2-1 [68,9kB]
Réception de : 13 http://fr.archive.ubuntu.com gutsy/main libxt-dev 1:1.0.5-3 [482kB]
Réception de : 14 http://fr.archive.ubuntu.com gutsy-updates/main linux-libc-dev 2.6.22-15.54 [654kB]
Réception de : 15 http://fr.archive.ubuntu.com gutsy-updates/main libc6-dev 2.6.1-1ubuntu10 [3287kB]
Réception de : 16 http://fr.archive.ubuntu.com gutsy/main libncurses5-dev 5.6+20070716-1ubuntu3 [1456kB]
Réception de : 17 http://fr.archive.ubuntu.com gutsy/main tcl8.4-dev 8.4.15-1build1 [782kB]
Réception de : 18 http://fr.archive.ubuntu.com gutsy/main tk8.4-dev 8.4.15-1ubuntu1 [840kB]
Réception de : 19 http://fr.archive.ubuntu.com gutsy-updates/main xserver-xorg-dev 2:1.3.0.0.dfsg-12ubuntu8.4 [322kB]
17,0Mo réceptionnés en 1m33s (183ko/s)                                         
Sélection du paquet x11proto-core-dev précédemment désélectionné.
(Lecture de la base de données... 181370 fichiers et répertoires déjà installés.)
Dépaquetage de x11proto-core-dev (à partir de .../x11proto-core-dev_7.0.10-2_all.deb) ...
Sélection du paquet libice-dev précédemment désélectionné.
Dépaquetage de libice-dev (à partir de .../libice-dev_2%3a1.0.3-3_i386.deb) ...
Sélection du paquet libsm-dev précédemment désélectionné.
Dépaquetage de libsm-dev (à partir de .../libsm-dev_2%3a1.0.3-1_i386.deb) ...
Sélection du paquet libxau-dev précédemment désélectionné.
Dépaquetage de libxau-dev (à partir de .../libxau-dev_1%3a1.0.3-2_i386.deb) ...
Sélection du paquet libxdmcp-dev précédemment désélectionné.
Dépaquetage de libxdmcp-dev (à partir de .../libxdmcp-dev_1%3a1.0.2-2_i386.deb) ...
Sélection du paquet x11proto-input-dev précédemment désélectionné.
Dépaquetage de x11proto-input-dev (à partir de .../x11proto-input-dev_1.4.2-1_all.deb) ...
Sélection du paquet x11proto-kb-dev précédemment désélectionné.
Dépaquetage de x11proto-kb-dev (à partir de .../x11proto-kb-dev_1.0.3-2ubuntu1_all.deb) ...
Sélection du paquet xtrans-dev précédemment désélectionné.
Dépaquetage de xtrans-dev (à partir de .../xtrans-dev_1.0.3-2_all.deb) ...
Sélection du paquet libx11-dev précédemment désélectionné.
Dépaquetage de libx11-dev (à partir de .../libx11-dev_2%3a1.1.1-1ubuntu4_i386.deb) ...
Sélection du paquet x11proto-xext-dev précédemment désélectionné.
Dépaquetage de x11proto-xext-dev (à partir de .../x11proto-xext-dev_7.0.2-5ubuntu1_all.deb) ...
Sélection du paquet libxext-dev précédemment désélectionné.
Dépaquetage de libxext-dev (à partir de .../libxext-dev_2%3a1.0.3-2build1_i386.deb) ...
Sélection du paquet libxi-dev précédemment désélectionné.
Dépaquetage de libxi-dev (à partir de .../libxi-dev_2%3a1.1.2-1_i386.deb) ...
Sélection du paquet libxt-dev précédemment désélectionné.
Dépaquetage de libxt-dev (à partir de .../libxt-dev_1%3a1.0.5-3_i386.deb) ...
Sélection du paquet linux-libc-dev précédemment désélectionné.
Dépaquetage de linux-libc-dev (à partir de .../linux-libc-dev_2.6.22-15.54_i386.deb) ...
Sélection du paquet libc6-dev précédemment désélectionné.
Dépaquetage de libc6-dev (à partir de .../libc6-dev_2.6.1-1ubuntu10_i386.deb) ...
Sélection du paquet libstdc++6-4.1-dev précédemment désélectionné.
Dépaquetage de libstdc++6-4.1-dev (à partir de .../libstdc++6-4.1-dev_4.1.2-16ubuntu2_i386.deb) ...
Sélection du paquet g++-4.1 précédemment désélectionné.
Dépaquetage de g++-4.1 (à partir de .../g++-4.1_4.1.2-16ubuntu2_i386.deb) ...
Sélection du paquet g++ précédemment désélectionné.
Dépaquetage de g++ (à partir de .../g++_4.1.2-9ubuntu2_i386.deb) ...
Sélection du paquet patch précédemment désélectionné.
Dépaquetage de patch (à partir de .../p/patch/patch_2.5.9-4_i386.deb) ...
Sélection du paquet dpkg-dev précédemment désélectionné.
Dépaquetage de dpkg-dev (à partir de .../dpkg-dev_1.14.5ubuntu16_all.deb) ...
Sélection du paquet build-essential précédemment désélectionné.
Dépaquetage de build-essential (à partir de .../build-essential_11.3ubuntu1_i386.deb) ...
Sélection du paquet libncurses5-dev précédemment désélectionné.
Dépaquetage de libncurses5-dev (à partir de .../libncurses5-dev_5.6+20070716-1ubuntu3_i386.deb) ...
Sélection du paquet tcl8.4-dev précédemment désélectionné.
Dépaquetage de tcl8.4-dev (à partir de .../tcl8.4-dev_8.4.15-1build1_i386.deb) ...
Sélection du paquet tk8.4-dev précédemment désélectionné.
Dépaquetage de tk8.4-dev (à partir de .../tk8.4-dev_8.4.15-1ubuntu1_i386.deb) ...
Sélection du paquet xserver-xorg-dev précédemment désélectionné.
Dépaquetage de xserver-xorg-dev (à partir de .../xserver-xorg-dev_2%3a1.3.0.0.dfsg-12ubuntu8.4_i386.deb) ...
Paramétrage de x11proto-core-dev (7.0.10-2) ...
Paramétrage de libice-dev (2:1.0.3-3) ...
Paramétrage de libsm-dev (2:1.0.3-1) ...
Paramétrage de libxau-dev (1:1.0.3-2) ...
Paramétrage de libxdmcp-dev (1:1.0.2-2) ...
Paramétrage de x11proto-input-dev (1.4.2-1) ...
Paramétrage de x11proto-kb-dev (1.0.3-2ubuntu1) ...
Paramétrage de xtrans-dev (1.0.3-2) ...
Paramétrage de libx11-dev (2:1.1.1-1ubuntu4) ...
Paramétrage de x11proto-xext-dev (7.0.2-5ubuntu1) ...
Paramétrage de libxext-dev (2:1.0.3-2build1) ...
Paramétrage de libxi-dev (2:1.1.2-1) ...
Paramétrage de libxt-dev (1:1.0.5-3) ...
Paramétrage de linux-libc-dev (2.6.22-15.54) ...
Paramétrage de libc6-dev (2.6.1-1ubuntu10) ...
Paramétrage de patch (2.5.9-4) ...
Paramétrage de dpkg-dev (1.14.5ubuntu16) ...
Paramétrage de libncurses5-dev (5.6+20070716-1ubuntu3) ...
Paramétrage de tcl8.4-dev (8.4.15-1build1) ...

Paramétrage de tk8.4-dev (8.4.15-1ubuntu1) ...
Paramétrage de xserver-xorg-dev (2:1.3.0.0.dfsg-12ubuntu8.4) ...
Paramétrage de libstdc++6-4.1-dev (4.1.2-16ubuntu2) ...
Paramétrage de g++-4.1 (4.1.2-16ubuntu2) ...
Paramétrage de g++ (4:4.1.2-9ubuntu2) ...

Paramétrage de build-essential (11.3ubuntu1) ...




juw@juw:~/wacom$ wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.0-2.tar.bz2
--18:29:00--  http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.0-2.tar.bz2
           => `linuxwacom-0.8.0-2.tar.bz2'
Résolution de prdownloads.sourceforge.net... 216.34.181.60
Connexion vers prdownloads.sourceforge.net|216.34.181.60|:80... connecté.
requête HTTP transmise, en attente de la réponse... 302 Found
Emplacement: http://kent.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-2.tar.bz2 [suivant]
--18:29:00--  http://kent.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-2.tar.bz2
           => `linuxwacom-0.8.0-2.tar.bz2'
Résolution de kent.dl.sourceforge.net... 212.219.56.167
Connexion vers kent.dl.sourceforge.net|212.219.56.167|:80... connecté.
requête HTTP transmise, en attente de la réponse... 302 Found
Emplacement: http://prdownloads.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-2.tar.bz2 [suivant]
--18:29:01--  http://prdownloads.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-2.tar.bz2
           => `linuxwacom-0.8.0-2.tar.bz2'
Réutilisation de la connexion existante vers prdownloads.sourceforge.net:80.
requête HTTP transmise, en attente de la réponse... 302 Found
Emplacement: http://heanet.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-2.tar.bz2 [suivant]
--18:29:01--  http://heanet.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-2.tar.bz2
           => `linuxwacom-0.8.0-2.tar.bz2'
Résolution de heanet.dl.sourceforge.net... 193.1.193.66
Connexion vers heanet.dl.sourceforge.net|193.1.193.66|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 977 055 (954K) [application/x-bzip2]

100%[====================================>] 977 055      791.87K/s             

18:29:02 (789.46 KB/s) - « linuxwacom-0.8.0-2.tar.bz2 » sauvegardé [977055/977055]







juw@juw:~/wacom$ wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.0-3.tar.bz2
--18:29:07--  http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.0-3.tar.bz2
           => `linuxwacom-0.8.0-3.tar.bz2'
Résolution de prdownloads.sourceforge.net... 216.34.181.60
Connexion vers prdownloads.sourceforge.net|216.34.181.60|:80... connecté.
requête HTTP transmise, en attente de la réponse... 302 Found
Emplacement: http://mesh.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-3.tar.bz2 [suivant]
--18:29:07--  http://mesh.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.8.0-3.tar.bz2
           => `linuxwacom-0.8.0-3.tar.bz2'
Résolution de mesh.dl.sourceforge.net... 213.203.218.122
Connexion vers mesh.dl.sourceforge.net|213.203.218.122|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 977 383 (954K) [application/x-bzip2]

100%[====================================>] 977 383      281.62K/s    ETA 00:00

18:29:11 (280.94 KB/s) - « linuxwacom-0.8.0-3.tar.bz2 » sauvegardé [977383/977383]





juw@juw:~/wacom$ ls
linuxwacom-0.8.0-2.tar.bz2  linuxwacom-0.8.0-3.tar.bz2

juw@juw:~/wacom$ tar xjf linuxwacom-0.8.0-3.tar.bz2 
juw@juw:~/wacom$ cd linuxwacom-0.8.0-3
linuxwacom-0.8.0-3/         linuxwacom-0.8.0-3.tar.bz2


juw@juw:~/wacom$ cd linuxwacom-0.8.0-3
linuxwacom-0.8.0-3/         linuxwacom-0.8.0-3.tar.bz2


juw@juw:~/wacom$ cd linuxwacom-0.8.0-3


juw@juw:~/wacom/linuxwacom-0.8.0-3$ ls
acinclude.m4    ChangeLog     depcomp     Makefile.am     prebuilt
aclocal.m4      config.guess  GPL         Makefile.in     README
AUTHORS         config.sub    install-sh  missing         src
autom4te.cache  configure     LGPL        mkxincludes.in
bootstrap       configure.in  ltmain.sh   NEWS





juw@juw:~/wacom/linuxwacom-0.8.0-3$ ./configure --enable-wacom
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) mawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for arch type... i486-linux-gnu
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/2.6.22-15-generic/build
checking kernel version... 2.6.22-15-generic
checking for kernel module support... yes
checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... yes
checking if scaling tablet to screen size is needed... no
checking if Xorg SDK defines IsXExtensionPointer... yes
checking if Xorg SDK defines dixScreenOrigins... yes
checking XInput extension version... < 1.0
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for tclsh... /usr/bin/tclsh
checking for tcl version... 8.4
checking for tcl header files... found, /usr/include/tcl8.4
checking for tk header files... found, /usr/include/tcl8.4
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking if libwacomcfg should/can be built... yes
checking if libwacomxi should/can be built... yes
checking if wacdump should/can be built... yes
checking if xidump should/can be built... yes
checking if xsetwacom should be built... yes
checking for Wacom X driver module path... /usr/lib/xorg/modules/input
checking for dynamic driver loading support... yes
checking if wacom_drv.{o,so} should be compiled... yes
checking if gcc accepts -fno-merge-constants... yes
checking if gcc accepts -fno-stack-protector... yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkxincludes
config.status: creating src/Makefile
config.status: creating src/util/Makefile
config.status: creating src/xdrv/Makefile
config.status: creating src/2.4/Makefile
config.status: creating src/2.4.22/Makefile
config.status: creating src/2.6.8/Makefile
config.status: creating src/2.6.9/Makefile
config.status: creating src/2.6.10/Makefile
config.status: creating src/2.6.11/Makefile
config.status: creating src/2.6.13/Makefile
config.status: creating src/2.6.14/Makefile
config.status: creating src/2.6.15/Makefile
config.status: creating src/2.6.16/Makefile
config.status: creating src/2.6.18/Makefile
config.status: creating src/2.6.19/Makefile
config.status: creating src/2.6.22/Makefile
config.status: creating src/2.6.24/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating src/include/xdrv-config.h
config.status: creating src/include/kernel-config.h
config.status: creating src/include/util-config.h
config.status: executing depfiles commands

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i486-linux-gnu
       linux kernel - yes 2.6.22
  module versioning - no 
      kernel source - yes /lib/modules/2.6.22-15-generic/build
     XFree86 source - no 
           Xorg SDK - yes /usr/include/xorg
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
                TCL - yes /usr/include/tcl8.4
                 TK - yes /usr/include/tcl8.4
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - yes
            wacdump - yes 
             xidump - yes 
        libwacomcfg - yes
         libwacomxi - yes
          xsetwacom - yes
              hid.o - no 
         usbmouse.o - no
            evdev.o - no
         mousedev.o - no
            input.o - no
       wacom_drv.so - yes /usr/lib/xorg/modules/input 
        wacom_drv.o - no
  wacom*_drv quirks - libc-wrapper IsXExtensionPointer key-events dixScreenOrigins
----------------------------------------










juw@juw:~/wacom/linuxwacom-0.8.0-3$ make
Making all in src
make[1]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
Making all in .
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
rm -f wacom.4x.gz
gzip -9c < ./wacom.4x > wacom.4x.gz
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
Making all in wacomxi
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/wacomxi »
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -g -O2 -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF ".deps/wacomxi.Tpo" -c -o wacomxi.lo wacomxi.c; \
        then mv -f ".deps/wacomxi.Tpo" ".deps/wacomxi.Plo"; else rm -f ".deps/wacomxi.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -g -O2 -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c  -fPIC -DPIC -o .libs/wacomxi.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -g -O2 -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c -o wacomxi.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -g -O2 -I/usr/include/tcl8.4   -o libwacomxi.la -rpath /usr/local/lib/TkXInput -no-undefined wacomxi.lo -L/usr/lib -lX11 -lXi 
gcc -shared  .libs/wacomxi.o  -L/usr/lib -lX11 -lXi  -Wl,-soname -Wl,libwacomxi.so.0 -o .libs/libwacomxi.so.0.0.0
(cd .libs && rm -f libwacomxi.so.0 && ln -s libwacomxi.so.0.0.0 libwacomxi.so.0)
(cd .libs && rm -f libwacomxi.so && ln -s libwacomxi.so.0.0.0 libwacomxi.so)
ar cru .libs/libwacomxi.a  wacomxi.o
ranlib .libs/libwacomxi.a
creating libwacomxi.la
(cd .libs && rm -f libwacomxi.la && ln -s ../libwacomxi.la libwacomxi.la)
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/wacomxi »
Making all in util
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/util »
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF ".deps/wacomcfg.Tpo" -c -o wacomcfg.lo wacomcfg.c; \
        then mv -f ".deps/wacomcfg.Tpo" ".deps/wacomcfg.Plo"; else rm -f ".deps/wacomcfg.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c  -fPIC -DPIC -o .libs/wacomcfg.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c -o wacomcfg.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -g -O2 -I/usr/include/tcl8.4   -o libwacomcfg.la -rpath /usr/local/lib -no-undefined -version-info 0:1:0 wacomcfg.lo -L/usr/lib -lX11 -lXi 
gcc -shared  .libs/wacomcfg.o  -L/usr/lib -lX11 -lXi  -Wl,-soname -Wl,libwacomcfg.so.0 -o .libs/libwacomcfg.so.0.0.1
(cd .libs && rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0)
(cd .libs && rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so)
ar cru .libs/libwacomcfg.a  wacomcfg.o
ranlib .libs/libwacomcfg.a
creating libwacomcfg.la
(cd .libs && rm -f libwacomcfg.la && ln -s ../libwacomcfg.la libwacomcfg.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wacdump.o -MD -MP -MF ".deps/wacdump.Tpo" -c -o wacdump.o wacdump.c; \
        then mv -f ".deps/wacdump.Tpo" ".deps/wacdump.Po"; else rm -f ".deps/wacdump.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wacscrn.o -MD -MP -MF ".deps/wacscrn.Tpo" -c -o wacscrn.o wacscrn.c; \
        then mv -f ".deps/wacscrn.Tpo" ".deps/wacscrn.Po"; else rm -f ".deps/wacscrn.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wactablet.o -MD -MP -MF ".deps/wactablet.Tpo" -c -o wactablet.o wactablet.c; \
        then mv -f ".deps/wactablet.Tpo" ".deps/wactablet.Po"; else rm -f ".deps/wactablet.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wacserial.o -MD -MP -MF ".deps/wacserial.Tpo" -c -o wacserial.o wacserial.c; \
        then mv -f ".deps/wacserial.Tpo" ".deps/wacserial.Po"; else rm -f ".deps/wacserial.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wacusb.o -MD -MP -MF ".deps/wacusb.Tpo" -c -o wacusb.o wacusb.c; \
        then mv -f ".deps/wacusb.Tpo" ".deps/wacusb.Po"; else rm -f ".deps/wacusb.Tpo"; exit 1; fi
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -g -O2 -I/usr/include/tcl8.4   -o wacdump  wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.o -lncurses 
gcc -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -o wacdump wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.o  -lncurses
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT xidump.o -MD -MP -MF ".deps/xidump.Tpo" -c -o xidump.o xidump.c; \
        then mv -f ".deps/xidump.Tpo" ".deps/xidump.Po"; else rm -f ".deps/xidump.Tpo"; exit 1; fi
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -g -O2 -I/usr/include/tcl8.4   -o xidump -L/usr/lib -lX11 -lXi -lm xidump.o wacscrn.o -lncurses 
gcc -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -o xidump xidump.o wacscrn.o  -L/usr/lib -lX11 -lXi -lm -lncurses
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT xsetwacom.o -MD -MP -MF ".deps/xsetwacom.Tpo" -c -o xsetwacom.o xsetwacom.c; \
        then mv -f ".deps/xsetwacom.Tpo" ".deps/xsetwacom.Po"; else rm -f ".deps/xsetwacom.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -MT wcmAction.o -MD -MP -MF ".deps/wcmAction.Tpo" -c -o wcmAction.o wcmAction.c; \
        then mv -f ".deps/wcmAction.Tpo" ".deps/wcmAction.Po"; else rm -f ".deps/wcmAction.Tpo"; exit 1; fi
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -g -O2 -I/usr/include/tcl8.4   -o xsetwacom  xsetwacom.o wcmAction.o libwacomcfg.la 
gcc -Wall -pedantic -g -O2 -I/usr/include/tcl8.4 -o .libs/xsetwacom xsetwacom.o wcmAction.o  ./.libs/libwacomcfg.so -L/usr/lib -lX11 -lXi
creating xsetwacom
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/util »
Making all in xdrv
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
gcc -MM -g -O2 -I/usr/include/tcl8.4  -I../include -I/usr/include/xorg  ./xf86Wacom.c ./wcmSerial.c ./wcmUSB.c ./wcmISDV4.c ./wcmXCommand.c ./wcmCommon.c ./wcmCompat.c ./wcmConfig.c ./wcmFilter.c > .depend
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o xf86Wacom.o -c ./xf86Wacom.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmSerial.o -c ./wcmSerial.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmUSB.o -c ./wcmUSB.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmISDV4.o -c ./wcmISDV4.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmXCommand.o -c ./wcmXCommand.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmCommon.o -c ./wcmCommon.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmCompat.o -c ./wcmCompat.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmConfig.o -c ./wcmConfig.c
gcc -g -O2 -I/usr/include/tcl8.4  -fPIC -pipe -ansi \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
                 -I/usr/include/xorg   \
                -o wcmFilter.o -c ./wcmFilter.c
gcc -shared -nostdlib -o wacom_drv.so xf86Wacom.o wcmSerial.o wcmUSB.o wcmISDV4.o wcmXCommand.o wcmCommon.o wcmCompat.o wcmConfig.o wcmFilter.o -Bstatic -lgcc
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
Making all in 2.6.22
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22 »
cp -f ../2.6.19/wacom_wac.c .
cp -f ../2.6.19/wacom.h .
    Building linuxwacom drivers for 2.6 kernel.
***Note: Drivers not enabled as modules in your kernel config but requested through configure are NOT built
make -C /lib/modules/2.6.22-15-generic/build M=/home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22
make[3]: entrant dans le répertoire « /usr/src/linux-headers-2.6.22-15-generic »
  LD      /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22/built-in.o
  CC [M]  /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22/wacom_wac.o
  CC [M]  /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22/wacom_sys.o
  LD [M]  /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22/wacom.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22/wacom.mod.o
  LD [M]  /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22/wacom.ko
make[3]: quittant le répertoire « /usr/src/linux-headers-2.6.22-15-generic »
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22 »
make[1]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
make[1]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3 »
make[1]: Rien à faire pour « all-am ».
make[1]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3 »









juw@juw:~/wacom/linuxwacom-0.8.0-3$ sudo make install
[sudo] password for juw:
Making install in src
make[1]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
Making install in .
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
make[3]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/man/man4" || mkdir -p -- "/usr/local/man/man4"
 /usr/bin/install -c -m 644 'wacom.4x.gz' '/usr/local/man/man4/wacom.4x.gz'
make[3]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
Making install in wacomxi
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/wacomxi »
make[3]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/wacomxi »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
 /usr/bin/install -c 'wacomcpl' '/usr/local/bin/wacomcpl'
 /usr/bin/install -c 'wacomcpl-exec' '/usr/local/bin/wacomcpl-exec'
test -z "/usr/local/lib/TkXInput" || mkdir -p -- "/usr/local/lib/TkXInput"
 /usr/bin/install -c -m 644 'pkgIndex.tcl' '/usr/local/lib/TkXInput/pkgIndex.tcl'
test -z "/usr/local/lib/TkXInput" || mkdir -p -- "/usr/local/lib/TkXInput"
 /bin/bash ../../libtool --mode=install /usr/bin/install -c  'libwacomxi.la' '/usr/local/lib/TkXInput/libwacomxi.la'
/usr/bin/install -c .libs/libwacomxi.so.0.0.0 /usr/local/lib/TkXInput/libwacomxi.so.0.0.0
(cd /usr/local/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so.0 || { rm -f libwacomxi.so.0 && ln -s libwacomxi.so.0.0.0 libwacomxi.so.0; }; })
(cd /usr/local/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so || { rm -f libwacomxi.so && ln -s libwacomxi.so.0.0.0 libwacomxi.so; }; })
/usr/bin/install -c .libs/libwacomxi.lai /usr/local/lib/TkXInput/libwacomxi.la
/usr/bin/install -c .libs/libwacomxi.a /usr/local/lib/TkXInput/libwacomxi.a
chmod 644 /usr/local/lib/TkXInput/libwacomxi.a
ranlib /usr/local/lib/TkXInput/libwacomxi.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/TkXInput
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/TkXInput

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/wacomxi »
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/wacomxi »
Making install in util
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/util »
make[3]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/util »
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
 /bin/bash ../../libtool --mode=install /usr/bin/install -c  'libwacomcfg.la' '/usr/local/lib/libwacomcfg.la'
/usr/bin/install -c .libs/libwacomcfg.so.0.0.1 /usr/local/lib/libwacomcfg.so.0.0.1
(cd /usr/local/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so.0 || { rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0; }; })
(cd /usr/local/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so || { rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so; }; })
/usr/bin/install -c .libs/libwacomcfg.lai /usr/local/lib/libwacomcfg.la
/usr/bin/install -c .libs/libwacomcfg.a /usr/local/lib/libwacomcfg.a
chmod 644 /usr/local/lib/libwacomcfg.a
ranlib /usr/local/lib/libwacomcfg.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /bin/bash ../../libtool --mode=install /usr/bin/install -c 'wacdump' '/usr/local/bin/wacdump'
/usr/bin/install -c wacdump /usr/local/bin/wacdump
  /bin/bash ../../libtool --mode=install /usr/bin/install -c 'xidump' '/usr/local/bin/xidump'
/usr/bin/install -c xidump /usr/local/bin/xidump
  /bin/bash ../../libtool --mode=install /usr/bin/install -c 'xsetwacom' '/usr/local/bin/xsetwacom'
/usr/bin/install -c .libs/xsetwacom /usr/local/bin/xsetwacom
test -z "/usr/local/include/wacomcfg" || mkdir -p -- "/usr/local/include/wacomcfg"
 /usr/bin/install -c -m 644 'wacomcfg.h' '/usr/local/include/wacomcfg/wacomcfg.h'
make[3]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/util »
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/util »
Making install in xdrv
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
make[3]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/lib/xorg/modules/input" || mkdir -p -- "/usr/lib/xorg/modules/input"
 /usr/bin/install -c -m 644 'wacom_drv.so' '/usr/lib/xorg/modules/input/wacom_drv.so'
make[3]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/xdrv »
Making install in 2.6.22
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22 »
make[2]: Rien à faire pour « install ».
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src/2.6.22 »
make[1]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3/src »
make[1]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3 »
make[2]: entrant dans le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3 »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3 »
make[1]: quittant le répertoire « /home/juw/wacom/linuxwacom-0.8.0-3 »









juw@juw:~/wacom/linuxwacom-0.8.0-3$ cd ..
juw@juw:~/wacom$ cp /etc/X11/xorg.conf .
juw@juw:~/wacom$ gksudo gedit /etc/X11/xorg.conf







juw@juw:~/wacom$ for kern in `ls /lib/modules`; do cp /lib/modules/$kern/kernel/drivers/input/tablet/wacom.ko wacom.ko.$kern; sudo cp linuxwacom-0.8.0-3/src/2.6.22/wacom.ko /lib/modules/$kern/kernel/drivers/input/tablet/wacom.ko; done
cp: ne peut évaluer `/lib/modules/\033[0m\033[01;34m2.6.22-14-386\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut créer le fichier régulier `/lib/modules/\033[0m\033[01;34m2.6.22-14-386\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `/lib/modules/\033[01;34m2.6.22-14-generic\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut créer le fichier régulier `/lib/modules/\033[01;34m2.6.22-14-generic\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `/lib/modules/\033[01;34m2.6.22-14-rt\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut créer le fichier régulier `/lib/modules/\033[01;34m2.6.22-14-rt\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `/lib/modules/\033[01;34m2.6.22-14-server\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut créer le fichier régulier `/lib/modules/\033[01;34m2.6.22-14-server\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `/lib/modules/\033[01;34m2.6.22-14-ume\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut créer le fichier régulier `/lib/modules/\033[01;34m2.6.22-14-ume\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `/lib/modules/\033[01;34m2.6.22-15-generic\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut créer le fichier régulier `/lib/modules/\033[01;34m2.6.22-15-generic\033[0m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `/lib/modules/\033[m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type
cp: ne peut créer le fichier régulier `/lib/modules/\033[m/kernel/drivers/input/tablet/wacom.ko': Aucun fichier ou répertoire de ce type












juw@juw:~/wacom$ sudo depmod -e
juw@juw:~/wacom$ 










juw@juw:~/wacom$ cd linuxwacom-0.8.0-3/prebuilt/
juw@juw:~/wacom/linuxwacom-0.8.0-3/prebuilt$ sudo ./uninstall 
Removing Wacom X driver related utility programs....
Wacom X driver related utility programs have been removed
juw@juw:~/wacom/linuxwacom-0.8.0-3/prebuilt$ sudo ./install 
Installing Wacom man page......
Installed under /usr/share/man/man4

Installing wacom_drv....
wacom_drv.so installed under /usr/lib/xorg/modules/input

Installing utility programs (wacdump, xidump, xsetwacom....)
Installed under /usr/local/bin

Installing wacomcpl......
Installed under /usr/local/bin


You need to compile and install wacom.(k)o manually if your kernel is out of date.

After adding your Wacom tools into /etc/X11/xorg.conf, please restart X server or simply reboot your system to run the new Wacom X driver.








juw@juw:~/wacom/linuxwacom-0.8.0-3/prebuilt$ cd ../..
juw@juw:~/wacom$ wget 'http://git.debian.org/?p=users/ron/wacom-tools.git;a=blob_plain;f=debian/xserver-xorg-input-wacom.udev;hb=master' -O wacom.udev
--18:46:56--  http://git.debian.org/?p=users/ron/wacom-tools.git;a=blob_plain;f=debian/xserver-xorg-input-wacom.udev;hb=master
           => `wacom.udev'
Résolution de git.debian.org... 217.196.43.134
Connexion vers git.debian.org|217.196.43.134|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: non spécifié [text/plain]

    [ <=>                                 ] 6 661         --.--K/s             

18:46:56 (118.12 KB/s) - « wacom.udev » sauvegardé [6661]

juw@juw:~/wacom$ cp /etc/udev/rules.d/50-xserver-xorg-input-wacom.rules wacom.udev.backup
juw@juw:~/wacom$ sudo cp wacom.udev /etc/udev/rules.d/50-xserver-xorg-input-wacom.rules










juw@juw:~$ wacomcpl
wacomcpl: using TCLLIBPATH="[list  /usr/local/lib ]"
juw@juw:~$ cd wacom/
juw@juw:~/wacom$ touch wacomexpresskeys
juw@juw:~/wacom$ vim wacomexpresskeys 
juw@juw:~/wacom$ vim wacomexpresskeys 
juw@juw:~/wacom$ sudo cp wacomexpresskeys /etc/init.d/
[sudo] password for juw:
juw@juw:~/wacom$ cd /etc/init.d/
juw@juw:/etc/init.d$ sudo chmod +x /etc/init.d/wacomexpresskeys
juw@juw:/etc/init.d$ 
juw@juw:/etc/init.d$ 
juw@juw:/etc/init.d$ sudo update-rc.d wacomexpresskeys defaults 99
 Adding system startup for /etc/init.d/wacomexpresskeys ...
   /etc/rc0.d/K99wacomexpresskeys -> ../init.d/wacomexpresskeys
   /etc/rc1.d/K99wacomexpresskeys -> ../init.d/wacomexpresskeys
   /etc/rc6.d/K99wacomexpresskeys -> ../init.d/wacomexpresskeys
   /etc/rc2.d/S99wacomexpresskeys -> ../init.d/wacomexpresskeys
   /etc/rc3.d/S99wacomexpresskeys -> ../init.d/wacomexpresskeys
   /etc/rc4.d/S99wacomexpresskeys -> ../init.d/wacomexpresskeys
   /etc/rc5.d/S99wacomexpresskeys -> ../init.d/wacomexpresskeys
juw@juw:/etc/init.d$

Remarque, l'erreur qu'il y a sur ma console quand j'ouvre le xorg.conf avec gedit se répète avec kate aussi pour n'importe quel fichier. Je ne sais pas si c'est lié.
Exemple:

:~/wacom$ gedit output.txt 
X Error: BadDevice, invalid or uninitialized input device 171
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 171
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
^Ajuw@juw:~/wacom$ kate output.txt 
X Error: BadDevice, invalid or uninitialized input device 171
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 171
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device

10.04 (Gnome) sur vostro 1720, bépo \o/
next : linuxmint ?

Hors ligne

#3 Le 05/07/2008, à 20:29

Julie Caroline

Re : [Résolu] Wacom Bamboo non reconnue, Gutsy 2.6.22-15-generic

à souligner, d'après le tuto situé là : http://doc.ubuntu-fr.org/wacom_bamboo_fun

je n'ai pas le bon résultat au ./confiugre:

  BUILD ENVIRONMENT:
       architecture - i486-linux-gnu
       linux kernel - yes 2.6.22
  module versioning - no 
      kernel source - yes /lib/modules/2.6.22-15-generic/build
     XFree86 source - no 
           Xorg SDK - yes /usr/include/xorg
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
                TCL - yes /usr/include/tcl8.4
                 TK - yes /usr/include/tcl8.4
            ncurses - yes

module versioning et XFree86 source sont à no, cela vous dit quelque chose ?


10.04 (Gnome) sur vostro 1720, bépo \o/
next : linuxmint ?

Hors ligne

#4 Le 05/07/2008, à 20:53

Julie Caroline

Re : [Résolu] Wacom Bamboo non reconnue, Gutsy 2.6.22-15-generic

j'ai tenté une dernière manip vue ici: http://forum.kubuntu-fr.org/viewtopic.php?id=162662

Alors je m'explique :
Le premier tuto me faisait faire:

for kern in `ls /lib/modules`; do
cp /lib/modules/$kern/kernel/drivers/input/tablet/wacom.ko wacom.ko.$kern
sudo cp linuxwacom-0.8.0-3/src/2.6.22/wacom.ko /lib/modules/$kern/kernel/drivers/input/tablet/wacom.ko
done

on dirait que cela ne fonctionne pas chez moi (j'ai des lignes d'erreurs comme tout le monde, mais ce qui m'a débloqué me pousse à penser que j'en ai plus que d'autres)

 $sudo rmmod wacom
 $sudo insmod wacom.ko
$locate wacom.ko
$ sudo cp wacom.ko /lib/modules/2.6.22-14-generic/kernel/drivers/input/tablet/wacom.ko
$ sudo cp wacom.ko /lib/modules/2.6.22-15-generic/kernel/drivers/input/tablet/wacom.ko

Précision: le insmod wacom.ko je l'ai fait dans le dossier ~/wacom/linuxwacom-0.8.0-3/src/2.6.22

puis CTRL ALT retour pour relancer le serveur X. Et là, je n'y croyais plus, le stylet fonctionne !

Excusez ma joie, je n'y croyais plus... J'avais même pris la décision de mettre un dual boot windows pour utiliser la tablette.

Dernière modification par Julie Caroline (Le 05/07/2008, à 20:54)


10.04 (Gnome) sur vostro 1720, bépo \o/
next : linuxmint ?

Hors ligne