diff --git a/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html b/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html index 8948cb10..66081216 100644 --- a/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html +++ b/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html @@ -148,8 +148,8 @@ title: Ubuntu Linux locking". This means that you, the user who starts JACK, must be allowed access to these facilities. By default, Ubuntu does create a user group that has this permission but ... it does not put new - users into this group by default. Consequently, you will not have - permission to run JACK in the way you should. + users into this group by default. Read more about why here. + Consequently, you will not have permission to run JACK in the way you should.

Symptoms
@@ -168,7 +168,7 @@ title: Ubuntu Linux Run the command sudo usermod -a -G audio YOUR-LOGIN-NAME. Then logout and login again. On Ubuntu Studio the user is a member of audio group by default, but not - on other flavors. Read more about why here + on other official flavors.