permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 8c75b0e7dcac7f3d6778ab420ca12f66c4823f2f
parent 7a198eb226cfae896dfc883461db7f77f7be111f
Author: ugrnm <ugrnm@web>
Date:   Mon, 25 May 2026 13:29:12 +0200

JACK instructions for starting in 16bit

Diffstat:
Munbrick01.mdwn | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/unbrick01.mdwn b/unbrick01.mdwn @@ -232,3 +232,9 @@ Start JACK without X/DBUS/etc ```sh JACK_NO_AUDIO_RESERVATION=1 jackd -d alsa ``` + +Start JACK without X/DBUS/etc *and* force 16bit (necessary for galaxy SIII) + +```sh +JACK_NO_AUDIO_RESERVATION=1 jackd -d alsa -S +```