MSFN Forum: Maximus-Decim Native USB Drivers - MSFN Forum

Jump to content


  • 38 Pages +
  • « First
  • 25
  • 26
  • 27
  • 28
  • 29
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Maximus-Decim Native USB Drivers Generic drivers for USB flash disks and more. Rate Topic: ***** 1 Votes

#521 User is offline   CharlotteTheHarlot 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,176
  • Joined: 24-September 07
  • OS:none specified
  • Country: Country Flag

Posted 18 December 2009 - 06:20 PM

View Postdencorso, on Dec 18 2009, 06:07 PM, said:

@Charlotte:
Please post both the different lines, and I'll tell you.

I'm glad you asked (!), because I pulled the INF from the Nusb33 installer just to be sure and I just noticed the exact same error in Nusb33 also. So, I was originally Windiffing against my corrected one. Anyway, here it is (the same line in both Nusb33 and Nusb33e) ...

 
[Version]
Signature="$CHICAGO$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
provider=%MSFT%
LayoutFile=LAYOUT.INF,LAYOUT1.INF,LAYOUT2.INF
DriverVer=07/01/2001,5.1.2600.0
;Modified - 06/01/2006, 01.01    
;Maximus Decim modified - 06/14/2006, 01.02    
;Maximus Decim modified - 08/31/2006, 01.03    add iPod, fix Sony Digital Camera
;Maximus Decim modified - 09/02/2006, 01.04    add LayoutFile
;Maximus Decim modified - 25/01/2007, 01.05    add wdmstub, remove USB FDD, add CnMemory
;Maximus Decim modified - 07/03/2007, 01.06    remove wdmstub, CnMemore replace Skymedi
;Maximus Decim modified - 28/10/2007, 01.07    add USB FDD (for DISKTSD.VXD 4.90.3001)
;Maximus Decim modified - 12/11/2007, 01.08    add EKE USB Floppy (VID_0424&PID_0fdc),
[color="#FF0000"]                                               add USBCompliance (for usbu2a.sys)[/color]
[ControlFlags]
ExcludeFromSelect = *

[color="#FF0000"](everything else snipped)[/color]

 


It should look like this (added semicolon and CRLF) ...

 
[Version]
Signature="$CHICAGO$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
provider=%MSFT%
LayoutFile=LAYOUT.INF,LAYOUT1.INF,LAYOUT2.INF
DriverVer=07/01/2001,5.1.2600.0
;Modified - 06/01/2006, 01.01
;Maximus Decim modified - 06/14/2006, 01.02
;Maximus Decim modified - 08/31/2006, 01.03    add iPod, fix Sony Digital Camera
;Maximus Decim modified - 09/02/2006, 01.04    add LayoutFile
;Maximus Decim modified - 25/01/2007, 01.05    add wdmstub, remove USB FDD, add CnMemory
;Maximus Decim modified - 07/03/2007, 01.06    remove wdmstub, CnMemore replace Skymedi
;Maximus Decim modified - 28/10/2007, 01.07    add USB FDD (for DISKTSD.VXD 4.90.3001)
;Maximus Decim modified - 12/11/2007, 01.08    add EKE USB Floppy (VID_0424&PID_0fdc),
[color="#008800"];                                              add USBCompliance (for usbu2a.sys)[/color]

[ControlFlags]
ExcludeFromSelect = *

[color="#008800"](everything else snipped)[/color]

 


Like I said, there are also trailing spaces on a few lines that Windiff picks up. They were removed automatically from my fixed copy by UltraEdit so Windiff easily spotted them. I don't think they matter in INF files but might make a difference in something LFN friendly.

View Postdencorso, on Dec 18 2009, 06:07 PM, said:

Update to explorer 4.72.3612.1710 from MDGx's and you'll have it all.

Thanks!

EDIT: just to clarify, after more research my Nusb33 and Nusb33e are identical after all. I guess the "e" just means English (doh!). So I in fact had the latest release all along. Hope I didn't confuse anyone. For the record, the latest release (newest file) appears to be dated 2007-11-16.

This post has been edited by CharlotteTheHarlot: 19 December 2009 - 09:51 AM



#522 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,883
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 18 December 2009 - 07:46 PM

True! You're right Charlotte! I had noticed that uncommented comment some time ago and also corrected it in my own version of it, but somehow forgot to post about it. It in fact does not break the .INF, but I don't know why...
Probably the .INF interpreting engine just drops out uncomented meaningless (for it) lines, instead of barking at 'em. Be as it may, since we're discussing it now, I've decide to release my current version of the USBSTOR.INF, for what it may be worth. It corrects the error you mentioned and adds one more floppy (Citizen X1 USB FDD = IOMEGA USB FDD), one more camera (Samsung Digimax 220) and a commented out line that installs wdmstub.sys, for use with the Win 2k usbstor.sys, as per our discussion some posts above, for those interested in it.

So, for use with the default Win ME usbstor.sys, leave everything as it is:

Quote

[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN
;HKR,,NTMPDriver,,"wdmstub.sys,USBSTOR.SYS"
HKR,,NTMPDriver,,USBSTOR.SYS
and for the Win 2k usbstor.sys, invert the comment before use:

Quote

[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,"wdmstub.sys,USBSTOR.SYS"
;HKR,,NTMPDriver,,USBSTOR.SYS
Of course, USBSTOR.INF must be updated by hand, in true DOS... Enjoy!

Later edit: I removed the attachement that was here, because it's been superseeded by usbstor110c.7z, findable in post # 543, below.

#523 User is offline   xrayer 

  • RayeR
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 15-May 07
  • OS:98SE
  • Country: Country Flag

Posted 18 December 2009 - 08:44 PM

Hi,
I bought new MSI USB 2.0 reader today http://www.alza.cz/m...mart-d96477.htm and tester under Win98SE with nusb 3.3CZ. It was detected as composite device and then mass storage device with child sub-devices. I have left one unknown device in device manager. I guess it is SIM (SmartCard) reader because all other slots got it's drive letter and proper description in devmgr.
Here's a registry entry for the unknown device:
http://rayer.ic.cz/350d/usbunk.png
I tried to modify USBSTOR.INF to add it:

%Realtek.Mfg%=Realtek

[Realtek]
%USB\VID_0BDA&PID_0161&MI_00.DeviceDesc%=USBSTOR_BULK_AUTH,USB\VID_0BDA&PID_0161&MI_00

Realtek.Mfg="Realtek"
USB\VID_0BDA&PID_0161&MI_00.DeviceDesc = "Realtek USB 2.0 Card Reader device"

After redetecting the device it was recognized in INF and installed. It reqested restart. Then it moved into USB controllers group in device manager but still with error sign and reports that device is not present or not working properly or not all drivers installed (Code 10)
Any idea how to make it working? I can upload or link Realtek drivers for W2k/XP/Vista

#524 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,883
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 18 December 2009 - 10:08 PM

Try to set it as USBSTOR_BULK or as USBSTOR_CB instead of USBSTOR_BULK_AUTH. Let's see what happens.
Looking at the INFs in 2k driver may be instructive also...

#525 User is offline   xrayer 

  • RayeR
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 15-May 07
  • OS:98SE
  • Country: Country Flag

Posted 19 December 2009 - 07:12 AM

Now I'm sure it is Smart Card reader. It's driver consist of
23.01.2009 11:09 245 760 RTSUCCID.DLL
23.01.2009 11:11 6 818 RTSUCCID.INF
23.01.2009 11:12 42 496 RTSUCCID.SYS
05.03.2009 09:10 8 249 RTSUCCID.CAT
http://rayer.ic.cz/3...smartcardrv.zip
First I checked the SYS file with WDMCHECK and it doesn't contains any missing imports
so no WDMSTUB.SYS needed. I tried to install it but it failed to install. I was trying to
modify inf (first convert from unicode) according other infs for win98 and make it installed
some way but it doesn't work. NTKERN couldnt load the RTSUCCID.SYS. But I don't understand
INF files much and what is different in 2k/xp to w9x. Please could you modify the inf file for Win98?

#526 User is offline   xrayer 

  • RayeR
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 15-May 07
  • OS:98SE
  • Country: Country Flag

Posted 19 December 2009 - 07:43 AM

View Postdencorso, on Dec 19 2009, 05:08 AM, said:

Try to set it as USBSTOR_BULK or as USBSTOR_CB instead of USBSTOR_BULK_AUTH. Let's see what happens.
Looking at the INFs in 2k driver may be instructive also...


With USBSTOR_BULK it doesn't work at all.
With USBSTOR_CB it asked for usbntmap and detect some generioc IEEE 1394 tape unit but throw a BSOD on me
http://rayer.ic.cz/350d/usbstor_cb.jpg
after reboot it doesnt't work too (code 10).

#527 User is offline   ElectricString 

  • Group: Members
  • Posts: 6
  • Joined: 30-March 05
  • OS:98SE

Posted 19 December 2009 - 01:30 PM

View Postdencorso, on Dec 19 2009, 01:46 AM, said:

.....I've decide to release my current version of the USBSTOR.INF, for what it may be worth. It corrects the error you mentioned and adds one more floppy (Citizen X1 USB FDD = IOMEGA USB FDD), one more camera (Samsung Digimax 220) and a commented out line that installs wdmstub.sys.......

:hello:
Dencorso, you might want to apply your fixes to USBSTOR.INF v1.09 2007-11-20 (The latest one I could find) from Maximus Decim Cumulative Update for 98SE v3.05 (MDCU305e). Link below.

Attached File  USBSTOR.INF_v1.09_2007_11_20.zip (3.86K)
Number of downloads: 21
HTH
:)

#528 User is offline   Philco 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 24-June 06
  • OS:98SE
  • Country: Country Flag

Posted 19 December 2009 - 02:51 PM

View PostElectricString, on Dec 19 2009, 01:30 PM, said:

View Postdencorso, on Dec 19 2009, 01:46 AM, said:

.....I've decide to release my current version of the USBSTOR.INF, for what it may be worth. It corrects the error you mentioned and adds one more floppy (Citizen X1 USB FDD = IOMEGA USB FDD), one more camera (Samsung Digimax 220) and a commented out line that installs wdmstub.sys.......

:hello:
Dencorso, you might want to apply your fixes to USBSTOR.INF v1.09 2007-11-20 (The latest one I could find) from Maximus Decim Cumulative Update for 98SE v3.05 (MDCU305e). Link below.

Attached File  USBSTOR.INF_v1.09_2007_11_20.zip (3.86K)
Number of downloads: 21
HTH
:)


thx, in usbstor.inf its too new detect:
%GenericCBI.DeviceDesc%=USBSTOR_CBI, USB\Class_08&SubClass_04&Prot_00

#529 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,883
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 19 December 2009 - 03:26 PM

View Postxrayer, on Dec 19 2009, 11:43 AM, said:

With USBSTOR_BULK it doesn't work at all.
With USBSTOR_CB it asked for usbntmap and detect some generioc IEEE 1394 tape unit but throw a BSOD on me
http://rayer.ic.cz/350d/usbstor_cb.jpg
after reboot it doesnt't work too (code 10).
There are still two more attempts to be made: USBSTOR_CBI and USBSTOR_CBI_U2A. In case neither works, set it as USBSTOR_BULKNO, and we proceed to add a new driver for it. If so, one of theseXP drivers may be of help, but no one will install directly, so I do hope we'll not need to try that.

View PostElectricString, on Dec 19 2009, 05:30 PM, said:

Dencorso, you might want to apply your fixes to USBSTOR.INF v1.09 2007-11-20 (The latest one I could find) from Maximus Decim Cumulative Update for 98SE v3.05 (MDCU305e).
Wow. I had missed that one! Sure. Attached is the new, consolidated, USBSTOR.INF, incorporating MD's mods and mine. So this one is the most updated version of the USBSTOR.INF for NUSB, as of today.
Thanks a lot, ElectricString, you do rock!

Attached File(s)



#530 User is offline   Philco 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 24-June 06
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 03:51 AM

View Postxrayer, on Dec 19 2009, 07:12 AM, said:

Now I'm sure it is Smart Card reader. It's driver consist of
23.01.2009 11:09 245 760 RTSUCCID.DLL
23.01.2009 11:11 6 818 RTSUCCID.INF
23.01.2009 11:12 42 496 RTSUCCID.SYS
05.03.2009 09:10 8 249 RTSUCCID.CAT
http://rayer.ic.cz/3...smartcardrv.zip
First I checked the SYS file with WDMCHECK and it doesn't contains any missing imports
so no WDMSTUB.SYS needed. I tried to install it but it failed to install. I was trying to
modify inf (first convert from unicode) according other infs for win98 and make it installed
some way but it doesn't work. NTKERN couldnt load the RTSUCCID.SYS. But I don't understand
INF files much and what is different in 2k/xp to w9x. Please could you modify the inf file for Win98?

Oficial MSI driver / w9x - download: Starreader / MSI / w9x ?

Hello, Maximus, help with StarReader.

This post has been edited by Philco: 20 December 2009 - 03:53 AM


#531 User is offline   Philco 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 24-June 06
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 08:32 AM

New CZECH version NUSB with any small updates:
Posted Image NUSB 3.3c CS
(ad Samsung Digimax 220, Sitizen USB FDD)

This post has been edited by Philco: 21 December 2009 - 02:37 PM


#532 User is offline   Prozactive 

  • Member
  • PipPip
  • Group: Members
  • Posts: 204
  • Joined: 28-October 08
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 09:12 AM

View Postdencorso, on Dec 18 2009, 08:46 PM, said:

...
Of course, USBSTOR.INF must be updated by hand, in true DOS... Enjoy!


I've been following this recent technical discussion about INF files with some interest but I'm confused about a few things. I installed NUSB 3.3 a while back and it's been working great so far with every USB device. The only quirk I've noticed is that my LexarMedia JumpDrives don't get the Unplug/Eject system tray icon for some reason but they work fine. I suspect it may have something to do with remnants of the former proprietary drivers which I did uninstall before installing NUSB. Anyway, my Usbstor.inf is v.1.08 with a date/timestamp of 16-Nov-2007, 12:58:50pm. I'm confused where the v.1.09 of Usbstor.inf mentioned in several posts came from. And exactly how do I update Usbstor.inf "by hand, in true DOS"? Do you mean use the DOS copy command? Thanks for the help.

#533 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,883
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 11:43 AM

Update, by hand, in true DOS means out of Windows.
Here's one of the many ways to do it:
(i) while in Windows:
Create a temporary folder and extract USBSTOR.INF to it;
Rename USBSTOR.INF to USBSTOR.NEW;
Move USBSTOR.NEW to C:\WINDOWS\INF;
Delete the temporary folder you created just for this procedure;
Click on Start and select "Restart in MS-DOS mode".
(ii) in DOS, issue the following commands, at the prompt:
cd \
cd \WINDOWS\INF <Enter>
ren USBSTOR.INF *.OLD <Enter>
ren USBSTOR.NEW *.INF <Enter>
exit <Enter>
(iii) Windows will restart, and your update is done.

#534 User is offline   maximus-decim 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 08-February 05
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 12:37 PM

View PostPhilco, on Dec 20 2009, 03:51 AM, said:

[Hello, Maximus, help with StarReader.

Try this:
1. Go http://www.realtek.com/downloads/downloads...p;GetDown=false
2. Download RTS5101/RTS5111/RTS5116 Win98/2K Driver (ZIP file)
3. Unpack .zip, unpack .cab (i6comp.exe)
4. Edit setup.ini (add "VIDPID17=0BDA0161" string in [VIDPID] section)
5. Run setup.exe
6. Test

This post has been edited by maximus-decim: 20 December 2009 - 12:40 PM


#535 User is offline   xrayer 

  • RayeR
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 15-May 07
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 02:16 PM

View Postmaximus-decim, on Dec 20 2009, 07:37 PM, said:

Try this:
1. Go http://www.realtek.com/downloads/downloads...p;GetDown=false
2. Download RTS5101/RTS5111/RTS5116 Win98/2K Driver (ZIP file)
3. Unpack .zip, unpack .cab (i6comp.exe)
4. Edit setup.ini (add "VIDPID17=0BDA0161" string in [VIDPID] section)
5. Run setup.exe
6. Test


I did, it installed OK, restart, detected cardreader, restart againg but then I got ! error marker in devmgr. So it seems the chipset is different and will not work with older driver...

#536 User is offline   xrayer 

  • RayeR
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 15-May 07
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 03:07 PM

View Postdencorso, on Dec 19 2009, 10:26 PM, said:

There are still two more attempts to be made: USBSTOR_CBI and USBSTOR_CBI_U2A. In case neither works, set it as USBSTOR_BULKNO, and we proceed to add a new driver for it. If so, one of theseXP drivers may be of help, but no one will install directly, so I do hope we'll not need to try that.


USBSTOR_CBI - restart after install, ! error mark code 10
USBSTOR_CBI_U2A - installed without restart but device disappeared from device manager and when I have plugged reader in USB Pc hangs.
Same after reboot. If I unplug it works normally
USBSTOR_BULKNO - installed OK but it is dummy if I understand.
So I think there's no otker way than XP drivers.

#537 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,883
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 06:21 PM

Yeah, USBSTOR_BULKNO is dummy that allows you to install other drivers without having to disable USBSTOR.INF.
Using this setting, you might be able to use NUSB for all slots but the one that NUSB cannot handle, and then add another driver just for that slot.

#538 User is offline   PROBLEMCHYLD 

  • The Resurrector for old Windows OS
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,473
  • Joined: 07-October 05
  • OS:98SE
  • Country: Country Flag

Posted 20 December 2009 - 10:12 PM

View PostPROBLEMCHYLD, on Jan 30 2009, 02:56 PM, said:

View PostRetroOS, on Jan 12 2009, 03:59 AM, said:

BTW MD, The Windows XP SP3 USBSTOR.INF adds three more Sony Memory Stick Reader/Writer devices, and also a Casio Digital Camera device.

Did you also see the usbvideo.inf it also has drivers.

Did you guys add these updates?

#539 User is offline   xrayer 

  • RayeR
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 15-May 07
  • OS:98SE
  • Country: Country Flag

Posted 21 December 2009 - 05:57 PM

View Postdencorso, on Dec 21 2009, 01:21 AM, said:

Yeah, USBSTOR_BULKNO is dummy that allows you to install other drivers without having to disable USBSTOR.INF.
Using this setting, you might be able to use NUSB for all slots but the one that NUSB cannot handle, and then add another driver just for that slot.


Yes but other slots worked even without making smartcard dummy. So only advantega is that I don't see ! error mark :)
Please could you look at INF of XP driver that I provided on link above if it would be possible to mod it for w98.

#540 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,883
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 21 December 2009 - 07:02 PM

View PostPROBLEMCHYLD, on Dec 21 2009, 02:12 AM, said:

View PostPROBLEMCHYLD, on Jan 30 2009, 02:56 PM, said:

View PostRetroOS, on Jan 12 2009, 03:59 AM, said:

BTW MD, The Windows XP SP3 USBSTOR.INF adds three more Sony Memory Stick Reader/Writer devices, and also a Casio Digital Camera device.

Did you also see the usbvideo.inf it also has drivers.

Did you guys add these updates?
No, it adds a new class, USBSTOR_CBI_NR... I think it's better to leave that to Maximus-Decim, who knows NUSB much better than any of us, to add them, in case he finds it possible.

Share this topic:


  • 38 Pages +
  • « First
  • 25
  • 26
  • 27
  • 28
  • 29
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy