madwimax command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
madwimax: command not found
or when using sudo you get the following error message
sudo: madwimax: command not found
Solutions to madwimax: command not found
How To Fix madwimax: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu madwimax is provided by madwimax package.
madwimax is:
madwimax is an experimental reverse-engineered Linux driver for mobile WiMAX (802.16e) devices based on Samsung CMC-730 chip. These devices are currently supported:
- Samsung SWC-U200
- Samsung SWC-E100
- Samsung SWM-S10R (it is built in Samsung NC-10 netbook)
This package contains the user-space standalone implementation of the driver. It requires Universal TUN/TAP support in your kernel.
To fix this problem, we can install more using the command below.
sudo apt-get -y install madwimax
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install madwimax.
sudo apt -y install madwimax
Or if you have aptitude installed you can use the following command.
sudo aptitude install madwimax
Summary
In this tutorial we learn how to fix madwimax command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.