New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alsa backend not starting and clients can not connect #116
Comments
|
I'm having the exact same issue on a 2015 Dell XPS 15 Developer Edition. Dummy driver works fine, alsa starts but nothing can connect to it, with precisely the same errors in the log. |
|
Compiled from git via the jack2-git AUR package, and I got basically the same error, with some additional details: |
|
Have you reported this to the ALSA devs? If so, maybe you could add a link to the report here? |
|
Thanks for the reminder, I'll see what I can do. |
|
@seanlynch is the issue still present on your system? |
|
@mseeber |
|
@arnwas would you add your system specification? Especially output of |
|
I am having the same problem on Raspberry Pi 2 running Arch Linux ARM with 2 sound cards (default for playback and Rocksmith USB cable for capture) while trying to start guitarix. Here is what I see in console |
|
Hi, It doesn't happen every time, when I boot the system, starting jack either works or it doesn't with this error. |
|
The Problem here was, that on my Hardware I had disabled the microphone in the UEFI configuration. Enabeling the microphone fixed the issue with the recording device, which is automatically opened when jack was started with just the "-dhw:1" parameter and caused the whole application to hang. |
|
Indeed, it must be a different cause with the same symptoms. Though I've no idea how to proceed to find what triggers this. I believe I've disabled any pulsaudio or jackdbus auto-start that could conflict, I don't know where to look after that. |
|
hello, similar jack issue here with a raspberry pi 3 under raspbian, but there is subtle differences (should i open new ticket ?). The main differences with mseeber is that Jack doesn't work in capture nor playback and that my audio interface is working correctly with aplay or arecord. |
|
hello again, I solved my problem few weeks ago and it's very strange as the problem seems to be on the X server side. In fact in my case, my raspberry don't have a screen connected to it, so i was using PuTTy and Xming to do ssh and X forwarding... and jack wasn't working correctly. But later i tried to launch using trought VNC and it worked correctly. Even later i tried again to do X forwarding but from a linux machine, it worked correctly too. I hope my exeprience will help some of you. PS: at same time i discovered that jackd need a X server to run. I don't understand why because jackd doesn't have GUI? |
|
Are there any new hints how to tackle this problem ? I just tried to install a virtual machine with linux and jack, and got the same error ... tried qemu and Virtualbox, no luck so far ... |
|
@the-drunk-coder : strange, one of my friend was using jack trought a virtualbox without having this problems. I didn't try this yet, but the trick in this thread may help you. In short, before lauching jackd, it tell to do |
I'm getting this issue in VirtualBox (running atop Windows) on Ubuntu 14.04 as well as Fedora 26 and the
I've followed every step in the Fedora JACK tutorial including adding to the |
|
@tresf you should join the error message when you ask for help. But I don't think it's the best place to have help for your problem, seems out of the scope of the current discussion. |
|
Edit: Errors and separate issue filed #304. @YruamaLairba the message starts the same as this one and I've received it on 4 separate VMs as of posting my comment trying AC97 and Soundblaster 16 drivers from VirtualBox. +ERROR: JackPosixProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
ERROR: Driver is not running
ERROR: Cannot open client name = dbusapi
ERROR: failed to create dbusapi jack client
ERROR: Unknown request 4294967295
ERROR: CheckSize error size = 0 Size() = 12
ERROR: CheckRead errorI was hoping not to fill up the tracker with a support request, but I don't even know what the steps are for setting up the server. Every website has some different steps, most include getting PA out of the way, but it doesn't help in the VMs I've tested. A nudge in the right direction would help me know whether I'm on the support side or the bug side of this fence. |
|
Some speculation / recollection of possible reasons: -Trying to open duplex device while only capture or playback is available I'm closing this issue for the following reasons: If there are remaining issues, please create a new issue. Thanks for caring about JACK! |
Probelm:
when starting jackd as a normal user with:
clients are unable to connect to jack.
The following output is generated by jack:
Jack also does not exit normally here. (see the 3 nescessary occurences of CTRL-C to kill it) Cleanup in /dev/shm is note done properly, files are still preset there.
when a client tries to connect to jack (tested with patchage) in this state, it gets froze an and seems to wait for a while.
using the dummy backend does not produce the problem:
clients can connect and work properly in this case. (tested with jack_iodelay)
recording with arecord does not work for the input device:
running jack with only a playback device works without problems:
System setup:
I guess i shall forward this instead to ALSA-DEVEL, as it seems to be related to the Intel driver, or is any more testing for jack required?
The text was updated successfully, but these errors were encountered: