Hi,
I'm trying to use de hid librari in Xubuntu. I installed pd-hid.deb package without trouble and everything works perfect (usb mouse, keyboard, etc) except for the touchpad. It's not a permission issue, i've already gave permission to /dev/input/event0-9 and /dev/input/mouse0-2.
In my laptop the touchpad is located in /dev/input/event8, and when I give the [hid] object the message [open 8(, the console gives this result: "evdev EVIOCGABS ioctl: Invalid argument" and hid don't output any value.
I searched in the list archives but couldn't find any help. It was a message reporting a similar problem with a tablet but the replies didn't work for me.
thanks,
Diego.
Diego Azar wrote:
Hi,
I'm trying to use de hid librari in Xubuntu. I installed pd-hid.deb package without trouble and everything works perfect (usb mouse, keyboard, etc) except for the touchpad. It's not a permission issue, i've already gave permission to /dev/input/event0-9 and /dev/input/mouse0-2.
is your touchpad a USB HID device?
Simon
Hi Simon,
Thanks for the fast response. No, it isn't. It's the standard synaptic touchpad that comes with many laptops.
Diego.
--- On Wed, 7/15/09, Simon Wise simonzwise@gmail.com wrote:
From: Simon Wise simonzwise@gmail.com Subject: Re: [PD] HID problem in Xubuntu. To: "Diego Azar" dazar_uy@yahoo.com Cc: "PD-List" pd-list@iem.at Date: Wednesday, July 15, 2009, 11:14 AM
Diego Azar wrote:
Hi,
I'm trying to use de hid librari in Xubuntu. I installed pd-hid.deb package without trouble and everything works perfect (usb mouse, keyboard, etc) except for the touchpad. It's not a permission issue, i've already gave permission to /dev/input/event0-9 and /dev/input/mouse0-2.
is your touchpad a USB HID device?
Simon
Chances are that the trackpad is an USB device, but just internal.
But I don't think that's the issue. I think in recent versions of
Ubuntu, the X server or related process grabs the keyboard and mice
using exclusive access. You have to tell the X server to not use the
mice that you want to use with [hid]. Check the archives, there is
quite a bit of discussion about it. It would be great to have a wiki
page about this...
.hc
On Jul 15, 2009, at 12:26 PM, Diego Azar wrote:
Hi Simon,
Thanks for the fast response. No, it isn't. It's the standard
synaptic touchpad that comes with many laptops.Diego.
--- On Wed, 7/15/09, Simon Wise simonzwise@gmail.com wrote:
From: Simon Wise simonzwise@gmail.com Subject: Re: [PD] HID problem in Xubuntu. To: "Diego Azar" dazar_uy@yahoo.com Cc: "PD-List" pd-list@iem.at Date: Wednesday, July 15, 2009, 11:14 AM
Diego Azar wrote:
Hi,
I'm trying to use de hid librari in Xubuntu. I installed pd-hid.deb package without trouble and everything
works perfect (usb mouse, keyboard, etc) except for the touchpad.
It's not a permission issue, i've already gave permission to /dev/ input/event0-9 and /dev/input/mouse0-2.is your touchpad a USB HID device?
Simon
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Free software means you control what your computer does. Non-free
software means someone else controls that, and to some extent controls
you." - Richard M. Stallman
I have a similar, but slightly different, problem on OS X (10.4, Macbook pro). A Logitech Marble Mouse (trackball) shows up as device 0, but I can't get any data out of it. The trackpad, on the other hand, is fully accessible through [hid]. Any ideas?
Phil
Hans-Christoph Steiner wrote:
Chances are that the trackpad is an USB device, but just internal. But I don't think that's the issue. I think in recent versions of Ubuntu, the X server or related process grabs the keyboard and mice using exclusive access. You have to tell the X server to not use the mice that you want to use with [hid]. Check the archives, there is quite a bit of discussion about it. It would be great to have a wiki page about this...
.hc
On Jul 15, 2009, at 12:26 PM, Diego Azar wrote:
Hi Simon,
Thanks for the fast response. No, it isn't. It's the standard
synaptic touchpad that comes with many laptops.Diego.
--- On *Wed, 7/15/09, Simon Wise /<simonzwise@gmail.com mailto:simonzwise@gmail.com>/* wrote:
From: Simon Wise <simonzwise@gmail.com <mailto:simonzwise@gmail.com>> Subject: Re: [PD] HID problem in Xubuntu. To: "Diego Azar" <dazar_uy@yahoo.com <mailto:dazar_uy@yahoo.com>> Cc: "PD-List" <pd-list@iem.at <mailto:pd-list@iem.at>> Date: Wednesday, July 15, 2009, 11:14 AM Diego Azar wrote: > Hi, > > I'm trying to use de hid librari in Xubuntu. > I installed pd-hid.deb package without trouble and everything works perfect (usb mouse, keyboard, etc) except for the touchpad. It's not a permission issue, i've already gave permission to /dev/input/event0-9 and /dev/input/mouse0-2. is your touchpad a USB HID device? Simon
Pd-list@iem.at mailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you." - Richard M. Stallman
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Hans,
I've been checking the archives and found only one issue that has to do with the ubuntu problem and sais to put this line: KERNEL=="event[0-9]*", MODE="0666"
in /etc/udev/rules.d/40-permissions.rules file.
The problem is that xubuntu 9.04 (jaunty) doesn't have this file any more and permissions.rules, i think, are given in other archives... i'm looking in ubuntu forums to see what can i do... If someone knows something about...
I have already tried to create the archive but it didn't work either.
thanks again,
Diego.
--- On Wed, 7/15/09, Hans-Christoph Steiner hans@at.or.at wrote:
From: Hans-Christoph Steiner hans@at.or.at Subject: Re: [PD] HID problem in Xubuntu. To: "Diego Azar" dazar_uy@yahoo.com Cc: "Simon Wise" simonzwise@gmail.com, "PD-List" pd-list@iem.at Date: Wednesday, July 15, 2009, 7:30 PM
Chances are that the trackpad is an USB device, but just internal. But I don't think that's the issue. I think in recent versions of Ubuntu, the X server or related process grabs the keyboard and mice using exclusive access. You have to tell the X server to not use the mice that you want to use with [hid]. Check the archives, there is quite a bit of discussion about it. It would be great to have a wiki page about this... .hc On Jul 15, 2009, at 12:26 PM, Diego Azar wrote: Hi Simon,
Thanks for the fast response. No, it isn't. It's the standard synaptic touchpad that comes with many laptops.
Diego.
--- On Wed, 7/15/09, Simon Wise simonzwise@gmail.com wrote:
From: Simon Wise simonzwise@gmail.com Subject: Re: [PD] HID problem in Xubuntu. To: "Diego Azar" dazar_uy@yahoo.com Cc: "PD-List" pd-list@iem.at Date: Wednesday, July 15, 2009, 11:14 AM
Diego Azar wrote:
Hi,
I'm trying to use de hid librari in Xubuntu. I installed pd-hid.deb package without trouble and everything works perfect (usb mouse, keyboard, etc) except for the touchpad. It's not a permission issue, i've already gave permission to /dev/input/event0-9 and /dev/input/mouse0-2.
is your touchpad a USB HID device?
Simon
_______________________________________________
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you." - Richard M. Stallman