I'm on Ubuntu 18.04, kernel 5.4.0-96-generic.
I have installed build dependencies like so:
sudo apt-get build-dep x42-plugins
sudo apt install -y libasound2-dev
I am able to run make and compile the program.
However, when it starts, it immediately exits:
scarlett-mixer: simple.c:914: snd_mixer_selem_get_enum_items: Assertion `(elem)->type == SND_MIXER_ELEM_SIMPLE' failed.
The device is a Scarlett 18i8 and has a USB ID of 1235:8214.
Are there any other prerequisites that I am not aware of?
I'm on Ubuntu 18.04, kernel 5.4.0-96-generic.
I have installed build dependencies like so:
I am able to run
makeand compile the program.However, when it starts, it immediately exits:
The device is a Scarlett 18i8 and has a USB ID of
1235:8214.Are there any other prerequisites that I am not aware of?