Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: Archie on 20 December 2024, 09:44:51

Title: Sound muted on bootup (Solved)
Post by: Archie on 20 December 2024, 09:44:51
(https://i.ibb.co/2yw8nLS/20241219-01.png)

I searched the forum and have not found any solution to the muted volume control on every boot. I had to unmute and raise the volume and all is well. Some thread suggested alsamixer but the command always return:

Code: [Select]
artix ~ > alsamixer
bash: alsamixer: command not found

I'm sure there is a way to set the sound volume. Any help is appreciated.

Title: Re: Sound muted on bootup
Post by: Penaz on 20 December 2024, 17:46:59
Greetings,

The alsamixer executable is part of the "alsa-utils" package, is it installed?

Also is the "alsasound" (should be part of "alsa-utils-openrc") service active (check "rc-status" from root) and in the "boot" runlevel? (I'm assuming OpenRC), if I recall correctly, it saves and restores volumes.
Title: Re: Sound muted on bootup
Post by: tintin on 21 December 2024, 07:21:16
Hello,

I have been using alsa only for several years.
I removed all pulse packets except libpulse and libcanberra.

I use alsa and the nice and very practical qastools mixer on different pc:
https://forum.artixlinux.org/index.php/topic,4318.msg27848.html#msg27848

Note: I don't play games and don't use wine or steam.
But I have sound in all my apps.
Title: Re: Sound muted on bootup
Post by: Archie on 21 December 2024, 07:26:16
No, it wasn't installed unfortunately. I installed alsa-utils and launch alsamixer, reboted and I audio volume is now unmuted.

In my previous distro (which I am still using on another desktop), I never really had to deal with any sound issues.

I am glad for your assistance. I also did an alsactl --help to see what else I could pick up.