microsoft / microsoft/WSL

Alsamixer not found, no soundcards found

Open
#237 10 comments 36 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
C++
Stars
33.7k
Forks
1.8k
Avg merge
3d 17h
Merged PRs (30d)
116

Description

I'm trying to run Alsamixer in Bash on Windows but it seems like I'm running into an interesting problem with it and soundcards that I can't find the answer to.

First, I installed Alsa Utils
apt-get install -y alsa-utils
gpasswd -a root audio

Then I try to open it
root@localhost:/mnt/c/Users/guest1# alsamixer
cannot open mixer: No such file or directory
root@localhost:/mnt/c/Users/guest1# aplay -l
aplay: device_list:268: no soundcards found...

I can't seem to query the soundcard on my laptop. Has anyone ever run into this problem and could offer some advice?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository file, test, or entry point is named. Start by reproducing the alsamixer and aplay -l commands in WSL and checking the project's existing documentation or issue history for soundcard support; done means determining whether the behavior is a defect or an unsupported capability and documenting the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, linux
Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.