Author Topic: OK, I need help with a Wacom Bamboo (Solved for one person)  (Read 27600 times)

Offline Meemaw

  • Hero Member
  • *****
  • Posts: 2706
  • Never stop learning!
Re: OK, I need help with a Wacom Bamboo
« Reply #90 on: March 14, 2010, 09:23:01 PM »
MOI just a Newbie/EXPLORER even after so many years far too many distros :-[ :-[ :-[

So many years?  I've only used Linux for 3.5 years. (I'm still a noob as well!)

You can actually open Konqueror or Dolphin and navigate to /etc/udev/rules.d and open the file that has wacom-something.rules and read to see if your id is in it. You won't be able to edit it but at least you can look at it.

My daughter has the Bamboo Pen & Touch CTH661....  I think the CTL460 is also one of the new ones.... things just have to be altered to use it.

Cheers to you as well!    Good luck!
 ;D ;D
Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12795
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: OK, I need help with a Wacom Bamboo
« Reply #91 on: March 15, 2010, 07:40:06 AM »
So many years?  I've only used Linux for 3.5 years. (I'm still a noob as well!)

about 2 years... I consider myself newbie too...

Andy

Offline kamicota

  • Full Member
  • ***
  • Posts: 163
Re: OK, I need help with a Wacom Bamboo
« Reply #92 on: March 15, 2010, 02:19:44 PM »
MeeMaw
Seems as there is NO Bamboo Pen listed --->>>
# 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 with a standard set of device nodes
# which they can rely on across the board.

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

# make sure wacom is always loaded before usbmouse
ACTION=="add", ATTRS{modalias}=="usb:v*p*d*dc*dsc*dp*ic03isc01ip02*", RUN+="/sbin/modprobe wacom"

# 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"

# 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}=="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}=="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}=="00c7", 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"

LABEL="wacom_end"

So for now this seems to be the reason for not recognizing  the BamBoo Pen CTL-460

Wondering where to from here  :-\

Cheers for years
Colin

Offline Meemaw

  • Hero Member
  • *****
  • Posts: 2706
  • Never stop learning!
Re: OK, I need help with a Wacom Bamboo
« Reply #93 on: March 15, 2010, 07:16:39 PM »
One of the entries in that list says;
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0018", SYMLINK+="input/tablet-bamboofun-6x8"

YOUR product id would be 00d1 or 00d2 (the one above is for id 0018) and would probably say "Bamboo Pen & Touch" (mine is 00d3)

After 2010 final is released, I believe the magazine will have a how-to for the Bamboo or you can try to follow the work that Toolfox so graciously helped me with in this thread. (I don't have the Bamboo here as it was my daughter's Christmas present.)

 :)
Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!

Offline BubbaBlues

  • Hero Member
  • *****
  • Posts: 2074
  • I'm a blues hound.
Re: OK, I need help with a Wacom Bamboo
« Reply #94 on: March 16, 2010, 10:24:52 PM »
My lovely wife just bought me a Wacom Bamboo Pen & Touch, but after seeing your six pages of trying to make it work,
I'm quite sure there's no way I'll ever get it.  ;D  Maybe some day.
Whether you think you can, or think you can't, you're right.
~―Henry Ford―~

Offline Meemaw

  • Hero Member
  • *****
  • Posts: 2706
  • Never stop learning!
Re: OK, I need help with a Wacom Bamboo
« Reply #95 on: March 17, 2010, 08:07:53 AM »
My lovely wife just bought me a Wacom Bamboo Pen & Touch, but after seeing your six pages of trying to make it work,
I'm quite sure there's no way I'll ever get it.  ;D  Maybe some day.

Well, I know it was only 6 pages because I messed things up (more than!) a couple of times. (I'm sure most of that was operator error.... meaning I wasn't doing it according to directions!) Toolfox is awesome as well! I'm sure he could help all of you as well! 

Hopefully, the how-to will be much clearer than this post!!! Be patient, though, because the updated package has already been requested for our own repositories... and I'm confident our superb packagers are up to the task.

 :D
Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!

Offline BubbaBlues

  • Hero Member
  • *****
  • Posts: 2074
  • I'm a blues hound.
Re: OK, I need help with a Wacom Bamboo (Solved)
« Reply #96 on: April 01, 2010, 02:47:05 PM »
This thread is marked SOLVED but there aren't any new posts.  Where's the solution????
Whether you think you can, or think you can't, you're right.
~―Henry Ford―~

Offline Meemaw

  • Hero Member
  • *****
  • Posts: 2706
  • Never stop learning!
Re: OK, I need help with a Wacom Bamboo (Solved)
« Reply #97 on: April 01, 2010, 03:44:47 PM »
This thread is marked SOLVED but there aren't any new posts.  Where's the solution????

Sorry!  That is misleading....
I guess I should change it, although it is solved for my daughter's Bamboo (which was what I posted for in the first place.)

I'm pretty sure the magazine will have a tutorial for it after 2010 Final is released. If your tablet doesn't work with the linuxwacom packages from the repository, you may have to download and install the package from the Linux Wacom Project website. The steps I used are in the previous pages of this post..... if you are squeamish about the command line, you may have to wait.... but basically;
1. Configure, make, and make install the package,
2. Copy the wacom.ko driver to your kernel directory,
3. Copy the other wacom.so.drv to its intended location,
4. Make sure the /etc/udev/rules.d/??-wacom.rules file contains your product id,
5. Edit your xorg.conf file to reflect the wacom.
6. Reboot
NOTE: this is not a complete how-to, only the BASIC procedure.... don't do this yet.....

Please post your specs to start with, and which Bamboo you have, and, with it plugged in, open a terminal as root and type     more /proc/bus/usb/devices    (post that output)   
and also      more /proc/bus/input/devices      (post that output) 
and let's see what you have listed....

 :)
Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!

Offline BubbaBlues

  • Hero Member
  • *****
  • Posts: 2074
  • I'm a blues hound.
Re: OK, I need help with a Wacom Bamboo (Solved for one person)
« Reply #98 on: April 01, 2010, 04:36:59 PM »
Thank you MeeMaw. I'll probably wait for the final to come out and take it from there.  I've tried compiling several times and haven't been successful once.

Doesn't mean I'm stupid!   ::)
Whether you think you can, or think you can't, you're right.
~―Henry Ford―~

Offline Meemaw

  • Hero Member
  • *****
  • Posts: 2706
  • Never stop learning!
Re: OK, I need help with a Wacom Bamboo (Solved for one person)
« Reply #99 on: April 01, 2010, 08:08:28 PM »
Doesn't mean I'm stupid!   ::)

Absolutely! You aren't stupid. I've been using Linux only about 4 years, and I am still uneasy when it comes to the command line....  and I proved I'm not all that good at doing things that way, mainly by the amount of instruction I needed to get our Bamboo working!!! Toolfox is wonderful, too, and I couldn't have done it without his help.

I'm waiting until 2010 comes out and then I'll have to configure ours again........    :P

I'm sure you'll succeed!
Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!

Offline Animal

  • Hero Member
  • *****
  • Posts: 867
Re: OK, I need help with a Wacom Bamboo (Solved for one person)
« Reply #100 on: April 11, 2010, 12:21:05 PM »
Trying to build the driver for the tablet and i keep getting these errors?? any ideas??

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i586-manbo-linux-gnu
       linux kernel - yes 2.6.30
  module versioning - no
      kernel source - yes /lib/modules/2.6.32.10-pclos2.bfs/source
     XFree86 source - no
           Xorg SDK - no
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
         xf86config - no
                TCL - no
                 TK - no
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - no
            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 -
----------------------------------------
Making all in src
make[1]: Entering directory `/home/terry/Documents/linuxwacom-0.8.6/src'
Making all in .
make[2]: Entering directory `/home/terry/Documents/linuxwacom-0.8.6/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/terry/Documents/linuxwacom-0.8.6/src'
Making all in wacomxi
make[2]: Entering directory `/home/terry/Documents/linuxwacom-0.8.6/src/wacomxi'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/terry/Documents/linuxwacom-0.8.6/src/wacomxi'
Making all in util
make[2]: Entering directory `/home/terry/Documents/linuxwacom-0.8.6/src/util'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src/include    -Wall -pedantic  -g -O2 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c -o wacomcfg.lo wacomcfg.c
 gcc -DHAVE_CONFIG_H -I. -I../../src/include -Wall -pedantic -g -O2 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c  -fPIC -DPIC -o .libs/wacomcfg.o
In file included from wacomcfg.c:36:
wacomcfg.h:26:22: error: X11/Xlib.h: No such file or directory
wacomcfg.h:27:35: error: X11/extensions/XInput.h: No such file or directory
wacomcfg.h:28:36: error: X11/extensions/XIproto.h: No such file or directory
In file included from wacomcfg.c:36:
wacomcfg.h:58: error: expected specifier-qualifier-list before ‘Display’
wacomcfg.h:62: warning: struct has no members
wacomcfg.h:67: error: expected specifier-qualifier-list before ‘XDevice’
wacomcfg.h:75: error: expected ‘)’ before ‘*’ token
In file included from wacomcfg.c:39:
../include/Xwacom.h:23:24: error: X11/keysym.h: No such file or directory
wacomcfg.c: In function ‘CfgError’:
wacomcfg.c:72: error: ‘WACOMCONFIG’ has no member named ‘pfnError’
wacomcfg.c:73: error: ‘WACOMCONFIG’ has no member named ‘pfnError’
wacomcfg.c: In function ‘CfgGetDevs’:
wacomcfg.c:83: error: ‘WACOMCONFIG’ has no member named ‘pDevs’
wacomcfg.c:83: warning: implicit declaration of function ‘XListInputDevices’
wacomcfg.c:83: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:84: error: ‘WACOMCONFIG’ has no member named ‘nDevCnt’
wacomcfg.c:86: error: ‘WACOMCONFIG’ has no member named ‘pDevs’
wacomcfg.c: At top level:
wacomcfg.c:96: error: expected ‘)’ before ‘*’ token
wacomcfg.c: In function ‘WacomConfigListDevices’:
wacomcfg.c:136: error: ‘XDeviceInfo’ undeclared (first use in this function)
wacomcfg.c:136: error: (Each undeclared identifier is reported only once
wacomcfg.c:136: error: for each function it appears in.)
wacomcfg.c:136: error: ‘info’ undeclared (first use in this function)
wacomcfg.c:140: warning: ISO C90 forbids mixed declarations and code
wacomcfg.c:146: error: ‘WACOMCONFIG’ has no member named ‘pDevs’
wacomcfg.c:160: error: ‘WACOMCONFIG’ has no member named ‘nDevCnt’
wacomcfg.c:162: error: ‘WACOMCONFIG’ has no member named ‘pDevs’
wacomcfg.c:164: error: ‘IsXExtensionDevice’ undeclared (first use in this function)
wacomcfg.c:186: error: ‘WACOMCONFIG’ has no member named ‘nDevCnt’
wacomcfg.c:188: error: ‘WACOMCONFIG’ has no member named ‘pDevs’
wacomcfg.c: In function ‘WacomConfigOpenDevice’:
wacomcfg.c:296: error: ‘XDevice’ undeclared (first use in this function)
wacomcfg.c:296: error: ‘pDev’ undeclared (first use in this function)
wacomcfg.c:297: error: ‘XDeviceInfo’ undeclared (first use in this function)
wacomcfg.c:297: error: ‘pDevInfo’ undeclared (first use in this function)
wacomcfg.c:297: error: ‘info’ undeclared (first use in this function)
wacomcfg.c:297: warning: left-hand operand of comma expression has no effect
wacomcfg.c:298: warning: ISO C90 forbids mixed declarations and code
wacomcfg.c:304: error: ‘WACOMCONFIG’ has no member named ‘pDevs’
wacomcfg.c:308: error: ‘WACOMCONFIG’ has no member named ‘nDevCnt’
wacomcfg.c:310: error: ‘WACOMCONFIG’ has no member named ‘pDevs’
wacomcfg.c:334: warning: implicit declaration of function ‘XOpenDevice’
wacomcfg.c:334: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:346: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c: In function ‘WacomConfigCloseDevice’:
wacomcfg.c:355: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c:356: warning: implicit declaration of function ‘XFree’
wacomcfg.c:356: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c: In function ‘WacomConfigSetRawParam’:
wacomcfg.c:365: error: ‘XDeviceResolutionControl’ undeclared (first use in this function)
wacomcfg.c:365: error: expected ‘;’ before ‘c’
wacomcfg.c:366: error: ‘XDeviceControl’ undeclared (first use in this function)
wacomcfg.c:366: error: ‘dc’ undeclared (first use in this function)
wacomcfg.c:366: error: expected expression before ‘)’ token
wacomcfg.c:366: error: ‘c’ undeclared (first use in this function)
wacomcfg.c:372: error: ‘DEVICE_RESOLUTION’ undeclared (first use in this function)
wacomcfg.c:378: warning: implicit declaration of function ‘XChangeDeviceControl’
wacomcfg.c:378: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:378: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c:383: error: ‘BadValue’ undeclared (first use in this function)
wacomcfg.c:383: error: ‘BadRequest’ undeclared (first use in this function)
wacomcfg.c:392: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:392: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c:404: warning: implicit declaration of function ‘XSetDeviceMode’
wacomcfg.c:404: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:404: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c: In function ‘WacomConfigGetRawParam’:
wacomcfg.c:412: error: ‘XDeviceResolutionControl’ undeclared (first use in this function)
wacomcfg.c:412: error: expected ‘;’ before ‘c’
wacomcfg.c:413: error: ‘XDeviceResolutionState’ undeclared (first use in this function)
wacomcfg.c:413: error: ‘ds’ undeclared (first use in this function)
wacomcfg.c:414: warning: ISO C90 forbids mixed declarations and code
wacomcfg.c:420: error: ‘c’ undeclared (first use in this function)
wacomcfg.c:420: error: ‘DEVICE_RESOLUTION’ undeclared (first use in this function)
wacomcfg.c:426: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:426: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c:427: error: ‘XDeviceControl’ undeclared (first use in this function)
wacomcfg.c:427: error: expected expression before ‘)’ token
wacomcfg.c:429: error: ‘BadValue’ undeclared (first use in this function)
wacomcfg.c:429: error: ‘BadRequest’ undeclared (first use in this function)
wacomcfg.c:435: error: expected expression before ‘)’ token
wacomcfg.c:450: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:451: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c:452: error: expected expression before ‘)’ token
wacomcfg.c:460: error: expected expression before ‘)’ token
wacomcfg.c:472: error: ‘WACOMCONFIG’ has no member named ‘pDisp’
wacomcfg.c:472: error: ‘WACOMDEVICE’ has no member named ‘pDev’
wacomcfg.c:473: error: expected expression before ‘)’ token
wacomcfg.c:475: warning: implicit declaration of function ‘XFreeDeviceControl’
wacomcfg.c:475: error: expected expression before ‘)’ token
make[2]: *** [wacomcfg.lo] Error 1
make[2]: Leaving directory `/home/terry/Documents/linuxwacom-0.8.6/src/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/terry/Documents/linuxwacom-0.8.6/src'
make: *** [all-recursive] Error 1


Thanks..
"Sight is about what lies right in front of us. Vision is what lies ahead.”

Offline Meemaw

  • Hero Member
  • *****
  • Posts: 2706
  • Never stop learning!
Re: OK, I need help with a Wacom Bamboo (Solved for one person)
« Reply #101 on: April 11, 2010, 04:34:42 PM »
Sorry, Animal!  I don't know what to tell you (CLI isn't my best thing, so I'm not sure what the errors mean....)

I kept getting errors kind of like that on the 0.8.4-4 package - I never could get it installed, so I used the beta 0.8.5-9 that was there when I was working on it, and it worked fine.... the 0.8.6 is a brand new one..... and I don't have the Bamboo at the moment.....

I'm sorry!  I can't help you, but I hope Toolfox is around....   :)
Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!

Offline BubbaBlues

  • Hero Member
  • *****
  • Posts: 2074
  • I'm a blues hound.
Re: OK, I need help with a Wacom Bamboo (Solved for one person)
« Reply #102 on: April 11, 2010, 05:11:03 PM »
Dum da dum dum, doo da doo,   That's me humming a tune while I wait around to see what happens.  8)

Woo hoo!!  I just joined the ranks of Sr. Member!!!
Whether you think you can, or think you can't, you're right.
~―Henry Ford―~

Offline BubbaBlues

  • Hero Member
  • *****
  • Posts: 2074
  • I'm a blues hound.
Re: OK, I need help with a Wacom Bamboo (Solved for one person)
« Reply #103 on: April 11, 2010, 09:50:47 PM »
Well that kinda takes the shine off of it.  :-\  hehe
Whether you think you can, or think you can't, you're right.
~―Henry Ford―~

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3791
Re: OK, I need help with a Wacom Bamboo (Solved for one person)
« Reply #104 on: April 11, 2010, 10:56:22 PM »
Trying to build the driver for the tablet and i keep getting these errors?? any ideas??

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i586-manbo-linux-gnu
       linux kernel - yes 2.6.30
  module versioning - no
      kernel source - yes /lib/modules/2.6.32.10-pclos2.bfs/source
     XFree86 source - no
           Xorg SDK - no
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
         xf86config - no
                TCL - no
                 TK - no
            ncurses - yes
...
wacomcfg.h:26:22: error: X11/Xlib.h: No such file or directory
wacomcfg.h:27:35: error: X11/extensions/XInput.h: No such file or directory
wacomcfg.h:28:36: error: X11/extensions/XIproto.h: No such file or directory

../include/Xwacom.h:23:24: error: X11/keysym.h: No such file or directory

You probably need libx11_6-devel and maybe libxorg-x11-devel.

Galen