I had sound working fine with one problem: the center and rear right channel were swapped.

I generated an /etc/asound.conf to work on the channel swap and reloaded and now I can see the audio in pulse audio monitor, but nothing from the speakers. I deleted asound.conf and rebooted and it’s now back to the previous settings but still having an issue with no sound from the speakers.

Any help is appreciated. I’m still also trying to figure out how to rearrange the surround channels so they are assigned to the correct speakers. Changing them from the hardware isn’t an option unfortunately.

  • brownmustardminionOP
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    6 months ago

    Thanks. That helped a lot. It gave me a good basis for some further googling.

    It ended up that the Internal Clock of the hardware interface was deselected in alsamixer. Enabling it fixed the no audio issue.

    For the channel remapping I tried a bunch of different config files until finally one actually managed to not be ignored. It’s absurd how many separate configuration files and sound settings menus exist for linux audio and there’s no guarantee the one your editing is even being used. An absolute mess IMO and it’s no wonder people shy away from linux for desktop purposes.

    Funny enough, despite getting the channel remapping to work, it’s completely ignored unless you put pulseaudio -k into your user profile. And even now, because the remapped output device doesn’t show up on boot, it has to be manually set to the default output every login.

    At least I have the right channels mapped though.

    I love linux but god damn is it a hot mess for the simple stuff.

    • rufus@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      6 months ago

      Glad you were able to figure it out. Yeah, there are a lot of settings and different moving parts involved in doing audio. And the config files are all over the place. It can get nasty.

      There has to be a way to make your settings and that pipeline the (system) default. Or at least change the profile that gets loaded for your specific soundcard and change and override the channel mapping so it won’t load something else first.