-
Notifications
You must be signed in to change notification settings - Fork 823
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
Alsamixer not found, no soundcards found #237
Comments
I should note that one of the results I was investigating, http://askubuntu.com/questions/294807/ubuntu-12-04-alsamixer-not-found, referred to |
Currently we do not expose hardware to the Linux subsystem. I would suggest filing a request on our user voice page so we can prioritize this work. Thanks for trying out WSL! |
Marking with the Feature tag to show this as a feature request. |
I was trying to output MIDI-sound over the network from Bash on Ubuntu on Windows to a Raspberry Pi, but it fails: If this worked then that would be a way to produce sounds for games. One could also have the sound server in Windows. From one Pi with Lubuntu to another Pi with Raspbian Jessie this works: pi@aeblapi6: |
FYI Also needed for MAME MAME installs,
|
|
Please implement the /dev/snd/seq for WSL2 kernel, it also enables the use of RTP-Midi and related MIDI network protocols. |
Please is there any plan for supporting this? |
It would be great to have MIDI support. |
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?
The text was updated successfully, but these errors were encountered: