I used this rule for use HID, but i have buffer overflow when i open a device. See vol 58, issue 65 for all the log error.
cat /etc/udev/rules.d/10-joystick.rules #Set rw for every one on joystick KERNEL=="event[0-9]*",GROUP="users" KERNEL=="js[0-9]*",GROUP="users"
Message: 1 Date: Sat, 16 Jan 2010 16:41:18 +0100 From: Pierre Massat pimassat@gmail.com Subject: Re: [PD] Problem with HID in Ubuntu To: Simon Iten itensimon@gmail.com Cc: pd-list@iem.at Message-ID: e3628b511001160741x6cb15e55tbb4654678f78a8ba@mail.gmail.com Content-Type: text/plain; charset="iso-8859-1"
Thank you so much Simon, that's what ive been looking for for 2 weeks now!
2010/1/16 Simon Iten itensimon@gmail.com
look into udev permissions, you have to make a rule for your device. i don't remember exactly how to do it, but there should be plenty of instructions on the ubuntu forum.
On Sat, 2010-01-16 at 13:50 +0100, Pierre Massat wrote:
Hi , I having trouble using [hid] in Ubuntu 8.04. Pd doesn't seem to have access to input devices, unless i launch it with sudo. When i do a print with [hid], i don't get any device listed if i run Pd normally. I think this has to do with the access rights that ubuntu grants to applications, but i have no idea how i can fix that. Any suggestion? Thanks!
Pierre