hinawa-fireface-cli command not found

In this troubleshooting guide we learn how to fix hinawa-fireface-cli command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

hinawa-fireface-cli: command not found

or when using sudo you get the following error message

sudo: hinawa-fireface-cli: command not found

Solutions to hinawa-fireface-cli: command not found

How To Fix hinawa-fireface-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu hinawa-fireface-cli is provided by hinawa-utils package.

hinawa-utils is:

hinawa-utils are utilities to control Audio and Music units on FireWire (IEEE1394) and it contains below command line tools.

  • hinawa-bebob-parser
    • Plug structure parser for BeBoB firmware
  • hinawa-config-rom-printer
    • A lexer/parser of configuration ROM on FireWire
  • hinawa-dg00x-cui
    • CLI tool for functionalities of Digidesign Digi 00x family
  • hinawa-dice-common-cui
    • CLI tool for Dice common functionalities
  • hinawa-dice-extension-cui
    • CLI tool for Dice extended functionalities
  • hinawa-fireworks-cui
    • CLI tool for Echo Audio Fireworks module
  • hinawa-focusrite-saffirepro-io-cui
    • CLI tool for Focusrite SaffirePro IO series
  • hinawa-griffin-firewave-cui
    • CLI tool for Griffin Firewave
  • hinawa-lacie-speakers-cui
    • CLI tool for Lacie FireWire speakers
  • hinawa-maudio-bebob-cui
    • CLI tool for M-Audio FireWire series based on BeBoB solution
  • hinawa-motu-common-cui
    • CLI tool for MOTU FireWire series
  • hinawa-oxfw-generic-cui
    • CLI tool for OXFW generic functionalities
  • hinawa-tascam-fireone-cui
    • CLI tool for Tascam FireOne
  • hinawa-tascam-fw-console-cui
    • CLI tool for console models of Tascam FireWire series (FW1082/1884)
  • hinawa-tascam-fw-rack-cui
    • CLI tool for rack models of Tascam FireWire series (FW1804)
  • hinawa-yamaha-terratec-cui
    • CLI tool for Yamaha GO series and Terratec PHASE series

To fix this problem, we can install more using the command below.

sudo apt-get -y install hinawa-utils

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install hinawa-utils.

sudo apt -y install hinawa-utils

Or if you have aptitude installed you can use the following command.

sudo aptitude install hinawa-utils

Summary

In this tutorial we learn how to fix hinawa-fireface-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.