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

Jump to content


  • 38 Pages +
  • « First
  • 28
  • 29
  • 30
  • 31
  • 32
  • 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

#581 User is offline   Mathwiz 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 12-March 10
  • OS:98SE
  • Country: Country Flag

Posted 19 August 2010 - 02:20 PM

View Postdencorso, on 13 August 2010 - 04:29 PM, said:

Post a photo (easier) or a screenshot (harder... can it be done?) of the BSOD or copy its text *in full* and post it here. Without all the info available, it's hard to say anything.


And when I press Enter, here's a (blurry but legible) pic of the BSOD.

When I "press any key," the desktop reappears but Windows is locked up.

Attached File(s)


This post has been edited by Mathwiz: 19 August 2010 - 02:48 PM



#582 User is offline   dencorso 

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

Posted 19 August 2010 - 02:26 PM

Are you using NUSB 3.3? If not, update to it (just install the newer one over the older). What is the VIP and PID of the BlackBerry?

#583 User is offline   Mathwiz 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 12-March 10
  • OS:98SE
  • Country: Country Flag

Posted 19 August 2010 - 02:38 PM

View Postdencorso, on 19 August 2010 - 02:26 PM, said:

Are you using NUSB 3.3? If not, update to it (just install the newer one over the older).

Yes, it's version 3.3 (the latest).

View Postdencorso, on 19 August 2010 - 02:26 PM, said:

What is the VIP and PID of the BlackBerry?

Sorry, but I'm a bit ignorant about USB. How do I determine these?

Wait: I found the following registry key on my XP machine:
My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_0fca&Pid_0004&MI_01\6&1b9c87ee&0&0001

The description in the registry is USB Mass Storage Device. So if I'm reading that right, the VID is 0FCA and the PID is 0004.

One problem might be that the BB is a composite device. Is that what the &MI_01 is for? There's another key with &MI_00 which I assume is the other device (that I don't expect to work on Win98SE).

This post has been edited by Mathwiz: 19 August 2010 - 03:26 PM


#584 User is offline   dencorso 

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

Posted 19 August 2010 - 02:53 PM

Use Microsoft's own USBView (v. 5.1.2600.2180, from Win 2k DDK) works under Win 9X and provides useful information about the USB ports in a computer and the devices therein attached. Note that VID = Vendor Id and PID = Product Id. Note also that USBView will give you a duplicate entry for each of your physical USB connectors since it sees each as both a USB 1.1 and a USB 2.0 connectors, which it lists under the appropriate controller. Since your device is 2.0, it should be one of the entries under the EHCI (Enhanced Host Controller Interface = USB 2.0), OK?

#585 User is offline   Mathwiz 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 12-March 10
  • OS:98SE
  • Country: Country Flag

Posted 19 August 2010 - 08:39 PM

View Postdencorso, on 19 August 2010 - 02:53 PM, said:

Use Microsoft's own USBView (v. 5.1.2600.2180, from Win 2k DDK) works under Win 9X and provides useful information about the USB ports in a computer and the devices therein attached. Note that VID = Vendor Id and PID = Product Id. Note also that USBView will give you a duplicate entry for each of your physical USB connectors since it sees each as both a USB 1.1 and a USB 2.0 connectors, which it lists under the appropriate controller. Since your device is 2.0, it should be one of the entries under the EHCI (Enhanced Host Controller Interface = USB 2.0), OK?


Copied from the USBView screen on my Win98SE machine with the BB attached:
idVendor: 0x0FCA (Research In Motion, Ltd.)
idProduct: 0x0004

This matches the registry key from the XP machine.

I have NUSB 3.3 installed, but not the USB 2.0 stack.

#586 User is offline   dencorso 

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

Posted 19 August 2010 - 10:03 PM

View PostMathwiz, on 19 August 2010 - 08:39 PM, said:

I have NUSB 3.3 installed, but not the USB 2.0 stack.

How so? Does the motherboard not support USB 2.0 or are you using VIA's USB 2.0 stack?

In any case, please do install IOSYS98 and see whether the BSOD goes away.

#587 User is offline   bristols 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 451
  • Joined: 24-September 05
  • OS:none specified
  • Country: Country Flag

Posted 20 August 2010 - 07:26 AM

View PostMathwiz, on 19 August 2010 - 02:38 PM, said:

One problem might be that the BB is a composite device.


Without wanting to sidetrack you from your investigations (and provide irrelevant information): is the file usbccgp.sys present in your system (in %windir%\SYSTEM32\DRIVERS)? RetroOS found that he required that file from XP Service Pack 3 in order for composite devices to work:

Windows 98SE (with 98SE2ME) and a recent USB composite device

The file can be found in the USB 2.0 Stack installer at MDGx's site:

http://www.mdgx.com/files/USB20DRV.EXE

This post has been edited by bristols: 20 August 2010 - 07:27 AM


#588 User is offline   Mathwiz 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 12-March 10
  • OS:98SE
  • Country: Country Flag

Posted 20 August 2010 - 12:36 PM

View Postdencorso, on 19 August 2010 - 10:03 PM, said:

How so? Does the motherboard not support USB 2.0 or are you using VIA's USB 2.0 stack?

Sorry for the confusion. I meant I hadn't installed Tihiy's USB 2.0 stack (mentioned in Bristol's post).


View Postdencorso, on 19 August 2010 - 10:03 PM, said:

In any case, please do install IOSYS98 and see whether the BSOD goes away.


View Postbristols, on 20 August 2010 - 07:26 AM, said:

View PostMathwiz, on 19 August 2010 - 02:38 PM, said:

One problem might be that the BB is a composite device.


Without wanting to sidetrack you from your investigations (and provide irrelevant information): is the file usbccgp.sys present in your system (in %windir%\SYSTEM32\DRIVERS)? RetroOS found that he required that file from XP Service Pack 3 in order for composite devices to work:

Windows 98SE (with 98SE2ME) and a recent USB composite device

The file can be found in the USB 2.0 Stack installer at MDGx's site:

http://www.mdgx.com/files/USB20DRV.EXE

Thank you both. I've downloaded both files and will try installing them tonight. I'll let you know the results.

This post has been edited by Mathwiz: 20 August 2010 - 12:37 PM


#589 User is offline   Mathwiz 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 12-March 10
  • OS:98SE
  • Country: Country Flag

Posted 20 August 2010 - 10:40 PM

Thanks for the suggestions, but no joy.

I installed IOSYS98 but it didn't make any difference. Then I installed USB20DRV, but after that it wouldn't recognize my BB at all!

I opened up the control panel device manager and it reported a problem with the USB mass storage device driver. Looking at the driver files, I realized one (USBSTOR.SYS) was replaced by the USB20DRV update. So I rebooted into MS-DOS mode, restored the original USBSTOR.SYS, and rebooted. (I still have the new version in case I want to try it again sometime.)

That fixed the driver and Windows recognized my BB again, but it's back to the same problem: BSOD if I try to write to the BB.

So neither update helped, but (except for USBSTOR.SYS) they didn't seem to hurt anything, so I'll leave them installed for now.

FYI: the version of USBSTOR.SYS that (sort of) works is 4.90.3000.1. (I assume NUSB 3.3 installed this version.) The version that USB20DRV installed (that didn't work with the BB) is 5.00.2195.6773.

#590 User is offline   dencorso 

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

Posted 20 August 2010 - 11:28 PM

Yeah, well... I was hesitating in suggesting you to try USB20DRV because I imagined you might end up having the usbstor issue. To use usbstor.sys v. 5.00.2195.6773, it must be loaded together with wdmstub.sys, which is also already present in the right place, since it's installed by USB20DRV, too. So, simply go to C:\WINDOWS\INF, open USBSTOR.INF and find this place in the file:

Quote

[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN
;HKR,,NTMPDriver,,"wdmstub.sys,USBSTOR.SYS"
HKR,,NTMPDriver,,USBSTOR.SYS
... notice that the third line is commented (that is, has a semicolon which I marked in red before it) and fourth line is not commented. So move the semicolon from the third line to the fourth, thus:

Quote

[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,"wdmstub.sys,USBSTOR.SYS"
;HKR,,NTMPDriver,,USBSTOR.SYS
After doing it, you may put back usbstor.sys v. 5.00.2195.6773, and when you insert your USB devices they may be detected correctly straight away. If not, enter the device manager with the device connected (one at a time), delete the device with the yellow exclamation mark, then disconnect and reconnect the device, that it will be recognized and mounted correctly.

#591 User is offline   Mathwiz 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 12-March 10
  • OS:98SE
  • Country: Country Flag

Posted 23 August 2010 - 09:37 PM

View Postdencorso, on 20 August 2010 - 11:28 PM, said:

Yeah, well... I was hesitating in suggesting you to try USB20DRV because I imagined you might end up having the usbstor issue. To use usbstor.sys v. 5.00.2195.6773, it must be loaded together with wdmstub.sys, which is also already present in the right place, since it's installed by USB20DRV, too. So, simply go to C:\WINDOWS\INF, open USBSTOR.INF and find this place in the file:

Quote

[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN
;HKR,,NTMPDriver,,"wdmstub.sys,USBSTOR.SYS"
HKR,,NTMPDriver,,USBSTOR.SYS
... notice that the third line is commented (that is, has a semicolon which I marked in red before it) and fourth line is not commented. So move the semicolon from the third line to the fourth, thus:

Quote

[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,"wdmstub.sys,USBSTOR.SYS"
;HKR,,NTMPDriver,,USBSTOR.SYS
After doing it, you may put back usbstor.sys v. 5.00.2195.6773, and when you insert your USB devices they may be detected correctly straight away. If not, enter the device manager with the device connected (one at a time), delete the device with the yellow exclamation mark, then disconnect and reconnect the device, that it will be recognized and mounted correctly.

Well I'll be damned. It worked!

I just copied a file to my BB without that BSOD. Thanks!

#592 User is online   PROBLEMCHYLD 

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

Posted 08 October 2010 - 08:28 PM

I just bought a Dynex 2-Port USB 2.0 PCMCIA Notebook Card.
I have NUSB/Usb20drv installed. My card is detected but in the device manager I have
an exclamation mark for the USB 2.0 root hub. Here's a link to the win98 drivers.

http://www.dynexprod...202_Drivers.zip
Its says I'm already using the best drivers so it won't install.

This post has been edited by PROBLEMCHYLD: 27 November 2011 - 12:45 PM


#593 User is offline   dencorso 

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

Posted 09 October 2010 - 01:25 AM

View PostPROBLEMCHYLD, on 08 October 2010 - 08:28 PM, said:

Its says I'm already using the best drivers so it won't install.

Extract the subdirectory "windows" from the zip to a temporary directory and run U2v2_1_9.exe. It should work.

#594 User is online   PROBLEMCHYLD 

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

Posted 09 October 2010 - 07:17 AM

View Postdencorso, on 09 October 2010 - 01:25 AM, said:

Extract the subdirectory "windows" from the zip to a temporary directory and run U2v2_1_9.exe. It should work.

None of them work.

U2v2_1_9.exe
U2v2_051.exe

#595 User is offline   dencorso 

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

Posted 09 October 2010 - 02:47 PM

The try the following (full manual driver update):
Extract the contents of U2v2_1_9.exe to a folder, then go to the device manager, right-click on the device with the exclamation mark, select properties, update driver, don't search, have a disk, then point it to the folder you've extracted U2v2_1_9.exe to. And let me know whether it did work in this way.

#596 User is online   PROBLEMCHYLD 

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

Posted 09 October 2010 - 08:19 PM

View Postdencorso, on 09 October 2010 - 02:47 PM, said:

The try the following (full manual driver update):
Extract the contents of U2v2_1_9.exe to a folder, then go to the device manager, right-click on the device with the exclamation mark, select properties, update driver, don't search, have a disk, then point it to the folder you've extracted U2v2_1_9.exe to. And let me know whether it did work in this way.

Thanks got it working.

#597 User is offline   dencorso 

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

Posted 09 October 2010 - 10:22 PM

View PostPROBLEMCHYLD, on 09 October 2010 - 08:19 PM, said:

Thanks got it working.

Great! Glad to hear it! :thumbup

#598 User is offline   dencorso 

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

Posted 14 October 2010 - 01:36 PM

View Postekeda, on 14 October 2010 - 01:25 PM, said:

Hi all, I found this thread on the web searching for how to remove my usb "safely remove hardware icon" from system tray. I use winXP and I don't want to hide the icon, but to remove it (I actually tried Icon Remover program, but it doesn't work good). I would be glad to hear any sort of ideas, thanks in advance!

This is the wrong place to ask for it. Win 9x/ME is an altogether different OS family than the one (the NT OS family) Win XP belongs to. Therefore I'm moving your post to the right forum (the Win XP forum) and transforming it into a new thread there.

#599 User is offline   98SEUser 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 19-October 10
  • OS:98SE
  • Country: Country Flag

Posted 20 October 2010 - 12:44 AM

Hi to all!
I have MB with i440bx chipset and tried to start using USB flash. I installed nusb 3.3 and got Kingston DT101 1 Gen 4 GB flash from friend of mine. Everything was OK but only with this flash. When I bought EMTEC 2 Gb - no luck, then Kingston DT102 2 Gen - fall again. I have unknown USB device and that's all. USBView says there is device at full speed, but all fields are zeroed (no PID, no VID etc.) I don't know what to do. Help pls!

#600 User is offline   dencorso 

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

Posted 21 October 2010 - 08:33 PM

Are they working? And your original kingston still works? Have you access to a XP or later machine?

View Postdencorso, on 11 December 2009 - 08:30 PM, said:

Before anything, apply KB240075 UHCD.SYS hotfix and see whether that solves your problem.
If that's not enough, post here the VID and PID of your Kingston pendrives, and we'll see what can be done.
ChipGenius http://www.mydigit.c.../ChipGenius.rar, run under Win2k/XP (not under Win98), is probably the easiest way to find out the VID and PID of your Kingston pendrives, BTW.


Share this topic:


  • 38 Pages +
  • « First
  • 28
  • 29
  • 30
  • 31
  • 32
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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