I'm working on Ubuntu Server 18.04 and I'm trying to setup the Wifi.
I've tried many ways to setup the wifi but I didn't found any working solution. I'm now trying nmcli
tool.
When I do nmcli d
to have the list of available network interfaces, I have the following output:
DEVICE TYPE STATE CONNECTION
wlan0 wifi unmanaged --
On the other hand, the command nmcli general
shows me:
STATE CONNECTIVITY WIFI-HW WIFI
connected full enabled enable
What does it mean and how to solve it ?
I tried to set managed=true
in /etc/NetworkManager/NetworkManager.conf
.
Also, when I check if my hardware is working, I have no result:
$ lspci | grep -i wlan
$
And if I do sudo lshw -class network
:
*-network
description: Wireless interface
physical id:1
logical name: wlan0
serial: 00:23:a7:fe:e4:dc
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=RSI-SDIO WLAN driverversion=4.15.0-1038-oem firmware=N/A link=no multicast=yes wireless=IEEE 802.11
I also tried to edit wpa_supplicant.conf and also tried to use netplan, without success.
I don't have any other wired connection so the wifi it's my only solution to have internet on my device. Thus, I cannot install any new package to solve my problem.
Thanks