-
Notifications
You must be signed in to change notification settings - Fork 24
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
Assertion elem
failed - simple.c:914
#19
Comments
Are you using a 1st generation Scarlett device? |
The output of |
Same for me but with a 18i8 on the same version of Ubuntu. My guess is it's the empty elements in the out_gain_labels array? This is my first time looking at this output tho 🤷
|
Confirmed it's not the same as #16 I have a Gen2 as reported by the driver but the USB Product ID is different. It says it is a
I added And I got an error message, which I assume is something caused by the module options not being applied as intended?
Might be time to email g at b4.vu ? I'll look at the source for this too. The segfault seems like it would be trying to access array elements past its length, right? If it helps, kernel version/module path
Full kernel string is |
Whelp, I emailed the author of the driver and we determined that my problem is the same as #16 . But an unrelated problem was my driver wouldn't load with the mixer option because the hub it was attached to is inside an Apple Thunderbolt 2 display, connected to a Thunderbolt 3 adapter, connected to the USB-C port of a Thinkpad. That's a mouthful but somehow it doesn't work with this device. I don't think it's a bandwidth problem since the same hub attached to a Macbook Pro without the hardware adapter works as expected. So yeah...hardware problem. Everything is fine. |
according to #16 (comment) it works after the driver is force loaded. |
Yeah, it works with the |
I am trying to get set up with a Scarlett 18i20 on Ubuntu 20.04 and successfully compiled the latest scarlett-mixer. But, when I launch
./scarlett-mixer
as my user or with sudo I get an assertion elem error:Could this be due to something I'm doing wrong in running the compiled binary or how I've compiled it?
The text was updated successfully, but these errors were encountered: