Re: [PD] hid object does not work for wacom tablet under Linux

2012-02-19 Thread Sylvain Hanneton

Hello,

I used the last input-wacom driver :
insmod /home/.../input-wacom-0.12.1/2.6.30/wacom.ko
When loaded it creates  /dev/input/event14  and a /dev/input/wacom entries
I ran pd with sudo.
I tested the HID object with the example of the documentation. The 
"info" message displayed correctly the properties of the tablet.

However, when I tried to use the polling function, nothing happened.




On 19/02/2012 18:42, IOhannes m zmölnig wrote:

On 02/18/12 20:36, Hans-Christoph Steiner wrote:


[hid] on Linux relies on a /dev/input/event* devices.  If that device 
does not provide a /dev/input/event* device, then [hid] can't read 
it.  One possibility is that you are using an X driver for that 
tablet, so not a /dev/input/event* device.


another possibility is, that you don't have read permissions for the 
/dev/input/eventX device (that points to your wacom tablet)


gfmasfrt
IOhannes


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] hid object does not work for wacom tablet under Linux

2012-02-18 Thread Sylvain Hanneton

Hello,
I try to capture the data from my Bamboo touch wacom tablet with the HID 
object.

Everything is ok except the polling of the data.

The tablet works fine with X. I can see the data with the xidump command 
line tool.


I think that the input events are provided only to the X event queue and 
not to the hid system of pd.

I'm certainly not alone to be in that situation.

Thank you !

PS : My linux is Ubuntu Lucid 10.04


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list