Page 1 of 2
QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 9:29 am
by mhanias
Hello,
I try to use an external usb floppy with QPC2 under WiNE (Ubuntu ZORIN 9 OS) as flp1_
but it does not work. But it works fine with QPC2 under windows XP.
Is there any solution?
Thanks
Mike
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 9:33 am
by RWAP
I have always found the USB disk drives very hit and miss - especially with DD disks - have you tried a HD disk?
Remember that Windows XP was the last version to officially support DD disk drives.
For Windows 7, I sometimes find that I have to put a disk in the drive and format it under DOS, and then all of sudden QL formatted DD disks will work with QPC2 - no ideas why. Q-emulator seems to cope better with this.
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 9:37 am
by mhanias
thanks your reply, but the QPC2 and Qemulato under wine they do not recognize the floppy as device
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 10:17 am
by tofro
2 things to check:
On most of my computers the USB floppy in QPC2 for some reason is flp2_ - No idea why.
Does Linux see the USB floppy? If not, you're doomed anyways.
Regards,
Tobias
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 10:23 am
by mhanias
Linux see and mount the usb floppy I tried as flp2_ no success
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 10:36 am
by tofro
If you do a
from the command line, does Explorer see the disk?
Have you added the drive to the list of Wine drives using
winecfg?
Tobias
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 11:26 am
by mhanias
I seems that recognize a media like drive B but I add it with wincgf as /dev/sdc
but nothing flp1_ or flp2_
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 11:37 am
by tofro
It might well be that it doesn't work at all (and is not meant to be)....
When I last looked into Wine (admittedly some years ago), file system integration was made in a way that Wine was able to provide mounted file systems to the emulated Windows.
What, in contrast, QPC2 and Q-Emulator want to see would be a raw device. Because the QDOS floppy format is not known to Linux, it would not be able to see a file system it is able to mount, so it cannot hand over to Wine what that would like to see.
There has apparently been some development regarding raw device support in Wine (mainly for USB dangled software and floppy copy protection), but I don't have the slightest idea where we are today.
Norman Dunbar has done some development regarding writing a file system device driver for QDOS floppies for Linux, but I am not sure how far he got.
Regards,
Tobias
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 12:20 pm
by mhanias
Thank you very much Tobias
Re: QPC2 ,WINE and USB FLOPPY
Posted: Sun Nov 02, 2014 12:31 pm
by tofro
If it's just about a one time activity transferring files from flp to win, you can use uqlx to do that. uqlx is happily supporting qdos floppies.
Tobias