Comment 2 for bug 1935070

Revision history for this message
Chris Iverach-Brereton (civerachb) wrote :

I was about to file a new bug report about this issue.

It appears the ubuntu-drivers-common package is missing a dependency on alsa-utils (which provides the aplay command).

The problem can be fixed by running

```
sudo apt-get install alsa-utils
```

but ideally the ubuntu-drivers-common package should be modified to:

1) depend on alsa-utils
2) have better exception-handling for situations where `aplay` isn't installed
3) ideally both