I have Ubuntu 20.04, and it has issues with wireless connection.
Ifconfig
is not installed, but apt-get
doesn't also work properly. Output for sudo lshw -C
network says 'network DISABLED'. What can be the solution?
Edit:
Ouput for lspci -knn | grep 'net' -A3
on image
lspci -knn | grep Net -A3
doesn't show anything
rfkill list
doesn't show anything
Adapter from lsusb
: Bus 001 Device 004: ID 7392:a812 Edimax Technology Co., Ltd Edimax AC600 USB
lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 Oct 05 '20 at 08:37lsusb
. Please post it as text, don't make screenshots of a terminal. – Pilot6 Oct 05 '20 at 09:45dkms-install.sh
, I receivecommand not found
– agamendon Oct 05 '20 at 10:10