this post was submitted on 16 Aug 2026
40 points (97.6% liked)

Linux

67095 readers
381 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 7 years ago
MODERATORS
 

I've used pavucontrol throughout pretty much all my Linux life. But it only controls pulseaudio side of things. I found that it does not work that well with pipewire.

For example if I do something like wpctl set-mute 56 toggle, the mute state is not reflected in any way in pavucontrol, but I see that the device is muted for example in alsamixer.

Any good pipewire-native volume control?

top 11 comments
sorted by: hot top controversial new old
[–] gera@feddit.nu 8 points 3 days ago (2 children)

I just had to duckduckgo it lol https://github.com/saivert/pwvucontrol

yeah this one works better

[–] Sivecano@lemmy.dbzer0.com 2 points 3 days ago

Oh, this is being updated again. Neat.

[–] MonkderVierte@lemmy.zip 0 points 3 days ago

The recommended way of installing pwvucontrol is through Flatpak.

Ugh. It's in Arch repo btw.

[–] swelter_spark@reddthat.com 3 points 3 days ago (1 children)

I haven't had problems using pavucontrol with pipewire.

This is what I use, and then in my waybar I have a volume control that lets me right click to switch between speakers and headphones as my output device, middle click to mute current output device, and use scroll wheel to increase/decrease audio of selected output.

[–] SolarPunker@slrpnk.net 3 points 3 days ago

EasyEffects is very complete if you need advanced stuff.

[–] meurglys@lemmy.world 3 points 3 days ago

I use wiremix in Arch and Void linux.

https://github.com/tsowell/wiremix

[–] ZWQbpkzl@hexbear.net 2 points 3 days ago
[–] luthis@lemmy.nz 2 points 3 days ago

It doesn't work with pipewire? I've never noticed. What symptoms

[–] anzo@programming.dev 1 points 3 days ago

iiuc you want to add pulseaudio client to pipewire. Regardless of that, it's worth checking jamesdsp too.

[–] solrize@lemmy.ml -1 points 3 days ago
amixer -q set Master playback 75%

Or whatever percentage you want.