Skip to main content

Problem with USB drivers

Having messed up my USB drivers, doing things that shouldn't be done on Windows I ended up with the following problems:

1. USB Hubs (specifically a Belkin hub first, and all including internal notebook hubs) were not recognized as such, I made them work as USB Root Hubs installing the driver manually, but with problems.
2. Kindle Fire not recognized as a external drive, the was no way I could find a driver for it.
3. Livescribe Echo Pen not being recognized, even installing the driver manually with an error 257, and connecting and disconnecting by itself every 5 to 10 seconds.


Being desperate, I decided to remove all Universal Serial Bus controllers from the "Computer Management" or Device Manager in Windows, using the reasoning, how worse can this be. To my surprise, nothing was now recognized, even when I re-installed the USB Host Controller with the original Chipset drivers from Intel/Lenovo.

Then, something magic happened, I found an article in the Microsoft Support site:

http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/trying-to-install-usb-hubs/e46ebc32-c968-4a24-ad86-8399ae91f95b?auth=1

Basically it suggested updating the driver software from the following location "C:\windows\winsxs" as it turns out, this is very important windows folder, that I wasn't aware of, it is huge, and has every version, of everything that has been installed in your machine. I first updated the drivers for the USB hub, and magically, everything started to fell in place, it took a while, maybe 15 minutes to install the USB hub, but then, everthing started to appear, even the Kindle Fire as an external drive. The only thing missing was the Livescribe Echo, but again, I updated from drivers to c:\windows\winsxs instead of the Echo drivers location (C:\Program Files (x86)\Common Files\Livescribe\PendriverV2.2). You don't even have to look for a directory inside of it, just choose the complete folder. One of the internal USB hubs kept being recognized as a unknown device, but working, I updated it also form the same location.

At the end everything returned to work. Hope this helps if you run in the same of similar problems.

Comments

Popular posts from this blog

vmware.exe - No Disk

I was trying to run vmware last nigh, and started receiving an error message, trying to open vmware, the moment I tried to opened, it a received the error. Vmware player was working OK, but I wanted to create a new virtual machine so I had to find a solution. The error message was: wmware.exe - No Disk There is no disk in the drive. Please insert a disk into drive \Device\Harddisk3\DR2. I looked everywhere, including the registry, trying to find a configuration option or something that could be wrong, and nothing helped. Then I discovered a couple of  entries on vmware site that helped solving it. Apparently there is something wrong with the preferences file, locate in  %APPDATA%\VMware\ preferences .ini for  Windows  ~/.vmware/ preferences  for  Linux Not wanting to spend all night trying to solve it, I first deleted de preferences.ini file without looking into it much with  no luck. The solution: I deleted the directory VMWare, first I typed cd %APPDATA% in a command wi

com.pivotmobile.android.metrics file on my Android phone

I recently ran an scan on my phone using MVISION, the scan indicated that com.pivotmobile.android.metrics was sideloaded and that it should be deleted. I could not find any valuable information of its origin on the web, but looking at the application tab on my phone setting, I could find out that it was installed by Claro, my mobile service provider. So I went ahead and deleted, without a problem Take this with a little caution (backup before deleting, bla, bla, bla), but it looks to be a mobile service provider tracking file.

Ubuntu does not recognize windows partitions

Trying to install Ubuntu 12.10, the Ubuntu installer does not recognize that a Windows partition exists. Looking around, it seems kind an usual problem, but with not many real solutions. Browsing around I found an utility to "fix"my partition table. My partition table was working great in Windows, so "fix" is more appropriate than fix. http://www.rodsbooks.com/fixparts/ Being myself I Windows person, I selected the Windows version of the program: to run it I used fixparts 0: The first thing I got was: NOTICE: GPT signatures detected on the disk, but no 0xEE protective partition! The GPT signatures are probably left over from a previous partition table. Do you want to delete them (if you answer 'Y', this will happen immediately)? (Y/N): Now I understood the problem. I used this disk to install MacOS, and the leftovers made the problem. I selected, Y (for yes) and then w to save and exit. Booted Windows again to see everything was OK, and th