nicktelindert / nextspace-build-iso

GNU General Public License v3.0
8 stars 7 forks source link

Audio not working after install #12

Closed nicktelindert closed 4 years ago

nicktelindert commented 4 years ago

Created user is not a member of the audio group.

alexmyczko commented 4 years ago

here's how i did all that stuff: https://github.com/alexmyczko/livecd.gnustep.org/blob/master/etc/init.d/autoexec.bat (that's in use for livecd.gnustep.org)

nicktelindert commented 4 years ago

@alexmyczko Anaconda creates the user, so i probably need to edit some configuration file for anaconda. You method wouldn't work in my case. But thanks anyway

nicktelindert commented 4 years ago

@alexmyczko i took some inspiration from that, i created an old school init script to add all users to the audio group on boot. Not the most fancy way to do it. But it does work.