Maximus-Decim Native USB Drivers Generic drivers for USB flash disks and more.
#82
Posted 26 November 2005 - 07:02 PM
#83
Posted 02 December 2005 - 04:32 AM
%VID_03EE&PID_0000.DD%=USBSTOR_CBI, USB\VID_03EE&PID_0000
%VID_03EE&PID_6901.DD%=USBSTOR_CBI, USB\VID_03EE&PID_6901
;%VID_03EE&PID_6902.DD%=USBSTOR_CBI, USB\VID_03EE&PID_6902
As I already reported here, the driver does not work with Mitsumi Floopy drive with VID_03EE&PID_6901 so I suppose it should be commented out too.
Strange thing is that with Windows ME it works perfectly without any driver, and wit Windows 98 SE without nusb and with Mitsumi supplied driver too. I have no idea what is wrong with nusb driver.
Petr
#84
Posted 05 December 2005 - 06:41 AM
I am happy with the Maximum-Decim Native USB driver for a period of time. However, when I decide to add one more external USB disk (I already have an identical one), the system just cannot recognize the new disk. Only if I eject the existing drive, the new drive probe up.
Are there any methods that can make them co-exist?
thanks
#85
Posted 06 December 2005 - 07:13 AM
#86
Posted 06 December 2005 - 08:24 AM
#87
Posted 12 December 2005 - 11:06 PM
Recently, a friend just bought IBM usb fdd which was made by Teac and hoping
it really IBM.
However, Win XP (no driver needed) & 98SE (using the supplied drivers)
recognized it as Mitsumi usb fdd.
Attached is usb-fdd.zip (MTMFDVSD.INF + MTMUSBFD.INF) of IBM usb fdd which
might interest u, especially MTMFDVSD.INF refers to "Port Driver".
Those 2 files might be identical to ur Mitsumi usb fdd or pls pm for complete
supplied drivers.
HTH.
Attached File(s)
-
usb_fdd.zip (1.42K)
Number of downloads: 102
#88
Posted 14 December 2005 - 02:22 PM
If don't, there are any possibility to modify it for work? Is difficult? if necessary, I can spend some time trying to port it to spanish version....
#89
Posted 15 December 2005 - 02:19 AM
keo01, on Dec 14 2005, 09:22 PM, said:
If don't, there are any possibility to modify it for work? Is difficult? if necessary, I can spend some time trying to port it to spanish version....
Hi, the English version should work but many system messages would change from Spanish to English. There are some files that should be modified for spanish version.
Hardware.hlp - available in Q242975 update
Hotplug.dll 4.10.2224 - available in Q242975 update
Systray.exe 4.10.2224 - available in Q242975 update
QFECheck.exe - available in Q242975 update
QFECheck.hlp - available in Q242975 update
Ios.vxd 4.10.2225 - you have to ask Microsoft for Spanish version of Q239696 hotfix
User.exe 4.10.2231 - you have to ask Microsoft for Spanish version of Q291362 hotfix
!readme.txt - has to be translated by you
_nusb.inf and maybe other infs - has to be translated by you if you need
Q242975 update can be downloaded here:
http://download.microsoft.com/download/win.../242975SPA8.EXE
For building the installation package you will need the iexpress utility, it is part of the IEAK - can be downloaded here: http://download.microsoft.com/download/ie6...XP/ES/ieak6.exe
Iexpress utility uses SED (Self Extraction Directive) files that describe how the package should be build. It can build new SED files or it can use already prepared file. I have prepared an example of such file for Spanish nusb here: http://www.winpack.org/nsp_petr/nusb221es.sed - it expects all files in nusb221es folder.
If you want just to build the package with no interactive options, you can use the following command line:
iexpress /N nusb221es.sed
You may also want to translate the "FriendlyName" in the .SED file.
I tried to localize Ios.vxd and user.exe by myself and build the package here:
http://www.winpack.org/nsp_petr/nusb221es.exe
It was not tested at all (I have no Spanish Windows 98 SE here) so please be careful and backup first!. It may not install or crash your system, I don't know!
If you will need more information about INF files and other related things, you can check te following website: http://www.winpack.org/petr/INF_web/ - the original disappeared so I just mirrored it from web archive.
Petr
This post has been edited by Petr: 25 October 2006 - 04:42 PM
#90
Posted 16 December 2005 - 05:22 PM
Thanks,
mtp
#91
Posted 17 December 2005 - 03:01 AM
Mr The Plague, on Dec 17 2005, 12:22 AM, said:
Thanks,
mtp
It's too general question. What "USB Flash device"? What is the VID and PID? Is the VID and PID of your flash device listed in USBSTOR.INF? What "vedndor's drivers" do you use?
Before installing nUSB all other USB storage drivers should be removed (in Safe Mode) including their INF files from %windir%\INF folder and all USB flash devices should be removed from the system. The best way is to install nUSB on fresly installed Windows 98 SE.
Then you will install the nUSB driver and then you can plug in your USB flash device. There is no warranty that all devices will really work.
Petr
#92
Posted 17 December 2005 - 08:02 PM
have U "lastdrive=..." string in your config.sys file?
have U "net use ..." command in any startup file (f.e. autoexec.bat or any logon script with drive mapping)?
is your PC used as a workstation in Novell Netware network?
#93
Posted 17 December 2005 - 10:51 PM
Petr, on Dec 17 2005, 04:01 AM, said:
Before installing nUSB all other USB storage drivers should be removed (in Safe Mode) including their INF files from %windir%\INF folder and all USB flash devices should be removed from the system. The best way is to install nUSB on fresly installed Windows 98 SE.
Then you will install the nUSB driver and then you can plug in your USB flash device. There is no warranty that all devices will really work.
Well, the drivers provided by the vendor for the respective devices. - concord Eye-Q 4363Z camera, Lexar Jumpdrive, and Jumpdrive Secure. The camera gets recognized as a GenericBulkOnly, and the jumpdrives get recognized as their names. They just don't get a drive letter assigned by Windows.
I cannot install this on a fresh 98se box; it's for my girlfriend and she'd freak if I had to reformat.
Quote
have U "net use ..." command in any startup file (f.e. autoexec.bat or any logon script with drive mapping)?
is your PC used as a workstation in Novell Netware network?
None of the above.
#94
Posted 18 December 2005 - 06:06 PM
Petr, on Dec 15 2005, 02:19 AM, said:
http://www.winpack.o...r/nusb221es.exe
It was not tested at all (I have no Spanish Windows 98 SE here) so please be careful and backup first!. It may not install or crash your system, I don't know!
Petr
Thank you very much!!!!!!
at the moment, it seems to work well, if it don't give problems in the PC that I installed it, soon I will install it in the rest.
#95
Posted 18 December 2005 - 09:01 PM
#96
Posted 30 December 2005 - 03:28 PM
This post has been edited by seskanda: 30 December 2005 - 03:30 PM
#97
Posted 30 December 2005 - 04:04 PM
I'm having an issue with these drivers... Whever I plug in a USB flash device, it shows up in device manager, but no drive letter gets assigned to the Disk Drive component... This also happens with the vendor's drivers. Does anyone have a fix for this? Thanks, mtp
hard disk usb ? perhaps in NTFS format no ? if that windows 9x/me can't read ntfs drive directly ...
This post has been edited by sonic: 30 December 2005 - 04:06 PM
#98
Posted 30 December 2005 - 05:54 PM
seskanda, on Dec 30 2005, 09:28 PM, said:
Do you mean nusb221es.exe ? As far as I know, no file associated with this project is called nusb22es.exe .
The latest English version is nusb22e.exe.
There's also an additional update of the USBSTOR.INF file to download as a .zip package and install afterwards, called nusb221e_upd.zip.
Petr has put together a version for Windows 98 SE Spanish, after someone here requested one, called nusb221es.exe. Is this the version you installed? If you did, then hopefully you intended to install this Spanish version (because your OS is a Spanish version, I would presume).
From what I understand, USB has often been problematic for several well-known hardware manufacturers. An updated Windows 98 SE should be able to handle USB 2.0, providing you have the correct drivers from your motherboard manufacturer (in addition to these 'native' USB drivers for USB devices). So, if you know what make and model your motherboard is and you haven't already done this, go to the manufacturer's website and download the latest USB driver. I guess you would have to re-install these nUSB drivers after updating your motherboard's USB drivers.
It's well worth taking a look at the USBMan website for help (although some parts of it may be a little bit out of date), particularly if you have a VIA chipset/motherboard.
Hope this helps. Maybe someone more experienced with matters USB will chip in and help you out some more if needed.
#99
Posted 30 December 2005 - 10:38 PM
#100
Posted 12 January 2006 - 02:46 PM
I have put the drivers on my website in case anyone is having problems downloading from Rapidshare.
http://www.technical...kb/usbmsd98.php
Thanks for the great drivers Maximus!
Softstag



Help

Back to top









