How to enumerate audio devices in Windows 7?

Hi!
My Labview application works now in WinXP environment.
It uses audio device enumeration to select the appropriate device on PC.
To do it I use now Automation call to DirectX interface.
This function generates error on PC under Windows7 with message: "unregistered class....".
Of course Win7 doesn't have DX8,
What an alternative does exists in Win7 and what I have to change in my Labview function?
Thanks in advance for an idea.
Anatoly
Solved!
Go to Solution.
Attachments:
Untitled_1d.png ‏3 KB

Use .net constructor.
Beginner? Try LabVIEW Basics
Sharing bits of code? Try Snippets or LAVA Code Capture Tool
Have you tried Quick Drop?, Visit QD Community.

Similar Messages

  • "No audio device" in Windows 7 !

    + ?
    Well, I use winXP-Pro in dual-boot with Win7-Build 700, both 32bits, and I get an Audigy SE that works great in XP.
    Although, in Win 7? there?s no sound device, "No audio devices are installed" error, and no-sound icons in Device Manager.
    Tried?the lastest ?"Win 7" drivers from www.soundblaster.com, but none find the Audigy.
    How can I fix this ?

    /Re: "No audio device" in Windows 7 !? If you haven't give this a try,
    http://forums.creative.com/t5/Sound-Blaster/SB-P7X-Series-Support-Pack-2-0-07-3-2009-AudigySE-Value-LS/td-p/53329
    If that still doesn't work try to manually force the driver. This will only work (and not always) if the card is at least showing up in Device Manager; either by name, or as "unknown multimedia controller". First extract the above downloaded file, then open Device Manager and locate the card.
    -right click on select update driver
    -then select "browse my computer"
    -next select "let me pick"
    -next click on "have disk", then click on Browse and navigate to the "Drivers\vista" (or possibly Win7, not sure on this as I don't have the file) and point it to the P7. INF file.
    that should get the driver to install. If it does then you should be able to re-run the above and get whatever apps from it you want installed.

  • Selection of Audio Device in Windows

    Hi..
    How to select the Audio Device in Windows using ActiveX from LabVIEW....
    Im using Windows media player Version9..and LV8....
    Regards,
    Sodlb

    Hi Sodlb-
    According to the Windows Media - Audio Outputs section on MSDN (see below), unfortunately you will not be able to choose a different output device via ActiveX.  This is obviously a limitation outside of LabVIEW.
    Windows Media Player ActiveX control
    "By default, the Player control uses the audio device designated as Default DirectSound Device. The audio output device cannot be changed programmatically."
    Drew Pierce | District Manager, Central Texas | National Instruments

  • FMLE 3.2 and 3.1 can't detect an audio device with Windows 8.1

    FMLE 3.2 and 3.1 can't detect an audio device with Windows 8.1 x64 on an MSI GT72-2QD laptop. I tried 2 different webcams but the result was the same. Both the internal mic and the ones going with the webcams work fine with other software but when I try FMLE it looks as follows:
    It says that there's no audio device connected (although the mics work fine elsewhere), the dropout is blank and the audio parameters are grayed out and inactive even with the "audio" box checked. Both versions of FMLE work fine with the same cams on a desktop which has all the same tech specs but uses Win 7 x64. Running FMLE in Win7 compatibility mode or reinstalling with register cleaning doesn't help. What can be done about it?

    Hi Bob,
    Thanks for the advice. It succeeded.
    The steps I made was to make a disk copy of my original Windows XP disk using Disk Utilty. Then I renamed the disk copy into .iso. I copied the ISO file to my usb flash drive.
    Than I started Parallels 7, created a new VM, selected the correct drive to install from (the usb flash drive) and volia, it worked.
    Finally...
    Sytze

  • How to set Skype's Audio Device to Windows Standar...

    So i allready asked myself many times why it is not possible to set the skype audio device to the windows standart. I work with a sound system and headphone wich i switch often depending on what i'm doing but every time i have to change it also in skype because skype is does not give me the option to change it to windows default any one nows a work arround or if there is a hidden option i missed.
    greetings
    [Aus Datenschutzgründen entfernt](wow they don't allow me to use my pseudo to greet you guys i'm sorry)

    I don't believe you can do this with just Java code, but as you suggested running a utility using runtime.exec() is a possiblity. I believe there is also lots of example C/C++ code that could be modifed to be used by Java / JNI. I found several examples using a google search.
    Here is a URL of a utility that could be used for your purpose. I did not see source code or support information, so if this is an important I would google for something that might be "safer" in the long run.
    http://www.netadmintools.com/art194.html

  • No audio (and "no audio device") in WIndows XP on my MacBook Pro 17"

    Greetings,
    I just installed Windows XP SP2 on my new MacBook Pro 17" and everything is working smoothly EXCEPT that there's no sound in Windows from the built-in speakers, and in fact the Control Panel reads "No audio device." I have already successfully installed the Boot Camp drivers from my Leopard DVD. I also tried to run the Boot Camp 2.1 update (downloaded directly from the Apple site) but the installer cannot be run and gives error 2762, whatever that is. Finally, I've seen on some forum posts that certain Realtek drivers may fix similar problems on other machine, so I downloaded and installed Realtek R2.27 high definition audio driver but that doesn't seem to have done the trick for me.
    I'm guessing this problem could be fixed easily by the correct audio driver but I can't figure out what that is or how to find it. Please help, any advice would be appreciated!
    Model Name: MacBook Pro
    Model Identifier: MacBookPro5,2
    Processor Name: Intel Core 2 Duo
    Processor Speed: 3.06 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 6 MB
    Memory: 8 GB
    Bus Speed: 1.07 GHz
    Boot ROM Version: MBP52.008E.B05
    SMC Version (system): 1.42f4
    Serial Number (system): W8928*8YB
    Hardware UUID: 095BBDAB-327A-5798-AF31-58FF2A88275B
    Message was edited by: msb767676

    I have the same problem, but when i run from the CD, I get the 2762 error, and from the download, it works fine but fixes nothing.

  • Figuring out how to access a device using Windows.Devices.HumanInterfaceDevice?

    Before I start, I would like to share this link I used to access windows RT libraries from Desktop applications (only the ones stated in MSDN documentation that are accessible from desktop applications):
    http://blogs.msdn.com/b/cdndevs/archive/2013/10/02/using-windows-8-winrt-apis-in-net-desktop-applications.aspx .
    After following the above instructions you can import some of the windows RT libraries in references. I have been trying to use the Windows.Devices.HumanInterfaceDevice library. I think my UsagePage and UsageId are off though. I am wondering
    if someone good in hex can translate them from my report descriptor. I already have the VID and PID (this should be enough along with the path if I called write file or some of the other win32/OS api's). Here's the code I am using in VB.NET:
    Public Class VirtualMouseDeviceOpen
    Class Enumeration
    ' Enumerate HID devices
    Public Async Function EnumerateHidDevices() As Task
    Dim vendorId As UInt32 = &HBEEF
    Dim productId As UInt32 = &HFEED
    Dim usagePage As UInt32 = &HFF
    Dim usageId As UInt32 = &H1
    ' Create a selector that gets a HID device using VID/PID and a
    ' VendorDefined usage
    Dim selector As String = HidDevice.GetDeviceSelector(usagePage, usageId, vendorId, productId)
    ' Enumerate devices using the selector
    Dim devices As Windows.Foundation.IAsyncOperation(Of Windows.Devices.Enumeration.DeviceInformationCollection) = DeviceInformation.FindAllAsync(selector)
    Dim count As Integer = devices.GetResults.Count
    If count > 0 Then
    ' Open the target HID device
    ' At this point the device is available to communicate with
    ' So we can send/receive HID reports from it or
    ' query it for control descriptions
    Dim device As HidDevice = HidDevice.FromIdAsync(devices.GetResults.ElementAt(0).Id, FileAccessMode.ReadWrite)
    Await Vendor.ReadWriteToHidDevice(device)
    Else
    ' There were no HID devices that met the selector criteria
    MsgBox("MUTT HID device not found!", MsgBoxStyle.Exclamation)
    End If
    End Function
    Class Vendor
    Public Shared Async Function ReadWriteToHidDevice(device As HidDevice) As Task
    If device IsNot Nothing Then
    ' construct a HID output report to send to the device
    Dim outReport As HidOutputReport = device.CreateOutputReport()
    ' Initialize the data buffer and fill it in
    Dim buffer As Byte() = New Byte() {10, 20, 30, 40}
    Dim dataWriter As New DataWriter()
    dataWriter.WriteBytes(buffer)
    outReport.Data = dataWriter.DetachBuffer()
    ' Send the output report asynchronously
    Dim a As Windows.Foundation.IAsyncOperation(Of UInteger) = device.SendOutputReportAsync(outReport)
    ' Sent output report successfully
    ' Now lets try read an input report
    Dim inReport As HidInputReport = device.GetInputReportAsync()
    If inReport IsNot Nothing Then
    Dim id As UInt16 = inReport.Id
    Dim bytes = New Byte(3) {}
    Dim dataReader__1 As DataReader = DataReader.FromBuffer(inReport.Data)
    dataReader__1.ReadBytes(bytes)
    Else
    MsgBox("Invalid input report received")
    End If
    Else
    MsgBox("device is NULL")
    End If
    End Function
    End Class
    End Class
    Here's my report descriptor to avoid scrimmaging through everything trying to find it:
    HID_REPORT_DESCRIPTOR G_DefaultReportDescriptor[] = {
    0x06,0x00, 0xFF, // USAGE_PAGE (Vender Defined Usage Page)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0xA1,0x01, // COLLECTION (Application)
    0x85,CONTROL_FEATURE_REPORT_ID, // REPORT_ID (1)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0x15,0x00, // LOGICAL_MINIMUM(0)
    0x26,0xff, 0x00, // LOGICAL_MAXIMUM(255)
    0x75,0x08, // REPORT_SIZE (0x08)
    //0x95,FEATURE_REPORT_SIZE_CB, // REPORT_COUNT
    0x96,(FEATURE_REPORT_SIZE_CB & 0xff), (FEATURE_REPORT_SIZE_CB >> 8), // REPORT_COUNT
    0xB1,0x00, // FEATURE (Data,Ary,Abs)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0x75,0x08, // REPORT_SIZE (0x08)
    //0x95,INPUT_REPORT_SIZE_CB, // REPORT_COUNT
    0x96,(INPUT_REPORT_SIZE_CB & 0xff), (INPUT_REPORT_SIZE_CB >> 8), // REPORT_COUNT
    0x81,0x00, // INPUT (Data,Ary,Abs)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0x75,0x08, // REPORT_SIZE (0x08)
    //0x95,OUTPUT_REPORT_SIZE_CB, // REPORT_COUNT
    0x96,(OUTPUT_REPORT_SIZE_CB & 0xff), (OUTPUT_REPORT_SIZE_CB >> 8), // REPORT_COUNT
    0x91,0x00, // OUTPUT (Data,Ary,Abs)
    0xC0, // END_COLLECTION
    0x05, 0x01, // USAGE_PAGE (Generic Desktop)
    0x09, 0x02, // USAGE (Mouse)
    0xa1, 0x01, // COLLECTION (Application)
    0x85, 0x02, // REPORT_ID (2)
    0x09, 0x01, // USAGE (Pointer)
    0xa1, 0x00, // COLLECTION (Physical)
    0x05, 0x09, // USAGE_PAGE (Button)
    0x19, 0x01, // USAGE_MINIMUM (Button 1)
    0x29, 0x03, // USAGE_MAXIMUM (Button 3)
    0x15, 0x00, // LOGICAL_MINIMUM (0)
    0x25, 0x01, // LOGICAL_MAXIMUM (1)
    0x95, 0x03, // REPORT_COUNT (3)
    0x75, 0x01, // REPORT_SIZE (1)
    0x81, 0x02, // INPUT (Data,Var,Abs)
    0x95, 0x01, // REPORT_COUNT (1)
    0x75, 0x05, // REPORT_SIZE (5)
    0x81, 0x03, // INPUT (Cnst,Var,Abs)
    0x05, 0x01, // USAGE_PAGE (Generic Desktop)
    0x09, 0x30, // USAGE (X)
    0x09, 0x31, // USAGE (Y)
    0x15, 0x81, // LOGICAL_MINIMUM (-127)
    0x25, 0x7f, // LOGICAL_MAXIMUM (127)
    0x75, 0x08, // REPORT_SIZE (8)
    0x95, 0x02, // REPORT_COUNT (2)
    0x81, 0x06, // INPUT (Data,Var,Rel)
    0xc0, // END_COLLECTION
    0xc0 // END_COLLECTION
    My UsageId is the first Usage Hex value in the report descriptor I believe (I am still a little confused too). My UsagePage is the hex values in the first Usage_Page in the report descriptor.
    Note: the problem with the VB.NET code is that it returns 0 on the count above which means it did not find a device using my criteria.
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - Sherlock Holmes. speak softly and carry a big stick - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering - Yoda. Blog -
    http://www.computerprofessions.us

    Before I start, I would like to share this link I used to access windows RT libraries from Desktop applications (only the ones stated in MSDN documentation that are accessible from desktop applications):
    http://blogs.msdn.com/b/cdndevs/archive/2013/10/02/using-windows-8-winrt-apis-in-net-desktop-applications.aspx .
    After following the above instructions you can import some of the windows RT libraries in references. I have been trying to use the Windows.Devices.HumanInterfaceDevice library. I think my UsagePage and UsageId are off though. I am wondering
    if someone good in hex can translate them from my report descriptor. I already have the VID and PID (this should be enough along with the path if I called write file or some of the other win32/OS api's). Here's the code I am using in VB.NET:
    Public Class VirtualMouseDeviceOpen
    Class Enumeration
    ' Enumerate HID devices
    Public Async Function EnumerateHidDevices() As Task
    Dim vendorId As UInt32 = &HBEEF
    Dim productId As UInt32 = &HFEED
    Dim usagePage As UInt32 = &HFF
    Dim usageId As UInt32 = &H1
    ' Create a selector that gets a HID device using VID/PID and a
    ' VendorDefined usage
    Dim selector As String = HidDevice.GetDeviceSelector(usagePage, usageId, vendorId, productId)
    ' Enumerate devices using the selector
    Dim devices As Windows.Foundation.IAsyncOperation(Of Windows.Devices.Enumeration.DeviceInformationCollection) = DeviceInformation.FindAllAsync(selector)
    Dim count As Integer = devices.GetResults.Count
    If count > 0 Then
    ' Open the target HID device
    ' At this point the device is available to communicate with
    ' So we can send/receive HID reports from it or
    ' query it for control descriptions
    Dim device As HidDevice = HidDevice.FromIdAsync(devices.GetResults.ElementAt(0).Id, FileAccessMode.ReadWrite)
    Await Vendor.ReadWriteToHidDevice(device)
    Else
    ' There were no HID devices that met the selector criteria
    MsgBox("MUTT HID device not found!", MsgBoxStyle.Exclamation)
    End If
    End Function
    Class Vendor
    Public Shared Async Function ReadWriteToHidDevice(device As HidDevice) As Task
    If device IsNot Nothing Then
    ' construct a HID output report to send to the device
    Dim outReport As HidOutputReport = device.CreateOutputReport()
    ' Initialize the data buffer and fill it in
    Dim buffer As Byte() = New Byte() {10, 20, 30, 40}
    Dim dataWriter As New DataWriter()
    dataWriter.WriteBytes(buffer)
    outReport.Data = dataWriter.DetachBuffer()
    ' Send the output report asynchronously
    Dim a As Windows.Foundation.IAsyncOperation(Of UInteger) = device.SendOutputReportAsync(outReport)
    ' Sent output report successfully
    ' Now lets try read an input report
    Dim inReport As HidInputReport = device.GetInputReportAsync()
    If inReport IsNot Nothing Then
    Dim id As UInt16 = inReport.Id
    Dim bytes = New Byte(3) {}
    Dim dataReader__1 As DataReader = DataReader.FromBuffer(inReport.Data)
    dataReader__1.ReadBytes(bytes)
    Else
    MsgBox("Invalid input report received")
    End If
    Else
    MsgBox("device is NULL")
    End If
    End Function
    End Class
    End Class
    Here's my report descriptor to avoid scrimmaging through everything trying to find it:
    HID_REPORT_DESCRIPTOR G_DefaultReportDescriptor[] = {
    0x06,0x00, 0xFF, // USAGE_PAGE (Vender Defined Usage Page)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0xA1,0x01, // COLLECTION (Application)
    0x85,CONTROL_FEATURE_REPORT_ID, // REPORT_ID (1)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0x15,0x00, // LOGICAL_MINIMUM(0)
    0x26,0xff, 0x00, // LOGICAL_MAXIMUM(255)
    0x75,0x08, // REPORT_SIZE (0x08)
    //0x95,FEATURE_REPORT_SIZE_CB, // REPORT_COUNT
    0x96,(FEATURE_REPORT_SIZE_CB & 0xff), (FEATURE_REPORT_SIZE_CB >> 8), // REPORT_COUNT
    0xB1,0x00, // FEATURE (Data,Ary,Abs)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0x75,0x08, // REPORT_SIZE (0x08)
    //0x95,INPUT_REPORT_SIZE_CB, // REPORT_COUNT
    0x96,(INPUT_REPORT_SIZE_CB & 0xff), (INPUT_REPORT_SIZE_CB >> 8), // REPORT_COUNT
    0x81,0x00, // INPUT (Data,Ary,Abs)
    0x09,0x01, // USAGE (Vendor Usage 0x01)
    0x75,0x08, // REPORT_SIZE (0x08)
    //0x95,OUTPUT_REPORT_SIZE_CB, // REPORT_COUNT
    0x96,(OUTPUT_REPORT_SIZE_CB & 0xff), (OUTPUT_REPORT_SIZE_CB >> 8), // REPORT_COUNT
    0x91,0x00, // OUTPUT (Data,Ary,Abs)
    0xC0, // END_COLLECTION
    0x05, 0x01, // USAGE_PAGE (Generic Desktop)
    0x09, 0x02, // USAGE (Mouse)
    0xa1, 0x01, // COLLECTION (Application)
    0x85, 0x02, // REPORT_ID (2)
    0x09, 0x01, // USAGE (Pointer)
    0xa1, 0x00, // COLLECTION (Physical)
    0x05, 0x09, // USAGE_PAGE (Button)
    0x19, 0x01, // USAGE_MINIMUM (Button 1)
    0x29, 0x03, // USAGE_MAXIMUM (Button 3)
    0x15, 0x00, // LOGICAL_MINIMUM (0)
    0x25, 0x01, // LOGICAL_MAXIMUM (1)
    0x95, 0x03, // REPORT_COUNT (3)
    0x75, 0x01, // REPORT_SIZE (1)
    0x81, 0x02, // INPUT (Data,Var,Abs)
    0x95, 0x01, // REPORT_COUNT (1)
    0x75, 0x05, // REPORT_SIZE (5)
    0x81, 0x03, // INPUT (Cnst,Var,Abs)
    0x05, 0x01, // USAGE_PAGE (Generic Desktop)
    0x09, 0x30, // USAGE (X)
    0x09, 0x31, // USAGE (Y)
    0x15, 0x81, // LOGICAL_MINIMUM (-127)
    0x25, 0x7f, // LOGICAL_MAXIMUM (127)
    0x75, 0x08, // REPORT_SIZE (8)
    0x95, 0x02, // REPORT_COUNT (2)
    0x81, 0x06, // INPUT (Data,Var,Rel)
    0xc0, // END_COLLECTION
    0xc0 // END_COLLECTION
    My UsageId is the first Usage Hex value in the report descriptor I believe (I am still a little confused too). My UsagePage is the hex values in the first Usage_Page in the report descriptor.
    Note: the problem with the VB.NET code is that it returns 0 on the count above which means it did not find a device using my criteria.
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - Sherlock Holmes. speak softly and carry a big stick - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering - Yoda. Blog -
    http://www.computerprofessions.us
    I forgot anyone wanting a picture of what the device hierarchy looks like in control panel here it is (HID compliant vendor device is the first one in the report descriptor above I want to access and then the mouse device): 
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - Sherlock Holmes. speak softly and carry a big stick - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering - Yoda. Blog -
    http://www.computerprofessions.us

  • No audio device on windows xp with SB0

    Hello, I've a SB0060 with a cd version that does not install on windows xp. I've always had problems installing this card on windows xp but once I've managed to install it.
    I was upgrading the driver to try to fix some bugs with TeamSpeak and lost all sound.
    I've tried to install again the SB0060 but couldn't get it to work.
    I've tried with:
    SBLi've5XPDrvUpdate.exe
    Li'veDrvUni-Pack(ENG).exe
    Li'veDrvPack_Patch.exe
    Li'veDrvPack.exe
    All of the drivers install on windows xp BUT in the "sound and audio devices" gives me the finger with "no audio device".
    In the device manager, No conflits, No troubles, No Shared IRQs, NOTHING! This is really driving me crazy.
    Is there any driver or HowTo install this card in the web? Any fixed stuff or people with the same problem?
    Please help.

    Try the CD from here instead.
    http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=25677

  • Captivate 4 - Not detecting Audio Device in Windows 7

    Hi Experts,
    I have Windows 7 64 bit. I installed Captivate 4 tiral version. When I try to set the Audio Settings, I saw that Audio Device is not detected. I have enabled all the audio devices through Control Panel -> Sound. Speakers and In-built microphone are working fine on laptop.
    Still Captivate is not detecting the audio device. I tried reinstallinig the application and installing the patch but no success.
    Could you please help ? Thanks & Appreciation in advance.
    Regards
    Ratnesh Nagori

    Welcome to our community
    As you are in the mode of installing a trial version, try uninstalling Captivate 4 and go get Captivate 5 instead. Captivate 4 wasn't built with Windows 7 in mind and many things are "iffy" at best. Captivate 5 is different and should work without issue on Windows 7.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • How to add audio devices under sound in system preferences

    How do I add output audio devices under system preferences --only option listed is internal speakers?
    Macbook help says to change device under sound in system preferences. However, only option listed it the internal
    speaker.
    I need to sound to come from my tv which is hooked via vga cable and audio cable.
    Every thing works but I cannot get sound from tv.

    You are my hero. I'm not very savy when it comes to connections. I had the audio cable hooked up to the audio port which is next to the headphone port on my macbook. After switching the tv was listed just as you said it would. Thanks so much. I'm now a very happy camper.

  • Where is the registry key for the default audio device in Windows 7?

    Win 7 only allows playback out of one device (ie front or back audio jack) at a time.  If you have something plugged in to both at the same time, it will only play out of the one that is set to be the default audio device.  This can be changed
    in the 'Manage Audio Devices' window by selecting the the desired device from the Playback tab and clicking Set Default.  What I would like to do, as it is very annoying to have to go here every time I want to switch between my headphones and speakers,
    is write a script that will change which device is the default playback device, so if I push one of my extra keys on my keyboard it will change it to speakers, and if I push a different button, it will change it to headphones (or one button that will switch
    to whichever one is not the default).  I have a script currently that opens the window and simulates clicking the set default button, but it is not ideal as it has to actually open the window.  I figure if I can just change whichever registry key
    is storing the default playback device, it will work a lot better.

    Once again, a clear cut case for it being ABSOLUTELY WRONG for anyone but the original poster to mark a question as answered.
    I've tried 3 different machines of difference pedigrees (all x64 though) and none of them have that key.
    DAS
    The question is not about x64 machines,  The answer was correct for the question.  The question is closed.  If you have a new question please start a new topic.
    Please review the forum guidelines.
    http://social.technet.microsoft.com/Forums/en-US/ITCG/thread/a0def745-4831-4de0-a040-63b63e7be7ae
    jv

  • How to change audio device?

    Hi!
    My computer is HP Compaq 7900p small. I bought new graphics card which is Asus AMD HD6450. When I test it I saw problem - no sound.
    When I click on Sounds tab, I see that AMD HDMI Output-AMD High Definition Audio Device - not plugged in and I couldn't change it to default device. When I troubleshooted it, problem was that one or more audio devices isn't running.
    I was searched in google for solution, and found it that I need to change in BIOS from DVI port to HDMI port, but in my comp BIOS version is 7.11 and I don't see where it would be changed.
    Only what I did was that I swapped integrated audio to enabled then I get sound from my speakers, but AMD High Definiton Audio Device still isn't plugged in. Please help me change it to default!
    Pleeease answer! in other subjects I wait for months! ;( Thanks for your advice!
    Filips
    This question was solved.
    View Solution.

    Hello Filips,
    To get your issue more exposure I would suggest posting it in the commercial forums since the HP Compaq dc7900 Small Form Factor PC is a commercial product. You can do this at Business PCs - Compaq, Elite, Pro.
    The support page for your product may be helpful in the meantime:
    HP Compaq dc7900 Small Form Factor PC.
    I hope this helps!
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • How to remove audio device?

    Here's my problem: Including the use of the application uninstall, the "Apowersoft_AudioDevice" is not being removed... It doesn't seem to be causing any issues, but I want it gone!
    The uninstall (below). After going through it's process an "Apowersoft_AudioDevice" is left over...
    The Apowersoft application has been "uninstalled".
    System preferences > Sound Panel > Output (picture below) - There is no minus button to deselect.
    System preferences > Sound Panel > Input (picture below) - Same issue: No minus button to deselect...
    OS and such. Running Mavericks.
    I have tried reinstalling and re-uninstalling, but the audio device seems to enjoy sticking around.
    Please help! I would greatly appreciate it!
    <Personal Information Edited By Host>

    Hello Jenmw91,
    I had the same problem and I've just solve it with a tutorial that I found in Youtube. It in German, but ithere's no problem because you just have to follow the steps this man follows. After rebooting, the Apowersoft_AudioDevice preference disappeared!
    here's the link: https://www.youtube.com/watch?v=K9AVrMQ4Hh0
    Hope I helped you!

  • How to reset audio device count in Windows 7?

    Hello,
    I'm working w/ a fairly abused Windows 7 install that's seen a few chipsets, cpus, and gpus. I've also apparently installed the driver 2 times.
    Changing from mode to mode in the X-Fi (entertainment to game, etc) takes FOREVER. It gets worse w/ every install and I'm wondering if there's a way to reset this number, clear the driver cache, anything.
    Anybody?
    http://img.photobucket.com/albums/v2...evicecount.jpg

    Look carefully at the product that you are trying to update (the "About" selection under Help) and indicate the product and version you are using. Be sure you are talking about Acrobat and not Reader. The update link should work, but you indicate it does not. You would then go to the appropriate product update page and download ALL of the updates after your minor version. Then install them in order from the oldest to newest. If this does not work, then head back and do either a repair or reinstall of your original product (you typically do not need to uninstall first). Then try the updates.

  • Please advise me how to update audio driver for windows 7 32bit....my computer is dv4 1428dx

    HP PAVILON DV4 1428dx company installed OS is vista...Upgrade to windows 7 -32bits
    I have been having troubles like BSOD, NETIO.sys and computer crashes evey 5minutes.
    it is now stable without any problems and only the sound driver refuses to install.
    Please advise how to update driver for W7 as it is not available on the HP site.

    Hi:
    Did you try the Vista driver?  Normally they work fine for W7.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-69143-1&cc=us&dlc=en&lc=en&...=
    Another thing you can try is to be connected to the internet. Click on the audio controller in the device manager. Click on the Driver tab.  Click on Update Driver and select the automatic search.
    Sometimes W7 will pull down a driver from the Windows Update site.
    If the above 2 suggestions don't work, try this driver which seems to be the same as the Vista one, but for Windows 7.
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=US&swItem=ob-793...
    Paul

Maybe you are looking for