You are not logged in.
Which tool is responsible for managing wireless networks in Q4OS Centaurus? I was surprised, when I entered iwconfig, and Konsole showed me - command not found.
Last edited by Rademes (2020-12-16 10:23)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
Which tool is responsible for managing wireless networks in Q4OS Centaurus? I was surprised, when I entered iwconfig, and Konsole showed me - command not found.
For some reason IDK, you need to use sudo with it:
$ sudo iwconfig
otherwise, you get the infamous
$ iwconfig
bash: iwconfig: command not found
Offline
To help diagnose these types of issue I always install the package command-not-found and it will tell you either how to install an uninstalled package or tell you the path to the package is not available to your user.
If you install it you will need to run sudo apt-file update and also sudo update-command-not-found before it can tell you anything, I always install this on fresh installations.
Offline
Rademes wrote:Which tool is responsible for managing wireless networks in Q4OS Centaurus? I was surprised, when I entered iwconfig, and Konsole showed me - command not found.
For some reason IDK, you need to use sudo with it:
$ sudo iwconfig
otherwise, you get the infamous
$ iwconfig bash: iwconfig: command not found
Nope, that does not working too!
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
"network-manager" is responsible, however you can anytime install "iwconfig" as well:
$ sudo apt install wireless-tools
Offline
Nope, that does not working too!
Hmmm...maybe it isn't installed by default as q4osteam's post suggests, and I probably installed it time ago but don't remember doing it, either way, do as q4osteam says; install it first, then try again.
Offline
After installing wireless-tools, [sudo iwconfig] started to work. Thank you for help.
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline