Greetings,
I am a new linux user, as I installed kubuntu a couple of months ago. I am figuring out this new environment little by little, and at the moment I am stuck in this obstacle:
I just got an Intuos pro, which is the new Wacom tablet series. My older Intuos 3 was working great, and was immediately recognized by the system.
This one is not recognized. I scanned several forums and found out that linux requires additional drivers in order to see the tablet.
LinuxWacom site - the ones responsible for the drivers release - has some step by step tutorials on how to install them.
I also had a look at ubuntu forums, where other people had also posted similar issues, but I was not able to reach a conclusion or make any visible progress.
What I did until now (following the instructions from LinuxWacom):
- Downloaded the drivers from LinuxWacom
- Unzipped and ran ./configure --prefix=/usr --libdir=/usr/lib64
- Updated xserver with apt-get install xserver-xorg-dev
I stuck at this point:
(From the instructions
Follow the instructions provided at the end of the build to copy the kernel modules to your system's module directory. USB tablets rely on the wacom.ko kernel module, while most touchscreens will use the wacom_w8001.ko module:
cp ./<kernel version>/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
cp ./<kernel version>/wacom_w8001.ko /lib/modules/`uname -r`/kernel/drivers/input/touchscreen/
I have no idea what to do here, or even if I am going at a completely wrong direction!
If I can provide you with more information, let me know what would it be.
I am not sure if this is the right place to ask, however any help will be appreciated: even if only to point me at the right direction or forum!
Thanks,
Odysseas
I am a new linux user, as I installed kubuntu a couple of months ago. I am figuring out this new environment little by little, and at the moment I am stuck in this obstacle:
I just got an Intuos pro, which is the new Wacom tablet series. My older Intuos 3 was working great, and was immediately recognized by the system.
This one is not recognized. I scanned several forums and found out that linux requires additional drivers in order to see the tablet.
LinuxWacom site - the ones responsible for the drivers release - has some step by step tutorials on how to install them.
I also had a look at ubuntu forums, where other people had also posted similar issues, but I was not able to reach a conclusion or make any visible progress.
What I did until now (following the instructions from LinuxWacom):
- Downloaded the drivers from LinuxWacom
- Unzipped and ran ./configure --prefix=/usr --libdir=/usr/lib64
- Updated xserver with apt-get install xserver-xorg-dev
I stuck at this point:
(From the instructions
Follow the instructions provided at the end of the build to copy the kernel modules to your system's module directory. USB tablets rely on the wacom.ko kernel module, while most touchscreens will use the wacom_w8001.ko module:
cp ./<kernel version>/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
cp ./<kernel version>/wacom_w8001.ko /lib/modules/`uname -r`/kernel/drivers/input/touchscreen/
I have no idea what to do here, or even if I am going at a completely wrong direction!
If I can provide you with more information, let me know what would it be.
I am not sure if this is the right place to ask, however any help will be appreciated: even if only to point me at the right direction or forum!
Thanks,
Odysseas
Comment