ffado-mixer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ffado-mixer: command not found
or when using sudo you get the following error message
sudo: ffado-mixer: command not found
Solutions to ffado-mixer: command not found
How To Fix ffado-mixer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ffado-mixer is provided by ffado-mixer-qt4 package.
ffado-mixer-qt4 is:
FFADO is a Linux driver for FireWire (IEEE1394) audio devices.
The FFADO library permits discovering and configuring such devices and provides an API for streaming clients.
This package holds the mixer and control applications that communicate with ffado-dbus-server.
Despite the package name, the GUI has been updated.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ffado-mixer-qt4
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ffado-mixer-qt4.
sudo apt -y install ffado-mixer-qt4
Or if you have aptitude installed you can use the following command.
sudo aptitude install ffado-mixer-qt4
Summary
In this tutorial we learn how to fix ffado-mixer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.