2
September
2024
How to fix the operation of the volume control regulator in Linux
17:15

How to fix the operation of the volume control regulator in Linux

2 September 2024 17:15

The solution to the problem: the volume using the volume control in the system tray is not adjustable.

I had to run Pavucontrol to change the volume, which was inconvenient.

Then I found solution :

1) Open the file for editing alsa-base.conf:

sudo nano /etc/modprobe.d/alsa-base.conf

2) После группы строки "install ***** /sbin/modprobe" и перед группой "options ***** index=-2", я добавил строку:

options snd-hda-intel model=auto

and retained changes Ctrl+o, ctrl+x

3) updated nuclei : completed the command

sudo update-initramfs -u -k all

4) reboot

sudo shutdown -r now

Now the applet of the volume control in the system tray works. That is, the volume changes using the "mouse".



Related publications