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/01/2010, à 12:20

RegisBurin

[obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Salut à tous...

ayant été trèèèèèès sage cette année, M Noël m'a apporté un gadget bien pratique et indissociable des travaux d'infographie: Une tablette graphique

Comme j'avais eu le droit de la choisir (bah ouais, le gros tout rouge avec une grande barbe sait vivre avec son temps, il m'a envoyé un mail pour me demander le modèle que je désirais), j'ai arpenté de longues heures la doc et divers forums pour en arriver à la constatation que les matériels Wacom bénéficiaient d'une bonne compatibilité Linux (cool).

J'ai donc choisi la: Wacom Bamboo Fun M (A5) Pen & Touch (CTH661)

(Paraitrait qu'il l'a eu à seulement 152,90€ sur Pixmania, et juste 2 jours d'attente)

Après une rapide install/vérif sous win, tout fonctionne à merveille. C'est déroutant au début. L'utilisation en "pad" (touch) est aisée, de par l'habitude du pad des portables, mouvement relatif (le mouvement du curseur reprend ou il se trouve). L'utilisation avec le stylet est très intuitive, le placement devient absolu (la surface active représente la surface de l'écran. Un peu déroutant lorsque l'on enchaine les 2 utilisations (!), mais c'est top.

Bref, bon matos, grande classe...

Arrive enfin le moment tant attendu de la tester sur Linux.

Tout d'abord sur ma Studio 8.04. Je boot tablette branchée, rien, aucun mouvement. Je débranche/relance X/rebranche, toujours rien. Pas grave me dis-je, pas reconnue nativement sur Hardy, je m'y attendais un peu.
Un petit lsusb pour le fun... Dis-donc, elle apparait bien.

Je suis le tuto de la doc, ainsi que d'autre thread français et anglais. Toujours rien, même après reboot.

Bon, je passe l'épisode Hardy, je posterais dans un message à part les étapes, leurs résultats et logs obtenus (je dois rebooter sur la Hardy pour obtenir tout ça)

Après tout ça (un samedi aprêm entier), je reviens faire un peu de lecture et croise un peu partout des gens chez qui les tablettes Wacom sont reconnue et utilisable "presque" nativement (dès branchement) sur les 9.04 et 9.10.

Ni une ni deux, je me décide (enfin) à tester le Koala musicien (Ubuntu Studio 9.10 amd64) gravé quelques semaines plus tôt.

Install nickel, mises à jour OK, la bête se lance et fonctionne bien (j'appréhendais...), passons...

Je me lance (avant quoi que soit d'autre -configs, tests des softs, du réseau, de l'apparence, etc...) directement dans l'install de la bamboo.

Branchement à chaud, rien, aucun mouvement. Je débranche/relance X/rebranche, toujours rien. Je reboot tablette branchée, rien.

Bon, go back to case départ => Doc ubuntu-fr...

De liens en liens j'arrive sur cet excellent tuto (en anglais).

Donc, dans l'ordre:

regis@linuxminionne:~$ lsusb
...
Bus 001 Device 005: ID 056a:00d3 Wacom Co., Ltd 
...

Impec' tablette reconnue.

- Téléchargement des paquets build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev libhal-dev OK, install OK...

- Téléchargement du pilote sur le site linuxwacom. Choix de la version: 0.8.4-4 (la dernière stable)

- Détour sur ce post pour choper le patch. Là, ça se complique.

Il faut s'authentifier pour télécharger les pces jointes aux posts. Pas de soucis, je m'inscris, reçoit un mail de confirmation, retourne sur le fameux post #144 tente de télécharger le patch. Message d'erreur du site, il me manque des autorisations pour effectuer ce genre d'action (!!??). Je hurle ma colère, et intervient sur ce thread, que je suivais en parallèle.

- Tant pis, l'auteur du topic dont je viens de donner le lien, affirme qu'il n'a pas pu patché, et que sa tablette fonctionne quand même... donc, vaille que vaille, je continue...

- Je dézippe le pilote dans un dossier ~/wacom/ créé pour l'occasion, et lance la procédure de compilation.

# make clean
# ./configure --enable-wacom --prefix=/usr
# make
# make install

- Tout se passe bien...

# cp src/2.6.31/wacom.ko /lib/modules/$(uname -r)/kernel/drivers/input/tablet/

- Là, problème, "aucun fichier ou dossier de ce type".

- Je vais donc chercher (dans un nautilus) s'il ne se trouve pas autre part (il est possible apparemment de le trouver dans le dossier .../src/2.6.28/ même sous Karmic). Rien, nada, walou, que dalle... nulle part, ni là, ni ailleurs... aucun fichier wacom.ko n'a été créé lors de la compilation.

- Du coup, je lance une recherche en ligne de commande sur la home, puis sur la /. Et là, bizarre, un wacom.ko existe dans /lib/modules/2.6.31-9-rt/kernel/drivers/input/tablet (soit le répertoire de destination de la commande précédente)

- là, je crois comprendre que le wacom.ko qui est sensé être créé à la compil, doit remplacer celui trouver dans /lib/modules/...

- tant pis aussi, au point de nervosité ou j'en suis, je continue...

- J'édite le /usr/share/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi et le remplace par celui proposé dans le tuto. Le voici:

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

    <!-- Wacom Bamboo Pen & Touch (models CTT-460 CTL-460 CTH-460,461,660) -->
<deviceinfo version="0.2">
  <device>
    <match key="input.originating_device" contains="if0">
      <match key="info.product" contains="Wacom">
        <merge key="input.x11_driver" type="string">wacom</merge>
        <merge key="input.x11_options.Type" type="string">stylus</merge>
        <merge key="info.product" type="string">stylus</merge>
          <append key="info.callouts.add" type="strlist">hal-setup-wacom</append>
          <append key="wacom.types" type="strlist">eraser</append>
          <append key="wacom.types" type="strlist">pad</append>
      </match>
    </match>
  </device>
  <device>
    <match key="input.x11_options.Type" contains="eraser">
      <merge key="info.product" type="string">eraser</merge>
    </match>
  </device>
  <device>
    <match key="input.x11_options.Type" contains="pad">
      <merge key="info.product" type="string">pad</merge>
    </match>
  </device>
  <device>
    <match key="input.originating_device" contains="if1">
      <match key="info.product" contains="Wacom">
        <merge key="input.x11_driver" type="string">wacom</merge>
        <merge key="input.x11_options.Type" type="string">touch</merge>
        <merge key="info.product" type="string">touch</merge>
      </match>
    </match>
  </device>
</deviceinfo>

- Je continue en modifiant le /lib/udev/rules.d/40-xserver-xorg-input-wacom.rules et rajoute la ligne qui va bien pour ma tablette, soit:

ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00d3", SYMLINK="input/tablet-wacom-bamboo-pen_touch-$env{WACOM_TYPE}"

- Là, suivant le tuto, c'est fini, ça marche après reboot... Pour moi pas du tout...

- J'ouvre firefox, et là, deuxième message de validation de compte de la part d'ubuntuforums (?!?). Du coup, je retourne sur le site et peux (enfin) télécharger des pièces jointes.

- Nouveau retour sur le post #144 et télécharge le wcm2_patch.tar.bz2 préconisé par l'auteur.

- Plein de culpabilité d'avoir été impatient et d'avoir poursuivi l'install sans patcher le pilote, je... patche le pilote... en reprenant le tuto à l'endroit ou il faut... patcher le pilote...

- Je refait donc la procédure de compilation avec le pilote fraichement patché (c'est surement là que certains crieront à l'infamie et à la fin du monde, et me maudiront durant des générations...)

- Après vérif, toujours pas de fichier wacom.ko créé durant la compilation, le tablette ne fonctionne toujours pas, aucun mouvement du pointeur, rien...

Voilà, j'en suis là.

Pour résumer les 15 pages précédentes:
- Installation tablette Wacom Bamboo Fun P&T sur UbuntuStudio 9.10 (2.6.31.9-rt)
- tablette reconnue mais non fonctionnelle nativement
- suivi du tuto d'ubuntuforums
- compilation du pilote (0.8.4-4) non patché
- pas de fichier wacom.ko créé
- reste du tuto OK
- tablette non fonctionnelle
- patchage du pilote
- recompilation, toujours pas de wacom.ko
- tablette non fonctionnelle
- énervement / colère / déprime
- appel au secours

Voilà, donnez moi, s'il vous plait, des pistes, des explications, des liens (que j'aurais surement déjà visités, mais dans la multitude, je me perd un peu), demandez moi tous les logs que vous voulez... Je suis même près à ré-installer pour repartir de zéro (rien à perdre, install fraiche d'avant-hier, même pas encore activé compiz...)

Je suis toute ouïe.

Merci d'avance à tous, le moindre retour sera peut-être salvateur.

PS: concernant l'install sur ma Ubuntu studio 8.04 (problème différent), je posterais dans un autre post ou topic, suivant l'avancée et le dénouement de celui-ci.

Dernière modification par RegisBurin (Le 30/03/2011, à 09:21)


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne

#2 Le 04/01/2010, à 12:58

dde63a

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Bonjour,

J'ai une WacomII sous 9.10 depuis peu.C'est parceque j'ai énormement galérer pour l'activer que je t'envoie ces infos.

Milles messages, modifs et autres sans résultat aucun.

La solution (pour ce qui me concerne), se situe dans le s/menu préférence de GIMP : aucune intervention nécéssaire au niveau de la Wacom : C'est peut-être pareil pour tous les outils graphiques faisant appel à WACOM?


Bon courage


Le doute raisonnable est facteur de progrès

Hors ligne

#3 Le 04/01/2010, à 14:15

RegisBurin

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Bon, grande avancée depuis toute à l'heure... Ca y est, la tablette est fonctionnelle smile

En fait, j'ai suivi ce thread post #27 (merci riv3n)

Pour résumer:
- Récup/Installation du dernier pilote (0.8.5-4) pré-patché (ici)
- Suivre ce thread
- Fonctionnelle sans redémarrer/rebooter/relogger dès le sudo modprob wacom

Pour l'instant, tout roule, à part que le comportement est différent de sous window$. En effet, sous Linux que l'on utilise le stylet, ou le(s) doigt(s), le placement est toujours absolu.
La surface active représente l'écran et le pointeur se place ou l'on pose le doigt. Par opposition au fonctionnement sous Win, stylet = absolu, doigt = relatif (comme sur un touchpad de portable)

Mais bon, ce n'est pas gênant, vu que ça suppose des notions "d'habitudes de travail" que je n'ai as encore, je m'adapterais au fonctionnement sous Linux vu que c'est ce que j'utilise le plus.

Reste plus qu'à configurer

Je tiens au jus si j'ai des soucis, et pour l'install sur ma 8.04

@+


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne

#4 Le 05/01/2010, à 09:57

RegisBurin

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

à part que le comportement est différent de sous window$. En effet, sous Linux que l'on utilise le stylet, ou le(s) doigt(s), le placement est toujours absolu

C'est bon... réglé grace à un petit

xsetwacom set Bamboo_6x8_Touch mode relative

Bon... Il va maintenant faloir que j'étudie les paramètres dispos dans xsetwacom, ainsi que la synthaxe, parceque Wacom Control Panel ne reconnait pas ma Bamboo (alors qu'elle est fonctionnelle ?)

J'm'en vais faire un script qui va bien pour paramétrer la bête comme je le souhaite au démarrage, et tout roulera.

Ha, au fait, si quelqu'un possède une Bambo Fun M P&T (CTH661), et qu'il est habitué à xsetwacom, peut-il me dire:

- comment activer/paramétrer le scrolling vert/horiz aux doigts

- si la rotation (aux doigts toujours) est activable/paramétrable

- ainsi que le zoom (en écartant les doigts "façon-Iphone")

- comment "accélérer" le mouvement du curseur au doigt en mode relatif (très lent et imprécis), j'ai essayé d'augmenter le Bamboo_6x8_Touch BottomX/BottomY (actuellement zone active au doigt en relatif = 740x500), donc j'ai essayé en doublant les valeurs, mais plantage de X... sad

- à quels N° de bouton sur xsetwacom correspondent les expresskeys de la BambooFun (button1 = celui du haut ??)... Bon, ça, je testerais ce soir, je devrais pouvoir retrouver seul.

Dernière modification par RegisBurin (Le 05/01/2010, à 10:07)


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne

#5 Le 05/01/2010, à 12:31

RegisBurin

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Edit:
- Changé le titre du Topic (Problème d'installation sur 8.04 et 9.10 => Installation sur UbuntuStudio 9.10)

Si j'en ai le temps et le courage, je ferais un petit tuto en section trucs et astuces ou pour la doc. La tablette étant récente, et la version d'UbuntuStudio aussi, finalement la méthode d'installation est un mix batard de plusieurs tutos. La plupart des tutos sont pour la Bamboo Fun (celle avec une molette, CTH4XX je crois)

A ce propos, je trouverais bien venu de mettre les scripts existants de ce topic dans une page de doc. Je rajouterais le mien quand il sera fait (et peut-être créerais-je la page en même temps que la page sur la Bamboo Fun P&T


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne

#6 Le 06/01/2010, à 16:36

tonyo48

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

merci je commençais a désespérer !

Ha, au fait, si quelqu'un possède une Bambo Fun M P&T (CTH661), et qu'il est habitué à xsetwacom, peut-il me dire:

- comment activer/paramétrer le scrolling vert/horiz aux doigts

- si la rotation (aux doigts toujours) est activable/paramétrable

- ainsi que le zoom (en écartant les doigts "façon-Iphone")

pareil wink

Dernière modification par tonyo48 (Le 06/01/2010, à 16:39)


MateBook D  processeur Intel Core i5-8250U (cadencé à 1,6 GHz, 4 cœurs, 8 threads, fréquences comprises entre 1,6 GHz et 3,4 GHz)  8 Go de RAM SSD de 256 Go.

Hors ligne

#7 Le 19/06/2010, à 22:40

RegisBurin

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Salut tous

Juste un petit mot pour dire que la tablette fonctionne toujours... Dorénavant sous Lucid 2.6.32.22preempt (le noyau rt de la ubuntustudio). Grâce à la doc, issue de ce post.
Paquets linuxwacom 0.8.8-3 et xf86-input-wacom-0.10.7 chopé ici.

La doc ne mentionne pas la compil du paquet xf86-input-wacom... mais comme le ./configure m'a insulté

regis@linuxminionne:~/bin/wacom/linuxwacom-0.8.8-3$ ./configure --enable-wacom
checking for [...]

[...]
----------------------------------------

Note: this package only supports Xorg server older than 1.6.5.
          You are running a newer version. 
Please build xf86-input-wacom instead.

J'ai donc compilé xf86-input-wacom avant de lancer la compilation du driver.

Aucun problème, pas besoin de rebooter, stylet, pad et boutons fonctionnels de suite (mais pas encore paramétrés...;p )

Toujours pas de supports connus pour les "gestures" (actions à 2 doigts sur le pad...) sad


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne

#8 Le 30/03/2011, à 01:08

stri

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Bonjour,
merci pour le tuto (blog) et les post sur ubuntu-fr.
J'ai suivi le tout mais problème avec le ./configure du linuxwacom-0.8.8-10. Tout est ok et cela fini par (voir plus bas).
J'avais préalablement compiler le xf86-input-wacom, apparemment sans erreur! (voir encore plus bas)
J'ai essayé avec et sans le paquet xserver-xorg-input-wacom, aucun changement.
je sèche...et je n'ai pas encore vu bouger le pointeur!!!:(
Help!
Lucid Lynx + Xorg 1.7.6 et bamboo CTH661...
----------------------------------------

    stri@stri-desktop:~/linuxwacom-0.8.8-10$ ./configure --enable-wacom --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 recognize 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 xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... 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... 1572864
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
(cached) (cached) 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 HAL... no
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.32-30-generic-pae/build
checking kernel version... 2.6.32-30-generic-pae
checking for kernel module support... yes
checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... no
checking if scaling tablet to screen size is needed... no
checking if Xorg server is version 1.4 or later... yes
checking if Xorg is 7.3 or earlier... no
checking if Xorg server is version 1.5.2 or later... yes
checking if Xorg server is version 1.6 or later... yes
checking if Xorg server is version 1.7 or later... yes
checking if Xorg SDK defined IsXExtensionPointer... yes
checking if Xorg SDK defines dixScreenOrigins... yes
checking XInput extension version... >= 2.0
checking for lib xf86config... 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 if wacomxrrd should be built... checking X11/extensions/Xrandr.h usability... yes
checking X11/extensions/Xrandr.h presence... yes
checking for X11/extensions/Xrandr.h... yes
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.6.16/Makefile
config.status: creating src/2.6.18/Makefile
config.status: creating src/2.6.24/Makefile
config.status: creating src/2.6.30/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating src/include/xdrv-config.h
config.status: src/include/xdrv-config.h is unchanged
config.status: creating src/include/kernel-config.h
config.status: src/include/kernel-config.h is unchanged
config.status: creating src/include/util-config.h
config.status: src/include/util-config.h is unchanged
config.status: executing depfiles commands

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i486-linux-gnu
       linux kernel - yes 2.6.30
      kernel source - yes /lib/modules/2.6.32-30-generic-pae/build
     XFree86 source - no 
           Xorg SDK - yes /usr/include/xorg
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
         xf86config - no
                TCL - yes /usr/include/tcl8.4
                 TK - yes /usr/include/tcl8.4
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - yes
            wacdump - no 
             xidump - no 
        libwacomcfg - no
         libwacomxi - no
          xsetwacom - no
          wacomxrrd - no
              hid.o - no 
       wacom_drv.so - no /usr/lib/xorg/modules/input 
        wacom_drv.o - no
  wacom*_drv quirks - IsXExtensionPointer key-events dixScreenOrigins
----------------------------------------
    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.32-30-generic-pae/build M=/home/stri/linuxwacom-0.8.8-10/src/2.6.30
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-30-generic-pae'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-30-generic-pae'


Your wacom.ko is available under 
    /home/stri/linuxwacom-0.8.8-10/src/2.6.30


NOTE: the X driver in this package only supports Xorg servers older than 1.7.
          You are running a newer version. 
Please build the X driver from xf86-input-wacom.
The kernel driver provided in this package is independent of 
the X server version
stri@stri-desktop:~/xf86-input-wacom$ ./autogen.sh --prefix=/usr
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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... no
checking for gcc option to accept ISO C99... -std=gnu99
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for doxygen... /usr/bin/doxygen
checking the doxygen version... 1.6.3
checking for rint in -lm... yes
checking for XORG... yes
checking for X11... yes
checking for UDEV... yes
checking whether the linker supports -wrap... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.conf
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating include/Makefile
config.status: creating tools/Makefile
config.status: creating test/Makefile
config.status: creating xorg-wacom.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
stri@stri-desktop:~/xf86-input-wacom$ make
make  all-recursive
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
Making all in conf
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/conf »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/conf »
Making all in doc
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/doc »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/doc »
Making all in src
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/src »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/src »
Making all in man
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/man »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/man »
Making all in include
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/include »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/include »
Making all in tools
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/tools »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/tools »
Making all in test
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom »
stri@stri-desktop:~/xf86-input-wacom$ sudo make install
[sudo] password for stri: 
Making install in conf
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/conf »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/conf »
make[2]: Rien à faire pour « install-exec-am ».
test -z "" || /bin/mkdir -p ""
test -z "/usr/share/hal/fdi/policy/20thirdparty" || /bin/mkdir -p "/usr/share/hal/fdi/policy/20thirdparty"
 /usr/bin/install -c -m 644 wacom.fdi '/usr/share/hal/fdi/policy/20thirdparty'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/conf »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/conf »
Making install in doc
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/doc »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/doc »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/doc »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/doc »
Making install in src
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/src »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/src »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/lib/xorg/modules/input" || /bin/mkdir -p "/usr/lib/xorg/modules/input"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   wacom_drv.la '/usr/lib/xorg/modules/input'
libtool: install: /usr/bin/install -c .libs/wacom_drv.so /usr/lib/xorg/modules/input/wacom_drv.so
libtool: install: /usr/bin/install -c .libs/wacom_drv.lai /usr/lib/xorg/modules/input/wacom_drv.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib/xorg/modules/input'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/src »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/src »
Making install in man
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/man »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/man »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/share/man/man4" || /bin/mkdir -p "/usr/share/man/man4"
 /usr/bin/install -c -m 644 wacom.4 '/usr/share/man/man4'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
 /usr/bin/install -c -m 644 xsetwacom.1 '/usr/share/man/man1'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/man »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/man »
Making install in include
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/include »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/include »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/include/xorg" || /bin/mkdir -p "/usr/include/xorg"
 /usr/bin/install -c -m 644 Xwacom.h wacom-properties.h isdv4.h '/usr/include/xorg'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/include »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/include »
Making install in tools
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/tools »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/tools »
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  /bin/bash ../libtool   --mode=install /usr/bin/install -c xsetwacom isdv4-serial-debugger '/usr/bin'
libtool: install: /usr/bin/install -c xsetwacom /usr/bin/xsetwacom
libtool: install: /usr/bin/install -c isdv4-serial-debugger /usr/bin/isdv4-serial-debugger
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/tools »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/tools »
Making install in test
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/test »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/test »
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
 /usr/bin/install -c -m 644 xorg-wacom.pc '/usr/lib/pkgconfig'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom »
stri@stri-desktop:~/xf86-input-wacom$ 

:(

Hors ligne

#9 Le 30/03/2011, à 09:18

RegisBurin

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Salut à toi smile

Nota: les messages ci dessus sont (relativement) vieux (au regard des drivers linuxwacom et de la procédure de mise en place, qui change tous les 6 mois sad )... donc la méthode la plus récente (et fonctionnelle) semble être celle que je décris sur mon blog (d'autant qu'elle est plus simple, plus d'histoire de patch, de fichier .fdi, etc...). (re)Testée récemment chez moi, ça fonctionne (espérant que la méthode sur Ubuntu soit similaire à celle sous Debian...)

Bref, en effet, c'est étrange parce que tu n'as pas d'erreur de configure/compil...?! (a priori)

Reprenons (c'est le matin, pas trop les yeux en face des trous moi... big_smile )

1) Tu as configuré linux-wacom.0.8.8-10, et sans erreur, ça c'est fait.
2) Ensuite, il faut lancer 'make' dans ce dossier (tu n'en fais pas mention...)
3) A l'issu de 'make', il faut copier le fichier /home/stri/linuxwacom-0.8.8-10/src/2.6.30/wacom.ko résultant dans /lib/.../input/tablet/ (cf blog)... Fini pour linuxwacom...
4) Ensuite, effectivement configurer/compiler/installer xf86-input-wacom (ça semble être bon chez toi aussi, pas d'insulte dans ton terminal...)
5) Rajouter le chargement du module au démarrage (simple ligne wacom en fin de fichier) dans /etc/modules
6) Ajouter la ligne d'identifiant de la tablette dans /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
7) Reboot

Là, normalement, fin de l'install, tablette fonctionnelle, un petit

xsetwacom list dev

pour s'en assurer...

Donc, as-tu bien fait les points 2 et 3 (make + copie de wacom.ko) ?

La fin du tuto (ajout module, modif udev,...) ?

Bon courage
@+

PS: Tu aurais du ouvrir un nouveau post, pour plus de lisibilité (les modos préfèrent). Quant à moi, peu m'importe, du moment que je peux t'aider big_smile

PS aux modos: Je vais éditer mon premier message de ce fil (finalement [jamais réellement résolu] à part par un changement de version, et que je croyais ne jamais voir remonter...) pour ajouter [obsolète]. Comme ça, pas d'erreur possible wink


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne

#10 Le 30/03/2011, à 12:20

stri

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Cool merci pour ta réponse.:)
J'ai refait les étapes dans l'ordre une par une, voici les résultats :
1) Tu as configuré linux-wacom.0.8.8-10, et sans erreur, ça c'est fait.

stri@stri-desktop:~$ wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.8-11.tar.bz2
--2011-03-30 12:01:11--  http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.8-11.tar.bz2
Résolution de prdownloads.sourceforge.net... 216.34.181.59
Connexion vers prdownloads.sourceforge.net|216.34.181.59|:80... connecté.
requête HTTP transmise, en attente de la réponse... 301 Moved Permanently
Emplacement: http://downloads.sourceforge.net/project/linuxwacom/linuxwacom/0.8.8-10/linuxwacom-0.8.8-11.tar.bz2 [suivant]
--2011-03-30 12:01:11--  http://downloads.sourceforge.net/project/linuxwacom/linuxwacom/0.8.8-10/linuxwacom-0.8.8-11.tar.bz2
Résolution de downloads.sourceforge.net... 216.34.181.59
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://ignum.dl.sourceforge.net/project/linuxwacom/linuxwacom/0.8.8-10/linuxwacom-0.8.8-11.tar.bz2 [suivant]
--2011-03-30 12:01:12--  http://ignum.dl.sourceforge.net/project/linuxwacom/linuxwacom/0.8.8-10/linuxwacom-0.8.8-11.tar.bz2
Résolution de ignum.dl.sourceforge.net... 62.109.128.11, 2001:1ab0:7e1f:1:230:48ff:fed1:9c0a
Connexion vers ignum.dl.sourceforge.net|62.109.128.11|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 742463 (725K) [application/x-bzip2]
Sauvegarde en : «linuxwacom-0.8.8-11.tar.bz2.1»

100%[=========================================>] 742'463      749K/s   ds 1.0s    

2011-03-30 12:01:13 (749 KB/s) - «linuxwacom-0.8.8-11.tar.bz2.1» sauvegardé [742463/742463]

stri@stri-desktop:~$ tar xjvf linuxwacom-0.8.8-11.tar.bz2
tar: Taille de l'enregistrement = 8 blocs
linuxwacom-0.8.8-11/
linuxwacom-0.8.8-11/README
linuxwacom-0.8.8-11/depcomp
linuxwacom-0.8.8-11/src/
linuxwacom-0.8.8-11/src/2.6.30/
linuxwacom-0.8.8-11/src/2.6.30/wacom.h
linuxwacom-0.8.8-11/src/2.6.30/wacom_wac.h
linuxwacom-0.8.8-11/src/2.6.30/wacom_sys.c
linuxwacom-0.8.8-11/src/2.6.30/Makefile.in
linuxwacom-0.8.8-11/src/2.6.30/wacom_wac.c
linuxwacom-0.8.8-11/src/xsetwacom.4x
linuxwacom-0.8.8-11/src/Makefile.am
linuxwacom-0.8.8-11/src/xdrv/
linuxwacom-0.8.8-11/src/xdrv/wcmCustomDebug.c
linuxwacom-0.8.8-11/src/xdrv/wcmMapping.c
linuxwacom-0.8.8-11/src/xdrv/xf86Wacom.h
linuxwacom-0.8.8-11/src/xdrv/Makefile.am
linuxwacom-0.8.8-11/src/xdrv/xf86Wacom.c
linuxwacom-0.8.8-11/src/xdrv/wcmConfig.c
linuxwacom-0.8.8-11/src/xdrv/wcmTouchFilter.c
linuxwacom-0.8.8-11/src/xdrv/wcmCommon.c
linuxwacom-0.8.8-11/src/xdrv/wcmTilt2Rotation.c
linuxwacom-0.8.8-11/src/xdrv/wcmFilter.c
linuxwacom-0.8.8-11/src/xdrv/Makefile.in
linuxwacom-0.8.8-11/src/xdrv/wcmUSB.c
linuxwacom-0.8.8-11/src/xdrv/wcmSerial.h
linuxwacom-0.8.8-11/src/xdrv/wcmValidateDevice.c
linuxwacom-0.8.8-11/src/xdrv/wcmSerial.c
linuxwacom-0.8.8-11/src/xdrv/wcmISDV4.c
linuxwacom-0.8.8-11/src/xdrv/wcmXCommand.c
linuxwacom-0.8.8-11/src/xdrv/wcmFilter.h
linuxwacom-0.8.8-11/src/xdrv/wcmCompat.c
linuxwacom-0.8.8-11/src/xdrv/xf86WacomDefs.h
linuxwacom-0.8.8-11/src/wacom.4x
linuxwacom-0.8.8-11/src/include/
linuxwacom-0.8.8-11/src/include/kernel-config.h.in
linuxwacom-0.8.8-11/src/include/util-config.h.in
linuxwacom-0.8.8-11/src/include/Xwacom.h
linuxwacom-0.8.8-11/src/include/xdrv-config.h.in
linuxwacom-0.8.8-11/src/include/.gitignore
linuxwacom-0.8.8-11/src/Makefile.in
linuxwacom-0.8.8-11/src/2.6.18/
linuxwacom-0.8.8-11/src/2.6.18/wacom.h
linuxwacom-0.8.8-11/src/2.6.18/Makefile.in
linuxwacom-0.8.8-11/src/wacomxi/
linuxwacom-0.8.8-11/src/wacomxi/wacomcpl.in
linuxwacom-0.8.8-11/src/wacomxi/wacomxi.h
linuxwacom-0.8.8-11/src/wacomxi/Makefile.am
linuxwacom-0.8.8-11/src/wacomxi/wacomxi.c
linuxwacom-0.8.8-11/src/wacomxi/Makefile.in
linuxwacom-0.8.8-11/src/wacomxi/wacomcpl-exec
linuxwacom-0.8.8-11/src/wacomxi/.gitignore
linuxwacom-0.8.8-11/src/wacomxi/pkgIndex.tcl
linuxwacom-0.8.8-11/src/.gitignore
linuxwacom-0.8.8-11/src/2.6.24/
linuxwacom-0.8.8-11/src/2.6.24/wacom.h
linuxwacom-0.8.8-11/src/2.6.24/Makefile.in
linuxwacom-0.8.8-11/src/util/
linuxwacom-0.8.8-11/src/util/60-wacom.rules
linuxwacom-0.8.8-11/src/util/wacserial.c
linuxwacom-0.8.8-11/src/util/hal-setup-wacom.c
linuxwacom-0.8.8-11/src/util/wacdump.c
linuxwacom-0.8.8-11/src/util/xsetwacom.c
linuxwacom-0.8.8-11/src/util/wacomcfg.c
linuxwacom-0.8.8-11/src/util/wacomcfg.h
linuxwacom-0.8.8-11/src/util/Makefile.am
linuxwacom-0.8.8-11/src/util/10-linuxwacom.fdi
linuxwacom-0.8.8-11/src/util/wacomxrrd.c
linuxwacom-0.8.8-11/src/util/xidump.c
linuxwacom-0.8.8-11/src/util/wacscrn.c
linuxwacom-0.8.8-11/src/util/wcmAction.h
linuxwacom-0.8.8-11/src/util/Makefile.in
linuxwacom-0.8.8-11/src/util/wacusb.c
linuxwacom-0.8.8-11/src/util/wactablet.h
linuxwacom-0.8.8-11/src/util/.gitignore
linuxwacom-0.8.8-11/src/util/wacusb.h
linuxwacom-0.8.8-11/src/util/wcmAction.c
linuxwacom-0.8.8-11/src/util/wacscrn.h
linuxwacom-0.8.8-11/src/util/wacserial.h
linuxwacom-0.8.8-11/src/util/wactablet.c
linuxwacom-0.8.8-11/src/2.6.16/
linuxwacom-0.8.8-11/src/2.6.16/wacom.h
linuxwacom-0.8.8-11/src/2.6.16/wacom_wac.h
linuxwacom-0.8.8-11/src/2.6.16/wacom_sys.c
linuxwacom-0.8.8-11/src/2.6.16/Makefile.in
linuxwacom-0.8.8-11/src/2.6.16/wacom_wac.c
linuxwacom-0.8.8-11/src/2.6.16/hid-core.c
linuxwacom-0.8.8-11/mkxincludes.in
linuxwacom-0.8.8-11/install-sh
linuxwacom-0.8.8-11/config.guess
linuxwacom-0.8.8-11/Makefile.am
linuxwacom-0.8.8-11/docs/
linuxwacom-0.8.8-11/docs/docs_files/
linuxwacom-0.8.8-11/docs/docs_files/sflogo.png
linuxwacom-0.8.8-11/docs/docs_files/null.gif
linuxwacom-0.8.8-11/docs/docs.html
linuxwacom-0.8.8-11/autom4te.cache/
linuxwacom-0.8.8-11/autom4te.cache/output.1
linuxwacom-0.8.8-11/autom4te.cache/output.0
linuxwacom-0.8.8-11/autom4te.cache/traces.1
linuxwacom-0.8.8-11/autom4te.cache/traces.0
linuxwacom-0.8.8-11/autom4te.cache/requests
linuxwacom-0.8.8-11/ltmain.sh
linuxwacom-0.8.8-11/aclocal.m4
linuxwacom-0.8.8-11/GPL
linuxwacom-0.8.8-11/ChangeLog
linuxwacom-0.8.8-11/configure.in
linuxwacom-0.8.8-11/Makefile.in
linuxwacom-0.8.8-11/missing
linuxwacom-0.8.8-11/config.sub
linuxwacom-0.8.8-11/.gitignore
linuxwacom-0.8.8-11/AUTHORS
linuxwacom-0.8.8-11/bootstrap
linuxwacom-0.8.8-11/configure
stri@stri-desktop:~$ cd linuxwacom-0.8.8-11/
stri@stri-desktop:~/linuxwacom-0.8.8-11$ ./configure --enable-wacom --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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) gawk
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 HAL... no
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.32-30-generic-pae/build
checking kernel version... 2.6.32-30-generic-pae
checking for kernel module support... yes
checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... no
checking if scaling tablet to screen size is needed... no
checking if Xorg server is version 1.4 or later... yes
checking if Xorg is 7.3 or earlier... no
checking if Xorg server is version 1.5.2 or later... yes
checking if Xorg server is version 1.6 or later... yes
checking if Xorg server is version 1.7 or later... yes
checking if Xorg SDK defined IsXExtensionPointer... yes
checking if Xorg SDK defines dixScreenOrigins... yes
checking XInput extension version... >= 2.0
checking for lib xf86config... 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 if wacomxrrd should be built... checking X11/extensions/Xrandr.h usability... yes
checking X11/extensions/Xrandr.h presence... yes
checking for X11/extensions/Xrandr.h... yes
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.6.16/Makefile
config.status: creating src/2.6.18/Makefile
config.status: creating src/2.6.24/Makefile
config.status: creating src/2.6.30/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.30
      kernel source - yes /lib/modules/2.6.32-30-generic-pae/build
     XFree86 source - no 
           Xorg SDK - yes /usr/include/xorg
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
         xf86config - no
                TCL - yes /usr/include/tcl8.4
                 TK - yes /usr/include/tcl8.4
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - yes
            wacdump - no 
             xidump - no 
        libwacomcfg - no
         libwacomxi - no
          xsetwacom - no
          wacomxrrd - no
              hid.o - no 
       wacom_drv.so - no /usr/lib/xorg/modules/input 
        wacom_drv.o - no
  wacom*_drv quirks - IsXExtensionPointer key-events dixScreenOrigins
----------------------------------------
    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.32-30-generic-pae/build M=/home/stri/linuxwacom-0.8.8-11/src/2.6.30
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-30-generic-pae'
  LD      /home/stri/linuxwacom-0.8.8-11/src/2.6.30/built-in.o
  CC [M]  /home/stri/linuxwacom-0.8.8-11/src/2.6.30/wacom_wac.o
  CC [M]  /home/stri/linuxwacom-0.8.8-11/src/2.6.30/wacom_sys.o
  LD [M]  /home/stri/linuxwacom-0.8.8-11/src/2.6.30/wacom.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/stri/linuxwacom-0.8.8-11/src/2.6.30/wacom.mod.o
  LD [M]  /home/stri/linuxwacom-0.8.8-11/src/2.6.30/wacom.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-30-generic-pae'


Your wacom.ko is available under 
    /home/stri/linuxwacom-0.8.8-11/src/2.6.30


NOTE: the X driver in this package only supports Xorg servers older than 1.7.
          You are running a newer version. 
Please build the X driver from xf86-input-wacom.
The kernel driver provided in this package is independent of 
the X server version

stri@stri-desktop:~/linuxwacom-0.8.8-11$ make
Making all in src
make[1]: entrant dans le répertoire « /home/stri/linuxwacom-0.8.8-11/src »
Making all in 2.6.30
make[2]: entrant dans le répertoire « /home/stri/linuxwacom-0.8.8-11/src/2.6.30 »
    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.32-30-generic-pae/build M=/home/stri/linuxwacom-0.8.8-11/src/2.6.30
make[3]: entrant dans le répertoire « /usr/src/linux-headers-2.6.32-30-generic-pae »
  Building modules, stage 2.
  MODPOST 1 modules
make[3]: quittant le répertoire « /usr/src/linux-headers-2.6.32-30-generic-pae »
make[2]: quittant le répertoire « /home/stri/linuxwacom-0.8.8-11/src/2.6.30 »
make[2]: entrant dans le répertoire « /home/stri/linuxwacom-0.8.8-11/src »
rm -f wacom.4x.gz xsetwacom.4x.gz
gzip -9c < ./wacom.4x > wacom.4x.gz
gzip -9c < ./xsetwacom.4x > xsetwacom.4x.gz
make[2]: quittant le répertoire « /home/stri/linuxwacom-0.8.8-11/src »
make[1]: quittant le répertoire « /home/stri/linuxwacom-0.8.8-11/src »
make[1]: entrant dans le répertoire « /home/stri/linuxwacom-0.8.8-11 »
make[1]: Rien à faire pour « all-am ».
make[1]: quittant le répertoire « /home/stri/linuxwacom-0.8.8-11 »
stri@stri-desktop:~/linuxwacom-0.8.8-11$ sudo cp ./src/2.6.30/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
[sudo] password for stri: 
stri@stri-desktop:~/linuxwacom-0.8.8-11$ sudo depmod -a
stri@stri-desktop:~/linuxwacom-0.8.8-11$ 

La dernière phrase n'est pas rassurante, il râle : Please build the X driver from xf86-input-wacom. Je fini par un sudo depmod -a

2) Ensuite, il faut lancer 'make' dans ce dossier (tu n'en fais pas mention...)
Fait on peut le voir dans la liste ci dessus.
3) A l'issu de 'make', il faut copier le fichier /home/stri/linuxwacom-0.8.8-10/src/2.6.30/wacom.ko résultant dans /lib/.../input/tablet/ (cf blog)... Fini pour linuxwacom...
Fait on peut le voir dans la liste ci dessus.
4) Ensuite, effectivement configurer/compiler/installer xf86-input-wacom (ça semble être bon chez toi aussi, pas d'insulte dans ton terminal...)
Oui alors j'ai d'abord updater les xorg-macros v. 1.8, comme dans le lien suivant : forum ubuntu wacom

stri@stri-desktop:~$ sudo cp /usr/share/aclocal/xorg-macros.m4 /usr/share/aclocal/xorg-macros.m4.bak
stri@stri-desktop:~$ tar xjvf util-macros-1.8.0.tar.bz2
tar: Taille de l'enregistrement = 8 blocs
util-macros-1.8.0/
util-macros-1.8.0/xorg-macros.pc.in
util-macros-1.8.0/COPYING
util-macros-1.8.0/aclocal.m4
util-macros-1.8.0/Makefile.am
util-macros-1.8.0/missing
util-macros-1.8.0/xorgversion.m4
util-macros-1.8.0/configure
util-macros-1.8.0/xorg-macros.m4.in
util-macros-1.8.0/configure.ac
util-macros-1.8.0/Makefile.in
util-macros-1.8.0/ChangeLog
util-macros-1.8.0/README
util-macros-1.8.0/install-sh
util-macros-1.8.0/INSTALL
stri@stri-desktop:~$ cd util-macros-1.8.0
stri@stri-desktop:~/util-macros-1.8.0$ ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating xorg-macros.pc
config.status: creating Makefile
config.status: creating xorg-macros.m4
stri@stri-desktop:~/util-macros-1.8.0$ make
make: Rien à faire pour « all ».
stri@stri-desktop:~/util-macros-1.8.0$ sudo make install
make[1]: entrant dans le répertoire « /home/stri/util-macros-1.8.0 »
make[1]: Rien à faire pour « install-exec-am ».
test -z "/usr/share/aclocal" || /bin/mkdir -p "/usr/share/aclocal"
 /usr/bin/install -c -m 644 'xorg-macros.m4' '/usr/share/aclocal/xorg-macros.m4'
test -z "/usr/share/util-macros" || /bin/mkdir -p "/usr/share/util-macros"
 /usr/bin/install -c -m 644 'INSTALL' '/usr/share/util-macros/INSTALL'
test -z "/usr/share/pkgconfig" || /bin/mkdir -p "/usr/share/pkgconfig"
 /usr/bin/install -c -m 644 'xorg-macros.pc' '/usr/share/pkgconfig/xorg-macros.pc'
make  install-data-hook
make[2]: entrant dans le répertoire « /home/stri/util-macros-1.8.0 »
rm -f /usr/share/aclocal/xorgversion.m4
make[2]: quittant le répertoire « /home/stri/util-macros-1.8.0 »
make[1]: quittant le répertoire « /home/stri/util-macros-1.8.0 »
stri@stri-desktop:~/util-macros-1.8.0$ 

Puis j'ai fait la compil standard...

stri@stri-desktop:~/xf86-input-wacom$ ./autogen.sh --prefix=/usr
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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... no
checking for gcc option to accept ISO C99... -std=gnu99
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for doxygen... /usr/bin/doxygen
checking the doxygen version... 1.6.3
checking for rint in -lm... yes
checking for XORG... yes
checking for X11... yes
checking for UDEV... yes
checking whether the linker supports -wrap... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.conf
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating include/Makefile
config.status: creating tools/Makefile
config.status: creating test/Makefile
config.status: creating xorg-wacom.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
stri@stri-desktop:~/xf86-input-wacom$ make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/stri/xf86-input-wacom/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
Making all in conf
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/conf »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/conf »
Making all in doc
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/doc »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/doc »
Making all in src
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/src »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/src »
Making all in man
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/man »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/man »
Making all in include
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/include »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/include »
Making all in tools
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/tools »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/tools »
Making all in test
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom »
stri@stri-desktop:~/xf86-input-wacom$ sudo make install
Making install in conf
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/conf »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/conf »
make[2]: Rien à faire pour « install-exec-am ».
test -z "" || /bin/mkdir -p ""
test -z "/usr/share/hal/fdi/policy/20thirdparty" || /bin/mkdir -p "/usr/share/hal/fdi/policy/20thirdparty"
 /usr/bin/install -c -m 644 wacom.fdi '/usr/share/hal/fdi/policy/20thirdparty'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/conf »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/conf »
Making install in doc
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/doc »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/doc »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/doc »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/doc »
Making install in src
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/src »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/src »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/lib/xorg/modules/input" || /bin/mkdir -p "/usr/lib/xorg/modules/input"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   wacom_drv.la '/usr/lib/xorg/modules/input'
libtool: install: /usr/bin/install -c .libs/wacom_drv.so /usr/lib/xorg/modules/input/wacom_drv.so
libtool: install: /usr/bin/install -c .libs/wacom_drv.lai /usr/lib/xorg/modules/input/wacom_drv.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib/xorg/modules/input'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/src »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/src »
Making install in man
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/man »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/man »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/share/man/man4" || /bin/mkdir -p "/usr/share/man/man4"
 /usr/bin/install -c -m 644 wacom.4 '/usr/share/man/man4'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
 /usr/bin/install -c -m 644 xsetwacom.1 '/usr/share/man/man1'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/man »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/man »
Making install in include
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/include »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/include »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/include/xorg" || /bin/mkdir -p "/usr/include/xorg"
 /usr/bin/install -c -m 644 Xwacom.h wacom-properties.h isdv4.h '/usr/include/xorg'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/include »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/include »
Making install in tools
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/tools »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/tools »
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  /bin/bash ../libtool   --mode=install /usr/bin/install -c xsetwacom isdv4-serial-debugger '/usr/bin'
libtool: install: /usr/bin/install -c xsetwacom /usr/bin/xsetwacom
libtool: install: /usr/bin/install -c isdv4-serial-debugger /usr/bin/isdv4-serial-debugger
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/tools »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/tools »
Making install in test
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom/test »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom/test »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom/test »
make[1]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
make[2]: entrant dans le répertoire « /home/stri/xf86-input-wacom »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
 /usr/bin/install -c -m 644 xorg-wacom.pc '/usr/lib/pkgconfig'
make[2]: quittant le répertoire « /home/stri/xf86-input-wacom »
make[1]: quittant le répertoire « /home/stri/xf86-input-wacom »
stri@stri-desktop:~/xf86-input-wacom$ 

Apparement rien de spécial ?

5) Rajouter le chargement du module au démarrage (simple ligne wacom en fin de fichier) dans /etc/modules
j'ai uniquement ajouter wacom en fin de fichier

stri@stri-desktop:~$ more /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
vhba
wacom
stri@stri-desktop:~$ 

6) Ajouter la ligne d'identifiant de la tablette dans /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
voila j'ai ajouter la ligne correspondant au device nommé input/tablet-wacom-bamboofunspecial-medium

stri@stri-desktop:~$ more /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
# udev rules for wacom tablets.
# These rules were compiled for the Debian GNU/Linux distribution,
# but others may, and indeed are encouraged to, use them also.
#
# Should you do so, PLEASE CO-ORDINATE ANY CHANGES OR ADDITIONS
# of new devices with Ron <ron@debian.org> so that we can try
# to present users with a standard set of device nodes which
# they can rely on across the board.

ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="WACf*", ENV{NAME}="Serial Wacom Tablet"
ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="FUJ*", ENV{NAME}="Serial Wacom Tablet"
ACTION=="add|change", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
ACTION=="add|change", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"

KERNEL!="event[0-9]*", GOTO="wacom_end"

# Port specific link for users of multiple tablets of the same type.
# The ID_PATH variable is set by the "path_id" script in an earlier rule file.
ATTRS{idVendor}=="056a", ENV{ID_PATH}=="?*", SYMLINK="input/by-path/$env{ID_PATH}-wacom"
ATTRS{idVendor}=="172F", ENV{ID_PATH}=="?*", SYMLINK="input/by-path/$env{ID_PATH}-waltop"

# Multiple interface support for stylus and touch devices.
DRIVERS=="wacom", ATTRS{bInterfaceNumber}=="00", ENV{WACOM_TYPE}="stylus"
DRIVERS=="wacom", ATTRS{bInterfaceNumber}=="01", ENV{WACOM_TYPE}="touch"

# Type-named links for multiple tablets.  If you want to use multiple
# tablets of the _same_ type, you will probably need to use the links
# from /dev/input/by-path to identify which is plugged into what usb
# port.  For different tablet types though, just pick your links from
# the list below.
#
# We override SYMLINK for tabletpc devices because the by-path link
# is not required with such devices, there will only ever be one.
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0000", SYMLINK+="input/tablet-penpartner"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0003", SYMLINK+="input/tablet-cintiq_partner"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", SYMLINK+="input/tablet-graphire"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", SYMLINK+="input/tablet-graphire2-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", SYMLINK+="input/tablet-graphire2-5x7"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0013", SYMLINK+="input/tablet-graphire3"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0014", SYMLINK+="input/tablet-graphire3-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0015", SYMLINK+="input/tablet-graphire4-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0016", SYMLINK+="input/tablet-graphire4-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0017", SYMLINK+="input/tablet-bamboofun-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0018", SYMLINK+="input/tablet-bamboofun-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0019", SYMLINK+="input/tablet-bamboo1-medium"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00db", SYMLINK="input/tablet-wacom-bamboofunspecial-medium-$env{W
ACOM_TYPE}"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0020", SYMLINK+="input/tablet-intuos-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0021", SYMLINK+="input/tablet-intuos-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0022", SYMLINK+="input/tablet-intuos-9x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0023", SYMLINK+="input/tablet-intuos-12x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0024", SYMLINK+="input/tablet-intuos-12x18"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0030", SYMLINK+="input/tablet-pl400"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0031", SYMLINK+="input/tablet-pl500"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0032", SYMLINK+="input/tablet-pl600"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0033", SYMLINK+="input/tablet-pl600sx"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0034", SYMLINK+="input/tablet-pl550"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0035", SYMLINK+="input/tablet-pl800"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0037", SYMLINK+="input/tablet-pl700"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0038", SYMLINK+="input/tablet-pl510"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0039", SYMLINK+="input/tablet-dtu710"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="003f", SYMLINK+="input/tablet-cintiq21ux"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0041", SYMLINK+="input/tablet-intuos2-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0042", SYMLINK+="input/tablet-intuos2-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0043", SYMLINK+="input/tablet-intuos2-9x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0044", SYMLINK+="input/tablet-intuos2-12x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0045", SYMLINK+="input/tablet-intuos2-12x18"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0047", SYMLINK+="input/tablet-intuos2-6x8a"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0060", SYMLINK+="input/tablet-volito"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0061", SYMLINK+="input/tablet-penstation2"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0062", SYMLINK+="input/tablet-volito2-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0063", SYMLINK+="input/tablet-volito2-2x3"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0064", SYMLINK+="input/tablet-penpartner2"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0065", SYMLINK+="input/tablet-bamboo"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0069", SYMLINK+="input/tablet-bamboo1"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0081", SYMLINK+="input/tablet-graphire_bt-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0090",  SYMLINK="input/tablet-tpc90"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0093",  SYMLINK="input/tablet-tpc93-$env{WACOM_TYPE}"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="009a",  SYMLINK="input/tablet-tpc9a-$env{WACOM_TYPE}"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b0", SYMLINK+="input/tablet-intuos3-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b1", SYMLINK+="input/tablet-intuos3-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b2", SYMLINK+="input/tablet-intuos3-9x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b3", SYMLINK+="input/tablet-intuos3-12x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b4", SYMLINK+="input/tablet-intuos3-12x19"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b5", SYMLINK+="input/tablet-intuos3-6x11"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b7", SYMLINK+="input/tablet-intuos3-4x6"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b8", SYMLINK+="input/tablet-intuos4-4x6"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b9", SYMLINK+="input/tablet-intuos4-6x9"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00ba", SYMLINK+="input/tablet-intuos4-8x13"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00bb", SYMLINK+="input/tablet-intuos4-12x19"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c0", SYMLINK+="input/tablet-dtf521"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c4", SYMLINK+="input/tablet-dtf720"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c5", SYMLINK+="input/tablet-cintiq20wsx"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c6", SYMLINK+="input/tablet-cintiq12wx"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00cc", SYMLINK+="input/tablet-cintiq21ux2"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c7", ENV{WACOM_TYPE}!="touch", SYMLINK+="input/tablet-dtu1931"

# Convenience links for the common case of a single tablet.  We could do just this:
#ATTRS{idVendor}=="056a", SYMLINK+="input/wacom-$env{WACOM_TYPE}"
# but for legacy reasons, we keep the input/wacom link as the generic stylus device.
ATTRS{idVendor}=="056a", ENV{WACOM_TYPE}!="touch", SYMLINK+="input/wacom"
ATTRS{idVendor}=="056a", ENV{WACOM_TYPE}=="touch", SYMLINK+="input/wacom-touch"

# Check and repossess the device if a module other than the wacom one
# is already bound to it.
#
# We probably don't need this one in the Real World anymore ...
# See the old wacom-tools package if we actually do need to resurrect the
# check_driver script for this again.
#ATTRS{idVendor}=="056a", ACTION=="add", RUN+="check_driver wacom $devpath $env{ID_BUS}"

LABEL="wacom_end"

stri@stri-desktop:~$ 

7) Reboot
OK

Là, normalement, fin de l'install, tablette fonctionnelle, un petit

xsetwacom list dev
Ben voila ca coince!!!:|

stri@stri-desktop:~$ xsetwacom list dev
stri@stri-desktop:~$ 

Bon je suis assez désespéré car je me réjouissais de l'utiliser ma tablette...:(
Selon moi il y a déja un probleme à la compilation de linux-wacom.0.8.8-10, car les BUILD OPTIONS sont toutes no sauf une, en plus il y a ce message sur le Xorg qui ne va pas ...
Bref que puis je faire pour me sortir de ce trou ?:rolleyes:
Merci encore.

Hors ligne

#11 Le 30/03/2011, à 12:25

stri

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Voici le résultat de quelques commandes :

stri@stri-desktop:~/linuxwacom-0.8.8-11$ cat /proc/bus/input/devices | grep wacom
stri@stri-desktop:~/linuxwacom-0.8.8-11$ more /var/log/Xorg.0.log | grep wacom
stri@stri-desktop:~/linuxwacom-0.8.8-11$ lsmod | grep wacom
wacom                  30405  0 
stri@stri-desktop:~/linuxwacom-0.8.8-11$ lsusb
Bus 004 Device 002: ID 056a:00db Wacom Co., Ltd 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 006: ID 046d:09a2 Logitech, Inc. QuickCam Communicate Deluxe/S7500
Bus 002 Device 005: ID 046d:c316 Logitech, Inc. HID-Compliant Keyboard
Bus 002 Device 004: ID 046d:c043 Logitech, Inc. MX320/MX400 Laser Mouse
Bus 002 Device 002: ID 2001:f103 D-Link Corp. [hex] 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
stri@stri-desktop:~/linuxwacom-0.8.8-11$ uname -r
2.6.32-30-generic-pae
stri@stri-desktop:~/linuxwacom-0.8.8-11$ 

Hors ligne

#12 Le 30/03/2011, à 13:48

RegisBurin

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Bah... diantre... Je ne comprends pas...

Déjà, pour la même tablette (CTH661 - BambooFun P&T "M"), on a pas le même identifiant donné par lsusb (056a:00d3 chez moi, 056a:00db chez toi).

Ensuite cette histoire d'erreur Xserver (Please build the X driver from xf86-input-wacom) ça pourrait vouloir dire que linuxwacom attend que tu ais au préalable compilé xf86-input-wacom pour être 'make' à son tour ??!

Chez moi les même manips ont fonctionné dans cette ordre sans erreurs...!?

Je n'ai pas eu, non plus à modifier les "xorg.macros" (à faire seulement pour Ubuntu 10.04 a priori, au passage merci pour le lien vers le tuto Ubutnuforums wink )

Je ne sais pas trop quoi te dire...
Si tu en es arrêté là (sans manip supplémentaire) tu peux toujours essayer de retenter la compil de linuwacom (maintenant que xf86 c'est bon)

cd /home/stri/linuxwacom-0.8.8-11/
make clean

Puis configure+make+copie wacom.ko

Voir s'il y a du neuf...

En attendant, je viens d'installer (week-end dernier) chez moi et pour test la distro Tango-Studio (un fork d'Ubuntu 10.04, justement, orienté MAO). Je pourrais donc faire le test de la procédure identique sur cette installation... et te dire si je rencontre les mêmes problèmes.

De plus (et si tu veux accroître tes chances de réponses par d'autres contributeurs), je ne peux que t'inviter à consigner ces derniers posts dans un nouveau sujet à part, au titre évocateur ("echec installation Wacom BambooFun sur 10.04", par exemple). Ca fera plaisir aux modos lol

On se retrouve là-bas big_smile

Bon courage
@+

Dernière modification par RegisBurin (Le 30/03/2011, à 13:49)


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne

#13 Le 30/03/2011, à 14:03

stri

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Hello,
oui le code est différent car j'ai la serie "special edition"...j'espere que je vais pas la regretter avec une spécial installation!!! tongue
Mais j'ai telephoner à Wacom c'est la même, juste la partie tablette avec 4 doigts au lieu de 3. Il m'a dit que niveau driver c'est pareil.
Je réessaye ta procédure (mais je crois l'avoir deja fait) et j'ouvre un nouveau post.
merci encore et à très bientot. big_smile
@+

Dernière modification par stri (Le 30/03/2011, à 14:03)

Hors ligne

#14 Le 01/04/2011, à 00:15

stri

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

Good news, y'a de la vie sur ma bamboo! Il est content le garcon...

Apparement (mais je dois rechecker tout ca from scratch) il fallait installer Linuxwacom's input-wacom (et pas linuxwacom...) puis le xf86-input-wacom standard, comme décrit ICI
Enfin bon ca bouge je suis fatigué mais content. Dodo puis réinstallation sur une autre machine, puis un ptit résumé pour toi et la communauté.
Apparemment ca fait que commencer car la customisation avec xsetwacom c'est pas encore du gateau, et ca change souvent... (enfin j'ai vu que t'étais sur le coup ICI ?)
Donc mes 2 questions :
1) as tu des infos/sites/exemples de scripts .xsetwacom.sh "qui vont bien" ?
2) peux tu me faire un topo rapide sur ce qui se passe quand on fait une mise a jour (j'ai lu que plus rien marchait!). que doit ton réinstaller et comment ?

merki et a pluche.

PS : bientôt une équivalence Bac+10 pour un installation de Bamboo au poil ?

Hors ligne

#15 Le 01/04/2011, à 08:40

RegisBurin

Re : [obsolète] Wacom BambooFun P&T sur UbuntuStudio 9.10

stri a écrit :

Good news, y'a de la vie sur ma bamboo! Il est content le garcon...

Apparement (mais je dois rechecker tout ca from scratch) il fallait installer Linuxwacom's input-wacom (et pas linuxwacom...) puis le xf86-input-wacom standard, comme décrit ICI
Enfin bon ca bouge je suis fatigué mais content. Dodo puis réinstallation sur une autre machine, puis un ptit résumé pour toi et la communauté.

Bonne nouvelle donc, c'est plaisant smile
Résumé attendu avec plaisir et impatiente (je n'ai pas encore testé sur ma 10.04), merci pour les liens.


stri a écrit :

Apparemment ca fait que commencer car la customisation avec xsetwacom c'est pas encore du gateau, et ca change souvent... (enfin j'ai vu que t'étais sur le coup ICI ?)
Donc mes 2 questions :
1) as tu des infos/sites/exemples de scripts .xsetwacom.sh "qui vont bien" ?

C'est pas simple, en effet. Si je donne en exemple mes scripts persos sur mon blog... ils sont pour la version 0.10.8 (donc certaines fonctions/options/dénominations obsolètes...). En attente d'essais de mon coté...

On peut néanmoins trouver quelques exemples de fonctions et de scripts sur le wiki Linux Wacom Project.

stri a écrit :

2) peux tu me faire un topo rapide sur ce qui se passe quand on fait une mise a jour (j'ai lu que plus rien marchait!). que doit ton réinstaller et comment ?

Je décris sur mon article de blog la procédure (simple désinstall/réinstall de xf86 depuis les sources + recopie du wacom.ko, je crois) en cas de mise à jour du serveur X ou du noyau, mais je ne sais pas si cela peut s'appliquer aux "nouveaux" drivers (à tester)

stri a écrit :

merki et a pluche.

Mais de rien, et je te renvoie même les remerciements dans la mesure ou tu viens de contribuer autant que moi en testant avec succès l'installation de cette tablette big_smile

stri a écrit :

PS : bientôt une équivalence Bac+10 pour un installation de Bamboo au poil ?

Tu m'étonnes ! Quand tu vois le chantier pour le "mapage" de la tablette (Coordinate Transformation Matrix)... si t'as pas fais math spé', c'est mort pour comprendre lol

Je tiendrais au jus des tests sur ma Ubuntu.

@+

Dernière modification par RegisBurin (Le 01/04/2011, à 08:42)


Config (M-AUDIO Delta44/Wacom CTH661-Phone ZTE OpenC-FFOS2.1) | BabyBox[WIP]
Moi sur le web / Moi, IRL mais sur le web / Ma maison sur le web

Hors ligne