The MASM Forum

General => The Campus => Topic started by: Kenneth on June 18, 2015, 11:42:04 PM

Title: Looking for tools to troubleshoot device driver loading problems
Post by: Kenneth on June 18, 2015, 11:42:04 PM
Hi,

I've got a device driver DLL that is generating an unspecified error when trying to install.
An installation software package is provided by the manufacture.
Unfortunately, the company that wrote the driver, is not supporting it anymore, and no one there is willing to discuss it.
It's an old driver legacy - 1988 to 2011.

I've tried using the Regsvr32 service, it reports that the driver was loaded, but no entry point was found.

Anyway, I'm wondering if there are any tools available to determine the cause of the driver installation failure?
.

Thanks!
Title: Re: Looking for tools to troubleshoot device driver loading problems
Post by: jj2007 on June 18, 2015, 11:46:33 PM
Hi Kenneth,

There are no such generic tools, but debugging could be an option. How big is the DLL? If zipped < 512kBytes, you can post it here, so that we can have a look.

Besides, it would be important to know which OS version you are using, what the DLL is supposed to do, and what exactly the problem is (error messages etc).

Welcome to the forum :icon14:
Title: Re: Looking for tools to troubleshoot device driver loading problems
Post by: dedndave on June 19, 2015, 01:02:15 AM
can you tell us what the device is
and, perhaps, give us a link to download the DLL (or driver package, better yet)
DLL's are not, in and of themselves, device drivers - they are libraries
device drivers have different extensions
Title: Re: Looking for tools to troubleshoot device driver loading problems
Post by: Gunther on June 22, 2015, 05:18:27 PM
Hi Kenneth,

do you have the source of the driver?

And welcome to the forum.

Gunther
Title: Re: Looking for tools to troubleshoot device driver loading problems
Post by: Raistlin on June 22, 2015, 06:55:46 PM
generic tool if win7 = driver verifier manager
Title: Re: Looking for tools to troubleshoot device driver loading problems
Post by: Kenneth on June 23, 2015, 04:30:51 AM
Thanks everyone for taking the time to look at this.
My biggest issue with this whole scenario is that it's for 1 customer, with 1 installation of an out-dated system.
I find it difficult to justify spending the time and energy to chase this down.

I have pushed for the customer to upgrade and it looks like they will.
So, I'm going to close this issue and again extend my gratitude to all those whom offered assistance.

I hope I can return the favor now that I have joined this forum!


Ken-