Fedora Linux Support Community & Resources Center
  #1  
Old 23rd October 2011, 10:14 PM
zaptec Offline
Registered User
 
Join Date: Oct 2011
Posts: 1
linuxfirefox
Wacom Bamboo Connect CTL-470

Hi

I've recently bought a new wacom bamboo connect. Unfortunately, my fedora 15 don't recognize it.

Is a solution existing for get this tablet working under fedora?

Sorry for my bad english, I'm canadian-french
Reply With Quote
  #2  
Old 20th February 2012, 08:58 PM
x MHD Offline
Registered User
 
Join Date: Feb 2012
Location: denmark
Posts: 4
linuxfirefox
Re: Wacom Bamboo Connect CTL-470

I have the exact same problem.
Has a solution been found?
Reply With Quote
  #3  
Old 20th February 2012, 11:12 PM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Wacom Bamboo Connect CTL-470

Don't worry, support for the new generation of wacom bamboo tablets has already been added to the input-wacom module, but it hasn't been added to the official linux kernel yet.

If you don't want to wait for the module to be integrated into the linux kernel, you can build the latest version of input-wacom yourself, following this guide: http://sourceforge.net/apps/mediawik...le=Input-wacom

Please report back, if this worked for you.
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
Reply With Quote
  #4  
Old 21st February 2012, 12:02 AM
x MHD Offline
Registered User
 
Join Date: Feb 2012
Location: denmark
Posts: 4
linuxfirefox
Re: Wacom Bamboo Connect CTL-470

Quote:
Originally Posted by tuxor View Post
Don't worry, support for the new generation of wacom bamboo tablets has already been added to the input-wacom module, but it hasn't been added to the official linux kernel yet.

If you don't want to wait for the module to be integrated into the linux kernel, you can build the latest version of input-wacom yourself, following this guide: http://sourceforge.net/apps/mediawik...le=Input-wacom

Please report back, if this worked for you.
I have encountered a slight problem.
The ./configure script cannot locate the kernel sources.

I have followed the procedure of yum installing the kernel-devel, here's the output:
Code:
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 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 for style of include used by make... GNU
checking dependency style of gcc... none
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... not found
***
*** WARNING:
*** Unable to guess kernel source directory
***   Looked at /lib/modules/2.6.41.10-3.fc15.i686/source, /lib/modules/2.6.41.10-3.fc15.i686/build,
***     /usr/src/linux, /usr/src/linux-2.6.41.10-3.fc15.i686, and
***     /usr/src/linux-2.6
*** Kernel modules will not be built
***

configure: creating ./config.status
config.status: creating Makefile
config.status: creating 2.6.30/Makefile
config.status: creating 2.6.36/Makefile
config.status: creating 2.6.38/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/home/MHD/Downloads/input-wacom-0.12.1'
make[2]: Entering directory `/home/MHD/Downloads/input-wacom-0.12.1'
make[2]: Leaving directory `/home/MHD/Downloads/input-wacom-0.12.1'
make[1]: Leaving directory `/home/MHD/Downloads/input-wacom-0.12.1'

----------------------------------------
  BUILD ENVIRONMENT:
       linux kernel - yes 
      kernel source - no 

We could not find the kernel development environment to build the driver.
Please install the kernel source or the kernel development package and try again.
Reply With Quote
  #5  
Old 21st February 2012, 12:12 AM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Wacom Bamboo Connect CTL-470

Make sure kernel-devel as well as kernel-headers (don't know why it's missing in the guide) is installed. And what is the output of this:

Code:
$ uname -r
$ ls /lib/modules/$(uname -r)/source/
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
Reply With Quote
  #6  
Old 21st February 2012, 01:58 AM
x MHD Offline
Registered User
 
Join Date: Feb 2012
Location: denmark
Posts: 4
linuxfirefox
Re: Wacom Bamboo Connect CTL-470

Quote:
Originally Posted by tuxor View Post
Make sure kernel-devel as well as kernel-headers (don't know why it's missing in the guide) is installed. And what is the output of this:

Code:
$ uname -r
$ ls /lib/modules/$(uname -r)/source/
My uname -r is 2.6.41.10-3.fc15.i686
Code:
# ls /lib/modules/2.6.41.10-3.fc15.i686/source/
ls: cannot access /lib/modules/2.6.41.10-3.fc15.i686/source/: No such file or directory
There is something named source in that directory, it just isn't a directory.

Also, I have installed both kernel-devel and kernel-headers.

EDIT: After more snooping around, I have found source -> build -> /usr/src/kernels//2.6.41.10-3.fc15.i686, in that it is a symlink to a symlink. How do I resolve this?

EDIT2: I resolved this issue by removing the old symlinks and making source point directly to /usr/src/kernels...

---------- Post added at 02:58 AM ---------- Previous post was at 01:49 AM ----------

Quote:
Originally Posted by tuxor View Post
Don't worry, support for the new generation of wacom bamboo tablets has already been added to the input-wacom module, but it hasn't been added to the official linux kernel yet.

If you don't want to wait for the module to be integrated into the linux kernel, you can build the latest version of input-wacom yourself, following this guide: http://sourceforge.net/apps/mediawik...le=Input-wacom

Please report back, if this worked for you.
I have now followed the instructrions, this did not work.

Last edited by x MHD; 21st February 2012 at 01:54 AM.
Reply With Quote
  #7  
Old 21st February 2012, 07:22 AM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Wacom Bamboo Connect CTL-470

Quote:
Originally Posted by x MHD View Post
EDIT: After more snooping around, I have found source -> build -> /usr/src/kernels//2.6.41.10-3.fc15.i686, in that it is a symlink to a symlink.
Okay, I'm sorry, didn't know, the directory structure changed in Fedora 16.

Quote:
Originally Posted by x MHD View Post
I have now followed the instructrions, this did not work.
Then maybe try to describe, what's the problem. Did you remove the already loaded wacom module with "modprobe -r wacom" and did you try a reboot? And then try to follow these instructions, which are for Fedora 16, but might also work for Fedora 15 in a way: http://fedora-os.org/2011/12/26/waco...dora-16-verne/ Additionally you may try to also rebuild the X11 drivers, though I'm not sure whether this is really necessary: http://sourceforge.net/apps/mediawik...86-input-wacom
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31

Last edited by tuxor; 21st February 2012 at 07:25 AM.
Reply With Quote
  #8  
Old 21st February 2012, 11:31 PM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Wacom Bamboo Connect CTL-470

Ah, so it's working with the latest updates on Fedora 16 out of the box? Nice to hear, because a friend of mine considers buying one of those new bamboo models.
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
Reply With Quote
Reply

Tags
driver, fedora 15, graphic, hardware problem, wacom tablet

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wacom Bamboo Fun doesn't work Shunyata Hardware & Laptops 0 18th December 2009 03:00 PM
Wacom Bamboo pen & touch kazakx Hardware & Laptops 0 28th September 2009 10:30 AM
wacom bamboo fun skinny Using Fedora 3 16th April 2009 08:32 AM
Wacom Bamboo Fun tablet doesn't act like a wacom pen chuong Using Fedora 8 7th July 2008 05:15 AM
Wacom Bamboo + USB KVM switch on FC8? vorfeed Hardware & Laptops 3 29th June 2008 06:53 PM


Current GMT-time: 22:01 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat