CMUS Error: opening audio device: No such deviceSound not working after suspend MacBook7,1 Ubuntu 13.04Ubuntu 14.04: spontaneously lost soundAudio Card can't be foundUbuntu 16.04 LTS - How can I use the integrated Intel ALC268 audio device? Or what is a good work-around?16.04, kernel 4.15.0-33, Audio device: NVIDIA Corporation Device 10f1 - no soundShould I remove Ubuntu 18.04 and install Lubuntu 18.10?

Should I sign a NDA that holds me liable for legal fees even if I am in the right?

Affection vs. Affliction

Can I use Thaumaturgy to hide the effect of Detect Magic?

Putting tools you use (but can't configure) on resume?

Does Special Relativity Imply Multiple Realities?

How would sword design change if the aim was to cause as much immediate bleeding as possible?

SQL Server Truncates Transaction Logs with Copy Only Backups

Can the U.S. Senate hold an impeachment trial if the House "passes" but does not "deliver" articles of impeachment?

Identifying Wires behind Light Switch

Would it have been possible to re-fuel the planes in the air?

Is one spouse responsible if other failed to file taxes

Tactical illusion combat countermeasures (password system)

When does one use an extra stave for piano music?

A short story (possibility written in the 80's), where humans visit an alien race that evolves fast?

Can I rescind my offer of working on weekends after last day?

Confidence Interval of CDF

How can I get AppImages to show up in the Applications Menu?

Why is the OS obfuscation defense against "It's a Unix system!" not widely implemented?

Why can't I shoot with a fast shutter speed?

How to optimize the following function?

Corridor seats on the TGV — why? Are seat reservations not always mandatory?

Limit number of matches of find command

(x | y) - y why can't it simply be x or even `x | 0`

What does it mean to play "positionally", and how do you train that?



CMUS Error: opening audio device: No such device


Sound not working after suspend MacBook7,1 Ubuntu 13.04Ubuntu 14.04: spontaneously lost soundAudio Card can't be foundUbuntu 16.04 LTS - How can I use the integrated Intel ALC268 audio device? Or what is a good work-around?16.04, kernel 4.15.0-33, Audio device: NVIDIA Corporation Device 10f1 - no soundShould I remove Ubuntu 18.04 and install Lubuntu 18.10?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









4


















I can't seem to play any audio with CMUS because it always gives the error:



CMUS Error: opening audio device: No such device


This is the output of lspci -v | grep -A7 -i "audio":



00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High
Definition Audio Controller (rev 02)
Subsystem: ASRock Incorporation Device c892
Flags: bus master, fast devsel, latency 0, IRQ 49
Memory at dff00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express
Port 1 (rev 02) (prog-if 00 [Normal decode])


What could be the problem?










share|improve this question

































    4


















    I can't seem to play any audio with CMUS because it always gives the error:



    CMUS Error: opening audio device: No such device


    This is the output of lspci -v | grep -A7 -i "audio":



    00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High
    Definition Audio Controller (rev 02)
    Subsystem: ASRock Incorporation Device c892
    Flags: bus master, fast devsel, latency 0, IRQ 49
    Memory at dff00000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel

    00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express
    Port 1 (rev 02) (prog-if 00 [Normal decode])


    What could be the problem?










    share|improve this question





























      4













      4









      4


      1






      I can't seem to play any audio with CMUS because it always gives the error:



      CMUS Error: opening audio device: No such device


      This is the output of lspci -v | grep -A7 -i "audio":



      00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High
      Definition Audio Controller (rev 02)
      Subsystem: ASRock Incorporation Device c892
      Flags: bus master, fast devsel, latency 0, IRQ 49
      Memory at dff00000 (64-bit, non-prefetchable) [size=16K]
      Capabilities: <access denied>
      Kernel driver in use: snd_hda_intel

      00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express
      Port 1 (rev 02) (prog-if 00 [Normal decode])


      What could be the problem?










      share|improve this question
















      I can't seem to play any audio with CMUS because it always gives the error:



      CMUS Error: opening audio device: No such device


      This is the output of lspci -v | grep -A7 -i "audio":



      00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High
      Definition Audio Controller (rev 02)
      Subsystem: ASRock Incorporation Device c892
      Flags: bus master, fast devsel, latency 0, IRQ 49
      Memory at dff00000 (64-bit, non-prefetchable) [size=16K]
      Capabilities: <access denied>
      Kernel driver in use: snd_hda_intel

      00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express
      Port 1 (rev 02) (prog-if 00 [Normal decode])


      What could be the problem?







      server sound 13.10 hardware






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 3 at 5:06









      Kevin Bowen

      16.3k15 gold badges63 silver badges74 bronze badges




      16.3k15 gold badges63 silver badges74 bronze badges










      asked Oct 26 '13 at 14:06









      clampclamp

      1,4193 gold badges14 silver badges17 bronze badges




      1,4193 gold badges14 silver badges17 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          0



















          cmus appears to default to the pulseaudio output plugin.



          However the pulseaudio sound system is not necessarily installed on a headless server.



          Try :set output_plugin=alsa or :set output_plugin=ao to switch to a supported backend.






          share|improve this answer

























          • thanks, i tried both but i still get the same error

            – clamp
            Nov 3 '13 at 16:12


















          0



















          I know that this is incredibly old but I've run into the same issue and no where has an answer of any kind. To fix this problem I installed



          sudo apt-get install libao-ocaml-dev


          and that seems to have fixed my problem.



          My symptoms were that I could play music if I was root but would the error described by OP if I wasn't. I needed to compile cmus from source because the version of cmus that I get from apt was unable to play some of my music because of an ffmpeg/avconv issue.



          I didn't need to do anything special aside from install that library.






          share|improve this answer


























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f366211%2fcmus-error-opening-audio-device-no-such-device%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0



















            cmus appears to default to the pulseaudio output plugin.



            However the pulseaudio sound system is not necessarily installed on a headless server.



            Try :set output_plugin=alsa or :set output_plugin=ao to switch to a supported backend.






            share|improve this answer

























            • thanks, i tried both but i still get the same error

              – clamp
              Nov 3 '13 at 16:12















            0



















            cmus appears to default to the pulseaudio output plugin.



            However the pulseaudio sound system is not necessarily installed on a headless server.



            Try :set output_plugin=alsa or :set output_plugin=ao to switch to a supported backend.






            share|improve this answer

























            • thanks, i tried both but i still get the same error

              – clamp
              Nov 3 '13 at 16:12













            0















            0











            0









            cmus appears to default to the pulseaudio output plugin.



            However the pulseaudio sound system is not necessarily installed on a headless server.



            Try :set output_plugin=alsa or :set output_plugin=ao to switch to a supported backend.






            share|improve this answer














            cmus appears to default to the pulseaudio output plugin.



            However the pulseaudio sound system is not necessarily installed on a headless server.



            Try :set output_plugin=alsa or :set output_plugin=ao to switch to a supported backend.







            share|improve this answer













            share|improve this answer




            share|improve this answer










            answered Nov 2 '13 at 17:59









            aquaherdaquaherd

            5,44424 silver badges36 bronze badges




            5,44424 silver badges36 bronze badges















            • thanks, i tried both but i still get the same error

              – clamp
              Nov 3 '13 at 16:12

















            • thanks, i tried both but i still get the same error

              – clamp
              Nov 3 '13 at 16:12
















            thanks, i tried both but i still get the same error

            – clamp
            Nov 3 '13 at 16:12





            thanks, i tried both but i still get the same error

            – clamp
            Nov 3 '13 at 16:12













            0



















            I know that this is incredibly old but I've run into the same issue and no where has an answer of any kind. To fix this problem I installed



            sudo apt-get install libao-ocaml-dev


            and that seems to have fixed my problem.



            My symptoms were that I could play music if I was root but would the error described by OP if I wasn't. I needed to compile cmus from source because the version of cmus that I get from apt was unable to play some of my music because of an ffmpeg/avconv issue.



            I didn't need to do anything special aside from install that library.






            share|improve this answer





























              0



















              I know that this is incredibly old but I've run into the same issue and no where has an answer of any kind. To fix this problem I installed



              sudo apt-get install libao-ocaml-dev


              and that seems to have fixed my problem.



              My symptoms were that I could play music if I was root but would the error described by OP if I wasn't. I needed to compile cmus from source because the version of cmus that I get from apt was unable to play some of my music because of an ffmpeg/avconv issue.



              I didn't need to do anything special aside from install that library.






              share|improve this answer



























                0















                0











                0









                I know that this is incredibly old but I've run into the same issue and no where has an answer of any kind. To fix this problem I installed



                sudo apt-get install libao-ocaml-dev


                and that seems to have fixed my problem.



                My symptoms were that I could play music if I was root but would the error described by OP if I wasn't. I needed to compile cmus from source because the version of cmus that I get from apt was unable to play some of my music because of an ffmpeg/avconv issue.



                I didn't need to do anything special aside from install that library.






                share|improve this answer














                I know that this is incredibly old but I've run into the same issue and no where has an answer of any kind. To fix this problem I installed



                sudo apt-get install libao-ocaml-dev


                and that seems to have fixed my problem.



                My symptoms were that I could play music if I was root but would the error described by OP if I wasn't. I needed to compile cmus from source because the version of cmus that I get from apt was unable to play some of my music because of an ffmpeg/avconv issue.



                I didn't need to do anything special aside from install that library.







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Jan 1 '15 at 20:11









                RickRick

                1011 bronze badge




                1011 bronze badge































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f366211%2fcmus-error-opening-audio-device-no-such-device%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?