F6 XP Install prob w/Intel RAID floppy

Page 2 - Seeking answers? Join the Tom's Hardware community: where nearly two million members share solutions and discuss the latest tech.
Status
Not open for further replies.
Have to take my hat off to Diego also. This problem stumped me for a good few hours.

Inserted those additional 'id' lines under the correct Hardware section and bingo, drive lights up like a Christmas tree!

Great stuff.

Gary
 
...
you have to add the following lines:
#--The following lines give additional USB floppy support
id = "USB\VID_03F0&PID_2001", "usbstor" #--HP
id = "USB\VID_054C&PID_002C", "usbstor" #--Sony
....

It's working.
Dell Latitude 2110.
Intel(R) ICH7R/DH SATA AHCI Controller.
and Sony usb floppy.
Installing XP sp3.

my example "TXTSETUP.OEM" modifications:

; iaAHCI.inf
[HardwareIds.scsi.iaAHCI_7RDH]
id = "PCI\VEN_8086&DEV_27C1&CC_0106","iaStor"
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
 


Another apology for digging up an old post but MAN! This should be widely known, but isn't. I've spent several days with this headache, and even slipstreaming with nlite didn't give me the results I had hoped for with XP Tablet PC Edition 2005. The specifications for the USB Floppy drive worked like a charm. I'm using a Bytecc BT-144 drive m'self. The drive uses a Mistumi driver. The line I needed is this:

id = "USB\VID_0424&PID_0fdc", "usbstor" #--Mistumi

Thank You Diego!
- Josh
 
Status
Not open for further replies.