Trying to make loopback device as Alsa-to-Jack bridge

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0















Using this guide i trying to make loopback device as Alsa-to-Jack bridge. Everything fine until those lines



# capture client
alsa_in -j cloop -dcloop
# playback client
alsa_out -j ploop -dploop


On alsa_out i get a error Capture open error: Device or resource busy. Any ideas how to fix this?



UPD:
I fixed this error but now when all ports connected:



jack_connect cloop:capture_1 system:playback_1
jack_connect cloop:capture_2 system:playback_2

jack_connect system:capture_3 ploop:playback_1
jack_connect system:capture_3 ploop:playback_2


I still have no sound. But if i for example open a OBS and create JACK Input Client and connect it to cloop like this. In OBS i can see that sound exists but i can't hear it (After rebooting it doesent work anymore)



Also applications starts to give me this error



alsa_output: Error opening default ALSA device: Device or resource busy









share|improve this question
























  • It means something else (probably something you've done before) is already using the device, and some ALSA devices can only have a single application using them. Out of curiosity, why would you use snd-aloop for a Alsa-to-Jack bridge? I found snd-aloop a bit of a PITA to use, and there are probably better alternatives for whatever it is you are trying to do.

    – dirkt
    Feb 26 at 9:07











  • I trying to get working jack with the wine. In the wine wiki that Users wanting to create a "bridge" to forward Wine's ALSA output to JACK can find streamlined setup instructions here. So i googled about it and find guide about Alsa-to-Jack bridge.

    – asdjabka92
    Feb 26 at 12:17
















0















Using this guide i trying to make loopback device as Alsa-to-Jack bridge. Everything fine until those lines



# capture client
alsa_in -j cloop -dcloop
# playback client
alsa_out -j ploop -dploop


On alsa_out i get a error Capture open error: Device or resource busy. Any ideas how to fix this?



UPD:
I fixed this error but now when all ports connected:



jack_connect cloop:capture_1 system:playback_1
jack_connect cloop:capture_2 system:playback_2

jack_connect system:capture_3 ploop:playback_1
jack_connect system:capture_3 ploop:playback_2


I still have no sound. But if i for example open a OBS and create JACK Input Client and connect it to cloop like this. In OBS i can see that sound exists but i can't hear it (After rebooting it doesent work anymore)



Also applications starts to give me this error



alsa_output: Error opening default ALSA device: Device or resource busy









share|improve this question
























  • It means something else (probably something you've done before) is already using the device, and some ALSA devices can only have a single application using them. Out of curiosity, why would you use snd-aloop for a Alsa-to-Jack bridge? I found snd-aloop a bit of a PITA to use, and there are probably better alternatives for whatever it is you are trying to do.

    – dirkt
    Feb 26 at 9:07











  • I trying to get working jack with the wine. In the wine wiki that Users wanting to create a "bridge" to forward Wine's ALSA output to JACK can find streamlined setup instructions here. So i googled about it and find guide about Alsa-to-Jack bridge.

    – asdjabka92
    Feb 26 at 12:17














0












0








0








Using this guide i trying to make loopback device as Alsa-to-Jack bridge. Everything fine until those lines



# capture client
alsa_in -j cloop -dcloop
# playback client
alsa_out -j ploop -dploop


On alsa_out i get a error Capture open error: Device or resource busy. Any ideas how to fix this?



UPD:
I fixed this error but now when all ports connected:



jack_connect cloop:capture_1 system:playback_1
jack_connect cloop:capture_2 system:playback_2

jack_connect system:capture_3 ploop:playback_1
jack_connect system:capture_3 ploop:playback_2


I still have no sound. But if i for example open a OBS and create JACK Input Client and connect it to cloop like this. In OBS i can see that sound exists but i can't hear it (After rebooting it doesent work anymore)



Also applications starts to give me this error



alsa_output: Error opening default ALSA device: Device or resource busy









share|improve this question
















Using this guide i trying to make loopback device as Alsa-to-Jack bridge. Everything fine until those lines



# capture client
alsa_in -j cloop -dcloop
# playback client
alsa_out -j ploop -dploop


On alsa_out i get a error Capture open error: Device or resource busy. Any ideas how to fix this?



UPD:
I fixed this error but now when all ports connected:



jack_connect cloop:capture_1 system:playback_1
jack_connect cloop:capture_2 system:playback_2

jack_connect system:capture_3 ploop:playback_1
jack_connect system:capture_3 ploop:playback_2


I still have no sound. But if i for example open a OBS and create JACK Input Client and connect it to cloop like this. In OBS i can see that sound exists but i can't hear it (After rebooting it doesent work anymore)



Also applications starts to give me this error



alsa_output: Error opening default ALSA device: Device or resource busy






alsa jack loopback






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 26 at 15:29







asdjabka92

















asked Feb 25 at 19:01









asdjabka92asdjabka92

11




11












  • It means something else (probably something you've done before) is already using the device, and some ALSA devices can only have a single application using them. Out of curiosity, why would you use snd-aloop for a Alsa-to-Jack bridge? I found snd-aloop a bit of a PITA to use, and there are probably better alternatives for whatever it is you are trying to do.

    – dirkt
    Feb 26 at 9:07











  • I trying to get working jack with the wine. In the wine wiki that Users wanting to create a "bridge" to forward Wine's ALSA output to JACK can find streamlined setup instructions here. So i googled about it and find guide about Alsa-to-Jack bridge.

    – asdjabka92
    Feb 26 at 12:17


















  • It means something else (probably something you've done before) is already using the device, and some ALSA devices can only have a single application using them. Out of curiosity, why would you use snd-aloop for a Alsa-to-Jack bridge? I found snd-aloop a bit of a PITA to use, and there are probably better alternatives for whatever it is you are trying to do.

    – dirkt
    Feb 26 at 9:07











  • I trying to get working jack with the wine. In the wine wiki that Users wanting to create a "bridge" to forward Wine's ALSA output to JACK can find streamlined setup instructions here. So i googled about it and find guide about Alsa-to-Jack bridge.

    – asdjabka92
    Feb 26 at 12:17

















It means something else (probably something you've done before) is already using the device, and some ALSA devices can only have a single application using them. Out of curiosity, why would you use snd-aloop for a Alsa-to-Jack bridge? I found snd-aloop a bit of a PITA to use, and there are probably better alternatives for whatever it is you are trying to do.

– dirkt
Feb 26 at 9:07





It means something else (probably something you've done before) is already using the device, and some ALSA devices can only have a single application using them. Out of curiosity, why would you use snd-aloop for a Alsa-to-Jack bridge? I found snd-aloop a bit of a PITA to use, and there are probably better alternatives for whatever it is you are trying to do.

– dirkt
Feb 26 at 9:07













I trying to get working jack with the wine. In the wine wiki that Users wanting to create a "bridge" to forward Wine's ALSA output to JACK can find streamlined setup instructions here. So i googled about it and find guide about Alsa-to-Jack bridge.

– asdjabka92
Feb 26 at 12:17






I trying to get working jack with the wine. In the wine wiki that Users wanting to create a "bridge" to forward Wine's ALSA output to JACK can find streamlined setup instructions here. So i googled about it and find guide about Alsa-to-Jack bridge.

– asdjabka92
Feb 26 at 12:17











0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502970%2ftrying-to-make-loopback-device-as-alsa-to-jack-bridge%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502970%2ftrying-to-make-loopback-device-as-alsa-to-jack-bridge%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay