I bite the bullet and gone to the dark side

  • nyan@sh.itjust.works
    link
    fedilink
    arrow-up
    7
    ·
    3 days ago

    If using OpenRC is all it tales to be on the dark side, then I’ve been there since before it was cool.

  • DefinitelyNotBirds@lemmy.mlBanned
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    Going to the dark side stings after years of perfecting my dotfiles. That customization muscle memory does not transfer over. How are you handling the loss of environment control?

    • ColdWater@lemmy.caOP
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      I have a separate /home partition, So I don’t have to redo any customization, honestly it’s just init systems I don’t loss anything

  • EastofEdson@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days 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
      ·
      3 days 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
      5
      ·
      4 days 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