IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
> Using a F6 Driver with USB Floppy, This is the fix for using USB Floppy drives for F6 drivers in Textmode
spiff
post Sep 14 2006, 02:35 PM
Post #1


Newbie


Group: Members
Posts: 11
Joined: 14-September 06
Member No.: 110320
OS: Windows 7 x64
Country Flag


This fix will add support for USB floppy disks in the text mode portion of Windows Setup, and allow you to load F6 drivers.
This fix should work on Windows 2000 and up.
I have only tested it with a Sony USB floppy drive on Windows XP and Windows Server 2003 x64

EDIT: Thanks go out to everyone who has added more drives to this fix.

---

Windows Setup F6 USB Floppy Drive Fix

Create your Storage device driver disk and open textsetup.oem
Add the following lines to the bottom of [HardwareIds.scsi.(device name)]
If this section does not exist you must create it!
If your USB floppy drive still does not work, look for the hardware ID in the floppy drive driver's .inf file, and make sure any legacy floppy drives are disabled in the bios.

CODE
id = "USB\VID_03F0&PID_2001", "usbstor" #--HP
id = "USB\VID_054C&PID_002C", "usbstor" #--Sony
id = "USB\VID_057B&PID_0001", "usbstor" #--Y-E Data
id = "USB\VID_0409&PID_0040", "usbstor" #--NEC
id = "USB\VID_0424&PID_0FDC", "usbstor" #--SMSC
id = "USB\VID_08BD&PID_1100", "usbstor" #--Iomega
id = "USB\VID_055D&PID_2020", "usbstor" #--Samsung


Here is an example file

CODE
#//////////////////////////////////////////////////////////////////

[Disks]
d1 = "Intel Embedded Server RAID Technology",\MegaSR,\

[Defaults]
scsi = MegaSR

[scsi]
MegaSR ="Intel Embedded Server RAID Technology (Windows XP/2003 64-bit)", MegaSR

[Files.scsi.MegaSR]
driver  = d1, MegaSR.sys, MegaSR
inf     = d1, MegaSR.inf
inf     = d1, NODEV.inf
catalog = d1, MegaSR.cat

[HardwareIds.scsi.MegaSR]
id="PCI\VEN_8086&DEV_2682&SUBSYS_10901734", "MegaSR"
id="PCI\VEN_8086&DEV_2683&SUBSYS_10901734", "MegaSR"
id="PCI\VEN_8086&DEV_2682&SUBSYS_81FF1043", "MegaSR"
#--The following lines give additional USB floppy support
id = "USB\VID_03F0&PID_2001", "usbstor" #--HP
id = "USB\VID_054C&PID_002C", "usbstor" #--Sony
id = "USB\VID_057B&PID_0001", "usbstor" #--Y-E Data
id = "USB\VID_0409&PID_0040", "usbstor" #--NEC
id = "USB\VID_0424&PID_0FDC", "usbstor" #--SMSC
id = "USB\VID_08BD&PID_1100", "usbstor" #--Iomega
id = "USB\VID_055D&PID_2020", "usbstor" #--Samsung

[Config.MegaSR]
value = "Parameters\PnpInterface", 5, REG_DWORD, 1

#//////////////////////////////////////////////////////////////////


This post has been edited by spiff: Oct 31 2006, 12:50 PM
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
nikscap
post Jan 19 2007, 04:47 AM
Post #2





Group: Members
Posts: 2
Joined: 21-July 06
Member No.: 105247
Country Flag


Hi guys,

I tried this solution with a USB KEY and it doesn't work at all ! It's weird because the USB KEY use exactly the same principle.

1) - Get the USB\VID adress :

With Devcon I list all the " hardware ID's of devices. " with the command line : Devcon /hwids * > OUT.TXT

#-----------------------------------------------------#

USB\VID_0930&PID_6540F8125605192D91E
Name: USB Mass Storage Device
Hardware ID's:
USB\Vid_0930&Pid_6540&Rev_0200
USB\Vid_0930&Pid_6540

#-----------------------------------------------------#

2) - Add the new ID within the " txtsetup.oem "

#--The following lines give additional USB floppy support

id = "USB\VID_03F0&PID_2001", "usbstor" #--HP
id = "USB\VID_054C&PID_002C", "usbstor" #--Sony
id = "USB\VID_057B&PID_0001", "usbstor" #--Y-E Data
id = "USB\VID_0409&PID_0040", "usbstor" #--NEC
id = "USB\VID_0424&PID_0FDC", "usbstor" #--SMSC
id = "USB\VID_08BD&PID_1100", "usbstor" #--Iomega
id = "USB\VID_055D&PID_2020", "usbstor" #--Samsung
id = "USB\Vid_0930&Pid_6540", "usbstor" #--MY USB KEY *

3) - Go to the BIOS configuration and enable the floppy emulation over the USB KEY

On theory everything is fine, except the fact that it doesn't work unsure.gif , any ideas ?




Go to the top of the page
 
+Quote Post

Posts in this topic
- spiff   Using a F6 Driver with USB Floppy   Sep 14 2006, 02:35 PM
- - jerry7   You are an absolute legend man. I googled everywhe...   Sep 26 2006, 08:45 AM
- - spiff   That's exactly why I made the fix, I searched ...   Oct 8 2006, 09:27 PM
- - spiff   It seems I left off the hardware id for NEC drives...   Oct 13 2006, 03:46 PM
- - 5eraph   I don't understand. You're putting the ne...   Oct 13 2006, 05:27 PM
- - vpn-user   Can this method be extended to support USB thumb d...   Oct 16 2006, 11:59 PM
- - spiff   vpn-user I believe this method can be extended to ...   Oct 20 2006, 03:34 PM
- - MrRoberts   Am I doing this correctly? I use Freecom NEC USB f...   Oct 22 2006, 04:19 AM
- - MrRoberts   Nevermind. It is working nicely. Thanks.   Oct 22 2006, 06:10 AM
- - etepalusip   Can't wait to try this on Monday....have a new...   Oct 28 2006, 01:16 AM
- - pattheman0119   What files go on the disk? Is it Just TXTSETUP.OEM...   Oct 29 2006, 08:28 AM
- - nicklad   id = "USB\VID_03F0&PID_2001", ...   Oct 29 2006, 08:43 PM
- - etepalusip   Spiff, Thanks. The fix worked great. Server is...   Oct 31 2006, 06:23 AM
- - Cobravox   RE: Using a F6 Driver with USB Floppy   Nov 26 2006, 05:40 PM
- - nikscap   Hi guys, I tried this solution with a USB KEY and...   Jan 19 2007, 04:47 AM
|- - Bilou_Gateux   QUOTE (nikscap @ Jan 19 2007, 12:47 PM) H...   Apr 25 2007, 10:12 AM
- - vpn-user   Just to understand this right: To support USB Flop...   May 10 2007, 01:25 AM
- - Shape   Thanx Spiff, this saved my night.   Aug 9 2007, 04:00 PM
- - cdob   There are Compatible ID's too. A Iomega USB fl...   Aug 10 2007, 04:56 AM
- - guiambros   awesome thread, indeed! A friend of mine saw ...   Dec 11 2007, 02:07 AM
- - bigefficient   Yes! Lets keep this going. Here's my contr...   Dec 17 2007, 02:28 AM
- - dunginhawk   hi. im having a BIG problem here.. Im at a clients...   Jan 21 2008, 09:59 AM
- - korsuas   can someone please post the latest version of the ...   Jan 29 2008, 11:32 AM
- - gio325i   I'm using the 512 MB Memorex TravelDrive USB 2...   Feb 9 2008, 01:58 PM
- - jonboy4000   SPIFF, You are a god man! Your hack worked gre...   Feb 25 2008, 10:33 AM
- - rocketjuice   Thank you, Spiff, et al! You have saved m...   Apr 9 2008, 02:11 PM
- - dprundle   how do you create the storage device driver disk? ...   Apr 13 2008, 01:21 PM
- - mikhed   A connected USB floppy disk drive does not work wh...   May 27 2008, 12:21 AM
- - jaclaz   Just for the record, since you have to re-burn the...   May 27 2008, 11:51 AM
- - jctcom   Hopefully someone is still monitoring this thread....   Aug 3 2008, 03:06 PM
- - dirtaddshp   im trying to get this to work on my .OEM file. But...   Aug 23 2008, 10:46 AM
- - satya3010   HI ALL Im using Windows server 2003 OS on Dell po...   Sep 1 2008, 09:51 PM
- - Heida1   HELP!! Hi Spiff - I am terribly unfamil...   Nov 10 2008, 03:26 PM
- - jaclaz   press "S" ? Put the floppy disk in the...   Nov 11 2008, 03:14 AM
- - Heida1   QUOTE (jaclaz @ Nov 11 2008, 04:14 AM) pr...   Nov 11 2008, 10:06 AM
- - Heida1   QUOTE (jaclaz @ Nov 11 2008, 04:14 AM) pr...   Nov 11 2008, 10:52 AM


Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 09:20 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy