Skip to content
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 lib pcm_dmix.c:1063:(snd_pcm_dmix_open) unable to create IPC semaphore #153

Closed
Cean1024 opened this issue Jun 11, 2021 · 1 comment
Closed

Comments

@Cean1024
Copy link

Cean1024 commented Jun 11, 2021

alsa info:
alsa-config-1.0
alsa-lib-1.1.5
alsa-plugins-1.1.5
alsa-utils-1.1.5

asound.conf:

pcm.dmixer {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 4096
        rate 48000
        format "S32_LE"
        channels 2
    }

    bindings {
        0 0
        1 1
    }
}

test cmd:

arecord -f dat | aplay -f dat -D plug:dmixer
@perexg
Copy link
Member

perexg commented Jun 14, 2021

Sorry, the version 1.1.5 is too old. Also, make sure that your kernel supports SYSV IPC (man ipc).

@perexg perexg closed this as completed Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants