modular-led-controller-workstation icon indicating copy to clipboard operation
modular-led-controller-workstation copied to clipboard

sudoless setup

Open segfault16 opened this issue 4 years ago • 1 comments

Right now it's only possible to run with sudo on raspberrypi, probably due to the DMA port used for driving the leds with rpi_ws281x library. Should be tested if SPI port works as well.

segfault16 avatar Apr 02 '20 12:04 segfault16

Bluetooth needs sudo setcap cap_net_admin,cap_net_raw+eip on python / executable However, setcap removes LD_LIBRARY_PATH which is required for the pyinstaller package to find the bundled libraries..

segfault16 avatar May 24 '20 06:05 segfault16