Thanks, the first link seems to have done the trick - into my bookmarks it
goes!
SusanV
Brian A. <basc...@nattbio.com> wrote in message
news:QIGm9.13515$dp1....@rwcrnsc52.ops.asp.att.net...
> Susan,
> Not sure if this is in any of Rob's many links or if you tried it yet.
For
> a possible solution:
> http://www.donath.org/Rants/MSTechHorror/
>
> or:
> http://www.usbman.com/Troubleshooter%20General.htm
>
> --
>
> Brian A.
>
>
> "Susan VanAllen [MVP]" <svan...@mvps.org> wrote in message
> news:#xgwePhaCHA.2612@tkmsftngp12...
> > Hi all,
> >
> > Having a problem with the USB Root Hub on a Win98SE machine. Device
> manager
> > has yellow exclamation mark, properties show this error:
> > The Ntkern.vxd device loader(s) for this device could not load the
device
> > driver. (Code 2)
> >
> > This machine was originally installed with SE, and isn't a dual-boot or
> > upgrade, and doesn't have any optical mice or any other usb devices
> > installed. Only usb device used is a camera, and used to work fine, no
new
> > software or devices installed - according to user, anyways... I'm sure
> > there's something this user isn't telling me - maybe he just doesn't
> > remember or think it's relevant, but I'm out of ideas...
> >
> > Have checked all hid*.sys files in windows\system32\drivers for version,
> > have removed those files, removed usb root hub and reinstalled it using
SE
> > cd...
> >
> > Any takers?
> >
> > Thanks in advance,
> >
> > Susan
> >
> >
>
>
--
Brian A.
"Susan VanAllen [MVP]" <svan...@mvps.org> wrote in message
news:#CbvSiuaCHA.3752@tkmsftngp08...
Hah!! Chalk up another one for the VxdFix! Over 200 hits on Google
for
"vxdfix", although I found a problem with the batch file method and
most
sites touting the fix - two files go into system folder and the other
5
go into vmm32 subfolder. So I cooked up this inf file to do it right.
Notice the website embedded in the file so that one can go see what
the
heck the vxdfix is. Copy and Paste the following into Notepad, Save
As
VxdFix.inf and then right click it and choose install.
-------------
; VxdFix.Inf - install this inf file to correct lack of proper vxd
; inclusion into vmm32.vxd at Windows install time. These 'missing'
; files will fix a lot of BSODs, hesitations, and shutdown problems.
;
; http://www.speedguide.net/Windows/win_bugs.shtml
;
[version]
signature="$CHICAGO$"
AdvancedINF=2.5, "You need a newer version of Advpack.dll"
LayoutFile=layout.inf
[DefaultInstall]
AddReg=Unentry
CopyFiles=Fivevmm32.Files,Twosys.Files,Vxdinf
[DefaultUnInstall]
DelReg=Unentry
DelFiles=Fivevmm32.Files,Twosys.Files ; This inf file stays in Inf
; folder so that you may re-install it in the future
[DestinationDirs]
Vxdinf=17 ; Inf folder
Fivevmm32.Files=22 ; System\vmm32
Twosys.Files=11 ; System
[Fivevmm32.Files]
configmg.vxd
ntkern.vxd
vcomm.vxd
vdmad.vxd
vmouse.vxd
[Twosys.Files]
vdd.vxd
vflatd.vxd
[Vxdinf]
VxdFix.inf
[Unentry]
HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\" VxdFix
","DisplayName",,"VxdFix remove only"
HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\" VxdFix
","UninstallString",,"rundll setupx.dll,InstallHinfSection
DefaultUninstall 132 %17%\VxdFix.inf"
; Watch out for word wrap!
[SourceDisksNames]
55=,"",0
[SourceDisksFiles]
VxdFix.inf=55
--------------