http://bugs.winehq.org/show_bug.cgi?id=35904
Bug ID: 35904 Summary: USB connection not recognized by Axon MultiClamp Commander 700B. Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alois.schloegl@gmail.com
The "Axon MutiClamp Commander 700B" is a devices which connected with USB to the PC. The software for controlling the device installs and runs well, but it does not identify the USB device.
For this reason, the application "MutiClamp Commander 700B" in Winehq's AppDB has currently status "Garbage".
http://bugs.winehq.org/show_bug.cgi?id=35904
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- http://wiki.winehq.org/Bugs
http://bugs.winehq.org/show_bug.cgi?id=35904
--- Comment #2 from Alois Schlögl alois.schloegl@gmail.com --- Trying to follow the instructions in http://wiki.winehq.org/USB, I performed the following steps:
export WINVER=1.7.16
### Install MC700B wget https://mdc.custhelp.com/euf/assets/software/MultiClamp_2_1_0_16.exe WINEPREFIX=$HOME/.$WINVER $HOME/src/wine64/wine MultiClamp_2_1_0_16.exe
# import registry keys - the registry were obtained when the devices were turn on and connected
WINEPREFIX=$HOME/.$WINVER $HOME/src/wine64/wine $HOME/.$WINVER/drive_c/windows/regedit.exe /S "HKLM.System.CurrentControlSet.Enum.USB.Vid_09c0&PID_0136.on.nt4.reg" WINEPREFIX=$HOME/.$WINVER $HOME/src/wine64/wine $HOME/.$WINVER/drive_c/windows/regedit.exe /S "HKLM.System.CurrentControlSet.Services.hidusb.on.nt4.reg"
# move driver in place (ced_usb.sys, ced_us64.sys, hidusb.sys) cp hidusb.sys $HOME/.$WINVER/drive_c/windows/system32/drivers/
# set permissions - device must be connected lsusb |awk -F "[: ]" '/09c0:0136/ { printf("chmod a+rw /dev/bus/usb/%s/%s\n",$2,$4); }' ## sudo output of previous command -
# TEST WINEPREFIX=$HOME/.$WINVER $HOME/src/wine64/wine $HOME/".$WINVER/drive_c/Program Files (x86)/Molecular Devices/MultiClamp 700B Commander/MC700B.exe"
http://bugs.winehq.org/show_bug.cgi?id=35904
--- Comment #3 from Alois Schlögl alois.schloegl@gmail.com --- Created attachment 48131 --> http://bugs.winehq.org/attachment.cgi?id=48131 winedump -j import hidusb.sys
http://wiki.winehq.org/USB states "Drivers which depend on modules other than ntoskrnl.exe, hal.dll, usbd.sys will not work."
The MC700B uses hidusb.sys, that might be the cause why it does not work. Probably this bug report should be renamed to "wine is missing hidusb.sys"
Attached is the dump of winedump -j import hidusb.sys
https://bugs.winehq.org/show_bug.cgi?id=35904
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |usb
https://bugs.winehq.org/show_bug.cgi?id=35904
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |8.13
https://bugs.winehq.org/show_bug.cgi?id=35904
--- Comment #4 from Alois Schlögl alois.schloegl@gmail.com ---
This is still an open issue one Wine 8.13 with MultiClampCommander700B