Skip to content

alsa-ucm-conf refers to /bin/rm and /bin/mkdir #294170

@tobiasBora

Description

@tobiasBora

Describe the bug

To fix this bug #294048 (problem with microphone), I needed to run sudo alsactl init. Unfortunately, this fails as it tries to access /bin/rm and /bin/mkdir. Manually linking it like:

$ sudo ln -s /run/current-system/sw/bin/rm /bin
$ sudo ln -s /run/current-system/sw/bin/mkdir /bin

make i work… but it is not really the way NixOs works ^^'

Steps To Reproduce

Steps to reproduce the behavior:

  1. Run sudo alsactl init (you might want to backup the alsa configuration, as I guess it can reinitialize some configuration?)

Notify maintainers

@AndersonTorres

Metadata

From NixOs 23.11 b8697e5


Add a 👍 reaction to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions