| Author |
Message |
Gary Edstrom
Guest
|
Posted:
Mon Nov 07, 2005 5:27 pm Post subject:
Need Help: Legacy Device Drivers |
|
|
Is there any special component that I need to install to support legacy
device drivers? I have an old driver from our Windows NT 4.0 days that
seems to run just fine under regular XP. However, the embedded system
does not seem to see the driver. Under regular XP, it shows up in the
"non-plug-and-play" section of the device driver manager. No such
section shows up in the embedded version. It looks like all appropriate
sections in the registry have been properly initialized.
Any help would be appreciated.
Thanks, Gary |
|
| Back to top |
|
 |
Nick Nehrhood /MSFT/
Guest
|
Posted:
Tue Nov 08, 2005 12:47 am Post subject:
Re: Need Help: Legacy Device Drivers |
|
|
Hi Gary -
I just looked in the database and it appears there is a class installer
named "Class Installer - Non-Plug and Play Drivers". Please ensure that is
in your build. These class installers enable those nodes in the device
manager so it looks like you might be missing that.
Cheers.
--
Nick Nehrhood
(Windows Embedded Group)
Embedded team blog: http://blogs.msdn.com/embedded/
---
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________
"Gary Edstrom" <gedstrom@pacbell.net> wrote in message
news:ka0vm15beeibf0aupjehsjus7dhljs0i27@4ax.com...
| Quote: | Is there any special component that I need to install to support legacy
device drivers? I have an old driver from our Windows NT 4.0 days that
seems to run just fine under regular XP. However, the embedded system
does not seem to see the driver. Under regular XP, it shows up in the
"non-plug-and-play" section of the device driver manager. No such
section shows up in the embedded version. It looks like all appropriate
sections in the registry have been properly initialized.
Any help would be appreciated.
Thanks, Gary |
|
|
| Back to top |
|
 |
Gary Edstrom
Guest
|
Posted:
Tue Nov 08, 2005 12:57 am Post subject:
Re: Need Help: Legacy Device Drivers |
|
|
Thanks for the tip, but I think I found the problem. I didn't have the
ISA support component installed. This device driver talks to an old ISA
board that we developed in-house. Once I installed ISA support,
everything came up fine.
Thanks again,
Gary Edstrom
On Mon, 7 Nov 2005 10:47:39 -0800, "Nick Nehrhood /MSFT/"
<nickneh@online.microsoft.com> wrote:
| Quote: | Hi Gary -
I just looked in the database and it appears there is a class installer
named "Class Installer - Non-Plug and Play Drivers". Please ensure that is
in your build. These class installers enable those nodes in the device
manager so it looks like you might be missing that.
Cheers. |
|
|
| Back to top |
|
 |
|
|
|
|