Execute as a root

From youBot wiki
Revision as of 17:06, 5 February 2015 by Florek-jasinska (Talk | contribs)

Jump to: navigation, search

The youBot Driver needs access to the raw ethernet device, which Under Linux a normal user does not have. You can grand this capability to a program by the tool setcap.

To provide a program with raw access to a ethernet device use:

 sudo setcap cap_net_raw+ep ./path_to_your_program