wine-8.5
I have a Headrush Pedalboard (digital guitar effects pedal) and am trying to update the firmware over USB with their Firmware Updater .exe file.
The updater will open with Wine (screenshot), but will not recognize the device (screenshot).
The pedalboard has 2 modes to select from when connected to a computer: USB transfer mode, and firmware update mode. In USB transfer mode I am able to access the device in Linux as USB storage and transfer files. In firmware update mode I am able to see the device in Linux (but not as a USB storage device).
In firmware update mode:
from output of lsusb:
from output of usb-devices:Bus 001 Device 008: ID 0763:3016 M-Audio
from output of dmesg:T: Bus=01 Lev=02 Prnt=03 Port=01 Cnt=01 Dev#= 8 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0763 ProdID=3016 Rev=99.99
S: Manufacturer=AIR
S: Product=Eleven
C: #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=2mA
I: If#=0x0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42 Prot=03 Driver=(none)
[ 1888.110312] usb 1-10-port2: Cannot enable. Maybe the USB cable is bad?
[ 1888.837476] usb 1-10.2: new high-speed USB device number 7 using xhci_hcd
[ 1889.718377] usb 1-10-port2: Cannot enable. Maybe the USB cable is bad?
[ 1889.723917] usb 1-10-port2: attempt power cycle
[ 1890.761578] usb 1-10.2: new high-speed USB device number 8 using xhci_hcd
[ 1890.812444] usb 1-10.2: New USB device found, idVendor=0763, idProduct=3016, bcdDevice=99.99
[ 1890.812456] usb 1-10.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1890.812461] usb 1-10.2: Product: Eleven
[ 1890.812464] usb 1-10.2: Manufacturer: AIR
Additional info about the .exe updater:
HeadRush Pedalboard Firmware Version: 2.6
Minimum System Requirements
• Windows 8 or macOS 10.15
• Host USB 2.0 port
https://www.headrushfx.com/downloads
Other notes:
Output from Wine your_app.exe &> /tmp/log.txt 2>&1:
https://pastebin.com/TxEbAq7u
• I have successfully updated the device several times in the past using Windows 10.
• I am using the official USB cable that came with the device.
• I have read the Wine User Guide - Serial and Parallel Ports but was still not able to get it working.