No mixer device

I recently had to format my hard dri've. Im trying to re-install my Audigy2 platinum ex sound card but to no avail. Im running win Xp SP2 Home Edition. I have downloaded all the drivers from the website and the installation went smooth. But when I try to play something I get the error message no mixer device installed. I looked in device Managerand the drivers are loaded. I looked in the sound and audio devices and it show no audio device loaded. On the hardware tab it show the card is loaded but says there are problems. Ive switched PCI slots and got the same thing. I have know clue what to do now. I know for a fact the card is still functional I just cant get it loaded. Thanks in advance

I checked the WIndows audio service and it was started and set to automatic. Before yesterday I was using the downloaded drivers from creative website. I then found my installation cd and tried that. Still no dice. I used the creative diagnostic tool and it passed the hardware detecting, direct3d sound and soundfont tests, but it failed the wave, midi, mixer and mixer settings tests. I also was curios and looked in device manager and clicked on the creative audio driver. Then I clicked on properties. It shows audio devices, midi devices and mixer devices. It says on all of them that the driver is loaded but not functioning properly. I still at a loss!

Similar Messages

  • Sound card has no Mix device. Can alsa simmulate one?

    Hey,
    As the subject says, my sound card
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    doesn't have a "Mix" device from which to record "what-you-hear" sound. I've read into the subject, and keep seeing Pulse mentioned. However, I'd like to avoid switching to Pulse, if at all possible. Is alsa capable of creating a "virtual mix device" or some such contraption?

    After spending a whole bunch of time, I was able to create a hardware loopback using ALSA that allows recording all of "what-you-hear".
    Like most modern motherboards, mine also had a "HDA Intel" audio controller, but that's only half the hardware. You should also have a "codec" chip that the HDA Intel chip controls.
    My codec chip is a  Realtek ALC662. So it all started by using some google-fu to download the PDF datasheet for this chip. Looking at the block diagram in that document showed that there were indeed "virtual wires" that connected the audio outputs (play) back to the audio inputs (capture).
    Downloading, compiling, and firing up the "hda-analyzer" program showed that those "virtual wires" simply were not turned on. So I used that same program to "connect" the wires, unmute some of the newly connected nodes, then messed with alsamixer until it all worked.
    The "hda-analyzer" program has a great feature that can create a Python script of the changes you've made. This is super because your changes will disappear on a reboot (unless you jump through even more hoops).
    I found that sometimes if I left the hardware loopback device connected for a somewhat long period of time, a minor "hummmm..." could be heard from my speakers when no music was playing. So I'm totally guessing this is the reason why the ALSA developers don't have this loopback "wired" by default. So I simply created one Python script that turns on the loopback, and then another that turns it off.
    Anyway, it works great, and if you're lucky (your codec chip has virtual "loopback" wires), and you roll up your sleeves and get really, really "dirty" in the ALSA and audio hardware mud, you just may be able to do the same thing on your system.
    Last edited by pigiron (2012-04-17 23:26:45)

  • [SOLVED] Missing mixer device in /dev/snd??

    I'm trying to get the gkrellm volume plugin working. When I try to configure it, the plugin can't find any mixer devices. My next step was to check the plugin source which notes that "enable_alsa=1" should be an argument to make. Since this wasn't in the PKGBUILD script, I added it and rebuilt the package. After updating and installing, I restarted gkrellm, but was still unable to locate a mixer. Since sound is working just fine, i started digging deeper.
    8< Here's the output of several diagnostic commands... >8
    $ cat /proc/asound/cards
    0 [SB             ]: HDA-Intel - HDA ATI SB
                          HDA ATI SB at 0xfe7f0000 irq 16
    1 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                          HDA ATI HDMI at 0xfe8e8000 irq 19
    $ cat /proc/asound/devices
      1:        : sequencer
      2: [ 0- 1]: digital audio playback
      3: [ 0- 0]: digital audio playback
      4: [ 0- 0]: digital audio capture
      5: [ 0- 0]: hardware dependent
      6: [ 0]   : control
      7: [ 1- 3]: digital audio playback
      8: [ 1- 0]: hardware dependent
      9: [ 1]   : control
    33:        : timer
    $ l /dev/snd
    total 0
    drwxr-xr-x  2 root root       80 Jul 25 10:44 by-path/
    crw-rw----+ 1 root audio 116,  6 Jul 25 10:44 controlC0
    crw-rw----+ 1 root audio 116,  9 Jul 25 10:44 controlC1
    crw-rw----+ 1 root audio 116,  5 Jul 25 10:44 hwC0D0
    crw-rw----+ 1 root audio 116,  8 Jul 25 10:44 hwC1D0
    crw-rw----+ 1 root audio 116,  4 Jul 25 10:44 pcmC0D0c
    crw-rw----+ 1 root audio 116,  3 Jul 26 03:36 pcmC0D0p
    crw-rw----+ 1 root audio 116,  2 Jul 25 10:44 pcmC0D1p
    crw-rw----+ 1 root audio 116,  7 Jul 25 10:44 pcmC1D3p
    crw-rw----+ 1 root audio 116,  1 Jul 27 03:44 seq
    crw-rw----+ 1 root audio 116, 33 Jul 25 10:44 timer
    # lsmod |grep snd
    snd_seq                50785  0
    snd_seq_device          5372  1 snd_seq
    snd_hda_codec_hdmi     22784  1
    snd_hda_codec_realtek   297871  1
    snd_hda_intel          22186  1
    snd_hda_codec          77543  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep               6342  1 snd_hda_codec
    snd_pcm                73736  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_timer              19488  2 snd_seq,snd_pcm
    snd                    57256  11 snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore               6178  1 snd
    snd_page_alloc          7161  2 snd_hda_intel,snd_pcm
    $ pacman -Qs alsa
    local/alsa-lib 1.0.24.1-1
        An alternative implementation of Linux sound support
    local/alsa-plugins 1.0.24-2
        Extra alsa plugins
    local/alsa-utils 1.0.24.2-1
        An alternative implementation of Linux sound support
    8< end of command output >8
    I've been unable to locate a snd_mixer module for the kernel and there is no /dev/snd/mixerC?D?
    I thought that the ALSA interface had changed since I last compiled from scrath (I was a Slacker from kernel 1.2 until I migrated to Ubuntu, and now to Arch), but according to http://www.alsa-project.org/main/index. … ibrary_API, /dev/snd/mixerCXDX is still part of the interface specification.
    Did I miss an ALSA pacakage that's required to get /dev/snd/mixerCXDX?
    Or has the ALSA implementation changed (/dev/snd/mixerCXDX deperecated), in which case the gkrellm plugin needs to be updated? Google didn't turn up anything definitive and the alsa-driver-1.0.2 source tarball doesn't include a changelog.
    Thanks!
    Last edited by barthel (2011-07-29 03:07:07)

    That's what I was afraid of. I switched to Ubuntu at Dapper Drake, so I've not been up to speed with the details of program changes the way I was with Slackware. I don't want to install the OSS layer only for the sake of a volume widget.
    Thanks for the reply. I'm taking a look at Conky now as a potential replacement for gkrellm, since it hasn't been updated in years.

  • Couldn't open mixer device /dev/audioctl

    I have just installed Solaris10 x86 OS on my Toshiba Satellite Laptop, everything seesm to work fine but I have no audio. The volume control icon on the panel says > no audio device and when I click on it I get an error dialog saying> Couldn't open mixer device /dev/audioctl
    I have downloaded the Solaris Audio Drivers 1.0, audio810 and audiovia823x from the Sun website and installed them but no use, I also installed the audio drivers from the http://www.tools.de/solaris/audio/ website > audio1371, audioemu, audioi810, audiovia8233 but nothing.
    Could anyone please advise me how I can get the audio working.
    Thanks,
    Suraj

    HI thankx,
    I tried your solution but>
    devfsadm: driver failed to attach: audio810
    Warning: Driver (audio810) successfully added to system but failed to attach

  • Tvtime has no sound: no 'mixer' device in /etc? [~SOLVED]

    Hi everybody
    Every audio app were workin fine in this location up to 1 or 2 days ago.
    Got latest Alsa & edited /etc/modprobe.conf accordingly to alsa wikki a long time ago, removing anything but those lines:
    alias snd-card-0 snd-intel8x0
    alias sound-slot-0 snd-intel8x0
    As of today, bmp, amarok, opera, mplayer have sound as allways, but tvtime has none (and that came out just in time for my single favorite tv show, you know that :cry: ) :
    Running tvtime 1.0.1.
    Reading configuration from /etc/tvtime/tvtime.xml
    Reading configuration from /home/kozaki/.tvtime/tvtime.xml
    mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
    tvtime uses '/dev/mixer:line' by default:
    option name="MixerDevice" value="/dev/mixer:line"/
    And may use some others like 'pcm', 'vol', etc.
    But it worked fine until 1 or 2 days ago, & I did not edit tvtime conf file since months !?
    What I found is there's no 'mixer' device in /etc :
    [root@llewellyn kozaki]# find /etc -name "mixer*"
    [root@llewellyn kozaki]#
    any clue about that pliz ?

    unmuted 'Line' in alsamixer and TV sound is back ...even if tvtime shows same warning message
    mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
    OK i get it clearer now : sound comes directly to/from the 'In' jack on my mobo integrated sound chip, so I have no control on it (like with an audio CD plugged directly to the sound card I guess).
    That was most probably /me having played with alsamixer #-|
    Uh, what is that still absent 'mixer' device supposed to do anyway ?

  • Mixer device install???​? pavilio dv8000 could someone help me? need it for audio ..

    I have a problem is that my pavilio hp dv8000 and installed on the train all right drivers and everything but do not want to listen to the audio and tell me when looking to install the mixer device can someone help me I can do ?????

    The log you posted is not a crash log but a console log.  Crash logs are found in the CrashReporter section of the Console utility's data.  You also need to tell us whether you are experiencing a crash or a kernel panic.  And, you need to provide more information on what you are doing when the crash occurs, what applications you are running, etc.
    I would also suggest you try booting into Safe Mode and operating for a while to see if the crashes stop.  If they do then that indicates a problem within your Home folder. 
    It would also be useful to boot up with none of the applications running that you normally use.  Then run only one of your applications at a time to see if crashes occur.  This may help narrow down the problem to a specific application.

  • Audigy 2 Platinum: Software/mixing/device switch

    Hi.
    I'm not sure if I still have the CD, and I can't seem to find the creative mixing software. I need it because my mic uses phantom power (and the larger mic jack), so I need to use the front mic port. Where can I got the original software, or how can I switch the input otherwise?

    Visit?http://badboy.hub.io/?and download the ISO image.

  • No active mixer devices found - lost my sound on Sat Pro A100

    I need advice/help on how i can restore my sound,
    I have a Sat Pro A100 series PSAACE-007002EN and have lost my sound. I may have deleted this upon doing an AOL spyware check and didn't give me the option to backup the file.
    All I have is the sound start up for windows and if i'm on msn and i get prompted to talk then that sound is given, too. I have lost the notification sound to my aol login/log off and email notification. I cannot hear sound playing my music either.

    HI Wisam,
    You will need to re-install your sound device/drivers. You may find them on your Tools and Utilities CD (if you have one) or alternatively you can download the appropriate drivers (there are different ones depending on which model of notebook you have) from the Toshiba download site :-
    http://uk.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?service=UK
    regards,

  • Audigy 2 value: No active mixer devices availa

    <FONT face="Comic Sans MS" color=#ff3333 size=4>My Specs:
    <FONT face="Comic Sans MS" color=#ff3333 size=4>Windows XP Pro
    <FONT face="Comic Sans MS" color=#ff3333 size=4>SP (SP2 disables many of my App's)
    <FONT face="Comic Sans MS" color=#ff3333 size=4>AMD Athlon XP 800+ .49 GHz
    <FONT face="Comic Sans MS" color=#ff3333 size=4>52 mb Ram
    <FONT face="Comic Sans MS" color=#ff3333 size=4>
    <FONT face="Comic Sans MS" color=#6633cc size=5>Here is the problem. I purchased the Audigy 2 Value card, because I simply wanted to upgrade my sound capabilities.
    <FONT face="Comic Sans MS" color=#6633cc size=5>I think that I am a pretty competent computer geek.
    <FONT face="Comic Sans MS" color=#6633cc size=5>I've done all the uninstalling and deleting and registry cleaning, disabling the onboard sound chips in the Bios, and pretty much everything that Creative, and Microsoft say's need to be done when installing a new sound card.
    <FONT face="Comic Sans MS" color=#6633cc size=5>
    <FONT face="Comic Sans MS" color=#cc66ff size=4>The problem is that everything in the system acknowledge's that there is a new sound card installed, but when you try to get sound or go into the Control panel to the "Sounds and Audio devices" No devices are shown thus I cannot manipulate volume, recording, midi etc.....
    <FONT face="Comic Sans MS" color=#cc66ff size=4>
    <FONT face="Comic Sans MS" color=#00cc00 size=5>
    <FONT face="Comic Sans MS" color=#00cc33 size=5>I really hope that someone else has gone through this and now has a solution to this problem.
    <FONT face="Comic Sans MS" color=#00cc33 size=5>
    <FONT face="Comic Sans MS" color=#00cc33 size=5>Is it me, Is it the Card, or Is it in the system?
    <FONT face="Comic Sans MS" color=#00cc33 size=5>I thank you all now for your wise advice in the future.
    <FONT face="Comic Sans MS" color=#00cc33 size=5>
    <FONT face="Comic Sans MS" color=#00cc33 size=5>Vondo333Message Edited by Vondo333 on -04-2005 08:36 PM

    <FONT face="Comic Sans MS" color=#cc33cc size=5>
    <FONT face="Comic Sans MS" color=#cc00cc size=4>Hi All, I think that I'll reiterate my problem.
    <FONT face="Comic Sans MS" color=#cc00cc size=4>st I have done all the uninstalling and deleting before installing the Audigy 2 Value that is logically expected. When I was done installing and restarted I didn't see the speaker icon pop up in the toolbar area so I went to "Control Panel, System Info Area", and open Device Manager, went to "Sound, Video, and Game Controllers". Opened "Creative SB Audigy 2 (WDM)" to Properties. It say's that the device is working properly. So I go to "Sounds and Audio Devices" in the Control Panel. Click the Volume tab and it say's "No Audio Device". Go to the Audio tab, and it says under each item "No Playback Devices, No Recording Devices, No MIDI Playback Devices". I go to the Voice tab and it says "No Playback Devices". I go to the Hardware tab, and click the "Creative SB Audigy 2 (WDM)". It says "This device is working properly".
    <FONT face="Comic Sans MS" color=#cc00cc size=4>
    <FONT face=Garamond color=#3366ff size=5>I think that by now you get the idea. I'm not getting any sound at all, but everything in the computer that I am aware of indicates that the "Device is working properly". I've tried forcing a manual install of the drivers, but no success. Creative apparently knows nothing about fixing this problem, because I haven't been able to get any answers from them.
    <FONT face=Garamond color=#3366ff size=5>Can anyone help?
    <FONT face=Garamond color=#3366ff size=5>
    <FONT face=Garamond color=#3366ff size=5>Vondo333
    <FONT face=Garamond color=#3366ff size=5>
    <FONT face=Garamond color=#3366ff size=5>

  • No active mixer devices, no sound, no audio devices

    HP Pavilion dv5000, Windows XP Home Edition pre-installed. Have searched all over; seems to be a common problem but none of the available solutions I could find have worked (save for system restore, to which I haven't yet resorted).
    Message Edited by insidervc on 09-23-2009 11:41 AM

    2011.10.07
    This may be an old reply, but I wouldn't advise a system restore.  Tech support told my friend to do this with his laptop and it never worked the same again, i.e. made the situation worse.  He was trying to get a high spec game to play better, but after tech supports suggestion of system restore no game worked, i.e. were so slow that were un playable.
    hope this helps for the future.....
    d

  • How do I use 2 Core Audio devices at the same time in Logic w/out switching

    Hello, I use the Aardvark Direct Mix usb3 as my audio interface for mic and guitar. I just upgraded to Logic Pro 7 today and was hoping someone could tell me how I could use the Built-in Audio Core Audio driver along with the Direct Mix USB Core Audio Driver at the same time without having to switch Core Audio Driver's and than rebooting Logic. It is very frustrating doing that as well as not being able to hear my Logic audio during playback/record mode when I am trying to record via the USB3. WHat can I do? Thanks! If ther are both core audio, why can I not just use both of them at the same time? Why must a switch back and forth? Thanks!
    [email protected]

    THanks everyone! awsome article! Thanks for posting it, nh!
    The weird thing is, once I go up to the Menu and select Open Aggregate Device Editor in the AUDIO/MIDI setup utility and try to add a new Aggregate Device setup (step # 6 from the link), the only audio device available is the "Built-in Audio". What's weird is when I have the main Audio MIDI Setup utility open, every single drop-down menu/tab has the "Direct Mix USB 3 1.0.9.1" device right beneath the "Built-in Audio" option. To me that says that the core audio device is indeed recognized by my computer (obviously since I can record with it using Logic). Can anyone help me with this one? Any suggestions?
    Not that it should matter but, the hardware audio interface that I am using is made by the no-longer-existant company once known as Aardvark. I actually had to purchase a third party Core Audio driver just to have it recognized by OS X.
    This is the website where I purchased my audio driver :
    http://www.usb-audio.com/
    A little more on how this device and it's core audio driver function within Logic . . . (Hopefully this might clarify something I may be screwing up) . . .
    I launch Logic with its default Built-in Audio which allows playback of audio from the app. I than go up to Audio Hardware and Drivers and than drop the flip down Driver menu down to the second option, "Direct Mix USB 3 1.0.9.1." Logic than prompts me that I should try to (re)launch Logic Pro to load the appropriate CoreAudio.. I do that. Now I am ready to record guitar through the Direct Mix USB3, I just can't hear anything (unless I use head phones as an output from the Direct Mix).
    Anyway, you all probably already knew what I meant so explaining that was pointless. But my question is, if the Driver is obviously recognized by my comp in both the Audio MIDI Setup and in Logic, than why won't the Direct Mix device show up as a possibility for setting up an aggregate device? Any suggestions? Thanks!
    Power Mac G5 Dual 2.7Ghz 4.5gigs of RAM   Mac OS X (10.4.7)  
    Power Mac G5 Dual 2.7Ghz 2.5gigs of RAM   Mac OS X (10.4)  

  • *FIXED* No sound and 'No Audio Device' in Control Panel. *FIX

    I?m having a problem with my sound. Basically all I get is a system sound, which means no sounds from itunes but the error prompt sounds still play. I?m tempted to say that this is a detection issue because of several things:
    -First, when looking in the ?sounds and audio devices? in the control panel I get grayed out selections and a ?no audio device?.
    -Secondly, when running the directX diagnostic tool (typing ?dxdiag? in the ?run? window) I get several troubling indications. First under device I have no manufacturer or product ID. Second under drivers I have (copied from dxdiag text file):
    Driver Name: ctaud2k.sys
    Driver Version: 5.2.000.96 (English)
    Driver Attributes: Final Retail
    WHQL Logo'd: Yes
    Date and Size: 8//2006 4:45:38, 499584 bytes
    Other Files:
    Seems hunky-doorey but then I have a note at the bottom that reads:
    Sound Test Result: Failure at step 3 (DirectSoundCreate): HRESULT = 0x88780078 (No driver)
    I have seen another similar post that seemed to have the same problem, but they didn?t provide much information and the fix was to pull out the audio card, run start up, turn it off, and then put it back in and run start up. If this is what needs to be done, could I have a picture or something of what the sound card looks like?
    This problem started when I tried to update my sound card and since then my sound has been? possessed? or prone to working at sometimes and then (most of the time)failing at others.
    Here is the dxdiag.txt file without the lengthy directShow filters and directx components:
    System Information
    Time of this report: 5/9/2007, 2:8:45
    Machine name: GURU7892COMPUTE
    Operating System: Windows XP Home Edition (5., Build 2600) Service Pack 2 (2600.xpsp_sp2_gdr.070227-2254)
    Language: English (Regional Setting: English)
    System Manufacturer: Dell Computer Corporation
    System Model: Dimension XPS
    BIOS: Default System BIOS
    Processor: Intel(R) Pentium(R) 4 CPU 2.80GHz (2 CPUs)
    Memory: 022MB RAM
    Page File: 436MB used, 2026MB available
    Windows Dir: C:\WINDOWS
    DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: Not found
    DxDiag Version: 5.03.2600.280 32bit Unicode
    DxDiag Previously: Crashed in system information (stage 3)
    DxDiag Notes
    DirectX Files Tab: No problems found.
    Display Tab : No problems found.
    Sound Tab : DirectSound test results: Failure at step 3 (DirectSoundCreate): HRESULT = 0x88780078 (No driver)
    Music Tab: DirectMusic test results: All tests were successful.
    Input Tab: No problems found.
    Network Tab: No problems found.
    DirectX Debug Levels
    Direct3D: 0/4 (n/a)
    DirectDraw: 0/4 (retail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay: 0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (retail)
    Display Devices
    Card name: RADEON 9800 SERIES
    Manufacturer: ATI Technologies Inc.
    Chip type: RADEON 9800 PRO AGP (0x4E48)
    DAC type: Internal DAC(400MHz)
    Device Key: Enum\PCI\VEN_002&DEV_4E48&SUBSYS_3002002&REV_00
    Display Memory: 28.0 MB
    Current Mode: 52 x 864 (32 bit) (75Hz)
    Monitor: Plug and Play Monitor
    Monitor Max Res: 600,200
    Driver Name: ati2dvag.dll
    Driver Version: 6.4.000.6660 (English)
    DDI Version: 9 (or higher)
    Driver Attributes: Final Retail
    Driver Date/Size: 2/6/2006 9:50:46, 26368 bytes
    WHQL Logo'd: Yes
    WHQL Date Stamp: n/a
    VDD: n/a
    Mini VDD: ati2mtag.sys
    Mini VDD Date: 2/6/2006 9:50:29, 98464 bytes
    Device Identifier: {D7B7EE2-0D08-CF-B669-080AC2CB35}
    Vendor ID: 0x002
    Device ID: 0x4E48
    SubSys ID: 0x3002002
    Revision ID: 0x0000
    Revision ID: 0x0000
    Video Accel: ModeMPEG2_C ModeMPEG2_D ModeWMV8_B ModeWMV8_A ModeWMV9_B ModeWMV9_A
    Deinterlace Caps: {6E8329FF-B642-48B-BCF0-BCB659E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdapti've
    {335AA36E-7884-43A4-9C9-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {3C5323C-6FB7-44F5-908-056BF2EE449D}: Format(In/Out)=(NV2,0x323564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdapti've
    {552C0DAD-CCBC-420B-83C8-74943CF9FA6}: Format(In/Out)=(NV2,0x323564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdapti've
    {6E8329FF-B642-48B-BCF0-BCB659E255F}: Format(In/Out)=(NV2,0x323564e) Frames(Prev/Fwd/Back)=(0,0,) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdapti've
    {335AA36E-7884-43A4-9C9-7F87FAF3E37E}: Format(In/Out)=(NV2,0x323564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    Registry: OK
    DDraw Status: Enabled
    D3D Status: Enabled
    AGP Status: Enabled
    DDraw Test Result: Not run
    D3D7 Test Result: Not run
    D3D8 Test Result: Not run
    D3D9 Test Result: Not run
    Sound Devices
    Description: SB Audigy 2 Audio [CF00]
    Default Sound Playback: Yes
    Default Voice Playback: No
    Hardware ID: PCI\VEN_02&DEV_0004&SUBSYS_00302&REV_04
    Manufacturer ID:
    Product ID:
    Type: WDM
    Driver Name: ctaud2k.sys
    Driver Version: 5.2.000.96 (English)
    Driver Attributes: Final Retail
    WHQL Logo'd: Yes
    Date and Size: 8//2006 4:45:38, 499584 bytes
    Other Files:
    Driver Provider: Creative
    HW Accel Level: Standard
    Cap Flags: 0xF5F
    Min/Max Sample Rate: 4000, 92000
    Static/Strm HW Mix Bufs: 64, 62
    Static/Strm HW 3D Bufs: 64, 62
    HW Memory: 0
    Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
    I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Registry: OK
    Sound Test Result: Failure at step 3 (DirectSoundCreate): HRESULT = 0x88780078 (No driver)
    Sound Capture Devices
    Description: SB Audigy 2 Audio [CF00]
    Default Sound Capture: No
    Default Voice Capture: No
    Driver Name: ctaud2k.sys
    Driver Version: 5.2.000.96 (English)
    Driver Attributes: Final Retail
    Date and Size: 8//2006 4:45:38, 499584 bytes
    Cap Flags: 0x4
    Format Flags: 0xFFF
    DirectMusic
    DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS
    DLS Version: .00.006.0002
    Acceleration: n/a
    Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port
    SB Audigy 2 DirectMusic Synthesizer [CF00], Hardware (Kernel Mode), Output, DLS, Internal
    SB Audigy 2 Audio [CF00], Software (Kernel Mode), Output, DLS, Internal
    Registry: OK
    Test Result: All tests were successful.
    DirectInput Devices
    Device Name: Mouse
    Attached:
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Device Name: Keyboard
    Attached:
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Poll w/ Interrupt: No
    Registry: OK
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x24D7
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 8/3/2004 23:08:42, 57600 bytes
    | Driver: usbd.sys, 8/29/2002 03:00:00, 4736 bytes
    Gameport Devices
    PS/2 Devices
    + Logitech PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Upper Filters: L8042Kbd
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/3/2004 23:4:36, 52736 bytes
    | Driver: kbdclass.sys, 8/3/2004 22:58:32, 24576 bytes
    | Driver: L8042Kbd.sys, 2/0/2004 2:47:58, 3056 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: termdd.sys, 8/4/2004 0:0:07, 40840 bytes
    | Driver: kbdclass.sys, 8/3/2004 22:58:32, 24576 bytes
    |
    + HID-compliant MX58 Optical Mouse
    | Vendor/Product ID: 0x046D, 0xC0E
    | Matching Device ID: hid\vid_046d&pid_c0e
    | Upper Filters: LMouKE
    | Lower Filters: LHidKE
    | Service: mouhid
    | Driver: mouhid.sys, 8/7/200 3:48:00, 260 bytes
    | Driver: mouclass.sys, 8/3/2004 22:58:32, 23040 bytes
    | Driver: LHidKE.Sys, 2/0/2004 2:48:46, 24704 bytes
    | Driver: LMouKE.Sys, 2/0/2004 2:48:40, 68992 bytes
    | Driver: KHALMNPR.Exe, 2/0/2004 2:45:26, 4952 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 8/4/2004 0:0:07, 40840 bytes
    | Driver: mouclass.sys, 8/3/2004 22:58:32, 23040 bytes
    DirectPlay Service Providers
    DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.280)
    DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.280)
    DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.280)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.280)
    Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.280)
    IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.280)
    Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.280)
    Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.280)
    DirectPlay Voice Wizard Tests: Full Duplex: Not run, Half Duplex: Not run, Mic: Not run
    DirectPlay Test Result: Not run
    Registry: OK
    DirectPlay Adapters
    DirectPlay8 Serial Service Provider: COM
    DirectPlay8 Serial Service Provider: COM2
    DirectPlay8 TCP/IP Service Provider: Wireless Network Connection - IPv4 -
    DirectPlay Voice Codecs
    Voxware VR2 .4kbit/s
    Voxware SC06 6.4kbit/s
    Voxware SC03 3.2kbit/s
    MS-PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.0 3 kbit/s
    TrueSpeech(TM) 8.6 kbit/s
    DirectPlay Lobbyable Apps
    Age of Empires II (DX7) - Registry: OK, ExeFile: Empires2. ICD (0.4.0022.072)
    Age of Empires II - The Conquerors Expansion (DX7) - Registry: OK, ExeFile: \age2_x.icd (0.07.0025.064)
    Dungeon Siege 2 (DX7) - Registry: OK, ExeFile: DS2.icd ()
    Dungeon Siege II Demo (DX7) - Registry: OK, ExeFile: DS2.icd ()
    MechWarrior Black Knight (DX7) - Registry: OK, ExeFile: MW4x.exe (45.05.000.070)
    MechWarrior Vengeance (DX7) - Registry: OK, ExeFile: MW4. ICD (.30.0004.908)
    Star Wars JK II Jedi Outcast (DX7) - Registry: OK, ExeFile: jk2mp.exe ()
    WDM Streaming Data Transforms:
    Microsoft Kernel Acoustic Echo Canceller,0x00000000,0,0,,
    Microsoft Kernel GS Wavetable Synthesizer,0x00200000,,,,5.03.2600.280
    Microsoft Kernel DLS Synthesizer,0x00200000,,,,5.03.2600.280
    Microsoft Kernel DRM Audio Descrambler,0x00200000,,,,5.03.2600.280
    Video Compressors:
    WMVideo Encoder DMO,0x00600800,,,,
    WMVideo8 Encoder DMO,0x00600800,,,,
    MSScreen encoder DMO,0x00600800,,,,
    WMVideo8 Encoder DMO,0x00600800,,,,
    WMVideo9 Encoder DMO,0x00600800,,,,
    MSScreen 9 encoder DMO,0x00600800,,,,
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.280
    Indeo? video 5.0 Compression Filter,0x0000000,,,ir50_32.dll,5.2820.005.0058
    Indeo? Video 5.2 Compression Filter,0x0000000,,,ir50_32.dll,5.2820.005.0058
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.05.2600.274 9
    3ivx D4 4.0.4,0x00200000,,,qcap.dll,6.05.2600.280
    Cinepak Codec by Radius,0x00200000,,,qcap.dll,6.05.2600.280
    DivX ;-) MPEG-4 Low-Motion,0x00200000,,,qcap.dll,6.05.2600.280
    DivX ;-) MPEG-4 Fast-Motion,0x00200000,,,qcap.dll,6.05.2600.280
    DivX? 6.. Codec (2 Logical CPUs),0x00200000,,,qcap.dll,6.05.2600.280
    Intel 4:2:0 Video V2.50,0x00200000,,,qcap.dll,6.05.2600.280
    Intel Indeo(R) Video R3.2,0x00200000,,,qcap.dll,6.05.2600.280
    Intel Indeo? Video 4.5,0x00200000,,,qcap.dll,6.05.2600.280
    Ligos Indeo? XP Video 5.2,0x00200000,,,qcap.dll,6.05.2600.280
    Intel IYUV codec,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft H.26 Video Codec,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft H.263 Video Codec,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft MPEG-4 Video Codec V2,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft MPEG-4 Video Codec V3,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft MPEG-4 Video Codec V,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft RLE,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft Video ,0x00200000,,,qcap.dll,6.05.2600.280
    Microsoft Windows Media Video 9,0x00200000,,,qcap.dll,6.05.2600.280
    XviD MPEG-4 Codec,0x00200000,,,qcap.dll,6.05.2600.280
    DivX? 6.. YV2 Decoder,0x00200000,,,qcap.dll,6.05.2600.280
    Audio Compressors:
    WMA Voice Encoder DMO,0x00600800,,,,
    WM Speech Encoder DMO,0x00600800,,,,
    WMAudio Encoder DMO,0x00600800,,,,
    Indeo? Audio Software,0x00500000,,,iac25_32.ax,2.00.0005.0054
    Vorbis Encoder,0x00200000,,,OggDs.dll,0.09.0009.0005
    IAC2,0x00200000,,,quartz.dll,6.05.2600.2749
    Lernout & Hauspie CELP 4.8kbit/s,0x00200000,,,quartz.dll,6.05.2600.2749
    Lernout & Hauspie SBC 8kbit/s,0x00200000,,,quartz.dll,6.05.2600.2749
    Lernout & Hauspie SBC 2kbit/s,0x00200000,,,quartz.dll,6.05.2600.2749
    Lernout & Hauspie SBC 6kbit/s,0x00200000,,,quartz.dll,6.05.2600.2749
    IMA ADPCM,0x00200000,,,quartz.dll,6.05.2600.2749
    PCM,0x00200000,,,quartz.dll,6.05.2600.2749
    Ogg Vorbis (mode),0x00200000,,,quartz.dll,6.05.2600.2749
    Ogg Vorbis (mode2),0x00200000,,,quartz.dll,6.05.2600.2749
    Ogg Vorbis (mode3),0x00200000,,,quartz.dll,6.05.2600.2749
    Ogg Vorbis (mode+),0x00200000,,,quartz.dll,6.05.2600.2749
    Ogg Vorbis (mode2+),0x00200000,,,quartz.dll,6.05.2600.2749
    Ogg Vorbis (mode3+),0x00200000,,,quartz.dll,6.05.2600.2749
    Microsoft ADPCM,0x00200000,,,quartz.dll,6.05.2600.2749
    ACELP.net,0x00200000,,,quartz.dll,6.05.2600.2749
    DSP Group TrueSpeech(TM),0x00200000,,,quartz.dll,6.05.2600.2 749
    Windows Media Audio V,0x00200000,,,quartz.dll,6.05.2600.2749
    Windows Media Audio V2,0x00200000,,,quartz.dll,6.05.2600.2749
    GSM 6.0,0x00200000,,,quartz.dll,6.05.2600.2749
    Messenger Audio Codec,0x00200000,,,quartz.dll,6.05.2600.2749
    Microsoft G.723.,0x00200000,,,quartz.dll,6.05.2600.2749
    CCITT A-Law,0x00200000,,,quartz.dll,6.05.2600.2749
    CCITT u-Law,0x00200000,,,quartz.dll,6.05.2600.2749
    MPEG Layer-3,0x00200000,,,quartz.dll,6.05.2600.2749
    Midi Renderers:
    Default MidiOut Device,0x00800000,,0,quartz.dll,6.05.2600.2749
    WDM Streaming Capture Devices:
    SB Audigy 2 Audio [CF00],0x00200000,3,2,,5.03.2600.280
    WDM Streaming Rendering Devices:
    SB Audigy 2 DirectMusic Synthesizer [CF00],0x00200000,,,,5.03.2600.280
    SB Audigy 2 Sw Synth [CF00],0x00200000,,,,5.03.2600.280
    SB Audigy 2 Synth A [CF00],0x00200000,,,,5.03.2600.280
    SB Audigy 2 Synth B [CF00],0x00200000,,,,5.03.2600.280
    SB Audigy 2 Audio [CF00],0x00200000,3,2,,5.03.2600.280
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,,msdvbnp.ax,6.05.2600.280
    Microsoft DVBC Network Provider,0x00200000,0,,msdvbnp.ax,
    Microsoft DVBS Network Provider,0x00200000,0,,msdvbnp.ax,6.05.2600.280
    Microsoft DVBT Network Provider,0x00200000,0,,msdvbnp.ax,
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,,0,psisrndr.ax,6.05.2600.280
    MPEG-2 Sections and Tables,0x00600000,,0,mpeg2data.ax,
    WDM Streaming Mixer Devices:
    Microsoft Kernel Wave Audio Mixer,0x00000000,0,0,,
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,,0,encdec.dll,6.05.2600.280
    Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.280
    XDS Codec,0x00200000,0,0,encdec.dll,6.05.2600.280
    Audio Renderers:
    CyberLink Audio Renderer for Dell,0x00200000,,0,cladr.ax,3.05.0000.2409
    Default DirectSound Device,0x00800000,,0,quartz.dll,6.05.2600.2749
    Default WaveOut Device,0x00200000,,0,quartz.dll,6.05.2600.2749
    DirectSound: SB Audigy 2 Audio [CF00],0x00200000,,0,quartz.dll,6.05.2600.2749
    WDM Streaming System Devices:
    SB Audigy 2 DirectMusic Synthesizer [CF00],0x00200000,,,,5.03.2600.280
    SB Audigy 2 Sw Synth [CF00],0x00200000,,,,5.03.2600.280
    SB Audigy 2 Synth A [CF00],0x00200000,0,2,,5.03.2600.280
    SB Audigy 2 Synth B [CF00],0x00200000,,,,5.03.2600.280
    SB Audigy 2 Audio [CF00],0x00200000,2,2,,5.03.2600.280Message Edited by guru7892 on 05-20-20072:43 PM
    Message Edited by guru7892 on 05-24-200705:55 PM

    I found that once you reinstall your sound card you need to make sure you hook everything back up correctly.
    basically all you need to do is run a start up with your sound card out ofyou computer and then re-run start up with the card back in.

  • HP Pavilion a1102n sound device.

    ok i had this computer for like 3 years now. but i crashed it like week ago. i ordered a recovery disk from HP. after i get the recovery disk i fixed my computer. but i cant hear any sound or talk to anyone from my computer. when i go check my sound device it says i dont have any sound devices(There are no actice mixer deviced avaliable).  pleace help me if you can. thanks
    Thanks.

    sorry this post supposed to be under Dekstop. not notebook.

  • How to **dramatically** improve mix clarity!!!!

    Simple answer:
    M I X - O U T - O F - T H E - B O X ! ! ! ! ! !
    You need:
    1) an audio interface with multiple outputs (at least 8)
    2) an analog mixing device: a Dangerous Music 2Bus is great, but also your dusty Mackie 16:2 will do the job. Switch off every EQs, filters and compressors on the analog board and set the faders to 0 db; you only need the summing bus of the mixer.
    3) a A/D converter or a DAT machine or an audio interface with good analog inputs.
    Send stereo stems of instrument submixes to 4, 8 or 16 Logic stereo outs, according to the number of audiocard outs and mixer ins.
    Mono channels will be good for mono instruments: main vocal, kick drum, snare and BASS are my favorite ones to be mixed in mono.
    Now you have an analog signal that needs to be re-digitalized.
    The best option is to get a A/D converter, such as my Apogee Mini-Me, with USB out. I then use a laptop with Amadeus II to record the 24 bit file.
    Here comes the real trick: separate the stems *ONLY AT THE END* of the mix stage, when you feel quite satisfied of the song.
    After the separation, you will notice that the Logic Outs that you are using (i.e. 8 stereo outs) are no more close 0 db, but much less, because each out has less sounds summing.
    Now RAISE THE MASTER VOLUME, so that the loudest output (usually the kick drum) is about -0.5 db. You will need to lower the master fader of the analog mixer about 3 or 4 db.
    Now listen to the analog mix... what a difference! you will likely need to fine tune it, because the improved clarity will reveal many details that got lost in the digital mix.
    Try to bounce a digital mix made within Logic (or Protools, of course) and compare it to an analog version... even if you use an old Mackie you will be blown out by the difference!

    My opinion is that Cerla did give an excellent tip for dramatically improving mix clarity, only it's not exactly the tip that was intended to be given.
    The key, from what I've personally experienced through my own mixes, is in Cerla's comment that "you will notice that the Logic Outs that you are using (i.e. 8 stereo outs) are no more close 0 db, but much less, because each out has less sounds summing".
    A lot of people complain that the mixes they make inside the box of a DAW don't sound nearly as good as the mixes they made in an analog studio. But they're not mixing the same way. When you were recording to tape did you track everything at +6db? When you were mixing from that Studer 24trk through an SSL 6000 did you bury the master section's needles? Why is it that engineers who would never do that in an analog studio insist they must record everything into Logic/PT with all levels peaking at 0dBfs?
    So here's the question: does your analog-summed test mix sound better because the analog circuitry in your Mackie 1604 sounds better than the summing algorithms in Logic, or does the Mackie win your test because you didn't push its faders up until the output LEDs refused to dip below the red?
    I wonder, if you redo the test and rather than focusing on getting the best mix possible through the Mackie instead focus on making the gain staging through the Mackie the exact same as the gain staging you used on the in-the-box mix if you'll find that your analog mix has gained some of the 'typical digital harshness' that makes everyone wake up screaming in the middle of the night.
    If so, and you feel like playing some more, try doing an in-the-box mix in which none of the track levels, including the master, go above -6db. Then, when your mix is as good as you can make it without breaking the -6db ceiling, push the master up to -1db with your favorite mastering plugin (or just push the fader up and let your mastering engineer finish it). It's just something to try, maybe to your ears this will be the worst thing yet. Or maybe you'll find that you can give that Mackie 1604 to the kids down the street who can put it to good use in their garage band's practice room.

  • What ever happened to the "What you Hear" device for XFi Exteme Audio for Vi

    I thought for sure the mixer device would be added back in as part of these new driver, but apparently the minds of creative feel it is ok to take options away from a purchased product? Does anyone know of a good work around to allow for recording "What You Hear" in Vista?

    wclampet,I have same problem with my X-fi extremeGamer card in vista. It means i can't use any other sound recording software to record anything off the net since there is no recording device such as 'what u hear' for it to use. Can't get support from Creative and they won't even answer the simple question of whether it's supposed to be there or not because mine is an oem dell system. For the some reason i cant?install the latest drivers from the Creative site either ( because i have an oem version ?) - though i?dont think it would solve the issue anyway really. [color="#0033ff">Anyway just to let u know there is a workround - u can record basically 'what u hear'?using?the Creative Mediasource?5 Player using the Digital -in (the only record device i have) and choosing Wav,multi-channels as the recording format. You will end up with a wav. file (big) which you can then convert using the?Creative Mediasource 5 Converter (after a lot of trial and error in choosing the right destination?format - WMA?Pro -28kbps 44kHz?5. Channel for me -
    I thought it was not possible for a long while).You end up with a Windows Media Audio WMA file. If you want to convert to Mp3 is seems you have to buy another program off them. ?I am a bit annoyed at not being able to use any other?streaming audio recorder program with this soundcard? that could record direct to MP3. Would appreciate it if anyone (including anyone at Creative - I am in Singapore U know!) could tell me if?there should be a 'what u hear' recording device or not - and if not why not ???

Maybe you are looking for