Author Topic: Wacom pen&touch driver problems.  (Read 844 times)

Wulfie

  • Guest
Wacom pen&touch driver problems.
« on: July 29, 2010, 11:03:03 PM »
Hi, well there is my only problem with PclinuxOs so far and a very annoying one since I need my wacom for my studies'''

I have a Wacom pen&touch (cth-460) which does not work with the linuxwacom-0.8.4-2 that is on the repositories and installed by default. With the 0.8.4-2 the tablet is completely dead. When I uninstall it and reboot It starts moving but it doesn't work properly and the stylus doesn't draw where it is on the screen, it draws two centimeters away. Well, at least it detects the tablet as a tablet on every section ^^
Well, I downloaded the latest linuxwacom 0.8.8-8 (0.8.6-4 gives the same problems) and the trouble start here.
By the way, my kernel is
my kernel is: 2.6.33.5-pclos1.bfs

I've been searching since yesterday and I just got a information overload ''
That is what I tried after reading here and there. (I probably just messed all up in my newbieness) Either way if I even messed at searching and there is a way to easy install linuxwacom-0.8.8-8 I'll be much obliged.


Quote
root@localhost prebuilt]# apt-get remove linuxwacom   (no problem here)

[root@localhost prebuilt]# ./uninstall
Please remove linuxwacom package if your system has an existing one
Removing Wacom X driver related utility programs....
Wacom X driver related utility programs have been removed
[root@localhost prebuilt]# ./install
Installing Wacom man page......
Installed under /usr/share/man/man4

Installing wacom_drv....
WARNING: Can not install Wacom X driver (wacom_drv)
since the proper directory has not been found

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

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


Ok, I'm in the dangerous phase where you do not know much about anything but you start to have enough confidence to crush your os  ::) So the first time I wrote the Xorg.conf using this instructions. http://linuxwacom.sourceforge.net/index.php/howto/x11
Obviously I was happy because I made a xorg.conf.bak and managed to fix my recently destroyed xorg.conf  :P
Then I went to the http://linuxwacom.sourceforge.net/index.php/minihowto
Could not find  xorg-x11-server-devel  kernel-devel,  libXi or libXi-devel.i386 on the repositories but being a little bit scared i did not dare to use other distros .rpm after reading that is seriously not recommended.
Well, tried the configure and make way with this results.
Quote
[root@localhost linuxwacom-0.8.8-8]# ./configure --enable-wacom

[...] (lots of yes and noes there) [...]

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i586-manbo-linux-gnu
       linux kernel - yes 2.6.30
      kernel source - yes /lib/modules/2.6.33.5-pclos1.bfs/build
     XFree86 source - no
           Xorg SDK - no
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
         xf86config - no
                TCL - no
                 TK - yes /usr/include
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - yes
            wacdump - yes
             xidump - yes
        libwacomcfg - yes
         libwacomxi - no
          xsetwacom - yes
          wacomxrrd - no
              hid.o - no
       wacom_drv.so - no /usr/lib/xorg/modules/input
        wacom_drv.o - no
  wacom*_drv quirks -
----------------------------------------


Your wacom.ko will be available under
    /home/wul/Downloads/linuxwacom-0.8.8-8/src/2.6.30


Ok that starts to look like chinese for me ''' i attempt the make

Quote
(Se ingresa = gets in / se sale = gets out)

[root@localhost linuxwacom-0.8.8-8]# make
Making all in src
make[1]: se ingresa al directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/src'
Making all in .
make[2]: se ingresa al directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/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]: se sale del directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/src'
Making all in wacomxi
make[2]: se ingresa al directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/src/wacomxi'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/src/wacomxi'
Making all in util
make[2]: se ingresa al directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/src/util'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src/include    -Wall -pedantic  -g -O2 -I/usr/include -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c -o wacomcfg.lo wacomcfg.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I../../src/include -Wall -pedantic -g -O2 -I/usr/include -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c  -fPIC -DPIC -o .libs/wacomcfg.o
 gcc -DHAVE_CONFIG_H -I. -I../../src/include -Wall -pedantic -g -O2 -I/usr/include -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c -o wacomcfg.o >/dev/null 2>&1
mv -f .deps/wacomcfg.Tpo .deps/wacomcfg.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc -Wall -pedantic  -g -O2 -I/usr/include -no-undefined -version-info 0:1:0  -o libwacomcfg.la -rpath /usr/local/lib wacomcfg.lo -L/usr/lib -lX11 -lXi
gcc -shared  .libs/wacomcfg.o  -L/usr/lib /usr/lib/libX11.so -lXi  -Wl,-soname -Wl,libwacomcfg.so.0 -o .libs/libwacomcfg.so.0.0.1
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[2]: *** [libwacomcfg.la] Error 1
make[2]: se sale del directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/src/util'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/wul/Downloads/linuxwacom-0.8.8-8/src'
make: *** [all-recursive] Error 1


Linux sometimes is the best lesson of humility that one can get.
Help?

Offline hounddog

  • Hero Member
  • *****
  • Posts: 1414
  • Go ... and catch a falling star ...
Re: Wacom pen&touch driver problems.
« Reply #1 on: July 30, 2010, 10:08:13 AM »
You can put in a request for the updated linuxwacom 0.8.8-8 package.  I can see that you've tried to compile and install the package but you risk borking your system.  So it's probably safer to request the package.

Wulfie

  • Guest
Re: Wacom pen&touch driver problems.
« Reply #2 on: July 30, 2010, 05:00:10 PM »
Yep, I actually broke my Xorg.conf, but luckily I had a backup.

Put a request? They will actually hear me?
If is that so, this surely is a friendly distro. I never thought of something like that to be possible on the -buntus or suse or... well, you know.

Well, I'll do that, and it would be great that they heard me because I really like Pclinux but I must have my wacom working.


Offline hounddog

  • Hero Member
  • *****
  • Posts: 1414
  • Go ... and catch a falling star ...
Re: Wacom pen&touch driver problems.
« Reply #3 on: July 30, 2010, 09:09:43 PM »
Yes, all package requests are monitored by the devs and since there is an older package in the repos they shouldn't have any problems rolling out a new one.

Wulfie

  • Guest
Re: Wacom pen&touch driver problems.
« Reply #4 on: July 31, 2010, 03:12:02 AM »
Ok great! Done that.

Thank you for your assistance.