To clarify, you cannot net start/stop a pnp driver from the cmd line.
You must use the pnp config apis (or GUI) to manage the drivers
associated with a device to get a pnp driver to load
d
– I can spell, I just can’t type.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wookey
Sent: Thursday, August 31, 2006 4:23 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] help installing filter driver
Instructions for installing the mouse filter are in the “moufiltr.htm”
file in the same directory as the source code.
Don’t use the OSR loader - so first unregister the driver via the OSR
loader.
- Open the Device Manager.
- Open the Properties of the PS/2 mouse installed on the system.
- Click the Driver tab, and then click Update Driver.
- Follow the wizard’s prompts, and when prompted, select the Display a
list of the known drivers option. Then click Next.
- Click Have Disk and then point to the location of the .inf file.
- Proceed through the rest of the install. You will need to reboot the
machine if you are filtering a PS/2 device.
The driver will start after you reboot.
cheers
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.com
Sent: Friday, 1 September 2006 9:02 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] help installing filter driver
Hey all,
When I try to install the src/input/moufiltr filter driver example from
the DDK, I get the following error after registering it as a service and
running ‘net start moufiltr’:
System error 1058 has occurred.
The service cannot be started, either because it is disabled or because
it has no enabled devices as sociated with it.
The device manager says that my PS/2 mouse driver is working properly,
and I haven’t modified the sample at all. Any ideas what’s going on and
how I can fix it? Thanks!
~Dave
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer