Jump to content

LinuxHID: Difference between revisions

From CCRMA Wiki
Ge (talk | contribs)
No edit summary
Ge (talk | contribs)
No edit summary
Line 1: Line 1:
This here page is for tracking down how to get HID input (and possibly output) working smoothly on linux, in particular for ChucK on our PlanetCCRMA machines, where users typically don't have root access, and /dev/input/* is by default owned/readable/writable only by root.  The ChucK HID code appears to be working great as long as proper permission is set.
This here page is for tracking down how to get HID input (and possibly output) working smoothly on linux, in particular for ChucK on our PlanetCCRMA machines, where users typically don't have root access, and /dev/input/* is by default owned/readable/writable only by root.  The ChucK HID code appears to be working great as long as proper permission is set.


'''people@ccrma working to figure this out'''
'''people working to figure this out'''
* ge
* spencer
* spencer
* ge
* nando
* nando



Revision as of 19:48, 17 November 2007

This here page is for tracking down how to get HID input (and possibly output) working smoothly on linux, in particular for ChucK on our PlanetCCRMA machines, where users typically don't have root access, and /dev/input/* is by default owned/readable/writable only by root. The ChucK HID code appears to be working great as long as proper permission is set.

people working to figure this out

  • ge
  • spencer
  • nando

links to related articles