Video/Audio Drivers

I have a motherboard with built in Audio/Video. I have MS-6575 and I need the drivers for Audio/Video and I had lots of trouble finding it on the site and I was wondering if someone could point me in the right direction. Thanks

For your VGA
http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_list.php?part=1&kind=6&CHIP=6&ID=1
Scroll to the bottom of the page where you see this "SiS® 650/650GL/651/661FX/740 VGA Drivers"
For your Sound
http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_list.php?part=1&kind=3&CHIP=3&Page=2&num=0
Second on the bottom, look for "Realtek ALC Series AC'97 Audio Drivers"
Extra Info
Look for "SiS AGP Drivers" @ [URL]http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_list.php?part=1&kind=1&CHIP=1&Page=2&num=0[/URL] for the AGP driver

Similar Messages

  • 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

  • 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.

  • IChat AV 3.0.1 - Help.  Can't Video/Audio

    Power Mac G5 Quad   Mac OS X (10.4.4)   Here's my set up: Power Mac G5 (Brand New iSight Camera as of Jan 20, 2005) SpeedStream DSL Modem from SBC. I do not have my FireWall on.
    Here's the problem: When a buddy trys to contact me for a Vdieo/Audio call I click their invitation video icon and my video windo pops up and I can see my pretty mug smiling and waiting for the call. At the bottom of the video image is a black rectangle which reads ' PREVIEW' . Anyway, I accept the call by clicking 'Accept'. In the transparent original invitation menu desplayed at the top of the video image it reads: Starting Video call from: [email protected] and on the right side of this menu bar is the Apple gray spinning Gear - which spins and spins and spins. I've let it spin for 5 minutes and nothing happens. I bet I could let it spin forever. The same thing happens when I try and contact someone.
    No my friend on the other line said that al he got was a gray video image coming from me.
    Well, that's it. Any help would be great. Thanks!
    TC

    Hi everyone,
    I might have solved the problem. I did change my PPPoE so my computer would handle the PPPoE connection and not my SBC SpeedStream modem. However, I still had the very same problem as before. I could not Video or Audio chat. I could send and receive files and text chat. As well, when I was invited to a Video or Audio chat when I accpeted the Apple Spinning Gear would just spin and spin and spin, forever if I let it.
    That being said, my friend in San Fran who was helping me sent me his iChat AV 3.1.1 (I had iChat AV 3.0.1) as soon as I downloaded iChat AV 3.1.1 and installed it, well, I could Video and Audio. It works perfectly. My guess is the iChat AV 3.0.1 didn't have the correct drivers for my Brand New iSight and the iChat AV 3.1.1 did. Anyway, my friend and I Video/Audio chated for about an hour with no pause or break...
    Now, I just need to know if my original modem setting will work for the iChat AV 3.1.1 - until I test this I won't say my question is answered just quite yet...
    Tom

  • Apple's Core Audio drivers have been corrupted?

    Since upgrading to Leopard, my Alesis USB Multimix8 mixer has been increasingly getting more and more static output and has become about useless. After trying everything I could think of, I wrote to Alesis and this is what their support said...
    "With Apple’s latest updated OS Leopard, it seems Apple’s Core Audio drivers have been corrupted and affects many class compliant devices such as the Multimix 8 USB which relies on these drivers. Until Apple addresses this with a fix, the best workaround is to back-down to 10.4.10, especially if this will be used in a professional studio."
    Does this sound correct to anyone? Is theAudio Core drivers that bad on Leopard and is this something that Apple even plans to address?
    Thanks!

    Hi, everyone.
    Alesis is VERY quick to point the finger at Apple for all their woes, but after my last experience, I'm thinking this is Alesis' problem.
    At one time I was running my Alesis MultiMix8 FireWire and getting constant kernel panics while working on audio and video deadlines. As this was the famed 8-core (rolling off the assembly lines in May and all that) I was banging my head against the wall. It finally came down to me bringing in all of my office into Apple's Genius Bar at Tysons Corner, VA and trying to duplicate the occurrence.
    The culprit was the Alesis driver.
    When I upgraded to Leopard and the new Alesis FireWire driver, I have encountered no KPs or odd audio issues. Confident, I decided to try out the Alesis iMultiMix8 USB for the Second Edition of Podcasting for Dummies. I got a high-pitched whine/static when I tried working with the audio mixing between iPod and mixer. I returned the mixer and exchanged it for another one. Same problem. I then went and tested the iMultiMix on my PowerBook G4 running 10.4.11. Problem still existed. I wrote to Alesis and told them about the iMultiMix, asking them if this was a common issue.
    No response.
    While Leopard has solved the issues of the KP and continues to perform like a champ, I have been talking to other friends working on both 10.5 and 10.4 having issues with Alesis mixers and USB-powered pre-amps. It sounds less of an Apple issue and more of an Alesis issue.
    I think all we can do is wait for Alesis to resolve the problem they are failing to acknowledge is theirs. Not much of an answer, but apparently this the way things appear to be.

  • OS X 10.10.1 Yosemite Video & Audio Driver Issues

    I have a Mac Mini (Mid 2010), 2.4 GHz Intel Core 2 Dual, 4 GB memory, Nvidia GeForce 320m 256 MB video card connected to a Panasonic 50" Plasma TV via standard HDMI connection. Until I installed OS X 10.10.1 Yosemite the system was working fine. I now have two major issues:
    1. Yosemite can not find the Audio drivers for any of the audio output devices for my Mac Mini (internal speaker, head phone, HDMI, or Optical). If I go to System Preferences > Sound, it tells me "no output devices found".  I can go to the Apple>About This Mac and generate a System Report of the Hardware and under Audio find all the audio output devices. If I then restart Yosemite, it will now find all the audio output devices. If I shut the system down cold, it will lose that information and I have to go through the same process again to get Yosemite to find the audio devices.
    2. The graphics drivers provided are not optomized for the Nvidia GeForce 320m  256 MB video card. This is a common problem with new Operating Systems from both Apple and Microsoft. Unfortunately, there is no path on the Mac to download the Nvidia Drivers as there is for a PC. The problem manifests itself only Mac Mini in how it builds the graphic display in memory. I can actually watch the driver fill the graphic memory with the pixel representations. This is usually a memory utilization problem and how the driver is using a memory buffer in the 4 GB of main memory versus the 256 MB of memory on the graphics board. There are other manifestations of this type of problem, i.e. pixelation of overlapping windows, edge effects on windows, slow video updating since it has to go through the main memory rather than directly to the memory on the graphics card, etc.
    Since Apple has built some very fine computers that last a long time, my laptop and iMac are even older than my Mac Mini, my question is:
    When is Apple going to provide the correct optimized hardware drivers for all the systems that Apple says can run OS X 10.10.1 Yosemite????

    Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • A few simple tips and questions. Neo2 system XP re-install, which audio drivers?

    My questions:
    I'm re-installing my XP Pro system because I have decided I don't want to go with a 2GB primary partition as my first partition. Here are my questions.
    1) Should I update from 1.4 to BIOS 1.5 ?
    2) Which audio drivers should I use? nVidia Driver package 4.57? Or the Realtek ALCXXX_73 from nVidia website? Last time I actually accidentally installed the 4.60 audio MCP driver from the nForce 4 standalone package 6.39, but alas the sound was fine. (perhaps a little strange seeing as how my Neo2 is nForce3 and the 4.60 was from the nForce4 package.
    Which audio drivers should I install?
    3) What is nVidia nTune, what can I do with it and should I bother with it?
    4) Which Catalyst driver should I install? The 29.7 MB driver with Catalyst Control Center or the 23.1 MB driver with Control Panel. Whats the difference and should I care?
    I'll be using MSI update, keeping the windows IDE drivers, I may use the "speedfan" program but no digicell and no corecenter.
    thanx,
    My tips, See below:
    0) Do your first install with a minimum of hardware installed (add your PCI cards later)
    1) Research here for the proper BIOS settings for stable first boot and system install.
    -Disable Agressive Timings in BIOS
    -Turn Off NV/ATI Speedup in hidden BIOS
    2) Install XP and SP2
    3) install video drivers
    4) Install nVidia UDP 5.10 (preferably without audio) and don't install the nVidia IDE drivers, just keep the XP drivers. (Use the XP windows IDE drivers) I used the nVidia LAN and it worked fine.
    5) Install Zone Alarm (or your prefered software firewall) and then hook up LAN, preferably behind a router
    6) Windows update once you have internet working
    7) Install AMD Athlon 64 processor driverv1.1.0.18
    8) Install audio drivers

    Thanx 10-4 on that one. I edited my system install to reflect your idea by inserting Zone Alarm install BEFORE connecting to the internet. As an aside, I have a router which our PC's are connected to, so I'm reasonably safe for a few minutes
    Also, I won't really be installing the ATI Catalyst drivers now, as I'm just using a Gforce2 GTS 32MB AGP for now and XP Pro installs perfectly adequate drivers. When I get my card back from ATI I'll install the Catalyst drivers then. I'd still like some advice on which driver to install when I do though
    Anyone have any other tips in regards to my questions?

  • [Vox] MSI VOX TV BOX USB 2.0 problem with audio drivers compatibility

    Ok,let's go...
    I have a DELL Latitude d510 laptop with a centrino 1.73 GHz procesor and a soundcard supported by Sigmatel software Sigmatel C-Major audio.I bought MSI VOX TV BOX USB 2.0 and tried to install it on my lap top.Yes,I had problems with SP2 on my XP and the MSIVPS software from the instalation CD was crashing every time I tried to start it,but I solved those problems by downloading the latest drivers and the 3.xx version of MSIPVS.But...I still have a problem with audio.To be precise it seems that my audio drivers are incompatible with the VOX drivers.So now I have video but I don't have audio.Also I installed the tv card on my desktop machine and it worked like a charm(everything workes:audio,video,the old MSIPVS which I like better than the new one cause it supports my remote,has better way of managing scanned channels,e.t.c ,but I have USB 1.1 on my MB so the image quality is very poor).I did a lot of experimenting,for example i uninstaled my audio drivers(that Sigmatel C-Major thing),and installed the old MSIVPS and guess what...IT WORKED but there is no use from this cause I don't have audio On the other hand if I have everything installed then in the MSIVPS (the 3.xx version not the old one) under audio I get CD Player as an input audio device(what happened with microphone...?).To cut the long story short I tried a bunch of things and still no audio.Is there any other case of DELL audio software-VOX incompatibility?Any ideas,or solutions?

    thank you for answering me. y have no pci card working, only usb 2.0 and sata devices. also, the MSI geforce 9600gt PExp 2.0 gpu. the only usb 2.0 devices which work, are the flash (pen) drives, keyboard and mouse. but no way that the WLAn adapter and TVcapture, both usb 2.0 work.i've  tested them front side and rear side and is the same failure: if i use a pendrive, works ok. if i insert the wlan or the tv capture stop work as the 2.0 and a advertising window tell me to change to a 2.0 port, means the ports are working slower, at 1.1.  i still have the other PC, built on the MSI K9N4-slif mobo, tested them and both devices work at perfection.  i have 2 screenshots to show you:
    this, is the device manager (sorry, in spanish but you understand that's about the nVIDIA EHCI USB 2.0 controller. the 2nd one seems to be more sensitive (works worth) then the first one. when the tvcapture begin work, then fails, i'm trying to update this controller, does it ok but then the devicemanager-window freeze. i must stroke the "enter" key to "accept" / finish the update. then, fails again:
    the other one is from everest corporate edition:
    both drivers marked with purple colour!
    i think i should update this Win XP drivers, but how? the usbport.inf file (C:\Windows\inf) don't change anything. i don't want to switch xp to vista, i'm happy whit it.
    i'm thinking also on another possibility: could be an energy failure? some usb devices, like the big usb flash dives. 250-320gb, fail because the 5v/usb are receiving it's not enough. could be, but that means this mobo has no solution and i'll loose my money.
    thank you very much and i'll stay alert of your suggestions. by

  • Video & audio ???

    What are my options for video cameras for a new mac book that I will be using to video conferance with a g4 tower that I hope to have configured for remote access. I found a Mac compatible camera that will not allow audio. I amwondering if I may be able to get a seperate sound device to send the audio. The idea is to be able to do surveys inside office buildings and have co-workers view the survey in real time. Recieving video & audio to the home mac to what I am seeing with the away mac.

    Hi jnplantman,
    Any Firewire DV output (6 pin to 6pin) Camcorder
    Any Firewire Web cam
    Any USB cam that has Mac drivers and this Utility http://www.ecamm.com/mac/ichatusbcam/
    The chances are that any USB cam is going to have Windows drivers (if you need them for a Intel)
    Add to these any USB Video Class (UVC) for 10.4.9 as this added drivers for Cameras of this class.
    The X-Box 360 camera is in this group.
    For the System to see the Mic in a camera it must be selected in System Preferences > Sound > Input tab
    AND also iChat > Preferences > Video Section Microphone drop down
    AND it must be On in iChat's Video menu > Microphone Enabled
    (Plus of course any On switch on the device itself).
    I use a DV Converter for either a Analogue CamCorder or a stills camera that outputs TV signals.
    I also use either a separate USB desk mounted Mic or a USB headset as Sound input although I could use the Mic on the Camcorder
    See also this thread in the iSight Discussions
    http://discussions.apple.com/thread.jspa?threadID=927333&tstart=0
    10:54 PM Tuesday; May 1, 2007

  • No audio, after factory reset,flash install,SoundMax & HDA audio drivers won't install

    My problems are:
    No sound with Youtube or the laptop itself
    SoundMax won't install either though I downloaded HDA audio drivers it requested.
    Flash download stuffed up my SoundMax after factory reset.
    I decided to do a factory reset after Youtube starting slowing down. After reset it (Youtube) kind of worked better
    then the audio disappeared from the laptop. The drivers, SoundMax Audio was gone (greyed out).
    I downloaded the Audio driver from Lenovo website for my X31 but SoundMax install wouldn't install because it kept saying HDA Audio drivers weren't installed.
    I downloaded it from here:
    http://support.lenovo.com/en_AU/research/hints-or-tips/detail.page?&DocID=HT072373
    So I went to HP site to download HDA audio drivers, then the SoundMax Audio reappeared and I had sound on my computer.
    HDA Audio drivers link at HP website (since Lenovo doesn't have it):
    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?cc=US&lang=en&swItem...
    When I downloaded latest Adobe Flash, the SoundMax Audio disappeared again. So at the moment I have Youtube video without sound (and Firefox keeps telling me to download Flash?)
    No sound on IE as well.
    Would appreciate your help. Thank you very much.
    I'm using:
    ThinkPad X31 (2673-QU6)
    Based on 2673-N7G
    Win XP Pro Service 3 with recent updates
    Firefox (latest) with add-ons
    Solved!
    Go to Solution.

    You need to install the modem driver too.
    http://support.lenovo.com/en_AU/research/hints-or-tips/detail.page?&DocID=HT072373
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • No Audio on T61 "Legacy Audio Drivers" HELP!

    I have tried many tips from many forums with no success.  Please help if you can.
    Introduction and Problem:
    I purchased a used Lenovo T61 7661-12U 32-bit with Windows XP Pro from my company for personal use--I cannot get the installation CD used and there is no IT support for this.  There is no audio from the laptop (internal speakers, headphones, or CD-ROM), but video works.
    It does not matter if I reboot or resume laptop from standby--the audio does not work.  I am the only one in my company with this problem ..my luck I guess.
    My Attempts:
    I performed Windows Update from the taskbar Start menu.
    I tried to increase the volume by using the keyboard's volume control panel (a button) and there was no audio.
    I tried to play a music CD in Windows Media Player, and a message stated that there might be no sound device.
    Under Control Panel, "Sounds and Audio Devices Properties", Hardware, there are...
    "Legacy Audio Drivers", "Audio Codecs", "Media Control Devices", "Legacy Video Capture Devices", "Video Codecs", and "HL-DT-ST..." as the "DVD/CD-ROM drives."
    I am unable to delete/uninstall "Legacy Audio Drivers."
    I tried to install 7ka114ww.exe from here (I got an "Installation Failed!" message):
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-67816
    I tried to install "SoundMAX Integrated Digital HD Audio" (I got an "Installation Failed!" message).
    I tried to install "Realtek High Definition Audio Drivers" (I got an "Installation Failed!" message).
    In Device Manager, "Sound, video and game controllers", "Legacy Audio Drivers", "Device status", a message states, "This device is working properly."
    What should I do to get audio working?
    Thanks for your input.

    Hello,
    I have the same issue, but our unit is covered under warranty.  Last Friday, the user booted up the computer and the message said something about the driver was altered and that the system wouldnt have audio. 
    Lenovo is sending a new system board to replace this one.  They feel there is an issue with the main board.  I will post results after they replace it to let everyone know. 
    Thanks!

  • 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...

  • Downgrade to win7 problem with audio drivers. beats audio software for win7?

    I recently purchased the HP Envy 700-074 from best buy.  it was necessary to downgrade to windows 7 for some work software and I would like proper audio drivers/software for windows 7. Right now it seems to be detecting as Nvidia audio driver but in this case it doesnt allow my front panel audio ports to output audio. I would also like to have beats working. 
    here are the hardware ID's associated with the card
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38423619&REV_1001
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38423619
    and here's a quick screenshot of the driver that is associating with it right now.. 
    http://gyazo.com/23499c19d5e2a21f81b9124ad822c07d.png
    even those VEN_10DE's seem to associate to nvidia, but from HP the driver is meant to be IDT high definition audio? is something going on here? 
    the only change i've made to the computer is upgraded to an EVGA Nvidia GT 610 video card.,

    Hi, Paul.
    I have similar problem here.
    I bought HP Envy 810-200nr and I hate W8, so I installed Windows Server 2008 R2, which is my favourite.
    Then I solved numerous problems with chipset drivers and finally it all works, but Audio (IDT HD Audio) does not work.
    Completely silent.
    HDAUDIO\FUNC_01&VEN_111D&DEV_76C7&SUBSYS_103C2AF3&REV_1001
    HDAUDIO\FUNC_01&VEN_111D&DEV_76C7&SUBSYS_103C2AF3
    It looks okay, when playing audio - indicator blinks and shows level, volume can be adjusted, all parametrers - speakers, etc seems okay but silent!
    I tried numerous drivers for W8 and W7 64 but they give "Incompatible version" error.
    Can you advise me what to do? I really want WS2008R2 here, but this audio is weird..

  • Realtek audio drivers problems

    I had problems when xp would boot with messages stating "new hardware found - Audio Devise on High definition Audio Bus"
    Looking in Device Manager - no drivers were installed for this device listed under "sound, video and game controllers"
    I downloaded the latest audio drivers "realtek_hd_all_mb.zip" today. uninstalled the realtek drivers from add/remove programs. ran setup from the new zip file. Upon re-boot, i still get the same errors and for the Audio HDA device.
    785gtm-e45 MB / Win XP 32 bit
    thanks for any help you can offer.

    https://forum-en.msi.com/index.php?topic=115476.0

  • Msi p45 neo f audio drivers

    Where can i find the msi p45 neo f MS-7519 realtek audio drivers?
    i get a popping sound whenever i pause videos from my 4850 video card connected to a receiver using a dvi to hdmi. i wonder if i update my realtek drivers will it get rid of the annoying popping?

    Here's the Realtek drivers if you wish to give them a try: http://downloads.guru3d.com/Realtek-HD-Audio-2.60-audio-driver-download-2717.html

Maybe you are looking for

  • My iphone 5 is bended

    My iPhone 5 has less than a year and today when I took it from the pocket of my pants to answer a call I noticed it was slightly bent near the slot nano sim what should I do??

  • A  maojority of my library can nor be found?

    I have over 500 songs on in my itunes libray and have been successfully downloading, creating playlists, and then downloading them to my ipod for 8-10 months now. The only computer I use for itunes and the music store is my business laptop. When I tr

  • Changing bpa files to mp3

    my girlfriend recently imported her itunes library to her external harddrive, she wanted to put them back on the computer again, but when she did half of her itunes worked because most of them were bpa files. is there a way to convert them or encrypt

  • Why the tree show different while i use XML and XMLList as the data provider

    Code is as follows: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:services="services.*" layout="vertical"> <services:CommonSvc id="ws" NameSpace="ws.wsSysDict" creationComplete="ws.getXmlList()

  • No menu's Showing in IDVD.

    I really can't believe that Apple would not test programs before releasing them. I just loaded ILife06 and there are no menu's showing up in the choices section. What next