<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get Wacom Bamboo Pen Working in Ubuntu Lucid</title>
	<atom:link href="http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/</link>
	<description>Just another weblog</description>
	<lastBuildDate>Mon, 31 Oct 2011 14:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: steeph</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1549</link>
		<dc:creator>steeph</dc:creator>
		<pubDate>Thu, 27 Oct 2011 17:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1549</guid>
		<description>After I ran those three lines about two months ago my tablet worked. I also ran

&gt; xsetwacom set &quot;Wacom Bamboo 4×5 Pen&quot; Mode Relative

to set relative mode. After the next kernal update relative mode was off again and the above command doesn&#039;t work. I get

&gt;  X Error of failed request:  BadMatch (invalid parameter attributes)
&gt;  Major opcode of failed request:  140 (XInputExtension)
&gt;  Minor opcode of failed request:  5 (X_SetDeviceMode)
&gt;  Serial number of failed request:  15
&gt;  Current serial number in output stream:  15


&gt; xsetwacom list devices
gives no output.

If anybody has an idea what else I could try to make it usable under Ubuntu again, I&#039;d appreciate a response.</description>
		<content:encoded><![CDATA[<p>After I ran those three lines about two months ago my tablet worked. I also ran</p>
<p>&gt; xsetwacom set "Wacom Bamboo 4×5 Pen" Mode Relative</p>
<p>to set relative mode. After the next kernal update relative mode was off again and the above command doesn't work. I get</p>
<p>&gt;  X Error of failed request:  BadMatch (invalid parameter attributes)<br />
&gt;  Major opcode of failed request:  140 (XInputExtension)<br />
&gt;  Minor opcode of failed request:  5 (X_SetDeviceMode)<br />
&gt;  Serial number of failed request:  15<br />
&gt;  Current serial number in output stream:  15</p>
<p>&gt; xsetwacom list devices<br />
gives no output.</p>
<p>If anybody has an idea what else I could try to make it usable under Ubuntu again, I'd appreciate a response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1059</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Thu, 06 Oct 2011 21:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1059</guid>
		<description>Hey,

I tried this on a clean install of ubuntu 11.04 

sudo add-apt-repository ppa:doctormo/wacom-plus
sudo apt-get update
sudo apt-get install wacom-dkms

but it didn&#039;t work. The pad light is on but i doesn&#039;t react and when I approach the pen to pad the light gets red.

Then I tried what you suggest on your old post, but when I get to &quot;make&quot; I got this error.


hectorbernal@hectorbernal-Studio-1558:~/linuxwacom-0.9.0/src/2.6.30$ make
    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.38-11-generic-pae/build M=/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-11-generic-pae&#039;
  CC [M]  /home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.o
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c: In function ‘wacom_bpt_finger_in’:
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:209:17: error: ‘struct input_dev’ has no member named ‘abs’
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:212:18: error: ‘struct input_dev’ has no member named ‘abs’
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c: In function ‘wacom_tpc_finger_in’:
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:860:17: error: ‘struct input_dev’ has no member named ‘abs’
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:863:17: error: ‘struct input_dev’ has no member named ‘abs’
make[2]: *** [/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.o] Error 1
make[1]: *** [_module_/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-11-generic-pae&#039;
make: *** [all] Error 2

I hope you can help me. I&#039;ve tried different methods from several blogs but it doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I tried this on a clean install of ubuntu 11.04 </p>
<p>sudo add-apt-repository ppa:doctormo/wacom-plus<br />
sudo apt-get update<br />
sudo apt-get install wacom-dkms</p>
<p>but it didn't work. The pad light is on but i doesn't react and when I approach the pen to pad the light gets red.</p>
<p>Then I tried what you suggest on your old post, but when I get to "make" I got this error.</p>
<p>hectorbernal@hectorbernal-Studio-1558:~/linuxwacom-0.9.0/src/2.6.30$ make<br />
    Building linuxwacom drivers for 2.6 kernel.<br />
***Note: Drivers not enabled as modules in your kernel config but requested through configure are NOT built<br />
make -C /lib/modules/2.6.38-11-generic-pae/build M=/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-11-generic-pae'<br />
  CC [M]  /home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.o<br />
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c: In function ‘wacom_bpt_finger_in’:<br />
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:209:17: error: ‘struct input_dev’ has no member named ‘abs’<br />
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:212:18: error: ‘struct input_dev’ has no member named ‘abs’<br />
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c: In function ‘wacom_tpc_finger_in’:<br />
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:860:17: error: ‘struct input_dev’ has no member named ‘abs’<br />
/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.c:863:17: error: ‘struct input_dev’ has no member named ‘abs’<br />
make[2]: *** [/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30/wacom_wac.o] Error 1<br />
make[1]: *** [_module_/home/hectorbernal/linuxwacom-0.9.0/src/2.6.30] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-11-generic-pae'<br />
make: *** [all] Error 2</p>
<p>I hope you can help me. I've tried different methods from several blogs but it doesn't work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Get Wacom Bamboo Pen Working in Ubuntu &#124; TurboLinux Blog</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1049</link>
		<dc:creator>Get Wacom Bamboo Pen Working in Ubuntu &#124; TurboLinux Blog</dc:creator>
		<pubDate>Tue, 09 Aug 2011 15:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1049</guid>
		<description>[...] Here is a excellent tutorial show you how to Get Wacom Bamboo Pen Working in Ubuntu: The new Wacom Bamboo Pen (CTL-460) doesn&#8217;t work in Ubuntu Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It&#8217;s pretty easy to get it working though, you just need to know how. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is a excellent tutorial show you how to Get Wacom Bamboo Pen Working in Ubuntu: The new Wacom Bamboo Pen (CTL-460) doesn&#8217;t work in Ubuntu Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It&#8217;s pretty easy to get it working though, you just need to know how. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyquotes</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1037</link>
		<dc:creator>Boyquotes</dc:creator>
		<pubDate>Mon, 23 May 2011 14:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1037</guid>
		<description>Hi,

I try with ubuntu 11.04, the tablet work out of box... :)

If you understand when ubuntu 11.04 does?

Bye.
Nicolas.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I try with ubuntu 11.04, the tablet work out of box... <img src='http://frankgroeneveld.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you understand when ubuntu 11.04 does?</p>
<p>Bye.<br />
Nicolas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Berteli</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1030</link>
		<dc:creator>Bruno Berteli</dc:creator>
		<pubDate>Thu, 28 Apr 2011 07:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1030</guid>
		<description>Thanks, man! Worked like a charm... =)</description>
		<content:encoded><![CDATA[<p>Thanks, man! Worked like a charm... =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1027</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sat, 23 Apr 2011 19:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1027</guid>
		<description>I ran the commands and now the touch function works to move the pointer around, but the pen will not work. Is there something I can do?</description>
		<content:encoded><![CDATA[<p>I ran the commands and now the touch function works to move the pointer around, but the pen will not work. Is there something I can do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1017</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1017</guid>
		<description>I just noticed that I still had wacom-dkms installed, so I removed it, and reinstalled again, still the same problem.

Remove wacom-dkms:

   root@io4:/home/io/hda12/# apt-get remove wacom-dkms
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   The following packages were automatically installed and are no longer required:
     dkms
   Use &#039;apt-get autoremove&#039; to remove them.
   The following packages will be REMOVED:
     wacom-dkms
   0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
   1 not fully installed or removed.
   After this operation, 2,277kB disk space will be freed.
   Do you want to continue [Y/n]? Y
   (Reading database ... 265496 files and directories currently installed.)
   Removing wacom-dkms ...

   ------------------------------
   Deleting module version: 0.8.10.1
   completely from the DKMS tree.
   ------------------------------
   Done.
   Processing triggers for man-db ...
   root@io4:/home/io/hda12/#

Reinstall wacom-dkms:

   root@io4:/home/io/hda12/# apt-get install wacom-dkms
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   The following NEW packages will be installed:
     wacom-dkms
   0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
   Need to get 0B/504kB of archives.
   After this operation, 2,277kB of additional disk space will be used.
   Selecting previously deselected package wacom-dkms.
   (Reading database ... 265432 files and directories currently installed.)
   Unpacking wacom-dkms (from .../wacom-dkms_0.8.10.1-1ubuntu1_all.deb) ...
   Processing triggers for man-db ...
   Setting up wacom-dkms (0.8.10.1-1ubuntu1) ...
   Loading new wacom-0.8.10.1 DKMS files...
   First Installation: checking all kernels...
   Building only for 2.6.32-29-generic
   Building for architecture i686
   Building initial module for 2.6.32-29-generic

   Error! Bad return status for module build on kernel: 2.6.32-29-generic (i686)
   Consult the make.log in the build directory
   /var/lib/dkms/wacom/0.8.10.1/build/ for more information.
   dpkg: error processing wacom-dkms (--configure):
    subprocess installed post-installation script returned error exit status 10
   Errors were encountered while processing:
    wacom-dkms
   E: Sub-process /usr/bin/dpkg returned an error code (1)
   root@io4:/home/io/hda12/#

I appreciate any help.</description>
		<content:encoded><![CDATA[<p>I just noticed that I still had wacom-dkms installed, so I removed it, and reinstalled again, still the same problem.</p>
<p>Remove wacom-dkms:</p>
<p>   root@io4:/home/io/hda12/# apt-get remove wacom-dkms<br />
   Reading package lists... Done<br />
   Building dependency tree<br />
   Reading state information... Done<br />
   The following packages were automatically installed and are no longer required:<br />
     dkms<br />
   Use 'apt-get autoremove' to remove them.<br />
   The following packages will be REMOVED:<br />
     wacom-dkms<br />
   0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.<br />
   1 not fully installed or removed.<br />
   After this operation, 2,277kB disk space will be freed.<br />
   Do you want to continue [Y/n]? Y<br />
   (Reading database ... 265496 files and directories currently installed.)<br />
   Removing wacom-dkms ...</p>
<p>   ------------------------------<br />
   Deleting module version: 0.8.10.1<br />
   completely from the DKMS tree.<br />
   ------------------------------<br />
   Done.<br />
   Processing triggers for man-db ...<br />
   root@io4:/home/io/hda12/#</p>
<p>Reinstall wacom-dkms:</p>
<p>   root@io4:/home/io/hda12/# apt-get install wacom-dkms<br />
   Reading package lists... Done<br />
   Building dependency tree<br />
   Reading state information... Done<br />
   The following NEW packages will be installed:<br />
     wacom-dkms<br />
   0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.<br />
   Need to get 0B/504kB of archives.<br />
   After this operation, 2,277kB of additional disk space will be used.<br />
   Selecting previously deselected package wacom-dkms.<br />
   (Reading database ... 265432 files and directories currently installed.)<br />
   Unpacking wacom-dkms (from .../wacom-dkms_0.8.10.1-1ubuntu1_all.deb) ...<br />
   Processing triggers for man-db ...<br />
   Setting up wacom-dkms (0.8.10.1-1ubuntu1) ...<br />
   Loading new wacom-0.8.10.1 DKMS files...<br />
   First Installation: checking all kernels...<br />
   Building only for 2.6.32-29-generic<br />
   Building for architecture i686<br />
   Building initial module for 2.6.32-29-generic</p>
<p>   Error! Bad return status for module build on kernel: 2.6.32-29-generic (i686)<br />
   Consult the make.log in the build directory<br />
   /var/lib/dkms/wacom/0.8.10.1/build/ for more information.<br />
   dpkg: error processing wacom-dkms (--configure):<br />
    subprocess installed post-installation script returned error exit status 10<br />
   Errors were encountered while processing:<br />
    wacom-dkms<br />
   E: Sub-process /usr/bin/dpkg returned an error code (1)<br />
   root@io4:/home/io/hda12/#</p>
<p>I appreciate any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1016</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1016</guid>
		<description>I am using ubuntu 10.04; there was a recent upgrade of the kernel, making the wacom bamboo fun no longer working as with the older kernel.  Yesterday, 2011.03.10, there was a new release of the wacom-dkms package; I tried to upgrade to this new release after I removed the older release, but got the following error message:

   root@io4:/home/io/hda12/# apt-get install wacom-dkms
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   wacom-dkms is already the newest version.
   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
   1 not fully installed or removed.
   After this operation, 0B of additional disk space will be used.
   Setting up wacom-dkms (0.8.10.1-1ubuntu1) ...
   Removing old wacom-0.8.10.1 DKMS files...

   ------------------------------
   Deleting module version: 0.8.10.1
   completely from the DKMS tree.
   ------------------------------
   Done.
   Loading new wacom-0.8.10.1 DKMS files...
   First Installation: checking all kernels...
   Building only for 2.6.32-29-generic
   Building for architecture i686 
   Building initial module for 2.6.32-29-generic

   Error! Bad return status for module build on kernel: 2.6.32-29-generic (i686)
   Consult the make.log in the build directory
   /var/lib/dkms/wacom/0.8.10.1/build/ for more information.
   dpkg: error processing wacom-dkms (--configure):
    subprocess installed post-installation script returned error exit status 10
   Errors were encountered while processing:
    wacom-dkms
   E: Sub-process /usr/bin/dpkg returned an error code (1)
   root@io4:/home/io/hda12/#

I appreciate any help.

Some web site said that the new linux kernel, with the new release of X11, no longer works for linuxwacom; it is advised to use xf86-input-wacom instead.</description>
		<content:encoded><![CDATA[<p>I am using ubuntu 10.04; there was a recent upgrade of the kernel, making the wacom bamboo fun no longer working as with the older kernel.  Yesterday, 2011.03.10, there was a new release of the wacom-dkms package; I tried to upgrade to this new release after I removed the older release, but got the following error message:</p>
<p>   root@io4:/home/io/hda12/# apt-get install wacom-dkms<br />
   Reading package lists... Done<br />
   Building dependency tree<br />
   Reading state information... Done<br />
   wacom-dkms is already the newest version.<br />
   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<br />
   1 not fully installed or removed.<br />
   After this operation, 0B of additional disk space will be used.<br />
   Setting up wacom-dkms (0.8.10.1-1ubuntu1) ...<br />
   Removing old wacom-0.8.10.1 DKMS files...</p>
<p>   ------------------------------<br />
   Deleting module version: 0.8.10.1<br />
   completely from the DKMS tree.<br />
   ------------------------------<br />
   Done.<br />
   Loading new wacom-0.8.10.1 DKMS files...<br />
   First Installation: checking all kernels...<br />
   Building only for 2.6.32-29-generic<br />
   Building for architecture i686<br />
   Building initial module for 2.6.32-29-generic</p>
<p>   Error! Bad return status for module build on kernel: 2.6.32-29-generic (i686)<br />
   Consult the make.log in the build directory<br />
   /var/lib/dkms/wacom/0.8.10.1/build/ for more information.<br />
   dpkg: error processing wacom-dkms (--configure):<br />
    subprocess installed post-installation script returned error exit status 10<br />
   Errors were encountered while processing:<br />
    wacom-dkms<br />
   E: Sub-process /usr/bin/dpkg returned an error code (1)<br />
   root@io4:/home/io/hda12/#</p>
<p>I appreciate any help.</p>
<p>Some web site said that the new linux kernel, with the new release of X11, no longer works for linuxwacom; it is advised to use xf86-input-wacom instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gitty K</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1015</link>
		<dc:creator>Gitty K</dc:creator>
		<pubDate>Wed, 09 Mar 2011 13:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1015</guid>
		<description>not sure if this is any help, but here is some information from make.log:
DKMS make.log for wacom-0.8.10 for kernel 2.6.35-27-generic (i686)
Mi 9. Mär 13:52:56 CET 2011
    Building linuxwacom drivers for 2.6 kernel.
make -C /lib/modules/2.6.32-25-generic/build M=/var/lib/dkms/wacom/0.8.10/build/src/2.6.30
make: *** /lib/modules/2.6.32-25-generic/build: Datei oder Verzeichnis nicht gefunden.  Schluss.
make: *** [all] Fehler 2</description>
		<content:encoded><![CDATA[<p>not sure if this is any help, but here is some information from make.log:<br />
DKMS make.log for wacom-0.8.10 for kernel 2.6.35-27-generic (i686)<br />
Mi 9. Mär 13:52:56 CET 2011<br />
    Building linuxwacom drivers for 2.6 kernel.<br />
make -C /lib/modules/2.6.32-25-generic/build M=/var/lib/dkms/wacom/0.8.10/build/src/2.6.30<br />
make: *** /lib/modules/2.6.32-25-generic/build: Datei oder Verzeichnis nicht gefunden.  Schluss.<br />
make: *** [all] Fehler 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gitty K</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-1014</link>
		<dc:creator>Gitty K</dc:creator>
		<pubDate>Wed, 09 Mar 2011 12:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-1014</guid>
		<description>Hi there,

I&#039;ve enjoyed the convenience of your script a lot, so let me first thank you for this!!

This morning I received an update of it and after restart my Bamboo Pen doesn&#039;t work anymore. During update it threw up an error message, something about a post-installation script returning error value 10. I&#039;d greatly appreciate any help. (BTW, I&#039;m running Ubuntu 10.10)</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I've enjoyed the convenience of your script a lot, so let me first thank you for this!!</p>
<p>This morning I received an update of it and after restart my Bamboo Pen doesn't work anymore. During update it threw up an error message, something about a post-installation script returning error value 10. I'd greatly appreciate any help. (BTW, I'm running Ubuntu 10.10)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

