rmedigicontrol command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rmedigicontrol: command not found
or when using sudo you get the following error message
sudo: rmedigicontrol: command not found
Solutions to rmedigicontrol: command not found
How To Fix rmedigicontrol: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rmedigicontrol is provided by alsa-tools-gui package.
alsa-tools-gui is:
A collection of GUI based ALSA utilities for specific sound hardware:
echomixer - control tool for Echoaudio soundcards envy24control - control tool for Envy24 (ice1712) based soundcards hdajackretask - retask jacks on HDA Intel hardware hdspconf - GUI program to control the Hammerfall HDSP Alsa Settings. hdspmixer - tool to control the advanced routing features of the RME Hammerfall DSP. rmedigicontrol - control tool for RME Digi32 and RME Digi96 soundcards
To fix this problem, we can install more using the command below.
sudo apt-get -y install alsa-tools-gui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install alsa-tools-gui.
sudo apt -y install alsa-tools-gui
Or if you have aptitude installed you can use the following command.
sudo aptitude install alsa-tools-gui
Summary
In this tutorial we learn how to fix rmedigicontrol command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.