I'm trying to get working the Sigma USB Dock under Linux (device to customize and make adjustments to connected lens).
Sigma provides software for MacOS and Windows.
The app installs and runs fine... except it doesn't see the lens in the dock.
dmesg output as follows:
Will I have any luck with this under Wine or I'll have to set the virtual machine up to run native windows under it?[16850.655052] usb 5-1.1: new high-speed USB device number 5 using xhci_hcd
[16850.737818] usb 5-1.1: New USB device found, idVendor=04b0, idProduct=0439
[16850.737823] usb 5-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[16850.737826] usb 5-1.1: Product: NIKON DSC D7200
[16850.737829] usb 5-1.1: Manufacturer: NIKON
[16850.737831] usb 5-1.1: SerialNumber: 0000004355785
[16901.205393] usb 5-1.1: USB disconnect, device number 5
[18761.287496] usb 5-1.3: new full-speed USB device number 6 using xhci_hcd
[18761.374524] usb 5-1.3: New USB device found, idVendor=1003, idProduct=8781
[18761.374528] usb 5-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[18761.374529] usb 5-1.3: Product: USB-DOCK
[18761.374530] usb 5-1.3: Manufacturer: SIGMA
[18761.374531] usb 5-1.3: SerialNumber: USB-DOCK
[18771.377976] hid-generic 00038781.0005: timeout initializing reports
[18771.378103] input: SIGMA USB-DOCK as /devices/pci0000:00/0000:00:10.0/usb5/5-1/5-1.3/5-1.3:1.0/00038781.0005/input/input20
[18771.431179] hid-generic 00038781.0005: input,hidraw2: USB HID v1.10 Device [SIGMA USB-DOCK] on usb-0000:00:10.0-1.3/input0
(I have pretty thorough experience with linux but very limited one with windows).