I bite the bullet and gone to the dark side

  • EastofEdson@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    18 hours ago

    I ran Artix for a few days but ran into audio server issues. The issue was that there wasn’t an audio server installed so I had not sounds at all. I managed to get everything working after some trial and error. As expected, most of the online help is written with systemd in mind. A little while later I installed another application which installed alsa as a dependency which broke my audio again. I went back to EndeavourOS after that.

    • Akatsuki Levi@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      10 hours ago

      $ sudo pacman -S pipewire pipewire-openrc wireplumber wireplumber-openrc pipewire-pulseaudio

      Then you use:

      $ rc-service --user pipewire start

      $ rc-service --user wireplumber start

      $ rc-update --user add pipewire

      $ rc-update --user add wireplumber

    • ColdWater@lemmy.caOP
      link
      fedilink
      arrow-up
      7
      ·
      18 hours ago

      What audio server did you use? I use pipewire, I only need to install *-openrc equivalent packages on top of base pipewire packages and enable it with OpenRC for it to work