Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: WinXP System Verification Error in STREAM.SYS WDM driver error 23b

Reply
Thread Tools Display Modes

Re: WinXP System Verification Error in STREAM.SYS WDM driver error 23b

 
 
Ciccio
Guest
Posts: n/a

 
      03-13-2006
On Sat, 11 Mar 2006 18:55:20 -0800, Rock <> wrote:
> Could be video card related. Good luck.


Hi Rock,
Apparently it's audio & video related based on this MS article
http://www.microsoft.com/whdc/device...dmaud-drv.mspx
which refers to this Microsoft WDM document
http://download.microsoft.com/downlo...wdmaud-drv.doc
which is titled "Getting Started with WDM Audio Drivers".

From this, we see WDM stands for Windows Driver Model and "stream.sys"
is used for "kernel streaming" in non Windows XP systems (see the MS
article titled "Non-PCM Wave Formats and WDM Audio Drivers" at
http://www.microsoft.com/whdc/device/audio/Non-PCM.mspx
http://download.microsoft.com/downlo...wdmaud-drv.doc

Specifically, Microsoft says, for non WinXP systems, "the Stream class
system driver (stream.sys) provides general streaming support for
audio and video devices.".

However, for Windows XP and later, Microsoft says "Stream has been
superseded by AVStream. Microsoft currently supports Stream on an
as-is basis for the benefit of existing Stream class minidrivers."

Hmmmmmmmm..... I wonder if this means instead of replacing the
stream.sys with a later driver, that maybe I should just delete it
since I'm on Windows XP and since Windows XP doesn't seem to need it
according to this document.

Maybe deletion is the solution here???
How does one eliminate a device driver such as stream.sys?

Do we just delete it and hope for the best?
Or is there a more proper way to eliminate device drivers?
 
Reply With Quote
 
 
 
 
Alexander Grigoriev
Guest
Posts: n/a

 
      03-13-2006
Stream.sys is just a library for some vendor-specific driver. If that driver
misbehaves, stream.sys may well crash, but the blame is on a vendor-specific
driver.

"Ciccio" <> wrote in message
news:...
> On Sat, 11 Mar 2006 18:55:20 -0800, Rock <> wrote:
>> Could be video card related. Good luck.

>
> Hi Rock,
> Apparently it's audio & video related based on this MS article
> http://www.microsoft.com/whdc/device...dmaud-drv.mspx
> which refers to this Microsoft WDM document
> http://download.microsoft.com/downlo...wdmaud-drv.doc
> which is titled "Getting Started with WDM Audio Drivers".
>
> From this, we see WDM stands for Windows Driver Model and "stream.sys"
> is used for "kernel streaming" in non Windows XP systems (see the MS
> article titled "Non-PCM Wave Formats and WDM Audio Drivers" at
> http://www.microsoft.com/whdc/device/audio/Non-PCM.mspx
> http://download.microsoft.com/downlo...wdmaud-drv.doc
>
> Specifically, Microsoft says, for non WinXP systems, "the Stream class
> system driver (stream.sys) provides general streaming support for
> audio and video devices.".
>
> However, for Windows XP and later, Microsoft says "Stream has been
> superseded by AVStream. Microsoft currently supports Stream on an
> as-is basis for the benefit of existing Stream class minidrivers."
>
> Hmmmmmmmm..... I wonder if this means instead of replacing the
> stream.sys with a later driver, that maybe I should just delete it
> since I'm on Windows XP and since Windows XP doesn't seem to need it
> according to this document.
>
> Maybe deletion is the solution here???
> How does one eliminate a device driver such as stream.sys?
>
> Do we just delete it and hope for the best?
> Or is there a more proper way to eliminate device drivers?



 
Reply With Quote
 
Rock
Guest
Posts: n/a

 
      03-13-2006
Ciccio wrote:

> On Sat, 11 Mar 2006 18:55:20 -0800, Rock <> wrote:
>
>>Could be video card related. Good luck.

>
>
> Hi Rock,
> Apparently it's audio & video related based on this MS article
> http://www.microsoft.com/whdc/device...dmaud-drv.mspx
> which refers to this Microsoft WDM document
> http://download.microsoft.com/downlo...wdmaud-drv.doc
> which is titled "Getting Started with WDM Audio Drivers".
>
> From this, we see WDM stands for Windows Driver Model and "stream.sys"
> is used for "kernel streaming" in non Windows XP systems (see the MS
> article titled "Non-PCM Wave Formats and WDM Audio Drivers" at
> http://www.microsoft.com/whdc/device/audio/Non-PCM.mspx
> http://download.microsoft.com/downlo...wdmaud-drv.doc
>
> Specifically, Microsoft says, for non WinXP systems, "the Stream class
> system driver (stream.sys) provides general streaming support for
> audio and video devices.".
>
> However, for Windows XP and later, Microsoft says "Stream has been
> superseded by AVStream. Microsoft currently supports Stream on an
> as-is basis for the benefit of existing Stream class minidrivers."
>
> Hmmmmmmmm..... I wonder if this means instead of replacing the
> stream.sys with a later driver, that maybe I should just delete it
> since I'm on Windows XP and since Windows XP doesn't seem to need it
> according to this document.
>
> Maybe deletion is the solution here???
> How does one eliminate a device driver such as stream.sys?
>
> Do we just delete it and hope for the best?
> Or is there a more proper way to eliminate device drivers?


Make a restore point, rename the driver, see if that helps.

--
Rock
MS MVP Windows - Shell/User

 
Reply With Quote
 
Rock
Guest
Posts: n/a

 
      03-13-2006
Ciccio wrote:

> On Sat, 11 Mar 2006 18:55:20 -0800, Rock <> wrote:
>
>>Could be video card related. Good luck.

>
>
> Hi Rock,
> Apparently it's audio & video related based on this MS article
> http://www.microsoft.com/whdc/device...dmaud-drv.mspx
> which refers to this Microsoft WDM document
> http://download.microsoft.com/downlo...wdmaud-drv.doc
> which is titled "Getting Started with WDM Audio Drivers".
>
> From this, we see WDM stands for Windows Driver Model and "stream.sys"
> is used for "kernel streaming" in non Windows XP systems (see the MS
> article titled "Non-PCM Wave Formats and WDM Audio Drivers" at
> http://www.microsoft.com/whdc/device/audio/Non-PCM.mspx
> http://download.microsoft.com/downlo...wdmaud-drv.doc
>
> Specifically, Microsoft says, for non WinXP systems, "the Stream class
> system driver (stream.sys) provides general streaming support for
> audio and video devices.".
>
> However, for Windows XP and later, Microsoft says "Stream has been
> superseded by AVStream. Microsoft currently supports Stream on an
> as-is basis for the benefit of existing Stream class minidrivers."
>
> Hmmmmmmmm..... I wonder if this means instead of replacing the
> stream.sys with a later driver, that maybe I should just delete it
> since I'm on Windows XP and since Windows XP doesn't seem to need it
> according to this document.
>
> Maybe deletion is the solution here???
> How does one eliminate a device driver such as stream.sys?
>
> Do we just delete it and hope for the best?
> Or is there a more proper way to eliminate device drivers?


I would also make sure you have an image to restore if something goes
wrong. If you need more info on this post back.

--
Rock
MS MVP Windows - Shell/User

 
Reply With Quote
 
ANONYMOUS
Guest
Posts: n/a

 
      03-14-2006


Ciccio wrote:
>
> Maybe deletion is the solution here???
> How does one eliminate a device driver such as stream.sys?
>
> Do we just delete it and hope for the best?
> Or is there a more proper way to eliminate device drivers?



Just rename it and see what happens. Test it for about a week.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Specified driver could not be loaded due to system error 126 sunil Windows Vista General Discussion 0 04-15-2008 05:12 AM
WinXP 64 Bit driver with asm-file - Argument error by ml64 maddin123 Windows Vista Drivers 2 12-05-2005 08:15 PM
Driver verifier IO SYSTEM VERIFICATION ERROR 226 v_mirgorodsky@yahoo.com Windows Vista Drivers 12 07-11-2005 08:26 PM
WDM driver for WinXP writefile and readfile error Felisberto Coimbra Windows Vista Drivers 1 10-14-2004 09:12 AM
Device Driver loading error on 2nd PCI card, WinXP SP1 Curtis Rubel Windows Vista Drivers 3 05-13-2004 02:51 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59