Hello, I'm strugging to get the volume percentage function to work. When building with ALSA, it only updates the percentage once. Even manually updating using aslstatus-update doesn't work. I prefer to use pulse but I also couldn't get it to work. Using make AUDIO=PULSE uses ALSA instead, and changing the Makefile to AUDIO ?= PULSE results in the status bar not showing up.
Hello, I'm strugging to get the volume percentage function to work. When building with ALSA, it only updates the percentage once. Even manually updating using aslstatus-update doesn't work. I prefer to use pulse but I also couldn't get it to work. Using make AUDIO=PULSE uses ALSA instead, and changing the Makefile to AUDIO ?= PULSE results in the status bar not showing up.
Hello, sorry for long reply
Pulseaudio creates separate "sound card" different from ALSA default sound card, which aslstatus is uses, so there is separate volume percentage and changing pulse volume does not change ALSA default "sound card" volume
So, proper way to use aslstatus with pulseaudio is to make AUDIO=PULSE, it is strange that it is still uses ALSA
Please make sure that you using latest changes from master branch and show me output of make -Bn AUDIO=PULSE command
Hello, sorry for long reply
`Pulseaudio` creates separate "sound card" different from ALSA default sound card, which `aslstatus` is uses, so there is separate volume percentage and changing pulse volume does not change ALSA default "sound card" volume
So, proper way to use `aslstatus` with `pulseaudio` is to `make AUDIO=PULSE`, it is strange that it is still uses ALSA
Please make sure that you using latest changes from `master` branch and show me output of `make -Bn AUDIO=PULSE` command
Hello, I'm strugging to get the volume percentage function to work. When building with ALSA, it only updates the percentage once. Even manually updating using aslstatus-update doesn't work. I prefer to use pulse but I also couldn't get it to work. Using make AUDIO=PULSE uses ALSA instead, and changing the Makefile to AUDIO ?= PULSE results in the status bar not showing up.
Hello, sorry for long reply
Pulseaudio
creates separate "sound card" different from ALSA default sound card, whichaslstatus
is uses, so there is separate volume percentage and changing pulse volume does not change ALSA default "sound card" volumeSo, proper way to use
aslstatus
withpulseaudio
is tomake AUDIO=PULSE
, it is strange that it is still uses ALSAPlease make sure that you using latest changes from
master
branch and show me output ofmake -Bn AUDIO=PULSE
command