Closed ranalabs closed 4 years ago
This may be easier than I'm thinking, but how do you enable Cras audio for a new user in Ubuntu? Do you have to re-run the script, or is there a simpler way?
Ok, never mind, figured it out. It was in fact very easy, just add the new user to the cras group:
"usermod -aG cras {{ login_user }}"
This may be easier than I'm thinking, but how do you enable Cras audio for a new user in Ubuntu? Do you have to re-run the script, or is there a simpler way?