Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] jack and headaches
Date: Thu, 18 Nov 2010 19:04:34
Message-Id: 20101118184129.GB8786@solfire
1 Hi,
2
3 I got some headaches from trying to use jack (the audio-connector).
4
5 Following this:
6
7 http://en.gentoo-wiki.com/wiki/JACK
8
9 I finally tried this:
10
11 jackd -d alsa
12
13 and got this:
14
15 solfire:/home/mccramer>sudo jackd -d alsa
16 jackd 0.118.0
17 Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
18 jackd comes with ABSOLUTELY NO WARRANTY
19 This is free software, and you are welcome to redistribute it
20 under certain conditions; see the file COPYING for details
21
22 JACK compiled with System V SHM support.
23 loading driver ..
24 creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
25 control device hw:0
26 configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
27 ALSA: final selected sample format for capture: 32bit integer little-endian
28 ALSA: use 2 periods for capture
29 ALSA: final selected sample format for playback: 32bit integer little-endian
30 ALSA: use 2 periods for playback
31 jackd watchdog: timeout - killing jackd
32
33 same when using qjackctrl.
34
35 Any hint what I can do to get jack running?
36
37 Best regards,
38 mcc