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

Jump to content



  • 34 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10
  • 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

#141 User is offline   BigDaddy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 04-November 03

Posted 20 April 2006 - 07:39 AM

View PostPetr, on Apr 20 2006, 11:50 AM, said:

View PostBigDaddy, on Apr 20 2006, 09:39 AM, said:

Is there a Slovenian version available, we would need it for school

Please see this post in this thread:

http://www.msfn.org/board/index.php?s=&sho...ndpost&p=407390

Petr

that download dont work anymore

View Postmodicr, on Apr 20 2006, 02:07 PM, said:

Hello!

View PostBigDaddy, on Apr 20 2006, 09:39 AM, said:

Is there a Slovenian version available, we would need it for school


You can download it from here: :yes:
http://www.astral-it...sb/nu221slo.exe

Regards, Roman

tanx. already DLit!! gonna try it friday


#142 User is offline   galahs 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 01-December 05

Posted 25 April 2006 - 07:02 AM

Mate, I have to thank you!

not only does this usb driver allow Windows 98 SE to detect most of my usb thumbdrives it has now over achieved.

It allowed Windows 98SE to detect my SonyEricsson w800i memory stick

I can now add and delete mp3's to my w800i through windows 98SE usb connection!


1st I had to install Sony Ericsson's USB driver then your USB driver!

You little ripper!

:thumbup

#143 User is offline   RainyShadow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 211
  • Joined: 30-December 05

  Posted 25 April 2006 - 08:13 PM

Here's a way to add the "Unplug or Eject Hardware" icon to systray:

1. Install "PCIC or compatible PCMCIA controller" driver, restart.
2. Remove the driver, restart.

The icon should show up after plugging a USB device.

#144 User is offline   notinthisworld 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 08-April 05

Posted 25 April 2006 - 08:47 PM

hi . is there a traditional chinese version?

thanks

God Bless

#145 User is offline   PROBLEMCHYLD 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,605
  • Joined: 07-October 05
  • OS:98SE
  • Country: Country Flag

Posted 11 May 2006 - 10:20 PM

after leaving my usb flash drive in over a period of time
it creates a temp folder on the flash drive and data is writing to it allowing me
not to unplug or shut it down.I have to snatch it out just to close it or restart my computer.

#146 User is offline   zonar 

  • Group: Members
  • Posts: 4
  • Joined: 26-June 06

Posted 26 June 2006 - 06:50 AM

Hello World ( :P ),
This driver is great, thanks!
I have 3 USB keys, are they present in the driver?
1/ no name, driver = SNXPDR.pdr
2/Verbatim Store'n go, driver = MDOCUSB.sys
3/Ramosruntek disk, drivers=
UMSSFDK2.sys, UMSSPDR2.sys and UMSSPDRF.pdr.
I have, of course, all these drivers which work perfectly under W98SE.
If you need them, I can E-mail them to you.
Greetings from Belgium,
Z.

#147 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,677
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 28 June 2006 - 06:07 PM

I have uploaded NUSB 2.2.1 Update here [10 KB, English]:
http://www.mdgx.com/spx/NUSB221.ZIP

HTH

#148 User is offline   zonar 

  • Group: Members
  • Posts: 4
  • Joined: 26-June 06

Posted 29 June 2006 - 07:24 AM

thanks for your job!
W98SE is not -yet- dead!!
Z.

#149 User is offline   Wijono 

  • Member
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 13-August 05

Posted 29 June 2006 - 08:07 PM

The logical step to enable the detection of as many as possible USB devices is to add the VID and PID of new devices into the USBSTOR.INF, but doing so will quickly fill up the 64 kB limit that Win98SE can handle INF files. In spite of using abbreviation “DD” instead of “DeviceDesc”, Maximus-Decim has reached 62 kB in his NUSB 2.2.1!

To work around it I use another approach as it is done in WinXP. Most of the USB storage devices, such as flash disk, thumbdrive etc. are compatible to the generic driver, hence for the detection of those kinds of devices I rely on the following lines in the USBSTOR.INF:

[Generic]
%GenericBulkOnly.DeviceDesc%=USBSTOR_BULK,USB\Class_08&SubClass_02&Prot_50
%GenericBulkOnly.DeviceDesc%=USBSTOR_BULK,USB\Class_08&SubClass_05&Prot_50
%GenericBulkOnly.DeviceDesc%=USBSTOR_BULK,USB\Class_08&SubClass_06&Prot_50

[Strings]
Generic.Mfg = "Compatible USB storage device"
GenericBulkOnly.DeviceDesc = "USB Mass Storage Device"

We need to specify the VID and PID only for the devices that do not fall into that generic category, e.g., digital camera, USB IDE Hard Drive and so on. With that done, we can have a small USBSTOR.INF of only 17 kB, giving ample of space to add those non-generic devices.

There is a tradeoff though, if you plug in a new device to the system for the first time, Windows will ask you to click “OK” to proceed installing the generic driver. But that should not be too much a problem, right?

With this solution implemented it can detect all my thumbdrives of different brands, it can even successfully detect card reader, the most recent I use is a Neodio based 45-in-1 card reader that I tried already for CF, SD, MMC and MS Pro flash cards.

For those of you that like to follow my way but do not have access to WinXP, I attached herewith that small USBSTOR.INF to try (at your own risk though).

Attached File(s)



#150 User is offline   PROBLEMCHYLD 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,605
  • Joined: 07-October 05
  • OS:98SE
  • Country: Country Flag

Posted 29 June 2006 - 08:44 PM

I like anything that saves space
Thank i just replaced it

#151 User is offline   galahs 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 01-December 05

Posted 30 June 2006 - 12:13 AM

View PostWijono, on Jun 30 2006, 01:07 PM, said:

For those of you that like to follow my way but do not have access to WinXP, I attached herewith that small USBSTOR.INF to try (at your own risk though).



Could we implement this method into the official NUSB release?

#152 User is offline   Wijono 

  • Member
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 13-August 05

Posted 30 June 2006 - 12:31 AM

Sure you can use it with the NUSB from Maximus-Decim.
BTW, NUSB is an UNOFFICIAL patch.

#153 User is offline   galahs 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 01-December 05

Posted 01 July 2006 - 07:52 AM

I know NSUB is unofficial as in not from Microsoft, but it also a great update, which is easy for noobs to install.

Maybe should make a similar patch using this method.

#154 User is offline   awergh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,054
  • Joined: 02-October 05
  • OS:none specified
  • Country: Country Flag

Posted 03 July 2006 - 12:41 AM

is it posible to change which drive letter that it uses when i plug something in.

#155 User is offline   Wijono 

  • Member
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 13-August 05

Posted 03 July 2006 - 07:47 AM

Plug in your USB storage device, open “Device Manager”, expand “Disk drives”, click to select your “USB Flash Disk”, click “Properties”. Then click “Settings” tab, down below under the “Reserved drive letters” enter the driver letter you want, for example H: for the “Start drive letter” and “End drive letter”. Click “OK” to close the “Device Manager”, next time you plug in that device again, it will be drive H: (for this example).

#156 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,677
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 03 July 2006 - 11:42 AM

Wijono, on Jun 29 2006, 07:07 PM, said:

The logical step to enable the detection of as many as possible USB devices is to add the VID and PID of new devices into the USBSTOR.INF, but doing so will quickly fill up the 64 kB limit that Win98SE can handle INF files. In spite of using abbreviation “DD” instead of “DeviceDesc”, Maximus-Decim has reached 62 kB in his NUSB 2.2.1!

To work around it I use another approach as it is done in WinXP. Most of the USB storage devices, such as flash disk, thumbdrive etc. are compatible to the generic driver, hence for the detection of those kinds of devices I rely on the following lines in the USBSTOR.INF:
.......

We need to specify the VID and PID only for the devices that do not fall into that generic category, e.g., digital camera, USB IDE Hard Drive and so on. With that done, we can have a small USBSTOR.INF of only 17 kB, giving ample of space to add those non-generic devices.
USBSTOR.INF can be reduced to an even smaller size [15 KB], by deleting unnecessary spaces and quotes.

Please see attached...
Attached File  usbstor3.zip (3K)
Number of downloads: 210


HTH

#157 User is offline   awergh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,054
  • Joined: 02-October 05
  • OS:none specified
  • Country: Country Flag

Posted 04 July 2006 - 02:53 AM

yay it works
great patch by the way

#158 User is offline   PROBLEMCHYLD 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,605
  • Joined: 07-October 05
  • OS:98SE
  • Country: Country Flag

Posted 13 July 2006 - 02:34 PM

Its works for me too.

This post has been edited by PROBLEMCHYLD: 13 July 2006 - 08:56 PM


#159 User is offline   Hu$tle 

  • Junior
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 29-June 06

Posted 13 July 2006 - 08:22 PM

I just tryed my sister ipod mini
and it worked with this Maximum-Decim Native USB Drivers.
Thanks Man..

#160 User is offline   maximus-decim 

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

Posted 15 July 2006 - 09:51 AM

Maximus Decim Native USB ver.2.3
------------------------------------------------------------------------
Only for Windows 98SE !!!
Native (without installation of additional drivers
for each type) support USB flash drives, digital
photo and videocameras and other similar devices.
Remember! You install it at own risk!
Before installation remove ALL of driver
USB flash drivs, available in system.
------------------------------------------------------------------------
English: http://rapidshare.de...usb23e.exe.html
Russian: http://rapidshare.de...usb23r.exe.html

What's new?
1. Smaller file usbstor.inf
2. Bypassing "Unsafe Removal of Device" popup (thanks Wijono)
3. New hotplug icons (thanks Wijono) (include explorer.exe with 256-bit icons fix)

Share this topic:


  • 34 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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