yusefnapora / pixelbook-linux

257 stars 50 forks source link

Enabling cras for new user in Ubuntu #47

Closed ranalabs closed 4 years ago

ranalabs commented 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?

ranalabs commented 4 years ago

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 }}"