Missing Audio Drivers A205-S5804

My wife has the Satellite A205-S5804, and have searched forum after forum and google search after google serach for the Realtek audio driver for Windows XP SP2. If there is one that exists that anyone has, please share?

Realtek Audio Driver for Windows Vista
driver_audio_realtek_25943C.exe
You'll find all the drivers for that Satellite A205-S5804 at this location.
-Jerry

Similar Messages

  • A quick primer on audio drivers, devices, and latency

    This information has come from Durin, Adobe staffer:
    Hi everyone,
    A  common question that comes up in these forums over and over has to do  with recording latency, audio drivers, and device formats.  I'm going to  provide a brief overview of the different types of devices, how they  interface with the computer and Audition, and steps to maximize  performance and minimize the latency inherent in computer audio.
    First, a few definitions:
    Monitoring: listening to existing audio while simultaneously recording new audio.
    Sample: The value of each individual bit of audio digitized by the audio  device.  Typically, the audio device measures the incoming signal 44,100  or 48,000 times every second.
    Buffer Size: The  "bucket" where samples are placed before being passed to the  destination.  An audio application will collect a buffers-worth of  samples before feeding it to the audio device for playback.  An audio  device will collect a buffers-worth of samples before feeding it to the  audio device when recording.  Buffers are typically measured in Samples  (command values being 64, 128, 512, 1024, 2048...) or milliseconds which  is simply a calculation based on the device sample rate and buffer  size.
    Latency: The time span that occurs between  providing an input signal into an audio device (through a microphone,  keyboard, guitar input, etc) and when each buffers-worth of that signal  is provided to the audio application.  It also refers to the other  direction, where the output audio signal is sent from the audio  application to the audio device for playback.  When recording while  monitoring, the overall perceived latency can often be double the device  buffer size.
    ASIO, MME, CoreAudio: These are audio driver models, which simply specify the manner in which an audio application and audio device communicate.  Apple Mac systems use CoreAudio almost exclusively which provides for low buffer sizes and the ability  to mix and match different devices (called an Aggregate Device.)  MME  and ASIO are mostly Windows-exclusive driver models, and provide  different methods of communicating between application and device.  MME drivers allow the operating system itself to act as a go-between and  are generally slower as they rely upon higher buffer sizes and have to  pass through multiple processes on the computer before being sent to the  audio device.  ASIO drivers provide an audio  application direct communication with the hardware, bypassing the  operating system.  This allows for much lower latency while being  limited in an applications ability to access multiple devices  simultaneously, or share a device channel with another application.
    Dropouts: Missing  audio data as a result of being unable to process an audio stream fast  enough to keep up with the buffer size.  Generally, dropouts occur when  an audio application cannot process effects and mix tracks together  quickly enough to fill the device buffer, or when the audio device is  trying to send audio data to the application more quickly than it can  handle it.  (Remember when Lucy and Ethel were working at the chocolate  factory and the machine sped up to the point where they were dropping  chocolates all over the place?  Pretend the chocolates were samples,  Lucy and Ethel were the audio application, and the chocolate machine is  the audio device/driver, and you'll have a pretty good visualization of  how this works.)
    Typically, latency is not a problem if  you're simply playing back existing audio (you might experience a very  slight delay between pressing PLAY and when audio is heard through your  speakers) or recording to disk without monitoring existing audio tracks  since precise timing is not crucial in these conditions.  However, when  trying to play along with a drum track, or sing a harmony to an existing  track, or overdub narration to a video, latency becomes a factor since  our ears are far more sensitive to timing issues than our other senses.   If a bass guitar track is not precisely aligned with the drums, it  quickly sounds sloppy.  Therefore, we need to attempt to reduce latency  as much as possible for these situations.  If we simply set our Buffer  Size parameter as low as it will go, we're likely to experience dropouts  - especially if we have some tracks configured with audio effects which  require additional processing and contribute their own latency to the  chain.  Dropouts are annoying but not destructive during playback, but  if dropouts occur on the recording stream, it means you're losing data  and your recording will never sound right - the data is simply lost.   Obviously, this is not good.
    Latency under 40ms is  generally considered within the range of reasonable for recording.  Some  folks can hear even this and it affects their ability to play, but most  people find this unnoticeable or tolerable.  We can calculate our  approximate desired buffer size with this formula:
    (Sample per second / 1000) * Desired Latency
    So,  if we are recording at 44,100 Hz and we are aiming for 20ms latency:   44100 / 1000 * 20 = 882 samples.  Most audio devices do not allow  arbitrary buffer sizes but offer an array of choices, so we would select  the closest option.  The device I'm using right now offers 512 and 1024  samples as the closest available buffer sizes, so I would select 512  first and see how this performs.  If my session has a lot of tracks  and/or several effects, I might need to bump this up to 1024 if I  experience dropouts.
    Now that we hopefully have a pretty  firm understanding of what constitutes latency and under what  circumstances it is undesirable, let's take a look at how we can reduce  it for our needs.  You may find that you continue to experience dropouts  at a buffer size of 1024 but that raising it to larger options  introduces too much latency for your needs.  So we need to determine  what we can do to reduce our overhead in order to have quality playback  and recording at this buffer size.
    Effects: A  common cause of playback latency is the use of effects.  As your audio  stream passes through an effect, it takes time for the computer to  perform the calculations to modify that signal.  Each effect in a chain  introduces its own amount of latency before the chunk of audio even  reaches the point where the audio application passes it to the audio  device and starts to fill up the buffer.  Audition and other DAWs  attempt to address this through "latency compensation" routines which  introduce a bit more latency when you first press play as they process  several seconds of audio ahead of time before beginning to stream those  chunks to the audio driver.  In some cases, however, the effects may be  so intensive that the CPU simply isn't processing the math fast enough.   With Audition, you can "freeze" or pre-render these tracks by clicking  the small lightning bolt button visible in the Effects Rack with that  track selected.  This performs a background render of that track, which  automatically updates if you make any changes to the track or effect  parameters, so that instead of calculating all those changes on-the-fly,  it simply needs to stream back a plain old audio file which requires  much fewer system resources.  You may also choose to disable certain  effects, or temporarily replace them with alternatives which may not  sound exactly like what you want for your final mix, but which  adequately simulate the desired effect for the purpose of recording.   (You might replace the CPU-intensive Full Reverb effect with the  lightweight Studio Reverb effect, for example.  Full Reverb effect is  mathematically far more accurate and realistic, but Studio Reverb can  provide that quick "body" you might want when monitoring vocals, for  example.)  You can also just disable the effects for a track or clip  while recording, and turn them on later.
    Device and Driver Options: Different  devices may have wildly different performance at the same buffer size  and with the same session.  Audio devices designed primarily for gaming  are less likely to perform well at low buffer sizes as those designed  for music production, for example.  Even if the hardware performs the  same, the driver mode may be a source of latency.  ASIO is almost always  faster than MME, though many device manufacturers do not supply an ASIO  driver.  The use of third-party, device-agnostic drivers, such as  ASIO4ALL (www.asio4all.com) allow you to wrap an MME-only device inside a  faux-ASIO shell.  The audio application believes it's speaking to an  ASIO driver, and ASIO4ALL has been streamlined to work more quickly with  the MME device, or even to allow you to use different inputs and  outputs on separate devices which ASIO would otherwise prevent.
    We  also now see more USB microphone devices which are input-only audio  devices that generally use a generic Windows driver and, with a few  exceptions, rarely offer native ASIO support.  USB microphones generally  require a higher buffer size as they are primarily designed for  recording in cases where monitoring is unimportant.  When attempting to  record via a USB microphone and monitor via a separate audio device,  you're more likely to run into issues where the two devices are not  synchronized or drift apart after some time.  (The ugly secret of many  device manufacturers is that they rarely operate at EXACTLY the sample  rate specified.  The difference between 44,100 and 44,118 Hz is  negligible when listening to audio, but when trying to precisely  synchronize to a track recorded AT 44,100, the difference adds up over  time and what sounded in sync for the first minute will be wildly  off-beat several minutes later.)  You are almost always going to have  better sync and performance with a standard microphone connected to the  same device you're using for playback, and for serious recording, this  is the best practice.  If USB microphones are your only option, then I  would recommend making certain you purchase a high-quality one and have  an equally high-quality playback device.  Attempt to match the buffer  sizes and sample rates as closely as possible, and consider using a  higher buffer size and correcting the latency post-recording.  (One  method of doing this is to have a click or clap at the beginning of your  session and make sure this is recorded by your USB microphone.  After  you finish your recording, you can visually line up the click in the  recorded track with the click in the original track by moving your clip  backwards in the timeline.  This is not the most efficient method, but  this alignment is the reason you see the clapboards in behind-the-scenes  filmmaking footage.)
    Other Hardware: Other  hardware in your computer plays a role in the ability to feed or store  audio data quickly.  CPUs are so fast, and with multiple cores, capable  of spreading the load so often the bottleneck for good performance -  especially at high sample rates - tends to be your hard drive or storage  media.  It is highly recommended that you configure your temporary  files location, and session/recording location, to a physical drive that  is NOT the same as you have your operating system installed.  Audition  and other DAWs have absolutely no control over what Windows or OS X may  decide to do at any given time and if your antivirus software or system  file indexer decides it's time to start churning away at your hard drive  at the same time that you're recording your magnum opus, you raise the  likelihood of losing some of that performance.  (In fact, it's a good  idea to disable all non-essential applications and internet connections  while recording to reduce the likelihood of external interference.)  If  you're going to be recording multiple tracks at once, it's a good idea  to purchase the fastest hard drive your budget allows.  Most cheap  drives spin around 5400 rpm, which is fine for general use cases but  does not allow for the fast read, write, and seek operations the drive  needs to do when recording and playing back from multiple files  simultaneously.  7200 RPM drives perform much better, and even faster  options are available.  While fragmentation is less of a problem on OS X  systems, you'll want to frequently defragment your drive on Windows  frequently - this process realigns all the blocks of your files so  they're grouped together.  As you write and delete files, pieces of each  tend to get placed in the first location that has room.  This ends up  creating lots of gaps or splitting files up all over the disk.  The act  of reading or writing to these spread out areas cause the operation to  take significantly longer than it needs to and can contribute to  glitches in playback or loss of data when recording.

    There is one point in the above that needed a little clarification, relating to USB mics:
    _durin_ wrote:
     If  USB microphones are your only option, then I would recommend making  certain you purchase a high-quality one and have an equally high-quality  playback device.
    If you are going to spend that much, then you'd be better off putting a little more money into an  external device with a proper mic pre, and a little less money by not  bothering with a USB mic at all, and just getting a 'normal' condensor  mic. It's true to say that over the years, the USB mic class of  recording device has caused more trouble than any other, regardless.
    You  should also be aware that if you find a USB mic offering ASIO support,  then unless it's got a headphone socket on it as well then you aren't  going to be able to monitor what you record if you use it in its native  ASIO mode. This is because your computer can only cope with one ASIO device in the system - that's all the spec allows. What you can do with most ASIO hardware though is share multiple streams (if the  device has multiple inputs and outputs) between different software.
    Seriously, USB mics are more trouble than they're worth.

  • A205-S5804 "Dark Screen" start-up

    My A205-S5804 (P/N PSAF3U-0NR00V) starts up with the screen totally dark until it gets to the mouse pointer and "circulating ring", just before the circular Windows logo. Before that there SHOULD BE (which I still see on my wife's unaffected computer - same identical model):
    (1) Toshiba screen, with options at bottom bar to use F2  or F12
    (2) copyright symbol and "Windows" , and below that a small bar moving repeatedly left to right
    Item (1) should come from BIOS (someone please correct me if I'm wrong)
    Item (2) should NOT be part of BIOS
    Further, when I try to use F2 or F12 at startup, the screen stays dark, the computer reaches a stage of not doing anything (disk light off) and remains in that state.
    I did recntly flash a newer BIOS (version 2.50 for this model, 12/08/2008, file name sa200f3v250.exe), but I think the dark screen start-up began some time before that. The newer BIOS appeared to get in successfully. Also note that a bad BIOS would not explain the missing item (2) above.
    Where do I start?
    Solved!
    Go to Solution.

    After typing out this long query, I realized this looked like a case of BIOS not handling my video, but Windows doing so (once booted far enough). There is in fact something different about my video. The video is set to drive the notebook screen and the external RGB output (which goes to a flat-screen TV so online streaming video can be watched there). It has been convenient to just leave the notebook set for that video option. When I go back to video driving the notebook only, AND DISCONNECT THE CABLE TO THE TV, the start-up is normal.
    Now my question is, is there some way to leave the video set up for the 2 devices, and still get normal start-up?

  • New VIA Audio Drivers

    VIA has released a combo audio drivers to support all these southbridges :
    VT8231
    VT82C686A
    VT82C686B
    VT8233
    VT8233A
    VT8233C
    VT8235
    Here is the link : http://www.viaarena.com/?PageID=69
    And here is the direct download : (Windows) http://downloads.viaarena.com/drivers/audio/ComboAudio_a1u311b.zip

    I installed the MSI Drivers from the MSI cd. All ok but the clock and info tabs were missing. I upgraded the driver from msi site to 3000 and no tabs.
     X(  
    Before the GF4 i had a gf2 and i realized i forgot to uninstall the nvidia drivers before installing the new card's drivers. I uninstalled them and reinstalled the msi driver 3000. But no clock nor info tabs.
    Can someone help me? Are those tabs needed?
    I'm using xp pro, intel p4 1.8 on motherboard intel d850md, 1gb ram.
    Also the 3d turbo experience gives me msivga.ocx initialization error.
    Thanxs.
    Quote
    Originally posted by Assaf
    The MSI tabs only show if you use an MSI driver from the MSI website.
    They are nVIDIA drivers with the added MSI tabs and logos...
    But there is no real reson to do it.

  • HP Pavilion a1210n with Windows Vista 32bit. looking for audio drivers. Can you point me to a link?

    Hello,
    I have an HP Pavilion a1210n running Windows Vista 32bit. I'm missing the audio drivers and can't seem to find them. Can you point me to a link for these drivers?
    Thanks, It's much appricieated!

    I found this link but it doesn't talk about audio drivers in the multimedia package. Am I missing something? Does Vista need to have all OS updates installed for this to work?
    Thanks again!

  • Core Audio Drivers not Found Error (no Logic Pro Installed)

    I am receiving the following error in GarageBand 08 and was hoping someone might be able to assist.
    When recording with a USB mic in GarageBand 08 (MXL USB.006) I sometimes get the following error: (Core Audio Drivers not Found). The error occurs after I have completed a recording session and removed the USB mic. (The error occurs regardless of if I close GB before removing the mic; but only occasionally)
    In checking the GB preferences, the Built-In audio option has disappeared from the drop down menu entirely for both Audio Input and Audio Output (although it still can find the USB mic if I reattach). In the Utilities folder, audio preferences, the Built-In audio option is also missing from the drop downs. (Not grayed out -- missing).
    In researching the problem, it looks like a similar problem occurs with the Logic Pro suite but I don't have that installed on my Mac (and never have). In contacting MXL support, they noted that it was a problem with Leopard and they didn't have a fix.
    At this point, I'm looking for either (1) a fix I've missed in my research or (2) an easy way to reinstall/replace/find the drivers without having to restore my system from backup. I've received the error three times now and restoring from back up - which clears the error and restores the drop down - is getting tiresome.
    Thank you!

    Thank you for the suggestion! I believe that was the issue the first time I lost the drivers. Unfortunately, even resetting the inputs and closing GB before disconnecting doesn't guarantee my Built-In audio won't disappear. Thank you for trying though!

  • T530 - 2429-BQ7 - Unable to locate audio drivers

    Hello,
    My workplace recieved a few of these units, and they appear to be missing Sound Drivers.  I went to the drivers section, and I cannot locate my model number.  BQ7 is not listed there.
    I downloaded System Update 5, and thought it would pick up the sound driver to update, but it also does not pick it up.
    Lastly, I went to the Driver Matrix section, picked T530, downloaded the realtek 85mb file, installed it, but stil nothing after a reboot.
    In the system panel, it indicates about 4 missing drivers for a "Nvidia High Defination audio bus", and 1 missing driver for a RealTek High Defination bus"
    I also tried upgrading the Nvidia drivers video/audio drivers thinking its related, but no luck.  Cant find any audio nvidia driver, only video
    Please help
    can anyone direct me to the correct driver?

    Have you call the support line. Rather than guessing and adding driver packages on a whim that it may be the right one.
    They should not be missing from the image supplied on the system to start with. There is also a driver pack store of these package already on all machines up to Windows 7.
    T520 Model 4239 Intel(R) Core(TM) i7-2860QM CPU @ 2.50GHz
    Intel Sandy Bridge & Nvidia NVS 4200M graphics Intel N 6300 Wi-Fi adapter
    Windows 7 Home Prem - 64bit w/8GB DDR3

  • S5503w win7 64bit ethernet and audio drivers

    I recently acquired a Pavilion Slimline (s5503w) desktop PC.  For whatever reason the hard drive was blanked out when I recieved it and upon installing Windows 7 64-bit (Ultimate Ed) I've had quite some time locating the proper drivers.  Attempting to use the recommended drivers from this website resulted in a 9996 error, you don't meet the requirments.  Proper recommended installer for that version of windows, but no luck.  I've also tried installing the Ethernet and Audio drivers recommended by Nividia's website.  A 15.49 package, but though it recognizes the video card it doesn't notice the onboard Ethernet or Audio.  Neither of these devices is listed in device manager as far as I can tell either.   No typical yellow exclemation mark stating that the driver is missing.
    Any help or a point in the right direction would be greatly apperciated.

    Hi:
    I don't think there is anything wrong with the hardware.
    I would reinstall W7.
    Then right afterward, install that nForce chipset driver first and reboot.
    Then the video driver I posted and reboot.
    Then the audio driver I posted and reboot.
    If you still have issues, try a manual install.
    Download the free 7-zip file utility and extract the files you downloaded into folders.
    Then click on each device in the device manager that needs the drivers.
    Click on the driver tab, click on update driver, select the Browse my computer for software and browse to the folders you extracted for each device.
    Make sure the Include Subfolders box is checked and see if the drivers install that way.
    There has to be a way to get these items installed.
    If you stil can't get the drivers installed, please post the hardware ID's for each device needing drivers so I can confirm that they are what they are supposed to be according to the product specs for your PC.
    If you don't know where to find the hardware ID, please read the info at the link below.
    http://www.devicedriverfinder.com/blog/device-drivers/how-to-check-the-hardware-id-for-a-windows-dev...

  • MSI 785GM-E51 can't install audio drivers

    Hey, I would be grateful if you could help me with this problem.
    When I try to install the audio drivers of this mobo(785GM-E51), Windows 7 can't find them. It offers me another set of drivers - that of VIA's, but it should be Realtek's. Normally it wouldn't be a problem, but I have a an issue with front panel microphone jack(it's not working), so I want to install the proper drivers. I tried disabling auto-installing option of Windows 7, and then install the drivers that MSI offers officially , but still the computer acts as if I didn't install anything.
    EDIT: It seems that I have a different motherboard - in the document I have(about the parts of PC), it says that the computer has MSI 785GM-E51, but now that I checked the informationa about motherboard in the Windows itself, it appaars that ASrock M3A770DE is in the case. So I guess the fact that I can't install the MSI's drivers is because of different mobo. I have no idea how  this could've  happened.

    >>Posting Guide<<
    Why don't you open up a case and read the model? Is the computer secured with some sort of sticker that voids warranty if opened?

  • Audio Drivers for an XP install of a dv7t-1200?

    I had to reformat my laptop and since Vista is still a mediocre at best OS, I decided to switch back to XP. Unfortunately, it seems as though HP has no audio drivers for this operating system. Is there any known way to get audio working on a dv7t-1200 under windows XP? Thank you in advance

    Have you tried driver in C:\swsetup\driver ?
    Pavilion DV2922TX, XP-SP3 32bit, Intel T5750 2.0Ghz, Nvidia Geforce 8400M GS with 128MB, 4GB 667 DDR2, 250GB HDD

  • HT5628 How to fix track pad and audio drivers if we install windows 8 on macbook pro??

    Can anyone help me how to install track pad and audio drivers for my MBP if i install windows 8 on it?

    Run Boot Camp Assistant and select the menu option to download the Windows Support software, Then start Windows and install the Windows Support software. Follow the Boot Camp instructions which detail how to download and install the drivers (Windows Support software).

  • Audio drivers for Compaq C770LA for Win XP Pro / integrated mic not working

    Hello. I have downgraded a Compaq C770LA to Win XP Pro SP3. Almost everything seem works perfect, but I have tried several audio drivers and still can´t get to control or use the integrated mic which this notebook has. I can hear audio and even record, etc, but there is no way to use or get to the integrated mic and some of the volumen controls I was used to (as "Record whats been listened") are lost. Does anybody knows wheter I have to change the driver or if it´s going to be any difference if I install for example the smartaudio add-on? I tried HP but they replied they don´t provide drivers for notebook for Operating Systems other than the one they gave the notebook with.
    Thanks in advance for any clue!

    Try XP downgrade guide, here
    Your model is in Part 2.
    Pavilion DV2922TX, XP-SP3 32bit, Intel T5750 2.0Ghz, Nvidia Geforce 8400M GS with 128MB, 4GB 667 DDR2, 250GB HDD

  • [SOLVED]Sound issue - xine was unable to initialize any audio drivers.

    When I booted this morning the computer showed that arts died and blabla messages, and when I started Amarok I got this nasty error that I occasionally get when I am not in the 'audio' group:
    xine was unable to initialize any audio drivers.
    But I am in the audio group and everything used to work yesterday
    I will post logs and versions later, just to see if it is some common issue or not.
    Last edited by gemidjy (2007-11-13 09:37:56)

    I just deleted ~/.xine and it fixed.

  • Windows 7 Wireless and Audio Drivers on 2010 MacBook Pro

    I have a new MacBook Pro i7 2.66 Mhz with Snow Leopard and dual boot to Windows 7 64 bit Ultimate. I can't find the correct drivers (Windows 7 side) to get the audio and the wireless networking operating. I ran the bootcamp setup from the Snow Leopard install disc on Windows 7. It gave an error message that this model is not supported. I then ran each software driver individually from the install disc and was able to get all to work except the audio and wireless. I then installed the Bootcamp 3.2 update from the Internet with no improvement.
    Does anybody know where the audio and wireless drivers can be located for Windows 7? (Apple Support has not been able to resolve the problem yet) Thank You!

    I'm having the same problem with Windows 7 64-bit Professional. I had to go through the same process to get most of the drivers installed. I've had the same issues with the wireless and audio drivers.
    To get the Apple drivers installed, I followed the instructions from this blog post.
    http://michael.anastasiou.me/index.php?option=com_content&view=article&id=22:qbo ot-camp-x64-is-unsupported-on-this-computer-modelq-solution&catid=7:how-to&lang= en
    Has anyone had any luck with the rest of the drivers?

  • Black SOD after Vista Updates on Satellite A205-S5804

    I have a Satellite A205-S5804 laptop running Vista Home Premium. It ran fine until an automatic update (about a month ago). Then I got the Black Screen Of Death during bootup (somewhere after the Vista starts to load but prior to the user logon). Took it to the Geek Squad who says it isn't hardware related (as my extended warranty only covers hardware). They claimed it is a corrupted OS. I think they are correct about it not being hardware since I can get it to go to Safe Mode. Restore didn't work. I acquired a copy of Vista Home Premium and attempted to run repair but that didn't correct the problem. Next I reloaded it. Everything ran great like it is suppposed to. But the automatic update downloaded and installed the 92 or so Vista updates that it supposedly needs since the Vista disk was produced. Now the problem is back. I can get to Safe Mode, into the BIOS and just about everything else except I cannot get it to boot normally without black-screening before the login to user prompt. I have hooked an external monitor up and when the laptop blacks out the external monitor reports no signal. I suspect there is an issue with a Vista update (which one I do not know). I have already backed up the data I want to save and have that on another computer. Any suggestions other than to reload Vista and not ever acquire any updates? Is there a setting in the BIOS or a "fix" to the Vista update? I tried searching for hours on this issue and have not found a solution. Thanks for any help or suggestions from other Toshiba users.

     Restore didn't work. 
    What does that mean?
    It means that when I selected an earlier restore point (prior to when I suspect the Vista update downloaded and installed) the black screen issue remained. At none of my restore points could I get the issue to go away or resolve itself.
    I tried the Toshiba restore to out of the box, or at least I wanted to, however, following the manual instructions the laptop did not give me that option. I held down the 0 (zero) button and powered it on but it did not go into the Hard Drive Recovery mode. I suspect my model is not one of the ones that came with this option.
    So, after taking the laptop to the Geek Squad originally after the problem appeared and verifying that I don't have a hardware problem and also trying the recommended methods for returning to a stable and fully functional computer, I purchased a legit copy of Vista Home Premium so that I could reload the operating system. Yes, I am realizing how much more difficult Vista is than XP. I have reloaded Vista from scratch. I registered the copy. I have downloaded and installed SP1. I am currently doing SP2. I am basically creating a clean machine with just an OS loaded. Once I am sure that it will function properly (no more blacking out) I will reload my programs and transfer my data back.
    Tedious process...but it seems like my best option. And now that it is in progress there really isn't any point in trying anything else other than uninstalling any update(s) after I reach a stable point that may be causing the screen to black out. If and when I reach that point again I will visit Microsoft to see what assistance I can get for any Windows Updates that I can identify as being troublesome.
    I really appreciate everyone's input and suggestions. I was hopeful that it would be something as simple as an outdated driver or something along those lines. However, as much as I have searched, I have not found anyone who has had the exact same problem and there doesn't seem to be an easy cure. I will keep you posted on my success or failure with the method I have chosen. Thanks again.

Maybe you are looking for

  • Help in loop and at new

    Hallow I have a program that call to smart form. The user have to put course number and employee number and  the program check if the student pass the course send sf and if don’t  send other sf .my problem is when the user put just course number in,

  • External monitor for macbook air 3,1

    Bought a Samsung external monitor to connect to my macbook air 3,1. Connection failed. Phoned Samsung who told me I needed resolution of at least 1900 X ? . Only have 1366X768. Is it possible to find a monitor, or can I do anything to upgrade the res

  • Why is an internet connection required.

    I am requested to sign in every time I use photoshop - as I not normally have a connection when using the laptop this makes working remotely impossible. I asked before signing up to the cloud if an internet connection was required. - Only to download

  • Imovie recognises camcorder but no image/sound

    Hi there, I have an old SOny dcr-pc103e camcorder and am trying to get the video clips from dv tapes into iMovie via a firewire cable (4to6 on iMac or 4to9 on MAcbook pro). iMovie recognises the camcorder and controls it (play, stop, rewind...) but t

  • R/3 4.6C  to SAP WAS J2EE engine

    Hi, I am new ABAP Programming and more into J2EE. I would like to know different approachs available to communicate or send data from ABAP to J2EE engine/Web Applicaiton asynchronously. I am looking for SAP WAS 6.40 Thanks in Advance