• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

jackserver startet nicht /11.2

Nerdy

Newbie
Hi,
ich kann plötzlich keine Programme mehr mit jack starten. Es kommt immer wieder die Fehlermeldung, dass der jackserver nicht läuft, also wollte ich ihn starten, aber auch das scheiterte:
Code:
nerdy@linux-1k4w:~> jackd -d alsa -d hw:0
jackd 0.116.2
Copyright 2001-2005 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details

JACK compiled with System V SHM support.
loading driver ..
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
the playback device "hw:0" is already in use. Please stop the application using it and run JACK again
cannot load driver module alsa

Was soll denn hw:0 besetzen? Ich habe es mit hw:1 probiert, aber das scheint auch nicht zu klappen.
Könnt Ihr mir helfen?
 

whois

Ultimate Guru
Hi

Ich kenne mich mit Jack nicht so aus aber welches Programm bekommst du da nicht gestartet?
Rosegarden oder sowas?

cu
 

abgdf

Guru
Was sagt
Code:
lsmod | grep snd_seq
Wenn nichts, als root
Code:
modprobe snd_seq
Dann nochmal mit jack.

Auch mal als root
Code:
qjackctl
versuchen.

Was sagt übrigens
Code:
ps xa | grep jack
?

Gruß
 
OP
N

Nerdy

Newbie
Code:
nerdy@linux-1k4w:~> lsmod | grep snd_seq
snd_seq                64784  0
snd_seq_device          8620  1 snd_seq
snd_timer              25960  2 snd_seq,snd_pcm
snd                    75236  21 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_hda_codec_si3054,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer



modprobe snd_seq Bringt nichts.

ps xa | grep jack sagt:
2731 pts/1 R+ 0:00 grep jack

Rosegarden habe ich versucht und jackbeat.
qjackctl habe ich schon versucht, aber der bekommt jack auch nicht gestartet:

Code:
9:44:16.361 JACK wurde angehalten erfolgreich.
19:44:16.361 Post-shutdown script...
19:44:16.362 killall jackd
19:44:16.539 ALSA-Verbindung geändert.
19:44:16.548 Schaubild der ALSA-Verbindungen geändert.
jackd: no process found
19:44:16.785 Post-shutdown script terminated mit Rückgabewert = 256.
19:44:18.549 Keine Verbindungsaufnahme als Client zum JACK-Server möglich. - Overall operation failed. - Verbindungsaufnahme zum Server gescheitert. Bitte sehen Sie im Meldungsfenster nach weiteren Informationen.
 
Oben