Hi,
I'm using Line6 TonePort DI-Silver with linux.
I found latest kernel support:
TonePort GX
TonePort UX1
Toneport UX2
from this site:
https://sbexr.rabexc.org/latest/sources//6b/f376d328e0c925.html
actually, I tested this driver in kernel_5.13.10-arch1-1 with archlinux, with my toneport di-silver hardware, like this:
$ sudo modprobe snd-usb-toneport
plug in the toneport di-silver to the usb port, led start to flash red, after a wile, led will turn off, then excute this:
$ echo "0e41 4144" | sudo tee /sys/bus/usb/drivers/snd_usb_toneport/new_id
the led will turn green, and it start to work.
plug in my electric guitar, it start to make sound for my guitar.
(if plug in the usb after the step adding "0e41 4144" to driver's new id, the led will keep flashing red, but the sound card can also work.)
but there's a problem: without any virtual amplifier, the toneport di-s sound card will always directly make clean tone of guitar from the right speaker channel when i play the guitar.
If I use virtual amplifier like "guitartix" with JACK, the guitarix will work good, I can setup JACK's sample rates or frames, it make the sound what I want, distortion, delay, reverb... from both left and right speakers, it's good, but the direct clean tone is still there from right speaker which is not uneccessary. I can't turn off the uneccessary clean tone or control it.
is this problem the same with TonePort GX, UX1, UX2 ?
how can I fix it?