-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fireface UFX+ Support #5
Comments
i think the procedure is similar as described in #4
Provide the descriptors from the lsusb stuff (as you did with 802). Once in CC Mode and once in USB Mode
Provide all the sysex logs in CC mode after power on the unit here. Its important to have the full messages, as they provide first impression which registers and values are offered. |
Bus 001 Device 004: ID 2a39:3fd1 RME Fireface UFX+ |
aseqdump -p 20:03 |
It goes on forever, but I only printed part of it |
Thanks! Next, can you try the following:
|
I will take those actions. I'll get back to it over the weekend. |
It's delayed a bit because I don't have experience installing that package, "alsa-lib development package installed (perhaps libasound2-dev)." But I made a help request on the MxLinux forum, |
I got installed. Run ./tools/regtool 20:3. Based on the output above, I think you'll see lines 3200 2E12 and 3203 8000. Check that this is the case.: Pport is changed, 24:3 for some reason ./tools/regtool 24:3 Stop regtool, and start again, this time filtering out 3200 and 3203: ./tools/regtool 20:3 | awk '$1 != "3200" && $1 != "3203" {print; fflush()}' | tee regtool.log. This probably won't print anything initially. Second terminal: while true; do for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f; do echo 3F00 "$i"; sleep 0.2; done; done | ./tools/regtool -w 24:3 First terminal: Nothing ?? |
Thanks for trying. Someone else reported that same error, |
Now I got it working: |
Great. Hopefully we will be able to test at some point |
Is it possible to get support for the UFX+ device as well. I can do similar actions for the Device in question, as I did 802
https://forum.rme-audio.de/viewtopic.php?pid=214545#p214545
The text was updated successfully, but these errors were encountered: