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:
- 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.
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/rmand/bin/mkdir. Manually linking it like:make i work… but it is not really the way NixOs works ^^'
Steps To Reproduce
Steps to reproduce the behavior:
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.