From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Danckaert Subject: Re: How to use jack and qjackctl on GuixSD? Date: Wed, 12 Apr 2017 08:08:14 +0200 (CEST) Message-ID: <20170412.080814.926849858842682330.post@thomasdanckaert.be> References: <878tn6bqo0.fsf@ofosos.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyBSQ-0003b5-FB for help-guix@gnu.org; Wed, 12 Apr 2017 02:08:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyBSM-0005rv-6c for help-guix@gnu.org; Wed, 12 Apr 2017 02:08:46 -0400 Received: from s02.spamexperts.axc.nl ([185.182.56.112]:55360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cyBSL-0005qf-VI for help-guix@gnu.org; Wed, 12 Apr 2017 02:08:42 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: me@drewc.ca Cc: mark@ofosos.org, help-guix@gnu.org Hi Drew, hope this helps: - jack 0.124.1 wouldn't work for me either. It was updated to 0.125 2 days ago, and the upgrade fixed that for me. - about the realtime/limits.conf issue: I added the following service to my system configuration's services list: (pam-limits-service (list (pam-limits-entry "@realtime" 'both 'rtprio 99) (pam-limits-entry "@realtime" 'both 'memlock 'unlimited))) all of this courtesy of Ricardo Wurmus actually :) Thomas