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

Jump to content


  • 38 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • 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

#61 User is offline   cybpsych 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 02-December 03

Posted 11 October 2005 - 02:53 AM

maximus-decim, do you plan to update the original 2.2 installer with this new INF?

it would be great and easier to deploy if an updated installer is available.


#62 User is offline   maximus-decim 

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

Posted 11 October 2005 - 05:26 AM

View Postcybpsych, on Oct 11 2005, 02:53 AM, said:

maximus-decim, do you plan to update the original 2.2 installer with this new INF?

it would be great and easier to deploy if an updated installer is available.

Yet will not be, later. The structure of the usbstor.inf for reduction of its size will be changed. New devices will be still added.

#63 User is offline   XP-is-a-CRAP 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 13-October 05

  Posted 13 October 2005 - 12:49 PM

Thanks to Maximus.

Works great ! (The USB patch included in SP 1.6.2. was poor) :)

Does it support USB 2 also ? (I can't test it becasue of lack of HW)

#64 User is offline   maximus-decim 

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

Posted 13 October 2005 - 10:38 PM

View PostXP-is-a-CRAP, on Oct 13 2005, 12:49 PM, said:

Does it support USB 2 also ? (I can't test it becasue of lack of HW)

Yes

#65 User is offline   jimmsta 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 385
  • Joined: 04-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 October 2005 - 11:00 PM

I managed to get the patch working without adding any of the registry entries that are normally added by the installer, into a ghost image of Win98SE. Now, it's a whole lot easier getting Win98SE systems up and running, with the mortified ghost image... erm, modified.

:thumbup

#66 User is offline   iscove 

  • Group: Members
  • Posts: 2
  • Joined: 18-October 05

Posted 18 October 2005 - 04:32 PM

A fix for hotplug icon missing from system tray:

After installing the USB update, my USB flash drive was recognized, but no hotplug icon appeared in the system tray.

In the registry branch
HKCU\Software\Microsoft\Windows\CV\Applets\SysTray

HotPlugFlags = 0x00000002
Services = 0x0000000d

The fix was to edit the Services key to 0x0000000f.

It looks like the bits in the Services value specify which icons appear in the system tray.

0x0000000d = binary 1101
0x0000000f = binary 1111

The 2nd last bit probably controls the hotplug icon.

Clicking the hotplug icon activates Hotplug.dll

Maximus - perhaps the Services value could be set up accordingly in the nusb installation script.

#67 User is offline   BigDaddy 

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

Posted 19 October 2005 - 03:30 AM

I help in the school of handicaped teenagers and would like to istall your USB PATCH on school computers since lots of students carry their seminars on USB drives. The computers are still running Win98 since the school won't allow budget for new compos.
But the problem is that they are all running Win98 SE SLOVENIAN EDITION. What would happen if I installed your USB patch which is only for ENGLISH version of windows?

Tanx in advance

This post has been edited by BigDaddy: 19 October 2005 - 06:07 AM


#68 User is offline   Pillhuhn 

  • Group: Members
  • Posts: 1
  • Joined: 19-October 05

Posted 19 October 2005 - 04:20 AM

Hello!

After installing Maximus Decim Native USB ver.2.2 german on a computer with an Albatron KX600 mainboard the connection to USB 2 devices is interrupted every few seconds. Connection to USB 1 devices is fine. The mainboard has a VIA KT600 chipset. How to solve the problem?

How to deinstall Maximus Decim Native USB? I could'nt find.

Philip

#69 User is offline   imr_oman 

  • Group: Members
  • Posts: 2
  • Joined: 20-October 05

Posted 20 October 2005 - 03:06 AM

Hello, BigDaddy!

You can download Slovenian version here:
http://rapidshare.de...221slo.zip.html

It includes latest usbstor.inf!

Cheers, Doc. Imr Oman

#70 User is offline   BigDaddy 

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

Posted 20 October 2005 - 12:51 PM

Woav!
Tanx. Will try it first thing tommorrow!

btw. Just wondering who did the slovenian version?*

This post has been edited by BigDaddy: 20 October 2005 - 12:57 PM


#71 User is offline   hljoo 

  • Group: Members
  • Posts: 1
  • Joined: 24-October 05

Posted 27 October 2005 - 11:00 PM

Hi everyone,
Just joined the forum and found this wonderful proggie. Thanks Maximus!

1) Hotplug Icon Missing
---------------------------
The Hotplug icon did not appear on my system tray
even after trying iscove's suggestion to edit the registry key in
HKCU\Software\Microsoft\Windows\CV\Applets\SysTray

Services = 0x0000000d

I discovered that, for some reason, the volume icon has to be turned on
in order for the hotplug icon to appear on the system tray.
The last bit turns on the power icon, the second last the hotplug icon,
the 3rd last the volume icon, so just set the 2nd and 3rd last bit of the
Services key to 1 and it'll be fine,
i.e. set the key as any one of the following:

Services = 0x0000000e
or
Services = 0x0000000f

The first will turn on both the volume and the hotplug icon
and the second the power, volume and hotplug icon.

Alternatively, simply go to Control Panel, Multimedia and
check "Show volume control on the taskbar".

Reboot and plug in a USB mass storage device and viola! The hotplug icon appears.

2) Sony PlayStation Portable
---------------------------------
I edited my USBSTOR.INF file as follows and Win98 recognizes my PSP! :)

[Microsoft]
;Sony
%VID_054C&PID_01C8.DD%=USBSTOR_BULK,USB\VID_054C&PID_01C8

[Strings]
;Sony
VID_054C&PID_01C8.DD="Sony PSP"

Try it out. It should work unless there are different PIDs for different PSP models.

#72 User is offline   Adamastor 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 28-September 05

Posted 30 October 2005 - 03:20 AM

Hi! :hello:

Just a question. Why does the package susbstitute user.exe. My Windows version is not English so I don't want the user.exe included in the pack. May I change it to the original version after installing the package?

Cheers.

#73 User is offline   eGo®Z 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 26-October 04

Posted 06 November 2005 - 11:06 AM

View PostAdamastor, on Oct 30 2005, 01:20 PM, said:

Hi! :hello:
Just a question. Why does the package susbstitute user.exe. My Windows version is not English so I don't want the user.exe included in the pack. May I change it to the original version after installing the package?
Cheers.

yes, U can do that, but U have change it with the same or the newest version in your language

#74 User is offline   imr_oman 

  • Group: Members
  • Posts: 2
  • Joined: 20-October 05

Posted 10 November 2005 - 03:54 AM

View PostBigDaddy, on Oct 20 2005, 07:51 PM, said:

Woav!
Tanx. Will try it first thing tommorrow!

btw. Just wondering who did the slovenian version?*


I did! :hello:
Here are the files included:

slovenian files
---------------
qfecheck.exe, 4.10.0.1998
systray.exe, 4.10.0.2224
user.exe, 4.10.0.2227
hotplug.dll, 4.10.0.2224
QFECHECK.HLP


english files
-------------
advpack.dll, 4.72.3110.0
user32.dll, 4.10.0.2227
1394BUS.SYS, 4.10.0.2226
NTMAP.SYS, 4.10.0.2227
OHCI1394.SYS, 4.10.0.2228
SBP2PORT.SYS, 4.10.0.2227
USBAUTH.SYS, 4.90.3000.1
USBNTMAP.SYS, 4.90.3000
USBSTOR.SYS, 4.90.3000.1


language neutral
----------------
USBU2A.SYS, 1.4.2.0


VXD, PDR files
-----------
NTMAPHLP.PDR
USBMPHLP.PDR
DISKTSD.VXD
IOS.VXD

BTW, have you installed the package???

Servus.

#75 User is offline   wizardofwindows 

  • Wizard of Windows
  • PipPipPip
  • Group: Members
  • Posts: 443
  • Joined: 17-June 05

Posted 10 November 2005 - 07:12 AM

:thumbup i brought a new usb flash stick its made by ati i checked their site and they had a 98se driver which was cool.but before i tryed it i thought lets install maxium 2.2 and low and behold it detected my usb stick first try.we often hear only the bad case scenaios in here i thought id post a happy tale of a product that works well thxz max u rock.

#76 User is offline   celtish 

  • Win98SE Forever!
  • PipPip
  • Group: Members
  • Posts: 268
  • Joined: 10-November 04

Posted 16 November 2005 - 11:19 AM

View Postcybpsych, on Oct 11 2005, 08:53 AM, said:

maximus-decim, do you plan to update the original 2.2 installer with this new INF? it would be great and easier to deploy if an updated installer is available.
Is there an all-in version 2.3 on the horizon by any chance?

#77 User is offline   eGo®Z 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 26-October 04

Posted 17 November 2005 - 12:31 PM

Quote

Is there an all-in version 2.3 on the horizon by any chance?

of course, ;)
but the best way to make it is to publish here links to infs and drivers missed in 2.2 - it's so hard to browse web everyday for the newones :wacko:
Also we have one limitation - USBSTOR.INF is about 50KB in size now - 64K max :}

#78 User is offline   Gape 

  • Author - Unofficial Win98 SE SP
  • PipPipPip
  • Group: Members
  • Posts: 498
  • Joined: 01-September 04
  • OS:98SE
  • Country: Country Flag

Posted 19 November 2005 - 04:45 PM

View PosteGo®Z, on Nov 17 2005, 09:31 PM, said:

Quote

Is there an all-in version 2.3 on the horizon by any chance?

of course, ;)
but the best way to make it is to publish here links to infs and drivers missed in 2.2 - it's so hard to browse web everyday for the newones :wacko:
Also we have one limitation - USBSTOR.INF is about 50KB in size now - 64K max :}

There are lots of "DeviceDesc"s on the "Strings" section. You can combine most of them.

#79 User is offline   eGo®Z 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 26-October 04

Posted 21 November 2005 - 11:00 AM

View PostGape, on Nov 20 2005, 02:45 AM, said:

There are lots of "DeviceDesc"s on the "Strings" section. You can combine most of them.

agreed :D

#80 User is offline   BigDaddy 

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

Posted 23 November 2005 - 07:39 AM

View Postimr_oman, on Nov 10 2005, 11:54 AM, said:

View PostBigDaddy, on Oct 20 2005, 07:51 PM, said:

Woav!
Tanx. Will try it first thing tommorrow!

btw. Just wondering who did the slovenian version?*


I did! :hello:
Here are the files included:

slovenian files
---------------
qfecheck.exe, 4.10.0.1998
systray.exe, 4.10.0.2224
user.exe, 4.10.0.2227
hotplug.dll, 4.10.0.2224
QFECHECK.HLP


english files
-------------
advpack.dll, 4.72.3110.0
user32.dll, 4.10.0.2227
1394BUS.SYS, 4.10.0.2226
NTMAP.SYS, 4.10.0.2227
OHCI1394.SYS, 4.10.0.2228
SBP2PORT.SYS, 4.10.0.2227
USBAUTH.SYS, 4.90.3000.1
USBNTMAP.SYS, 4.90.3000
USBSTOR.SYS, 4.90.3000.1


language neutral
----------------
USBU2A.SYS, 1.4.2.0


VXD, PDR files
-----------
NTMAPHLP.PDR
USBMPHLP.PDR
DISKTSD.VXD
IOS.VXD

BTW, have you installed the package???

Servus.

Had some problems with WIn98 since we only had the first edition installed. And such things moves very slowly in school. So I finally got around to do a fresh WIn98SE SLO install. Will tell u the results on friday. Wish us luck!!
And tanx again for SLO edition. Which town are U from?

Share this topic:


  • 38 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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