swetoast / steamlink-launcher

Steamlink launcher for OSMC
GNU General Public License v2.0
155 stars 19 forks source link

osmc user needs to be in the plugdev group #10

Closed slouken closed 4 years ago

slouken commented 4 years ago

A recent commit added a usermod command to add osmc to the input group, but they also need to be in the plugdev group to have full controller support.

e.g. sudo usermod -a -G input,plugdev osmc

swetoast commented 4 years ago

fixed