Audio and Soundcard issues in arch-like system [SOLVED]ALSA OSS Emulation won't workDebian Squeeze doesn't...

What will happen if my luggage gets delayed?

Are small insurances worth it?

Is it possible that a question has only two answers?

What are some noteworthy "mic-drop" moments in math?

What ability score modifier does a javelin's damage use?

What is the generally accepted pronunciation of “topoi”?

Can't make sense of a paragraph from Lovecraft

When a wind turbine does not produce enough electricity how does the power company compensate for the loss?

Why couldn't the separatists legally leave the Republic?

Why aren't there more Gauls like Obelix?

Can I negotiate a patent idea for a raise, under French law?

School performs periodic password audits. Is my password compromised?

Specifying a starting column with colortbl package and xcolor

Plausibility of Mushroom Buildings

Giving a career talk in my old university, how prominently should I tell students my salary?

How do spaceships determine each other's mass in space?

Is divide-by-zero a security vulnerability?

Is a piano played in the same way as a harmonium?

Expressing logarithmic equations without logs

PTIJ: Why does only a Shor Tam ask at the Seder, and not a Shor Mu'ad?

The meaning of ‘otherwise’

When Schnorr signatures are part of Bitcoin will it be possible validate each block with only one signature validation?

Are all players supposed to be able to see each others' character sheets?

What problems would a superhuman have who's skin is constantly hot?



Audio and Soundcard issues in arch-like system [SOLVED]


ALSA OSS Emulation won't workDebian Squeeze doesn't have soundWhy can't I play audio from two or more sources?How to disable device in Linux Debian (Wheezy)Sound from external DAC not detected; can't unmute devices in pavucontrolALSA PulseAudio sound output when switching between headphones and laptop speakerVLC Not able to detect/choose default audio device outputStuttering sound, Cinnamon Mint 17.3, Dell Dimension T3500Poor sound quality in Skype for LinuxNo audio (I/O) Manjaro Linux KDE













0















i have a recently installed parabola OS (basically arch with openrc) on my LENOVO 3134A11 and since the begging i have no audio in the system. The thing is that when i run pavucontrol the emergent window frozen in "Establishing connection to PulseAudio. Please wait." and trying any pactl variants says "Connection refused". Seeing this i went to alsamixer to see what's happening so i put everything to the maximum and notice that increasing-decreasing "Rear mic" with loopback enabled causes noise in the speaker so i think what that means is that the system and alsa recognizes the driver, but i still have no audio.



There is some general info that i hope help to solve the problem:



Kernel version: 4.20.11-gnu-1



lspci -v:



00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Subsystem: Lenovo 6 Series/C200 Series Chipset Family High Definition Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 31
Memory at fe600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel


aplay -l:



aplay: device_list:272: no soundcards found...


amixer



amixer: Mixer attach default error: No such file or directory


sudo aplay /usr/share/sounds/alsa/Front_Center.wav



ALSA lib pcm_direct.c:1966:(snd1_pcm_direct_parse_open_conf) The field ipc_gid must be a valid group (create group audio)
aplay: main:828: audio open error: Invalid argument


("root" user has the same issues)



find /lib/modules/uname -r | grep snd-hda-intel



/lib/modules/4.20.11-gnu-1/kernel/sound/pci/hda/snd-hda-intel.ko.xz


alsa force-reload



bash: alsa: command not found


cat /proc/asound/modules



0 snd_hda_intel


cat /proc/asound/version



Advanced Linux Sound Architecture Driver Version k4.20.11-gnu-1.


cat /proc/asound/cards



 0 [PCH            ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xfe600000 irq 31


Hope that you guys can find this out!



SOLUTION



It turns out that for some god-knows-why reason pulseaudio didn't start on startup (thats why running pavucontrol frozens the window either in normal and root, pactl din't worked, etc). After initialize pulseaudio with pulseaudio --start it turns out another problem: audio only works in root, so after a little research i discover that i can add audio group manually with no issues with sudo groupadd audio(i thought that it has to come "by fabric") and sudo gpasswd -a *user* audio, then i just reset and woosh audio.










share|improve this question









New contributor




Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    i have a recently installed parabola OS (basically arch with openrc) on my LENOVO 3134A11 and since the begging i have no audio in the system. The thing is that when i run pavucontrol the emergent window frozen in "Establishing connection to PulseAudio. Please wait." and trying any pactl variants says "Connection refused". Seeing this i went to alsamixer to see what's happening so i put everything to the maximum and notice that increasing-decreasing "Rear mic" with loopback enabled causes noise in the speaker so i think what that means is that the system and alsa recognizes the driver, but i still have no audio.



    There is some general info that i hope help to solve the problem:



    Kernel version: 4.20.11-gnu-1



    lspci -v:



    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    Subsystem: Lenovo 6 Series/C200 Series Chipset Family High Definition Audio Controller
    Flags: bus master, fast devsel, latency 0, IRQ 31
    Memory at fe600000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel


    aplay -l:



    aplay: device_list:272: no soundcards found...


    amixer



    amixer: Mixer attach default error: No such file or directory


    sudo aplay /usr/share/sounds/alsa/Front_Center.wav



    ALSA lib pcm_direct.c:1966:(snd1_pcm_direct_parse_open_conf) The field ipc_gid must be a valid group (create group audio)
    aplay: main:828: audio open error: Invalid argument


    ("root" user has the same issues)



    find /lib/modules/uname -r | grep snd-hda-intel



    /lib/modules/4.20.11-gnu-1/kernel/sound/pci/hda/snd-hda-intel.ko.xz


    alsa force-reload



    bash: alsa: command not found


    cat /proc/asound/modules



    0 snd_hda_intel


    cat /proc/asound/version



    Advanced Linux Sound Architecture Driver Version k4.20.11-gnu-1.


    cat /proc/asound/cards



     0 [PCH            ]: HDA-Intel - HDA Intel PCH
    HDA Intel PCH at 0xfe600000 irq 31


    Hope that you guys can find this out!



    SOLUTION



    It turns out that for some god-knows-why reason pulseaudio didn't start on startup (thats why running pavucontrol frozens the window either in normal and root, pactl din't worked, etc). After initialize pulseaudio with pulseaudio --start it turns out another problem: audio only works in root, so after a little research i discover that i can add audio group manually with no issues with sudo groupadd audio(i thought that it has to come "by fabric") and sudo gpasswd -a *user* audio, then i just reset and woosh audio.










    share|improve this question









    New contributor




    Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      i have a recently installed parabola OS (basically arch with openrc) on my LENOVO 3134A11 and since the begging i have no audio in the system. The thing is that when i run pavucontrol the emergent window frozen in "Establishing connection to PulseAudio. Please wait." and trying any pactl variants says "Connection refused". Seeing this i went to alsamixer to see what's happening so i put everything to the maximum and notice that increasing-decreasing "Rear mic" with loopback enabled causes noise in the speaker so i think what that means is that the system and alsa recognizes the driver, but i still have no audio.



      There is some general info that i hope help to solve the problem:



      Kernel version: 4.20.11-gnu-1



      lspci -v:



      00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
      Subsystem: Lenovo 6 Series/C200 Series Chipset Family High Definition Audio Controller
      Flags: bus master, fast devsel, latency 0, IRQ 31
      Memory at fe600000 (64-bit, non-prefetchable) [size=16K]
      Capabilities: <access denied>
      Kernel driver in use: snd_hda_intel
      Kernel modules: snd_hda_intel


      aplay -l:



      aplay: device_list:272: no soundcards found...


      amixer



      amixer: Mixer attach default error: No such file or directory


      sudo aplay /usr/share/sounds/alsa/Front_Center.wav



      ALSA lib pcm_direct.c:1966:(snd1_pcm_direct_parse_open_conf) The field ipc_gid must be a valid group (create group audio)
      aplay: main:828: audio open error: Invalid argument


      ("root" user has the same issues)



      find /lib/modules/uname -r | grep snd-hda-intel



      /lib/modules/4.20.11-gnu-1/kernel/sound/pci/hda/snd-hda-intel.ko.xz


      alsa force-reload



      bash: alsa: command not found


      cat /proc/asound/modules



      0 snd_hda_intel


      cat /proc/asound/version



      Advanced Linux Sound Architecture Driver Version k4.20.11-gnu-1.


      cat /proc/asound/cards



       0 [PCH            ]: HDA-Intel - HDA Intel PCH
      HDA Intel PCH at 0xfe600000 irq 31


      Hope that you guys can find this out!



      SOLUTION



      It turns out that for some god-knows-why reason pulseaudio didn't start on startup (thats why running pavucontrol frozens the window either in normal and root, pactl din't worked, etc). After initialize pulseaudio with pulseaudio --start it turns out another problem: audio only works in root, so after a little research i discover that i can add audio group manually with no issues with sudo groupadd audio(i thought that it has to come "by fabric") and sudo gpasswd -a *user* audio, then i just reset and woosh audio.










      share|improve this question









      New contributor




      Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      i have a recently installed parabola OS (basically arch with openrc) on my LENOVO 3134A11 and since the begging i have no audio in the system. The thing is that when i run pavucontrol the emergent window frozen in "Establishing connection to PulseAudio. Please wait." and trying any pactl variants says "Connection refused". Seeing this i went to alsamixer to see what's happening so i put everything to the maximum and notice that increasing-decreasing "Rear mic" with loopback enabled causes noise in the speaker so i think what that means is that the system and alsa recognizes the driver, but i still have no audio.



      There is some general info that i hope help to solve the problem:



      Kernel version: 4.20.11-gnu-1



      lspci -v:



      00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
      Subsystem: Lenovo 6 Series/C200 Series Chipset Family High Definition Audio Controller
      Flags: bus master, fast devsel, latency 0, IRQ 31
      Memory at fe600000 (64-bit, non-prefetchable) [size=16K]
      Capabilities: <access denied>
      Kernel driver in use: snd_hda_intel
      Kernel modules: snd_hda_intel


      aplay -l:



      aplay: device_list:272: no soundcards found...


      amixer



      amixer: Mixer attach default error: No such file or directory


      sudo aplay /usr/share/sounds/alsa/Front_Center.wav



      ALSA lib pcm_direct.c:1966:(snd1_pcm_direct_parse_open_conf) The field ipc_gid must be a valid group (create group audio)
      aplay: main:828: audio open error: Invalid argument


      ("root" user has the same issues)



      find /lib/modules/uname -r | grep snd-hda-intel



      /lib/modules/4.20.11-gnu-1/kernel/sound/pci/hda/snd-hda-intel.ko.xz


      alsa force-reload



      bash: alsa: command not found


      cat /proc/asound/modules



      0 snd_hda_intel


      cat /proc/asound/version



      Advanced Linux Sound Architecture Driver Version k4.20.11-gnu-1.


      cat /proc/asound/cards



       0 [PCH            ]: HDA-Intel - HDA Intel PCH
      HDA Intel PCH at 0xfe600000 irq 31


      Hope that you guys can find this out!



      SOLUTION



      It turns out that for some god-knows-why reason pulseaudio didn't start on startup (thats why running pavucontrol frozens the window either in normal and root, pactl din't worked, etc). After initialize pulseaudio with pulseaudio --start it turns out another problem: audio only works in root, so after a little research i discover that i can add audio group manually with no issues with sudo groupadd audio(i thought that it has to come "by fabric") and sudo gpasswd -a *user* audio, then i just reset and woosh audio.







      linux audio arch-linux sound-card






      share|improve this question









      New contributor




      Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 4 mins ago







      Noone













      New contributor




      Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 hours ago









      NooneNoone

      1




      1




      New contributor




      Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Noone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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/3.0/"u003ecc by-sa 3.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
          });


          }
          });






          Noone is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1412907%2faudio-and-soundcard-issues-in-arch-like-system-solved%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Noone is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Noone is a new contributor. Be nice, and check out our Code of Conduct.













          Noone is a new contributor. Be nice, and check out our Code of Conduct.












          Noone is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1412907%2faudio-and-soundcard-issues-in-arch-like-system-solved%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...