Couldn't open audio: Couldn't open audio device or ESD

Got the Heroes of Might & Magic III for Linux, from Loki-games,
When I run the game, the terminal shows that 'Couldn't open audio: Couldn't open audio device or ESD connection'
and, of course, the game has no sound ; o
Does anyone play this under linux?
thanks

I was having sound issues with a game on a fresh Arch install, until i realised that pulseaudio had failed to start because dbus wasn't running.
So, i started dbus
# /etc/rc.d/dbus start
Then i started avahi-daemon
# /etc/rc.d/avahi-daemon start
then i started pulseaudio manually.
$ pulseaudio --start
also, make sure you're a member of the group 'audio'. If you're not, sound may not work properly, or at all.
If these steps work, be advised that, in all probability it will only work until reboot. But that's a story for another post.
HTH,
--Aaron
Last edited by usagi (2011-11-21 20:01:11)

Similar Messages

  • 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

  • MPD: ERROR: problems opening audio device

    Since a day, maybe a little more, mpd is troubling me. When I use mpc, I get the error
    ERROR: problems opening audio device
    This is my mpd.conf
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/home/adriaan/Music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "/var/lib/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "/var/lib/mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "/var/log/mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "/var/run/mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "/var/lib/mpd/mpdstate"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "adriaan"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    group "users"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    #bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    #port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    device "hw:0,0" # optional
    # format "44100:16:2" # optional
    # mixer_type "hardware" # optional
    # mixer_device "default" # optional
    # mixer_control "PCM" # optional
    # mixer_index "0" # optional
    #audio_output {
    # type "alsa"
    # name "Sound Card"
    # options "dev=dmixer"
    # device "plug:dmix"
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"

    milso wrote:
    type "alsa"
    name "equal"
    device "default"
    format "44100:16:2" # optional
    mixer_device "default" # optional
    mixer_control "PCM" # optional
    mixer_index "0" # optional
    I have mine set to plug:plugequal as I use an equalizer with alsa, but when I set it to default it works fine, try that.
    That didn't work out.
    Mr.Elendig wrote:Tell mpd to be more verbose. And check that mplayer -ao alsa whatever works.
    Here's the output of mpd -v
    listen: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
    path: path_set_fs_charset: fs charset is: UTF-8
    database: reading DB
    disabling the last.fm playlist plugin because account is not configured
    daemon: opening pid file
    daemon: daemonized!
    daemon: writing pid file
    Doesn't contain anything unusual.
    EDIT: oh, and mplayer -ao alsa works fine.
    Last edited by arthd (2011-02-09 15:14:09)

  • After downloading osx 10.9.2 when i open my logic pro 9 and begin to audition loops that came with lp9 i get a message that says "audio device has been removed  and then a second message the " select driver not found(-10202). my interface is a apogee duet

    after downloading osx 10.9.2 when i open my logic pro 9 and begin to audition loops that came with lp9 i get a message that says "audio device has been removed  and then a second message the " select driver not found(-10202). my interface is a apogee duet. Can anyone provide a solution to this problem. Thanks

    YES!!! YES!!! YES!!!
    I got it!!! Yes!!!
    Guys, I've solved my problem about that error -10202 (Selected driver not found).
    I have installed in my Mac Pro (OS X 10.5.8) a document with an extension ".rsrc" to correct the position of the accents in my keyboard, like acute accent, tilde and circumflex.
    That file is called "U.S. - International.rsrc" and it's stored in the following path:
    "Macintosh HD/Library/Keyboard Layouts"
    So, when it's properly installed, I can choose 2 country flags on the right side of the menu bar (U.S. - International and Brazilian).
    That's the clue!
    When I pick up "U.S. - International", my keyboard works fine with the accents, >>>BUT<<< Logic Pro 9 doesn't recognize my audio driver; and when I pick up "Brazilian", my keyboard doesn't work with the accents exactly as it shows me on each key, BUT Logic Pro 9 DOES recognize my audio driver.
    So, when I want to write anything out, I will pick up the "US - International" and when I want to work on the Logic Pro 9, I will pick up "Brazilian".
    I hope I can help all of you.
    Regards,
    Renato Veiga.

  • Couldn't initialize capture device on linux Ca

    I have installed j2sdk1.4.2-02 and jmf 2.1.1e on linux.When I started jmstuido ,jmstudio found "video capture device ":Name=v41:OV511+USC Camera:0
    Locator = v41://0 and support Output Format :four kinds of YUVFormat .
    audio capture device :Name=JavaSound audio capture
    Locator = javasound://44100 and support Output Format :seven kinds of AudioFormat LINEAR.
    But when I open file->capture ,video display OK and audio display error :"controller error ! failed to prefetch: cann't open audio device."
    when I open file->transmit , I want to transmit video not audio and the monitor display OK but the other side cann't receive video.
    I write some codes :
         DataSource dsvideo = null;
         Vector deviceList=null;
         CaptureDeviceInfo di = null;
         MediaLocator ml=null;
    deviceList = CaptureDeviceManager.getDeviceList(new VideoFormat(null));
    if (deviceList.size() > 0)
    di = (CaptureDeviceInfo)deviceList.firstElement();
    else
    System.err.println("System has not video device!");
    System.exit(-1);
    ml=di.getLocator();
    DataSource ds=null;
    try
    ds = Manager.createDataSource(ml);
    catch(NoDataSourceException nodatasourceexception)
    System.err.println("Cannot create DataSource from: " + ml);
    System.exit(0);
    catch(IOException ioexception)
    System.err.println("Cannot create DataSource from: " + ml);
    System.exit(0);
    catch (Exception e)
    System.err.println("Cannot create DataSource from: " + ml);
    System.exit(0);
    compiling is ok but when I run the program ,the system display:
    java.io.IOException: java.lang.Error: Couldn't initialize capture device
    Cannot create DataSource from: v4l://0 .
    with the same condition and the same executing , I can be successful on windows2000.Why is not on linux?Please help me. thanks a lot!

    I have installed j2sdk to /java/j2sdk and jmf to /java/jmf
    I have added to /root/.bashrc including:
    JAVA_HOME="/java/j2sdk"
    PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games:/java/j2sdk/bin:/java/j2sdk/lib:/java/j2sdk/jre/bin:/java/j2sdk/jre/lib:/java/jmf/bin:/java/jmf/lib"
    JMF_HOME="/java/jmf"
    LD_LIBRARY_PATH="$JMF_HOME/lib:/java/j2sdk/jre/lib/i386:/java/j2sdk/jre/lib/i386/client"
    LD_PRELOAD="/java/j2sdk/jre/lib/i386/libjawt.so"
    CLASSPATH="$CLASSPATH:$JAVA_HOME/lib:$JAVA_HOME/jre/lib:$JMF_HOME/lib/jmf.jar:.:$JMF_HOME/lib/mediaplayer.jar:$JMF_HOME/lib/multiplayer.jar"
    [ "$UID" = "0" ] || PATH="$PATH:."
    export PATH JAVA_HOME JMF_HOME CLASSPATH LD_LIBRARY_PATH LD_PRELOAD

  • Macbook Pro 13" (Late 2011) - High Definition Audio Device - Code 10

    Hi, i installed Windows 7 Ultimate 64 Bit via Boot Camp on my new Macbook Pro 13" (Late 2011). Driver Disk was installed, but the "High Definition Audio Device" couldn't be started. Status is Code 10. Normal Cirrus Logic Audio is working. Any advice, how this could be fixed? Would be nice, to have audio over the Mini-Displayport HDMI Adapter on Windows as well (Works perfectly with Lion).
    Thanks,
    Thorsten

    Hi, i installed Windows 7 Ultimate 64 Bit via Boot Camp on my new Macbook Pro 13" (Late 2011). Driver Disk was installed, but the "High Definition Audio Device" couldn't be started. Status is Code 10. Normal Cirrus Logic Audio is working. Any advice, how this could be fixed? Would be nice, to have audio over the Mini-Displayport HDMI Adapter on Windows as well (Works perfectly with Lion).
    Thanks,
    Thorsten

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

  • No audio device installed (Big iss

    Hello all,?I have Vista Ultimate and am using an Audixy 4. After installing the new drivers today (SBAXVSD_PCDRV_LB_2_2_0002) I lost my sound. At the device manager i see that "This device is working properly."?When I go to Controle panel/Sound I see the device but I almost none of the commands work (Disable, Test, Configure) only the Properties work but there I cannot do anything useful. When I right click on the Sound icon at the bottom right of the screen and go to Open Volume Mixer, it says "No audio device installed"?Yersterday I also had this issue and reinstalled Vista with a fresh install which fixed the problem. Today I had the same thing again and decided to use my onboard sound card (RealTek, 623_Vista_APO), and nothing changed! I am still getting the same errors as with the Audixy 4. Is there any sollution to this Vista bug? :angry:?Thanks for reading

    I am not sure why anyone is not replying with a resolution but I am having a similar problem. I am having a computer custom built and the Technician building it claims that Windows Vista will not recognize both the Soundblaster Xi Fi Extreme Music sound card and the MSI 8800GTX 768MB video card that I have chosen for the configuration. This is due to some conflict. The Technician claims the problem is the sound card and Creative needs to update drivers before this configuration can be done. Is this true? Can anyone explain why? I know Creative has Windows Vista drivers but apparently for this situation it does not resolve the conflict.

  • 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

  • No audio device is installed says volume mixer

    So suddenly one day the audio on my system just disappears. Little white x on the speaker icon on taskbar, mouse over it and it displays my current audio device and volume 0. Open playback devices and all are enabled and "working". Open volume mixer and "No audio device is installed". In device manager, all audio devices are installed with current drivers and all are "functioning normally". I don't quite understand this contradiction...
    Two days later, after searching through hundreds of forum threads and finding that this problem is actually fairly common, I still have not found a solution. This is what I have tried:
    Obvious first step for me was to reinstall the audio drivers. No success
    2) Uninstall ALL audio software and drivers, reinstall everything from manufactures websites. No success
    3) try to restore to an earlier configuration. Guess wht, NO RESTORE POINTS. No success
    4) Stop/Start Windows audio service. No success
    5) Open BIOS set up screen. Can not find any audio options at all....(No success)
    6) Download windows Vista service pack 2 (yes, I am running vista), try to install, but every time I try it gets hung up on "Preparing your computer" and stops responding. Yes I have tried to download it multiple times from Windows download center and have also tried to run without saving. Since it never installs, No success.
    7) Download a "fix" for a similar problem arising after waking a system up from hibernation (KB9296850). Didn't  match my problem exactly but thought it was worth a shot. Again, every time I try to install it gets hung up on "searching for updates" and stops responding. Again, downloaded multiple times, run from location, all from microsoft. No success
    8) Desperation setting in. Insert system restore disk. Doesnt work. Tells me its only for use on Acer system. Guess what I AM RUNNING AN ACER SYSTEM. No success
    9) Still have a copy of Windows XP. Insert and boot from the disk. Try to format the HDD and install Windows XP. For some reason does not work. Try multiple times, Will not install on this system. Cant remember the exact error code it gives me. No success
    System Specs:
    Acer Aspire M5620
    Intel Core 2 quad CPU 2.4 GHZ each
    Acer proprietary motherboard and bios
    Has anyone EVER fixed this problem. I have tried everything, I cant even format my HDD, which I know is not related to the audio problem but still frustrating.
    Thanks

    Looks like a real mess. Use the XP CD and boot it up, delete any partitions.
    Use your recovery DVD for Vista and then attempt to use that, if that does not work then there may be some hardware problem
    Corsair Carbide 300R with TX850V2
    Asus M5A99FX PRO R2.0 CFX/SLI
    AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
    G.SKILL RipjawsX DDR3-2133 8 GB
    EVGA GTX 660 Ti FTW Signature 2 (GK104 Kepler)
    Asus PA238QR IPS LED HDMI DP 1080p
    ST2000DM001 & Windows 8.1 Professional x64
    Microsoft Wireless Desktop 2000 & Wacom Bamboo CHT470M
    Place your rig specifics into your signature like I have, makes it 100x easier to understand!
    Hardcore Games Legendary is the Only Way to Play!

  • [SOLVED] Default audio device no longer works after reboot

    After today's reboot, the audio device no longer works. E.g., VLC says:
    Audio output failed:
    The audio device "default" could not be used:
    No such file or directory.
    This is the console log:
    [0x1394138] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    [0x7fac180069c8] pulse audio output error: PulseAudio server connection failure: Connection refused
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    [0x7fac180069c8] alsa audio output error: cannot open ALSA device "default": No such file or directory
    [0x7fac180069c8] jack audio output error: failed to connect to JACK server
    [0x7fac180069c8] oss audio output error: cannot open audio device (/dev/dsp)
    [0x7fac180069c8] main audio output error: no suitable audio output module
    [0x7fac40fa4db8] main decoder error: failed to create audio output
    [0x7fac180069c8] pulse audio output error: PulseAudio server connection failure: Connection refused
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    [0x7fac180069c8] alsa audio output error: cannot open ALSA device "default": No such file or directory
    [0x7fac180069c8] jack audio output error: failed to connect to JACK server
    [0x7fac180069c8] oss audio output error: cannot open audio device (/dev/dsp)
    [0x7fac180069c8] main audio output error: no suitable audio output module
    [0x7fac41055118] main decoder error: failed to create audio output
    The strange thing is that the sound card does in fact work; e.g. the sound test for "HDA Intel PCH", the first entry in my KDE Audio Settings, works. But the entry "default" does not and I suppose that is also the device that VLC is complaining about.
    I've tried blacklisting the HDMI driver and switched to the other audio output modules in VLC. I've also checked I'm still member of the "audio" group.
    Edit:
    P.S. Solved this myself. I had a USB-to-MIDI adapter cable plugged in during boot, which seems to have been causing these problems. I suppose systemd thought it was a USB sound card? I was wondering why dmesg said something about USB sound when the computer doesn't have any USB sound devices. Hardware detection epic fail. Although I guess the cable counts as a MIDI device at least, so in a way it's correct.
    So it looks like I'll always have to unplug the MIDI cable before rebooting.
    Last edited by Morn (2012-11-23 19:24:00)

    You might get. Ore assistance in a different forum area. Maybe try Using pad. This is the forum for iPhoto for iOS.

  • HELP No Audio Device Installed on HP dv4-145dx running Windows Vista Home Premium Service Pack 2

    I recently completed a Windows update and now my audio device is not functioning at all.  I am being told that NO AUDIO OUTPUT DEVICE IS INSTALLED. I have tried to use the Update Driver function and keep receiving the message " WINDOWS FOUND DRIVER SOFTWARE FOR YOUR DEVICE BUT ENCOUNTERED AN ERROR WHILE ATTEMPTING TO INSTALL IT."
    If anyone has advice on how to resolve this issue please help. Thank you.
    Dannette

    Hi,
    It seems that the Audio Driver is corrupt: 
    Please click Start->In the Search Field above, type DEVMGMT.MSC and Press Enter, it opens Device maanger Window,  click + next to Sound, Video and Game COntrollers, right click on IDT or High Definition Audio Device entry, and click uninstall.
    Click Start->All Programs->REcovery Manager->Select NO on Software Program Installation, click Next, select YEs on Hardware Driver installation, click yes, it shows all Drivers, choose Audio Driver, and click Install.Restart the PC, and check if the issue has fixed. If not, go to Control panel->Sound, on PlayBack Tab, right click on empty Space, select Show Disabled Devices, Show Hidden Devices, select Speakers, and click Set Default, play a file in Media Player, check to see if it works.
    Thank You.
    Kiran Talluri
    Say thanks by clicking the "Kudos! Star" which is on the left.
    Make it easier for other people to find solutions, by marking my answer "Accept as Solution" if it solves your issue

  • Macbook Air no longer recognizes external audio devices

    My Macbook air's audio port recently stopped recognizing external devices such as speakers and headphones.
    The external devices are functional with other devices and fully plugged in, but only the internal speakers will produce sound.
    This problem happened just recently with audio devices that had been working fine with the laptop before. I did not use any
    audio devices that I haven't used with the computer before. They are fully plugged in, and I've already tried twisting the head
    of the cord to see if it's going bad. The headphones I tried to use work fine with my iPhone.
    I've tried opening System Preferences > Sound, to select the device, but it doesn't show up in the device list.
    The internal speakers work fine, and continue to work even though the headphones or external speakers are plugged in, and in
    the case of the external speakers, turned on.
    Does anyone know if updating my audio driver would help?
    Has anyone expirienced and resolved this problem or a similar problem?
    Does anyone know how I can actually get in touch with someone who works at apple without having to go in to their store, as
    I don't have time to do that and wouldn't be able to leave my laptop for repair since I use it for college?
    Any help would be greatly appreciated!
    Thanks so much!
    Update:
    I've tried using "Audio MIDI Setup", the external devices do not seem to be recognized by the computer.

    Because something has gone wrong. I have no way of knowing what, and without backups, you're in a very bad situation.
    If you want to preserve the data on the startup drive, and it's not already backed up, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data, you can skip this step.
    There are several ways to back up a Mac that is not fully functional. You need an external hard drive to hold the backup data.
    1. Start up from the Recovery partition, from Internet Recovery, or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.” The article refers to starting up from a DVD, but the procedure in Recovery mode is the same. You don't need a DVD if you're running OS X 10.7 or later.
    2. If Method 1 fails because of disk errors, and no other Mac is available, then you may be able to salvage some of your files by copying them in the Finder. If you already have an external drive with OS X installed, start up from it. Otherwise, if you have Internet access, follow the instructions on this page to prepare the external drive and install OS X on it. You'll use the Recovery installer, rather than downloading it from the App Store.
    3. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, start the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    4. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.

  • Fix for Missing Audio Device in WinXP S

    My sound card disappeared from the Sounds and Audio Devices Properties panel. I tried cleansweeping and reinstalling to no effect. I could watch my card disappear from the panel as Windows went through startup after I reinstalled it. My card , a Sound Blaster Li've!, was listed under the hardware tab but the drivers were listed as "Driver installed but not started". Creative Diagnostics said I passed the hardware detection test but failed the driver tests. I am using the drivers from the Li'veDrvUni-Pack(ENG) version .0.0..
    I found this fix after searching with Google. The site is www.annoyances.org/exec/forum/winxpt/t06642744. It resolved my problem. I did use DH Driver Cleaner Pro to remove any Creative drivers. You need to know that the hardware scan and reinstall in step 6 can take several minutes. I also removed hidden copies of my Creative devices in step 5. The revealed hidden devices have greyed icons next to them.
    Sincerely,
    Weasel
    re: sound device errorThursday, April 2, 2005 at 6:02 amPosted by Ven <FONT size=-2>(<I> messages posted</I>)
    RE>Hello to all,
    I got much useful information from this topic, but none of them resolved my sound
    problem. I use Windows XP SP2 on an Asus V7V8X and a Creative SB Audigy. I also tried
    removing the SB card and enabling the built in VIA AC 97 without success.
    Then I tried removing and adding back the Plug and Play Software Device Enumerator
    as you suggested without success.
    Then I went further reinstalling some of the kernel sound drivers and that resolved
    the issue in my case so I describe my ste
    ps.
    First I suggest everyone to create a System Restore point to have something to return
    in case of something goes wrong. You can boot XP to safe mode by pressing F8 at the
    beginning of the Windows startup and select Safe Mode if the system doesn?t start
    in normal mode and use System Restore there to go back to the working configuration.
    Then try these steps only if the others mentioned here don?t help. I had everything
    ok in Device Manager and every driver was running that should, compared to an other
    working system, but the symptom was that there was no sound coming out from the sound
    card. Everything was OK in the Device Manager, but in the Sounds and Audio Devices
    Control Panel there was only the Voice recording option on the Voice tab, and the
    MIDI music playback (without the sound card being in the list) on the Audio tab acti've.
    The others like Voice playback, Sound playback, Sound recording and everything on
    the Volume tab was grayed out.
    . Create the restore point.
    2. On the System Properties panel, Advanced tab, Environment Variables button, under
    the User variables click New and create a variable named devmgr_show_nonpresent_devices
    with the value of .
    3. Open the Device Manager and select Show hidden devices from the View menu.
    4. Under the Sound, video and game controllers group, find your sound card(s) and
    disable it/them (don?t need to uninstall).
    5. Then uninstall the following devices:
    - Microsoft Kernel Audio Splitter
    - Microsoft Kernel System Audio Device
    - Microsoft Kernel Wave Audio Mixer
    - Microsoft WINMM WDM Audio Compatibility Driver
    6. Select Scan for hardware changes from the Action menu. Now the system should redetect
    and reinstall the deleted devices automatically. You may get non signed driver warnings,
    click continue.
    7. Enable the devices you disabled in step 4. You may need to restart the computer.
    The problem should be disappeared, you should be able to play sounds.
    Good luck!
    Ven
    </PRE>

    Hi
    You should check if the microphone has not been disabled.
    Go to control panel -> sound -> recording tab
    There you should make a right click and should enable the both options called show hidden devices and show disabled devices.
    Now you should see 2 microphone entries; one internal mic and second should belong to the external mic jack.
    If you want to use the internal mic then mark it as default device.
    Cheers

  • [SOLVED]No Sound - ALSA - Maybe wrong audio device.

    Yesterday I installed Arch and it has been going well except that I can not get my sound working. Following https://wiki.archlinux.org/index.php/Ad … chitecture I installed alsa-utils and then used alsamixer to unmute channels. While I experimented with the channels I had a youtube video open and so I should have heard something if it had worked.
    I seem to have two sound cards. When I run alsamixer it defaults to the "Intel Haswell HDMI" chip and "Item: S/PDIF". I can unmute the S/PDIF channels but there is no volume bar. I suspect that this device is set as a default somewhere but it is not the one I want to use.
    Hitting F6 and choosing the "HDA Intel PCH" card has many columns. I have them all unmuted and I've played around quite a bit with turning various things up and down. The speaker I have in plugged into the back of the desktop I am using and is attached with both a round pale green connector and a usb connector.
    When I turn up the volume on the <Rear Mic> I can hear the static volume go up on the speaker. So I could change the volume on the speaker but the speaker was not getting audio from the web browser I had open.  When I turn up the volume on the <Front Mic> I can hear a high pitched noise increase, my only guess for where its coming from is the tiny speaker that I have plugged right into the motherboard.
    I've tried researching and I would like to try and change the default sound card like in this thread: https://bbs.archlinux.org/viewtopic.php?id=186597. But I'm afraid that I'm newer to Arch/Linux than those people or at least I'm confused trying to follow that advice. My /etc/modprobe.d directory is empty. If I made a .conf file like in that answer I would not know what to name it.
    Here is the output of some relevant (hopefully) commands:
    $ lspci -vnn | grep -A 1 -i audio
    00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
    Subsystem: ASRock Incorporation Device [1849:0c0c]
    00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
    Subsystem: ASRock Incorporation Device [1849:8892]
    $ aplay -lL
    null
    Discard all samples (playback) or generate zero samples (capture)
    hdmi:CARD=HDMI,DEV=0
    HDA Intel HDMI, HDMI 0
    HDMI Audio Output
    hdmi:CARD=HDMI,DEV=1
    HDA Intel HDMI, HDMI 1
    HDMI Audio Output
    hdmi:CARD=HDMI,DEV=2
    HDA Intel HDMI, HDMI 2
    HDMI Audio Output
    default:CARD=PCH
    HDA Intel PCH, ALC892 Analog
    Default Audio Device
    sysdefault:CARD=PCH
    HDA Intel PCH, ALC892 Analog
    Default Audio Device
    front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    Front speakers
    surround21:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    2.1 Surround output to Front and Subwoofer speakers
    surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Digital
    IEC958 (S/PDIF) Digital Audio Output
    **** List of PLAYBACK Hardware Devices ****
    card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    lsmod | grep snd
    snd_hda_codec_hdmi 53248 1
    snd_hda_codec_realtek 65536 1
    snd_hda_codec_generic 65536 1 snd_hda_codec_realtek
    snd_hda_intel 28672 0
    snd_hda_controller 28672 1 snd_hda_intel
    snd_hda_codec 114688 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 16384 1 snd_hda_codec
    snd_pcm 90112 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 28672 1 snd_pcm
    snd 69632 8 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    soundcore 16384 2 snd,snd_hda_codec
    $ speaker-test
    speaker-test 1.0.29
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 1 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    Thank you for reading.
    Last edited by buffalo (2015-06-13 22:47:37)

    I followed Head_on_a_Stick's advice and the speaker is now working! Thank you so much Head_on_a_Stick. The one other time I posted on this forum was last February and you helped me out then too. You are my favorite!
    Thank you ewaller as well, but rather than look at aplay -l I think I will mark this thread as [SOLVED].
    The thing I'm still curious about is how did you know what to name the file  /etc/modprobe.d/alsa-base.conf ?
    Time for me to figure out how to get the headphone jack working.

Maybe you are looking for