Hi folks.
I am trying to get my M-Audio Transit to work under TCL.
The tricky thing is that the card gets its firmware loaded by an application called madfuload every time it is connected.
I have a working setup under Ubuntu.
Following UDEV rule works under Ubuntu:
ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="763/2806/*", RUN+="/usr/sbin/madfuload -l -3 -f /usr/share/usb/maudio/ma006101.bin -D $env{DEVNAME}"
As you can see the madfuload will download the firmware-file "ma006101.bin" . This must happen before Alsa gets started. Otherwise the driver snd-usb-audio won't be loaded, because the card is not identified as audio device.
What do I have to do to get this working under TCL? Do I have to make a TCE?
I tried blondly to use the binary and firmware I had at hand. I put them in my home directory. Above rule ( with changed path) I added to udev/rules.d, numbering one lower than Alsa. Somehow this messed up my setup. The windows manager didn't like it and went black, window frames disappeared.
THX for your advise.