Problem in starting the new driver...

Hi,
In the existing Parallel.sys sample driver I have added my own IOCTL & build
it in checked environment (With new name, My_Parallel.sys). I have copied it
in \WINNT\SYSTEM32\Drivers & register it in registry file by using OSRLodder
(Down loaded from OSR.com ).

When I restarted the M/C it didn’t start this driver. After giving Create
File it’s returning 0. When I checked the error by using GetLastError() it
is showing that the file (LPT1) is not present. It means that driver is not
started.

I have given the following parameter in reg file…
Depend on group - Parallel Arbitrator
Depend on service - ParPort
Display Name - Parallel class driver
Error control - 0x01
Group - Extended base
Image Path - ??\D:\WINNT\system32\drivers\My_parallel.sys
Start - 0x02 (2)
tag - 0x0b (11)
type - 0x01 (1)

Can anybody suggest me how can we start this driver, so that we can pass
our
custom IOCTL into this driver.

Manish Tyagi
1036, 26th Main Road,
4th ‘T’ block, Jayanagar
Bangalore - 560 041, India,
Tel : +91-80-6650084/4095/8381
www.bellsoftech.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com