I tried to connect Kingston DataTraveller Locker+ 16GB
flash drive with hardware protection, the file DTLplus_Launcher does not start, saying that it can not find the flash drive ("Unable to locate the removable drive),
when I try to launch it from the terminal the following happens:
az@COMMERCE:~$ wine /media/DTLplus/DTLplus_Launcher.exe
az@COMMERCE:~$ fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
[/img]
Kingston Traveller Locker
Re: Kingston Traveller Locker
That is IOCTL_SCSI_PASS_THROUGH. Make sure you properly mapped your drive in winecfg and that you have correct permissions to access that device (not just the mount point).zaal wrote:DTLplus_Launcher does not start, saying that it can not find the flash drive ("Unable to locate the removable drive),
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
Kingston Traveller Locker
Thanks, but can you, please, explane what you mean in a way of: you should do
1.
2.
...
1.
2.
...
First, make sure that you can read, write and execute stuff on the external drive.
Step by step instructions:
Open winecfg,
go to the Drives tab,
add a new drive,
make it point to your (mounted) drive.
As for running the app... Don't do this:'
Instead, try this:
But make Wine recognize your drive properly first with above instructions.
Step by step instructions:
Open winecfg,
go to the Drives tab,
add a new drive,
make it point to your (mounted) drive.
As for running the app... Don't do this:'
Code: Select all
wine /media/DTLplus/DTLplus_Launcher.exe
Code: Select all
cd /media/DTLplus/
wine DTLplus_Launcher.exe
Kingston Traveller Locker
Thank you very much, I will try to do what you recommend tomorrow, but as for your first phrase (read, write etc.) that is really the problem, since to read and write I should first launch this DTLplus_Launcher and input username and password. Without these operation I can read and write only this file and some help info.
Kingston Traveller Locker
Have found some time today. The result was the same.
az@COMMERCE:~$ cd /media/DTLplus
az@COMMERCE:/media/DTLplus$ wine DTLplus_Launcher.exe
az@COMMERCE:/media/DTLplus$ fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
So, please help, if smb has some ideas.
az@COMMERCE:~$ cd /media/DTLplus
az@COMMERCE:/media/DTLplus$ wine DTLplus_Launcher.exe
az@COMMERCE:/media/DTLplus$ fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
So, please help, if smb has some ideas.
Re: Kingston Traveller Locker
Wine does not support hardware drivers. There is nothing we can do. Use VM (vmware, vbox, etc) to access your USB stick.zaal wrote:Without these operation I can [not] read and write only this file and some help info.