 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

23rd October 2011, 10:14 PM
|
|
Registered User
|
|
Join Date: Oct 2011
Posts: 1

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

20th February 2012, 08:58 PM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: denmark
Posts: 4

|
|
|
Re: Wacom Bamboo Connect CTL-470
I have the exact same problem.
Has a solution been found?
|

20th February 2012, 11:12 PM
|
|
Registered User
|
|
Join Date: Mar 2011
Posts: 177

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

21st February 2012, 12:02 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: denmark
Posts: 4

|
|
|
Re: Wacom Bamboo Connect CTL-470
Quote:
Originally Posted by tuxor
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.
|

21st February 2012, 12:12 AM
|
|
Registered User
|
|
Join Date: Mar 2011
Posts: 177

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

21st February 2012, 01:58 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: denmark
Posts: 4

|
|
|
Re: Wacom Bamboo Connect CTL-470
Quote:
Originally Posted by tuxor
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
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.
|

21st February 2012, 07:22 AM
|
|
Registered User
|
|
Join Date: Mar 2011
Posts: 177

|
|
|
Re: Wacom Bamboo Connect CTL-470
Quote:
Originally Posted by x MHD
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
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.
|

21st February 2012, 11:31 PM
|
|
Registered User
|
|
Join Date: Mar 2011
Posts: 177

|
|
|
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 22:01 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|