[Bug 35904] USB connection not recognized by Axon MultiClamp Commander 700B.

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 15 05:09:44 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=35904

--- Comment #2 from Alois Schlögl <alois.schloegl at 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"

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list