[SOLVED] Wacom Bamboo not recognized

This forum is dedicated to advanced help and support :

Ask here your questions about advanced usage of Mageia. For example you may post here all your questions about network and automated installs, complex server configurations, kernel tuning, creating your own Mageia mirrors, and all tasks likely to be touchy even for skilled users.

[SOLVED] Wacom Bamboo not recognized

Postby Tuxus » Nov 26th, '11, 21:22

Greetings.

I just bought a Wacom Bamboo graphics tablet, but I can't make it work in Mageia1.

Relevant Info

· I installed the following packages: wacomtablet, wacomtablet-kcmodule, wacomtablet-kded, x11-driver-input-wacom, x11-driver-input-wacom-devel

· The model is: Bamboo Pen & Touch (small)

· Result of a cat /proc/bus/usb/devices:
Code: Select all
T: Bus = 01 Lev = 01 Prnt = 01 Port = 00 Cnt = 01 Dev # = 2 Spd = 12 MxCh = 0
D: View = 2.00 Cls = 00 (> ifc) Sub = 00 Prot = 00 MxPS = 32 # CFGS = 1
P: Vendor = 00de 056th ProdID = Rev = 1.00
S: Manufacturer = Wacom Co., Ltd.
S: Product = CTH-470
C: * # Ifs = 2 Cfg # = 1 Atr = 80 MxPwr = 498mA
I: * If # = 0 Alt = 0 # EPs = 1 Cls = 03 (HID) Sub = 01 Prot = 02 Driver = (none)
E: Ad = 81 (I) Atr = 03 (Int.) MxPS = 10 lvl = 2ms
I: * If # = 1 Alt = 0 # EPs = 1 Cls = 03 (HID) Sub = 00 Prot = 00 Driver = (none)
E: Ad = 82 (I) Atr = 03 (Int.) MxPS = 64 lvl = 2ms


II followed a bunch of tutorials found on the net based in Mandriva, Ubuntu, etc... but neither works on my only and prefered distro.

Anyone can help me?
User avatar
Tuxus
 
Posts: 26
Joined: Nov 26th, '11, 21:10

Re: Wacom Bamboo not recognized

Postby Tuxus » Nov 28th, '11, 13:43

- UPDATE -


As I can't make it work and don't found any tip, I tried to uninstall all the packages containing "Wacom" and follow the instructions of "The Linux Wacom Project" from the beginning.

This is what I did::

1. Compile & install "xf86-input-wacom-0.10.9"
2. Reboot
3. modprobe wacom

Nothing works, but at least I have the following:

Code: Select all
lsmod | grep wacom
wacom                  36753  0
usbcore               167270  9 wacom,usbhid,rtl8187,uas,usb_storage,usblp,ehci_hcd,uhci_hcd


Please, I need help...
User avatar
Tuxus
 
Posts: 26
Joined: Nov 26th, '11, 21:10

Re: Wacom Bamboo not recognized

Postby borsa » Nov 28th, '11, 17:06

Hi
I have a Wacom Bamboo CTH-661 installed. It works for me. I have the same packages installed as you + plasma-applet-wacomtablet, but that should not make any difference. Don't know why it does not work for you.
I'm running x86_64.
borsa
 
Posts: 32
Joined: Apr 4th, '11, 19:34

Re: Wacom Bamboo not recognized

Postby doktor5000 » Nov 28th, '11, 18:35

Could you please attach your /var/log/Xorg.0.log
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18015
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Wacom Bamboo not recognized

Postby Tuxus » Nov 28th, '11, 19:46

borsa wrote:I have a Wacom Bamboo CTH-661 installed. It works for me. I have the same packages installed as you + plasma-applet-wacomtablet, but that should not make any difference. Don't know why it does not work for you.
I'm running x86_64.

Good news.
I'm glad to hear that it works for you, then mine it's a matter of time. ; - )
Strange that the same packages do not work for me.


doktor5000 wrote:Could you please attach your /var/log/Xorg.0.log

Attached.



Thanks a lot for your help, borsa and doktor5000.
Attachments
Xorg.0.log
Wacom plugged before reboot
(15.58 KiB) Downloaded 213 times
Xorg.0.log
Without Wacom plugged
(15.82 KiB) Downloaded 223 times
User avatar
Tuxus
 
Posts: 26
Joined: Nov 26th, '11, 21:10

Re: Wacom Bamboo not recognized

Postby doktor5000 » Nov 28th, '11, 20:16

It's not recognized by the X server, so seems it's not recognized by udev or the udev rules need to be adapted to this particular tablet.
You should take a look at https://wiki.archlinux.org/index.php/Wacom_Tablet#Dynamic_Xorg_setup_with_udev to help you how to find out the needed udev information
and modify the udev rule for your tablet.

Also for the sake of support, please use the wacom packages from the Mageia
repositories, and remove your self-compiled one via "make uninstall" in the directory where you extracted the tarball.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18015
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

UPDATE

Postby Tuxus » Nov 28th, '11, 21:10

Searching (again) on the web, I found this:
http://article.gmane.org/gmane.linux.drivers.wacom/6062

Compiled and installed... an now my Wacom is detected and the driver loaded!!!

Now the problem:
When I use it nothings happens. The cursor don't move.

On KDE I tried the graphical config app but while detected my Tablet it says "Profile default does not exist". And don't allow me to add a new one.


What I have to do now?
Attachments
Xorg.0.log
Actual file with detected Wacom
(32.31 KiB) Downloaded 223 times
User avatar
Tuxus
 
Posts: 26
Joined: Nov 26th, '11, 21:10

Re: Wacom Bamboo not recognized

Postby doktor5000 » Nov 28th, '11, 21:29

It's detected by Xorg after all.
You said you've removed all the Mageia wacom* packages, have you reinstalled them now? Especially the KDE ones.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18015
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Wacom Bamboo not recognized

Postby Tuxus » Nov 28th, '11, 21:32

Yes, I have installed:
Code: Select all
plasma-applet-wacomtablet
wacomtablet-kcmodule
wacomtablet-kded
User avatar
Tuxus
 
Posts: 26
Joined: Nov 26th, '11, 21:10

Re: Wacom Bamboo not recognized

Postby borsa » Nov 28th, '11, 21:44

I have:
plasma-applet-wacomtable
wacomtablet
wacomtablet-kcmodule
wacomtablet-kded
x11-driver-input-wacom
borsa
 
Posts: 32
Joined: Apr 4th, '11, 19:34

Re: Wacom Bamboo not recognized

Postby Tuxus » Nov 28th, '11, 22:01

Wohaaa!
Now works!

I confused the package "x11-driver-input-wacom" with the "xf86-input-wacom-0.10.9" I manually installed.
But once installed, all works as expected.

Thanks a lot borsa and doctor500.
Mageia rules! ; -D
User avatar
Tuxus
 
Posts: 26
Joined: Nov 26th, '11, 21:10

Re: [SOLVED] Wacom Bamboo not recognized

Postby borsa » Nov 28th, '11, 22:16

You're welcome. :)
Glad to help when I can.
borsa
 
Posts: 32
Joined: Apr 4th, '11, 19:34

Re: [SOLVED] Wacom Bamboo not recognized

Postby morgano » Jan 31st, '12, 16:25

Glad it works for you.
On two systems i tried they crash using the tablet, see https://bugs.mageia.org/show_bug.cgi?id=4362
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1475
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden


Return to Advanced support

Who is online

Users browsing this forum: No registered users and 1 guest