You are not logged in.

#1 2013-06-23 06:56:53

jeffgoku
Member
Registered: 2011-05-28
Posts: 4

wacom bamboo pen ctl671 can not work

I installed the xf86-input-wacom,but the "xsetwacom --list devices" cannot find anything, and gnome-setting's wacom setup cannot find the device either.

I manually modprobe wacom module,but nothing changed, still not work.
Here is some output.

dmesg output:
[  665.556685] usbcore: registered new interface driver wacom
[ 1196.163014] usb 2-1.2: USB disconnect, device number 5
[ 1200.951107] usb 2-1.2: new full-speed USB device number 6 using ehci-pci
[ 4892.942177] usb 2-1.2: USB disconnect, device number 6
[ 4909.748608] usb 2-1.2: new full-speed USB device number 7 using ehci-pci

xinput output:
⎡ Virtual core pointer                                id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
⎜   ↳ Lenovo ThinkPad USB Laser Mouse     id=9    [slave  pointer  (2)]
⎣ Virtual core keyboard                               id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Power Button                                    id=6    [slave  keyboard (3)]
    ↳ Power Button                                        id=7    [slave  keyboard (3)]
    ↳ Dell Dell USB Keyboard                      id=8    [slave  keyboard (3)]


lsusb output:
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 006: ID 056a:0301 Wacom Co., Ltd


Is this because of the kernel driver or something, can anyone help, thanks

Offline

#2 2013-08-17 12:59:22

mariotaku
Member
Registered: 2013-08-17
Posts: 1

Re: wacom bamboo pen ctl671 can not work

I modified kernel module source to add CTL-671 support, it now works perfectly.

you can download dkms tarball below and install it.

https://dl.dropboxusercontent.com/u/283 … kms.tar.gz

Offline

#3 2013-11-22 13:31:09

sachin.murudkar
Member
Registered: 2013-11-22
Posts: 2

Re: wacom bamboo pen ctl671 can not work

HI

I tried the above tar file to compile my wacom but it didn't work. Below are the details of my system for your reference. Kindly let me know if any solution.

OS = Centos 6.4
arch = x86_64
Kernel = 2.6.32-358.11.1.el6.x86_64

Error

[root@xyz dkms_source_tree]# make
make -C /lib/modules/2.6.32-358.11.1.el6.x86_64/build M=/home/abcd/Downloads/test/dkms_source_tree modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-358.11.1.el6.x86_64'
  CC [M]  /home/abcd/Downloads/test/dkms_source_tree/wacom_wac.o
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c: In function ‘wacom_setup_input_capabilities’:
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1365: error: implicit declaration of function ‘input_abs_set_res’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1403: error: ‘INPUT_PROP_POINTER’ undeclared (first use in this function)
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1403: error: (Each undeclared identifier is reported only once
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1403: error: for each function it appears in.)
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1403: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1450: error: ‘INPUT_PROP_DIRECT’ undeclared (first use in this function)
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1450: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1476: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1490: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1538: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1571: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1585: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1597: error: ‘struct input_dev’ has no member named ‘propbit’
/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.c:1603: error: ‘struct input_dev’ has no member named ‘propbit’
make[2]: *** [/home/abcd/Downloads/test/dkms_source_tree/wacom_wac.o] Error 1
make[1]: *** [_module_/home/abcd/Downloads/test/dkms_source_tree] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.32-358.11.1.el6.x86_64'
make: *** [all] Error 2

Offline

#4 2013-11-22 15:03:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: wacom bamboo pen ctl671 can not work

Moderator comment:

sachin.murudkar,
Welcome to Arch Linux.  You are going to have to ask that on the Centros boards.  We are knowledgeable as to Arch Linux. 
Our policy is to keep these boards strictly Arch so as to to create confusion to users of Arch.

Edit:  But, it appears that whatever headers are in your kernel are not the same as those used to compile the kernel you are running.  Note the Arch kernel number I am running is 3.12.

Last edited by ewaller (2013-11-22 15:07:54)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2013-11-23 05:17:23

sachin.murudkar
Member
Registered: 2013-11-22
Posts: 2

Re: wacom bamboo pen ctl671 can not work

HI Ewaller

Thanks for you inputs .....! This was just a testing phase which I was trying with surely I will try with Arch Linux and will let you know the feed back.

cheers ...!!!

Offline

#6 2013-11-23 06:53:36

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: wacom bamboo pen ctl671 can not work

Cool.  I am interested in what happens with an Arch 3.1x kernel.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB