Can't configure my wacom intuos4 tablet on Karmic Koala

Bug #425486 reported by Oscar D. Franco
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wacom-tools (Ubuntu)
Incomplete
Undecided
Unassigned

Bug Description

I have a intuos4 small tablet, which ubuntu 9.04 didn't recognize unless I compile the driver.

Karmic Koala recognized the tablet as a mouse, but most applications don't recognize it as a tablet, the configuration utility, wacom tools, doesn't find any wacom tablet, nor does it wacom utility, and I cant make use of the pression sensitivity on blender and have some clic issues, altough in gimp works fine, with some cursor problems.

Thank you

Revision history for this message
arky (arky) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage. I have classified this bug as a bug in wacom-tools.

When reporting bugs in the future please use apport, either via the appropriate application's "Help -> Report a Problem" menu or using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs.

affects: ubuntu → wacom-tools (Ubuntu)
Revision history for this message
Bryce Harrington (bryce) wrote :

Hi scardario,

Please attach the output of `lspci -vvnn` and `dmesg`, and attach your /var/log/Xorg.0.log (and maybe Xorg.0.log.old) file from after reproducing this issue. If you're using a custom /etc/X11/xorg.conf please attach that as well.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: needs-xorglog
tags: added: needs-lspci-vvnn
Changed in wacom-tools (Ubuntu):
status: New → Incomplete
Revision history for this message
Oscar D. Franco (scardario) wrote :

Hi, thanks for the reply, here are the outputs you need

Revision history for this message
plopp (jirihusak) wrote :

The problem seems to be in HAL; replacing the contents of the existing 10-linuxwacom.fdi with the following solves the problem, stylus, eraser, pad and cursor becomes configurable with wacomcpl.

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">
<device>
<match key="input.originating_device" contains="if0">
<match key="info.product" contains="Wacom">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
<merge key="info.product" type="string">stylus</merge>
<append key="info.callouts.add" type="strlist">hal-setup-wacom</append>
<append key="wacom.types" type="strlist">eraser</append>
<append key="wacom.types" type="strlist">cursor</append>
<append key="wacom.types" type="strlist">pad</append>
</match>
</match>
</device>
<device>
<match key="input.x11_options.Type" contains="eraser">
<merge key="info.product" type="string">eraser</merge>
</match>
</device>
<device>
<match key="input.x11_options.Type" contains="cursor">
<merge key="info.product" type="string">cursor</merge>
</match>
</device>
<device>
<match key="input.x11_options.Type" contains="pad">
<merge key="info.product" type="string">pad</merge>
</match>
</device>
</deviceinfo>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.