this post was submitted on 14 Sep 2023
69 points (97.3% liked)

Linux

45501 readers
1515 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 9 months ago (2 children)

I am running into a bug with pipewire where every time my laptop wakes from sleep, my audio devices (both input and output) get duplicated. So if I close my laptop lid and open it 5 times, I will have 5 sets of speakers and 5 microphones. And at that point, the volume controls stop working and everything kinda goes to shit. If I restart the pipewire service, everything starts working fine again.

The workaround I am using is I made a systemd service that restarts the pipewire service each time the device wakes from sleep. And that works fine. But I was wondering if anyone else ran into this and if there is a better solution available.

[–] [email protected] 7 points 9 months ago (1 children)

Which version are you currently on? I thought this was in 0.3.77 and fixed in 0.3.78

[–] [email protected] 4 points 9 months ago* (last edited 9 months ago)

Oh. I just checked. I'm on 0.3.79, and yes it's fixed. I just had to disable my service to check. Thanks for the heads up!