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 unavailable #418

Closed
cclark2a opened this issue Apr 16, 2019 · 1 comment
Closed

alsa unavailable #418

cclark2a opened this issue Apr 16, 2019 · 1 comment
Labels
Answered Upstream Issue This is an issue with an upstream package.

Comments

@cclark2a
Copy link

Purchased and installed Pengwin to build VCV Rack for compatibility testing.
Followed these instructions for VCV Rack Linux build:
https://vcvrack.com/manual/Building.html

Build succeeded, but run failed because alsa is not installed:

~/Rack$ make run
...
ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory

MidiInAlsa::initialize: error creating ALSA sequencer client object.

terminate called after throwing an instance of 'RtMidiError'
  what():  MidiInAlsa::initialize: error creating ALSA sequencer client object.

Attempting to install alsa directly failed:

$ sudo apt-get install alsa
...
Package alsa is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'alsa' has no installation candidate
@ghost
Copy link

ghost commented Apr 17, 2019

I'm sorry to hear you're having this error! I ran a quick build myself just to confirm and I also ran into the same issue. Based on the error, this isn't due to a lack of Alsa, but Windows not exposing hardware to Windows Subsystem Linux. You can see people have had a similar issue here: microsoft/WSL#237

There's a user voice entry requesting support here: https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/14017329-sound-card-support

@ghost ghost added Upstream Issue This is an issue with an upstream package. Answered labels Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Answered Upstream Issue This is an issue with an upstream package.
Projects
None yet
Development

No branches or pull requests

2 participants