manual:chapter1:usbcomms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
manual:chapter1:usbcomms [2017/12/27 14:49]
claudio created
manual:chapter1:usbcomms [2017/12/27 15:00]
claudio
Line 4: Line 4:
  
 **Windows** **Windows**
 +
 No additional steps needed, just plug it. No additional steps needed, just plug it.
  
 **Linux** **Linux**
-The current user (the user newRPL Desktop is running as) needs to have read/write permissions to USB devices.+ 
 +The current user (the user **newRPL Desktop** is running as) needs to have read/write permissions to USB devices.
 Create a new group ''usbdevices'', then add the current user to that group. Create a new group ''usbdevices'', then add the current user to that group.
 Next, create a file (as root) ''/etc/udev/rules.d/50-HIDDevices.rules'', containing the following two lines: Next, create a file (as root) ''/etc/udev/rules.d/50-HIDDevices.rules'', containing the following two lines:
Line 15: Line 17:
  
 This will indicate the system to assign the group usbdevices to all new HID devices, and permits read/write to members of that group. This will indicate the system to assign the group usbdevices to all new HID devices, and permits read/write to members of that group.
 +Finally, restart the system for the new permissions to take effect.
  
 **freeBSD** **freeBSD**
-The current user (the user newRPL Desktop is running as) needs to have read/write permissions to USB devices.+ 
 +The current user (the user **newRPL Desktop** is running as) needs to have read/write permissions to USB devices.
 Create a new group ''usbdevices'', then add the current user to that group. Create a new group ''usbdevices'', then add the current user to that group.
 Next, create a file (as root) ''/etc/devfs.rules'', containing the following: Next, create a file (as root) ''/etc/devfs.rules'', containing the following:
Line 26: Line 30:
   add path 'uhid*' mode 0660 group usbdevices   add path 'uhid*' mode 0660 group usbdevices
  
-Finally, edit the file (as root) ''/etc/rc.conf'' and add a line at the end:+Edit the file (as root) ''/etc/rc.conf'' and add a line at the end:
  
   devfs_system_ruleset="localrules"   devfs_system_ruleset="localrules"
      
 +Finally, restart the system for the new permissions to take effect.
  
  • manual/chapter1/usbcomms.txt
  • Last modified: 2019/11/19 15:42
  • by jojo1973