IPB

Google Frontpage Forums Unattended CD/DVD Guide
28 Pages V  « < 2 3 4 5 6 > »   
Reply to this topicStart new topic
> Maximus-Decim Native USB Drivers, Generic drivers for USB flash disks and more.
cybpsych
post Oct 11 2005, 02:53 AM
Post #61


Member
**

Group: Members
Posts: 281
Joined: 2-December 03
Member No.: 10265



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.
Go to the top of the page
 
+Quote Post
maximus-decim
post Oct 11 2005, 05:26 AM
Post #62


Junior
*

Group: Members
Posts: 83
Joined: 8-February 05
Member No.: 43430



QUOTE (cybpsych @ Oct 11 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.

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.
Go to the top of the page
 
+Quote Post
XP-is-a-CRAP
post Oct 13 2005, 12:49 PM
Post #63


Newbie


Group: Members
Posts: 25
Joined: 13-October 05
Member No.: 76517
Country Flag


Thanks to Maximus.

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

Does it support USB 2 also ? (I can't test it becasue of lack of HW)
Go to the top of the page
 
+Quote Post
maximus-decim
post Oct 13 2005, 10:38 PM
Post #64


Junior
*

Group: Members
Posts: 83
Joined: 8-February 05
Member No.: 43430



QUOTE (XP-is-a-CRAP @ Oct 13 2005, 12:49 PM) *
Does it support USB 2 also ? (I can't test it becasue of lack of HW)

Yes
Go to the top of the page
 
+Quote Post
jimmsta
post Oct 16 2005, 11:00 PM
Post #65


Advanced Member
***

Group: Members
Posts: 367
Joined: 4-May 05
From: NJ, USA
Member No.: 54728
OS: Windows 7 x64
Country Flag


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.gif
Go to the top of the page
 
+Quote Post
iscove
post Oct 18 2005, 04:32 PM
Post #66





Group: Members
Posts: 2
Joined: 18-October 05
Member No.: 77005
Country Flag


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.
Go to the top of the page
 
+Quote Post
BigDaddy
post Oct 19 2005, 03:30 AM
Post #67


Senior Member
****

Group: Members
Posts: 515
Joined: 4-November 03
Member No.: 8982
OS: XP Pro x86
Country Flag


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: Oct 19 2005, 06:07 AM
Go to the top of the page
 
+Quote Post
Pillhuhn
post Oct 19 2005, 04:20 AM
Post #68





Group: Members
Posts: 1
Joined: 19-October 05
Member No.: 77044
Country Flag


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
Go to the top of the page
 
+Quote Post
imr_oman
post Oct 20 2005, 03:06 AM
Post #69





Group: Members
Posts: 2
Joined: 20-October 05
Member No.: 77159
Country Flag


Hello, BigDaddy!

You can download Slovenian version here:
http://rapidshare.de/files/6512839/nu221slo.zip.html

It includes latest usbstor.inf!

Cheers, Doc. Imr Oman
Go to the top of the page
 
+Quote Post
BigDaddy
post Oct 20 2005, 12:51 PM
Post #70


Senior Member
****

Group: Members
Posts: 515
Joined: 4-November 03
Member No.: 8982
OS: XP Pro x86
Country Flag


Woav!
Tanx. Will try it first thing tommorrow!

btw. Just wondering who did the slovenian version?*

This post has been edited by BigDaddy: Oct 20 2005, 12:57 PM
Go to the top of the page
 
+Quote Post
hljoo
post Oct 27 2005, 11:00 PM
Post #71





Group: Members
Posts: 1
Joined: 24-October 05
Member No.: 77613
Country Flag


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.
Go to the top of the page
 
+Quote Post
Adamastor
post Oct 30 2005, 03:20 AM
Post #72


Newbie


Group: Members
Posts: 15
Joined: 28-September 05
Member No.: 74848
Country Flag


Hi! welcome.gif

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.
Go to the top of the page
 
+Quote Post
eGo®Z
post Nov 6 2005, 11:06 AM
Post #73


Junior
*

Group: Members
Posts: 69
Joined: 26-October 04
Member No.: 34796
Country Flag


QUOTE (Adamastor @ Oct 30 2005, 01:20 PM) *
Hi! welcome.gif
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
Go to the top of the page
 
+Quote Post
imr_oman
post Nov 10 2005, 03:54 AM
Post #74





Group: Members
Posts: 2
Joined: 20-October 05
Member No.: 77159
Country Flag


QUOTE (BigDaddy @ Oct 20 2005, 07:51 PM) *
Woav!
Tanx. Will try it first thing tommorrow!

btw. Just wondering who did the slovenian version?*


I did! welcome.gif
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.
Go to the top of the page
 
+Quote Post
wizardofwindows
post Nov 10 2005, 07:12 AM
Post #75


Wizard of Windows
***

Group: Banned
Posts: 443
Joined: 17-June 05
From: Ontario Canada
Member No.: 60904
Country Flag


thumbup.gif 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.
Go to the top of the page
 
+Quote Post
celtish
post Nov 16 2005, 11:19 AM
Post #76


Win98SE Forever!
**

Group: Banned
Posts: 268
Joined: 10-November 04
From: Southport, Britain
Member No.: 36136
OS: 98SE
Country Flag


QUOTE (cybpsych @ Oct 11 2005, 08: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.
Is there an all-in version 2.3 on the horizon by any chance?
Go to the top of the page
 
+Quote Post
eGo®Z
post Nov 17 2005, 12:31 PM
Post #77


Junior
*

Group: Members
Posts: 69
Joined: 26-October 04
Member No.: 34796
Country Flag


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

of course, newwink.gif
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.gif
Also we have one limitation - USBSTOR.INF is about 50KB in size now - 64K max confused.gif
Go to the top of the page
 
+Quote Post
Gape
post Nov 19 2005, 04:45 PM
Post #78


Author - Unofficial Win98 SE SP
***

Group: Members
Posts: 498
Joined: 1-September 04
Member No.: 29617
Country Flag


QUOTE (eGo®Z @ Nov 17 2005, 09:31 PM) *
QUOTE
Is there an all-in version 2.3 on the horizon by any chance?

of course, newwink.gif
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.gif
Also we have one limitation - USBSTOR.INF is about 50KB in size now - 64K max confused.gif

There are lots of "DeviceDesc"s on the "Strings" section. You can combine most of them.
Go to the top of the page
 
+Quote Post
eGo®Z
post Nov 21 2005, 11:00 AM
Post #79


Junior
*

Group: Members
Posts: 69
Joined: 26-October 04
Member No.: 34796
Country Flag


QUOTE (Gape @ Nov 20 2005, 02:45 AM) *
There are lots of "DeviceDesc"s on the "Strings" section. You can combine most of them.

agreed biggrin.gif
Go to the top of the page
 
+Quote Post
BigDaddy
post Nov 23 2005, 07:39 AM
Post #80


Senior Member
****

Group: Members
Posts: 515
Joined: 4-November 03
Member No.: 8982
OS: XP Pro x86
Country Flag


QUOTE (imr_oman @ Nov 10 2005, 11:54 AM) *
QUOTE (BigDaddy @ Oct 20 2005, 07:51 PM) *

Woav!
Tanx. Will try it first thing tommorrow!

btw. Just wondering who did the slovenian version?*


I did! welcome.gif
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?
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

28 Pages V  « < 2 3 4 5 6 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 9th February 2010 - 09:43 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2010 msfn.org
Privacy Policy