this post was submitted on 06 Apr 2026
114 points (99.1% liked)

Linux

64359 readers
616 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
114
submitted 19 hours ago* (last edited 19 hours ago) by ColdWater@lemmy.ca to c/linux@lemmy.ml
 

I bite the bullet and gone to the dark side

you are viewing a single comment's thread
view the rest of the comments
[–] Aceofspades@lemmy.ca 2 points 18 hours ago (2 children)

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.

[–] AkatsukiLevi@lemmy.world 5 points 10 hours ago* (last edited 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.ca 6 points 17 hours ago (1 children)

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

[–] Blujean@mas.to 0 points 17 hours ago (1 children)

@ColdWater @Aceofspades I'm going to have to try it, it's arch based anyways ;) thanks for the tips!

[–] ColdWater@lemmy.ca 1 points 17 hours ago

No problems, if you have any issues you can ask me in this thread