voivod08 wrote:
Hi everybody. I have my drivers running perfectly now. Without any other preference panes or 32 bit mode tricks.
The problem is that you need to uninstall the drivers, but the uninstaller is not removing everything. So you have to do this manually, like shown on the wacom site (http://forum.wacom.eu/viewtopic.php?t=7926)but even more in depth:
- unplug tablet
- uninstall drivers with the software provided in programs/wacom
- reboot
- search for remaining parts of the driver by using the terminal (you should know about the Terminal to continue):
sudo find / -name "com.wacom.wacomtablet.prefs" -print
use sudo rm pathtowhatfindhasprinted or sudo rm -R pathtowhatfindhasprinted to delete everything this command has found. WATCH OUT for typos as rm will delete mercilessly!!!!!!!!!!!
it probably does not find everything, so you need to search more "freely":
sudo find / -name "*wacom*" -print
again use sudo rm pathtowhatfindhasprinted or sudo rm -R pathtowhatfindhasprinted to delete everything this command has found. WATCH OUT for typos as rm will delete mercilessly!!!!!!!!!!!
- reboot again
- if you want to be sure do the searches again (elements in "crashreporter" folders are no problem)
- plugin the tablet
- install latest drivers (in my case 6.3.11w3)
Now it will work. Without hack. Again, the problem is that because of the bad uninstall so there will always be some remains which somehow interfere with the new install.
Thanks, that worked for me! I'm sorry to join this thread since here are mostly Intuos owners.
I've got a really old Bamboo tablet (MTE-450) with El Capitan OS. I was struggling for couple of days to make it works properly. I did the above and then installed the driver from Wacom website. I used PenTablet_5.3.5-4.dmg (not the latest one). Now it just works as it should - all buttons and setting work without 32-bit mode!