offa
offa
@Odzinic what version are you using? The usb vid / pid are ok.
Could you test with latest master? I've rewritten most of the USB code. You can enable additional libusb logging by setting [`LIBUSB_DEBUG`](https://github.com/offa/plug#libusb-logging).
The exception indicates a corrupted amp packet – unfortunately not more information. Does this happen always? I've experienced the issue too, but quite rarely. Typically a reconnect of the usb...
This is strange ... Does the amp setting on your amp show any amp listed [here](https://github.com/offa/plug/blob/master/include/effects_enum.h#L30)? It could be interesting to see whether you'll get past the amp packet or...
So at least we can eliminate a HW issue. I'll write a dumper so we get some insight what's going on here. > A thought that popped into my mind...
I've pushed a test branch: `test/amp_id_repro`. It'll print all packets received. Additionally, building with `-DINTEGRATIONTEST=ON` creates a simple test executable `test/integration/CommIT` without UI. It connects to the amp, receives the...
@Odzinic lets move this problem to a new issue (#6).
I have pushed some v2 related changes (see #6), could you give them a try?
I don't have any experience with the amp unfortunately. Is there a software like the former FUSE to control it?
> I have installed plug from AUR, version 1.4.2-1, it does not recognize the amp: ERROR: Failed to open usb device Even though this version is old, the USB PID...