Difference between revisions of "LinuxHID"

From CCRMA Wiki
Jump to: navigation, search
 
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.
  
Here are some links to related articles:
+
'''people@ccrma working to figure this out'''
 +
* spencer
 +
* ge
 +
* nando
 +
 
 +
'''links to related articles'''
 
* http://www.linuxjournal.com/article/6429
 
* http://www.linuxjournal.com/article/6429
 
* http://at.or.at/hans/research/nime/hid/apis.html
 
* http://at.or.at/hans/research/nime/hid/apis.html
 
* http://imago.devinity.de/
 
* http://imago.devinity.de/

Revision as of 12:47, 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@ccrma working to figure this out

  • spencer
  • ge
  • nando

links to related articles