SRS status error in miniport driver

Hi,

This query is related to the error in SRB

I have a DVD media which was written using pioneer
drive. Now I’m not able to read it in the same pioneer
drive. I’m able to access this media from other drives
like Plasmon. I use a third party software to access
the information(both read and write) from the drives
(Pioneer / Plasmon).

SCSI commands send to the device are failing. Commands
like TUR, Mode sense, ReadDiscInfo fails. I doubt
there could be some problem with the data read from
the Dvd using ReadDiscInfo. I debugged the 3rd party
software . It sends the ReadDiscInfo CDB to the scsi
class driver. I also debugged the class driver. Scsi
class driver forms the SRB and sends it down to the
port driver. When the call returns from the port
driver srbstatus is SRB_STATUS_ERROR. The class driver
checks whether the srb queue is frozen and releases
the queue.

I’m not able to figure out whether the problem is with
third party software or with the port driver code. I
do not have the source code for port driver. Why is
the port driver returning SRS_STATUS_ERROR? Why is the
queue getting frozen in the port driver?

Can anyone please help me out to figure out the
problem?

Regards,
Priya


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Have you considered the possibility that your hardware is failing?

Phil

Philip D. Barila
Seagate Technology LLC
(720) 684-1842

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.com
Sent: Wednesday, June 21, 2006 8:14 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] SRS status error in miniport driver

Hi,

This query is related to the error in SRB

I have a DVD media which was written using pioneer
drive. Now I’m not able to read it in the same pioneer
drive. I’m able to access this media from other drives
like Plasmon. I use a third party software to access
the information(both read and write) from the drives
(Pioneer / Plasmon).

SCSI commands send to the device are failing. Commands
like TUR, Mode sense, ReadDiscInfo fails. I doubt
there could be some problem with the data read from
the Dvd using ReadDiscInfo. I debugged the 3rd party
software . It sends the ReadDiscInfo CDB to the scsi
class driver. I also debugged the class driver. Scsi
class driver forms the SRB and sends it down to the
port driver. When the call returns from the port
driver srbstatus is SRB_STATUS_ERROR. The class driver
checks whether the srb queue is frozen and releases
the queue.

I’m not able to figure out whether the problem is with
third party software or with the port driver code. I
do not have the source code for port driver. Why is
the port driver returning SRS_STATUS_ERROR? Why is the
queue getting frozen in the port driver?

Can anyone please help me out to figure out the
problem?

Regards,
Priya

Hi,

I’m able to read other medias with the hardware. It is
failing only with this particular media.

Regards,
Priya

xxxxx@seagate.com wrote:

Have you considered the possibility that your
hardware is failing?

Phil

Philip D. Barila
Seagate Technology LLC
(720) 684-1842

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf
Of
xxxxx@yahoo.com
Sent: Wednesday, June 21, 2006 8:14 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] SRS status error in miniport driver

Hi,

This query is related to the error in SRB

I have a DVD media which was written using pioneer
drive. Now I’m not able to read it in the same
pioneer
drive. I’m able to access this media from other
drives
like Plasmon. I use a third party software to
access
the information(both read and write) from the drives

(Pioneer / Plasmon).

SCSI commands send to the device are failing.
Commands
like TUR, Mode sense, ReadDiscInfo fails. I doubt
there could be some problem with the data read from
the Dvd using ReadDiscInfo. I debugged the 3rd party
software . It sends the ReadDiscInfo CDB to the scsi
class driver. I also debugged the class driver. Scsi
class driver forms the SRB and sends it down to the
port driver. When the call returns from the port
driver srbstatus is SRB_STATUS_ERROR. The class
driver
checks whether the srb queue is frozen and releases
the queue.

I’m not able to figure out whether the problem is
with
third party software or with the port driver code. I
do not have the source code for port driver. Why is
the port driver returning SRS_STATUS_ERROR? Why is
the
queue getting frozen in the port driver?

Can anyone please help me out to figure out the
problem?

Regards,
Priya


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


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Maybe this media is a failure?

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “priya priya”
To: “Windows System Software Devs Interest List”
Sent: Thursday, June 22, 2006 7:15 PM
Subject: RE: [ntdev] SRS status error in miniport driver

> Hi,
>
> I’m able to read other medias with the hardware. It is
> failing only with this particular media.
>
> Regards,
> Priya
>
> — xxxxx@seagate.com wrote:
>
> > Have you considered the possibility that your
> > hardware is failing?
> >
> > Phil
> >
> > Philip D. Barila
> > Seagate Technology LLC
> > (720) 684-1842
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf
> > Of
> > xxxxx@yahoo.com
> > Sent: Wednesday, June 21, 2006 8:14 PM
> > To: Windows System Software Devs Interest List
> > Subject: [ntdev] SRS status error in miniport driver
> >
> > Hi,
> >
> > This query is related to the error in SRB
> >
> > I have a DVD media which was written using pioneer
> > drive. Now I’m not able to read it in the same
> > pioneer
> > drive. I’m able to access this media from other
> > drives
> > like Plasmon. I use a third party software to
> > access
> > the information(both read and write) from the drives
> >
> > (Pioneer / Plasmon).
> >
> > SCSI commands send to the device are failing.
> > Commands
> > like TUR, Mode sense, ReadDiscInfo fails. I doubt
> > there could be some problem with the data read from
> > the Dvd using ReadDiscInfo. I debugged the 3rd party
> > software . It sends the ReadDiscInfo CDB to the scsi
> > class driver. I also debugged the class driver. Scsi
> > class driver forms the SRB and sends it down to the
> > port driver. When the call returns from the port
> > driver srbstatus is SRB_STATUS_ERROR. The class
> > driver
> > checks whether the srb queue is frozen and releases
> > the queue.
> >
> > I’m not able to figure out whether the problem is
> > with
> > third party software or with the port driver code. I
> > do not have the source code for port driver. Why is
> > the port driver returning SRS_STATUS_ERROR? Why is
> > the
> > queue getting frozen in the port driver?
> >
> > Can anyone please help me out to figure out the
> > problem?
> >
> > Regards,
> > Priya
> >
> > —
> > 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
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> —
> 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