Enable test mode to solve USB problems?

Page 31 of 32 FirstFirst ... 2129303132 LastLast

  1. Posts : 131
    Windows 7 Home Premium 64 bit
    Thread Starter
       #301

    Still no luck. Driver installed fine but on reboot the USBs don't work. Codes 52
    Attached Thumbnails Attached Thumbnails Enable test mode to solve USB problems?-no-usbs-again-after-usb3-install-jan-20.png  
      My Computer


  2. Posts : 6,458
    x64 (6.3.9600) Win8.1 Pro & soon dual boot x64 (6.1.7601) Win7_SP1 HomePrem
       #302

    Just so I'm clear on the status.
    The Intel diver was installed after uninstalling the driver from HP
    DSE was disabled for the install of the Intel driver
    No issue with the install itself
    A restart caused the issue to resurface - all USB devices report code 52

    I'm not sure if the restart was a normal boot or you disabled DSE.

    If it was a normal boot - that was a good test because you want your system to behave normally.

    Try another restart and disable DSE this time. Hopefully, the system reports all devices working.

    I'm looking again at your DevManView output. There are a lot of things that are suspect, and if we can address them if you want. It's easy, but tedious. It might not affect the status though, only making the change will you know for sure.

    The USB drivers are good (I think they're good anyway), but something steps on them on a normal boot. The trouble is I can't determine what that something is. I can focus on the USB devices, but it might be any of the drivers - it would take too much of your time to try testing all of the drivers. (there is something else to try - I'll post that next)

    The one that stood out is Datacolor Spyder4 - something to do with your art methinks. Can you tell me a little about that? A drawing pad perhaps?

    Thanks,

    Bill
    .
      My Computer


  3. Posts : 131
    Windows 7 Home Premium 64 bit
    Thread Starter
       #303

    "Just so I'm clear on the status.
    The Intel diver was installed after uninstalling the driver from HP
    DSE was disabled for the install of the Intel driver
    No issue with the install itself
    A restart caused the issue to resurface - all USB devices report code 52

    I'm not sure if the restart was a normal boot or you disabled DSE.

    If it was a normal boot - that was a good test because you want your system to behave normally."

    Yes to all of the above with DSE disabled. Everything was fine until the normal reboot.

    Datacolor Spyder4 is a device that calibrates your computer monitor. It is used for photography to get the best match between how the photo looks on your monitor vs how it will look when printed. When the computer boots up, Spyder4 gives you a message that the calibration is still correct. I don't remember seeing the message come up lately on reboots.
    I'll restart now.
      My Computer


  4. Posts : 131
    Windows 7 Home Premium 64 bit
    Thread Starter
       #304

    Booted up with DSE disabled and everything works fine again. Spyder didn't give me a message. I don't have the device down here so I can't test anything.

    I'm satisfied with how things are working now in case you want to give up on it. It isn't that big a deal to disable DSE on boot up. I don't shut it down very often. It only shuts down with automatic updates, which are disabled right now.
      My Computer


  5. Posts : 6,458
    x64 (6.3.9600) Win8.1 Pro & soon dual boot x64 (6.1.7601) Win7_SP1 HomePrem
       #305

    Thanks,

    re: Spyder - I started digging deeper and looked at anything USB. Not necessarily looking for an error message, just things that might have some effect on another device. I wasn't familiar with that device so I asked.

    If you're ok with it, then I'm ok with it.

    I would like to do some housekeeping before you re-enable the things we disabled.

    Please open an elevated command prompt and issue the following commands:
    C:
    cd \
    set > %USERPROFILE%\Downloads\envSet.txt
    dir /a > %USERPROFILE%\Downloads\listDriveC.txt
    exit
    There won't be any output on the screen, it's being redirected to the files.

    %USERPROFILE% is an environment variable that points to your User folder. Both outputs are written to the User sub-folder, Downloads. The '%' define the word to be a variable.
    C: makes sure you're on the C: drive
    cd \ makes sure you're at the root of C:
    set reports all environment variables.
    dir lists the files on C:\

    Why? We made quite a mess on C:\ - lots of output files, a few install files, a copy of Swsetup. These are no longer necessary and I'm willing to build a cleanup batch file for you.

    Then I suggest that you defrag your drive. Piriform Defraggler is my favorite, but the Windows built in defrag works fine too, it takes a few more iterations that Defraggler to get the best results.

    After that, you can put the other things back in order.

    As always, this is your thread, your machine, and your time. If you don't want to do more (other than put things back in order), that's what you want to do :)

    It has been a real pleasure working through this issue with you Sheila. I enjoyed the challenge.

    I would grade you very high on trouble shooting if this were a course (it almost is really!).
    Not only were you able to keep track of some very technical and new information, you weren't crabby once

    The thread will be here - leave it unsolved for now. You have a workaround, but that's not the same thing as solved.

    Things disabled:

    System Configuration (msconfig / Clean startup Services and Startup tabs)
    Most of this is junk anyway - I don't run anything at startup except the touchpad, and that's only to use the extra feature of turning off the touchpad when a USB mouse is connected.
    The application will load what it needs, the items in this just pre-load things to make them appear faster when launched.
    One exception might be an Anti-Virus program (some do check at boot) so you would want that enabled. The rest - not so much
    Hibernation - probably should be turned back on
    - and -
    System Protection - probably should be turned back on
    I don't use either and there's always a debate on the added value. In your case, with no viable backup, I recommend both be on.

    Windows Update - another area of debate.
    The way it is currently set is fine as long as you manually check for updates. The "Hey there's a Windows Update" alerts still come through and most updates come on the 2nd Tuesday of every month. Checking every day - is it necessary? Some say yes.

    Device Installation settings - probably want to set this back to automatic

    That's not too bad really. A little dusting of C:\ and some decisions on how you operate your machine.
    All you really have to remember is the DSE workaround.

    When you get back north, you should do a clean install - that will solve the issue completely

    Best Regards

    Bill
    .
      My Computer


  6. Posts : 131
    Windows 7 Home Premium 64 bit
    Thread Starter
       #306

    Here are the files. I hope I did these right. I assume you wanted the output files.
    Enable test mode to solve USB problems? Attached Files
      My Computer


  7. Posts : 6,458
    x64 (6.3.9600) Win8.1 Pro & soon dual boot x64 (6.1.7601) Win7_SP1 HomePrem
       #307

    CrabbyRightNow said:
    Here are the files. I hope I did these right. I assume you wanted the output files.
    Thanks, having the files certainly does help. I should have asked :)

    Looks good. I'll do what I said I'd do and post the batch file in a bit.
    Do you want any of the output or tools you've used? They're also on your thread so won't lose them completely if I remove them in the batch file

    I want you to review the batch file before executing. I have some questions (logmein...) and you might have some questions. but that's probably tomorrow.

    Thanks,

    Bill
    .
      My Computer


  8. Posts : 131
    Windows 7 Home Premium 64 bit
    Thread Starter
       #308

    Thank you for doing this for me. I think I would like to keep the virus/malware-type programs because I might want to run them now and then. I probably won't look at the output files, so you can get rid of those.
      My Computer


  9. Posts : 6,458
    x64 (6.3.9600) Win8.1 Pro & soon dual boot x64 (6.1.7601) Win7_SP1 HomePrem
       #309

    I compromised - the batch file moves the files and directories to your a sub-folder in your Downloads folder

    SFcleanup.bat

    First it assigns DnldLoc as a variable that points to filesFromC in your Downloads folder
    Then it makes the sub-folder Downloads\filesFromC\

    There is no checking done in the batch file, so it should only be executed once
    You might have to answer y if the batch file needs confirmation.
    Ctrl+C breaks out of the batch file

    Here are the commands in the batch file
    Please look at them and ask about anything.

    basically it is move commands (for files) and Robocopy commands (for directories)

    Code:
    set DnldLoc=%USERPROFILE%\Downloads\filesFromC\
    md %DnldLoc%
    @echo ------------------
    @echo moving files
    @echo.
    move "C:\7601usbfix.exe" %DnldLoc%
    move "C:\7z938.exe" %DnldLoc%
    move "C:\crnaa (2).zip" %DnldLoc%
    move "C:\crnaa.zip" %DnldLoc%
    move "C:\drivecleanup.zip" %DnldLoc%
    move "C:\HPSupportSolutionsFramework-en-11.51.0048.msi" %DnldLoc%
    move "C:\mbam-setup-2.0.4.1028.exe" %DnldLoc%
    move "C:\MicrosoftFixit.WinUSB.RNP.1343057827150648.1.1.Run.exe" %DnldLoc%
    move "C:\NOELs Instructions.txt" %DnldLoc%
    move "C:\searchmyfiles-x64.zip" %DnldLoc%
    move "C:\Set LogLevel VERBOSE.zip" %DnldLoc%
    move "C:\Sigcheck.zip" %DnldLoc%
    move "C:\sigtest.txt" %DnldLoc%
    move "C:\Sigtest.zip" %DnldLoc%
    move "C:\sp56156.exe" %DnldLoc%
    move "C:\sp56164.exe" %DnldLoc%
    move "C:\sp57274.exe" %DnldLoc%
    move "C:\spsetup127.exe" %DnldLoc%
    move "C:\TDSSKiller.3.0.0.42_16.01.2015_13.56.52_log.txt" %DnldLoc%
    move "C:\TDSSKiller.3.0.0.42_16.01.2015_14.02.17_log.txt" %DnldLoc%
    move "C:\TDSSKiller.3.0.0.42_16.01.2015_14.02.17_log.zip" %DnldLoc%
    move "C:\TDSSKiller.3.0.0.42_16.01.2015_16.02.04_log.txt" %DnldLoc%
    move "C:\TDSSKiller.3.0.0.42_16.01.2015_16.02.04_log.zip" %DnldLoc%
    move "C:\tdsskiller.exe" %DnldLoc%
    move "C:\VEW.exe" %DnldLoc%
    move "C:\VEW.txt" %DnldLoc%
    move "C:\Windows7-USB-DVD-Download-Tool-Installer-en-US.exe" %DnldLoc%
    @echo ------------------
    @echo moving directories
    @echo.
    Robocopy "AdwCleaner" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "crnaa" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "drivecleanup" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "searchmyfiles-x64" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "Set LogLevel VERBOSE" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "Sigcheck" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "SP56158" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "SP56164" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "SP56808" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "swsetup" %DnldLoc% /E /MOVE /DCOPY:DAT
    Robocopy "SWSetup-x" %DnldLoc% /E /MOVE /DCOPY:DAT
    @echo ------------------
    @echo moving completed
    @echo.
    When you're satisfied that it looks good (files and directories chosen),

    Open a Command Prompt (standard is fine) and enter the following
    C:
    cd \
    %USERPROFILE%\Downloads\SFcleanup
    I did not redirect the output - so if you need me to look at something, you'll need to copy the command prompt window
    Right click the Command Prompt title bar, pick edit, pick select all, then pick copy
    Paste that into Notepad and attach the txt file to a post (tip: you don't need to zip txt files )

    I 'tested' it using mock files on my machine since I don't have the real files. I checked it 3 times for typos - I'm pretty sure I didn't make any. Another pair of eyes never hurts, even if the eyes don't know what they're looking at.

    the command structure's are
    move "file" %destination%
    Robocopy "directory" %destination% /E /MOVE /DCOPY:DAT

    if you see a missing " or missing % please let me know

    The other thing you could do is just use the source filenames and folders (the names in parenthesis directly after the command) in the code box as a reference and use Windows Explorer to make a folder in Downloads, and then drag the stuff off of C:\ to the new folder. Your choice.

    Bill
    .
    Last edited by Slartybart; 22 Jan 2015 at 15:30. Reason: add possible user response & CTRL+C to stop batch file
      My Computer


  10. Posts : 131
    Windows 7 Home Premium 64 bit
    Thread Starter
       #310

    Thanks for doing this for me, Bill!

    I'm HappyRightNow!
      My Computer


 
Page 31 of 32 FirstFirst ... 2129303132 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:26.
Find Us