Direkt zum Hauptbereich

This device is not working properly because Windows cannot load the drivers required for this device. (Code 31)

No solution yet. :-(

It started all when I installed Windows 7. To get online when travelling I installed a driver for a UMTS stick and it all worked fine, but suddenly the connection could not be established (anymore!).

I tried a thousand things, but I am still stuck with this error. When I plug in the UMTS stick I get an error when installing the driver  - something with modem always.

Then I got a new mobile phone - Samsung Galaxy S plus and when I plug it, I get the same error. :-(

Kies cannot connect. :-(

Now I unstalled the device (without deleting the software. Let's see what happens.

Then I unplugged the device and let Kies install some driver. It does not say what exactly.

After plugging in the phone it has the same error when installing the driver:


Eventlog says this: "The description for Event ID 1 from source Modem cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

\000000a4"

Update Jan 2012: I gave up and installed my whole Win 7 from scratch. Now it works again. I wonder what broke it and if it will happen again. :-(

Kommentare

Beliebte Posts aus diesem Blog

Error: HPDMG0764E An internal error has occurred. (status 0x14c012fc)

Error: HPDMG0764E An internal error has occurred. (status 0x14c012fc) pdadmin sec_master> user create dg1234 uid=dg1234,cn=team1,cn=users,o=company lala lala ********** Could not perform the administration request Error: HPDMG0764E An internal error has occurred. (status 0x14c012fc) Description: After the upgrade from Policy Director (policy server) V5.1 to V6.0 the errors above occured when trying to write to the registry. Solution: The task of updating the ldap schema did not work well for some reason. After doing it again the errors did not occur again: # ivrgy_tool -d -h ldap_host -p port -D ldap_admin -w pwd schema

WebSphere Application Server LDAP: The administrative user ID does not exist in the user repository.

When you try to enable global security with ldap authentication you get the following error when configuring your ldap repository (IBM Directory Server): The administrative user ID does not exist in the user repository. Reason: The bind user must be searchable. This means that an ldapsearch with this user as bind user must return his own entry. If this does not work, you have to add an aclEntry: vi change-was7101-aclentry.ldif dn: uid=was7101,cn=mygroup,cn=admusr,o=mycomp aclentry: access-id:UID=WAS7101,CN=MYGROUP,CN=ADMUSR,O=MYCOMP:normal:rsc $ ldapmodify -h myhost -x -D "cn=root" -w ******* -f change-was7101-aclentry.ldif modifying entry "uid=was7101,cn=mygroup,cn=admusr,o=mycomp" Now user was7101 can do an ldapsearch to find itself and therefore you can use it to configure you LDAP repository. This article gave me the hint: http://www-01.ibm.com/support/docview.wss?rs=767&uid=swg21219253