« Return to Thread: Problems with Wacom Bamboo over Gutsy

Re: Problems with Wacom Bamboo over Gutsy

by Philippe Rousselot-9 :: Rate this Message:

Reply to Author | View in Thread

Marcel de Jong a écrit :

> Whoops, I forgot to add this:
> You also have to execute these instructions, before you restart your system:
> http://linuxwacom.sourceforge.net/index.php/howto/installwacom
>
> And then perhaps test it using these instructions:
> http://linuxwacom.sourceforge.net/index.php/howto/loadwacom
>
> After all that, and a reboot, you should be able to use your wacom tablet.
> And you can set the actions for the buttons with instructions like these:
> xsetwacom set pad AbsWUp 4 #scroll up
> xsetwacom set pad AbsWDn 5 #scroll down
> xsetwacom set pad button3 4 #< key: scroll up
> xsetwacom set pad button1 5 #> key: scroll dn
> xsetwacom set pad button2 1 #FN1 key: left mouse button
> xsetwacom set pad button4 3 #FN2 key: right mouse button
>
> (that's my set up for my Wacom)
>
> On Nov 28, 2007 1:25 AM, Marcel de Jong <mdejong@...> wrote:
>  
>> Hi Bruno,
>> I'm currently struggling to get it working again in Gutsy too (I
>> recently reinstalled my system).
>> The following things to look out for.
>> the prebuilt setup is apparently Fedora only, so that won't work.
>> But what should work is the following:
>> first install Ubuntus build-essential (sudo apt-get install build-essential)
>>
>> go to the folder  linuxwacom-0.7.8-3/
>> and execute the following:
>> ./configure --enable-wacom
>> if that spits back some error messages, you need to install a few -dev packages.
>> I'm not 100% sure which ones, but off the top of my head: ncurses-dev
>> xserver-xorg-dev
>> if those are installed, run the command again:
>> ./configure --enable-wacom
>>
>> then you enter 'make'
>> and after that has finished you enter 'sudo make install'
>>
>> I noticed that you had this in your xorg.conf:
>> Section "InputDevice"
>>        Driver          "wacom"
>>        Identifier      "stylus"
>>        Option          "Device"        "/dev/input/wacom"
>>        Option          "Type"  "stylus"
>>        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
>> EndSection
>>
>> Section "InputDevice"
>>        Driver          "wacom"
>>        Identifier      "eraser"
>>        Option          "Device"        "/dev/input/wacom"
>>        Option          "Type"  "eraser"
>>        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
>> EndSection
>>
>> Section "InputDevice"
>>        Driver          "wacom"
>>        Identifier      "cursor"
>>        Option          "Device"        "/dev/input/wacom"
>>        Option          "Type"  "cursor"
>>        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
>> EndSection
>>
>> you need to comment the lines with 'Option          "ForceDevice"
>> "ISDV4"# Tablet PC ONLY' (just add a # in front of those)
>> and you also need to add
>> Option "USB" "on"
>> to those sections.
>> And uncomment the three lines at the bottom of the file. (the one that
>> has '# Uncomment if you have a wacom tablet' above them)
>>
>> If you also want to enable the ring and buttons add this too
>> Section "InputDevice"
>>        Driver          "wacom"
>>        Identifier      "cursor"
>>        Option          "Device"        "/dev/input/wacom"
>>        Option          "Type"  "pad"
>>        Option          "USB"   "on"
>> EndSection
>>
>> and add a
>> InputDevice     "pad"        "SendCoreEvents"
>> to that lower section.
>>
>> BTW, there could be an issue with the 'device' "/dev/input/wacom"
>> You might want to check if that file exists. If it doesn't, then you
>> need to find out under which event your Wacom is hiding.
>> you could do that with 'wacdump /dev/input/event0' (0 upto 6, normally)
>> if any of those events give back a 'core dump' error message, chances
>> are that that is the Wacom (for some reason if Wacom is mentioned in
>> xorg,conf, wacdump doesn't work anymore)
>>
>> Please before you do any altering to your xorg,conf file, first make a backup!
>>    



hi

no problem apparently for the configure step, but make generates one

/usr/bin/ld: cannot find -lXi

thanks for your help


Philippe

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i486-linux-gnu
       linux kernel - yes 2.6.22
  module versioning - yes -DCONFIG_MODVERSIONS -DMODVERSIONS -include
/lib/modules/2.6.22-14-generic/build/include/linux/modversions.h
      kernel source - yes /lib/modules/2.6.22-14-generic/build
           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
        tabletdev.o - no
       wacom_drv.so - yes /usr/lib/xorg/modules/input
        wacom_drv.o - no
----------------------------------------
root@kokodakidako:/home/philippe/Bureau/linuxwacom-0.7.9-2# make
make  all-recursive
make[1]: entrant dans le répertoire «
/home/philippe/Bureau/linuxwacom-0.7.9-2 »
Making all in src
make[2]: entrant dans le répertoire «
/home/philippe/Bureau/linuxwacom-0.7.9-2/src »
Making all in .
make[3]: entrant dans le répertoire «
/home/philippe/Bureau/linuxwacom-0.7.9-2/src »
rm -f wacom.4x.gz
gzip -9c < ./wacom.4x > wacom.4x.gz
make[3]: quittant le répertoire «
/home/philippe/Bureau/linuxwacom-0.7.9-2/src »
Making all in wacomxi
make[3]: entrant dans le répertoire «
/home/philippe/Bureau/linuxwacom-0.7.9-2/src/wacomxi »
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../..    -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../.. -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../.. -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
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[3]: *** [libwacomxi.la] Erreur 1
make[3]: quittant le répertoire «
/home/philippe/Bureau/linuxwacom-0.7.9-2/src/wacomxi »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire «
/home/philippe/Bureau/linuxwacom-0.7.9-2/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2 »
make: *** [all] Erreur 2
root@kokodakidako:/home/philippe/Bureau/linuxwacom-0.7.9-2#




-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@...
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

 « Return to Thread: Problems with Wacom Bamboo over Gutsy