I have plugged in USB 2.0 Wireless 802.11N Adapter in my Ubuntu 20.04LTS Desktop. I have got a driver disk with my purchased Adapter. It has a folder of Linux driver. I can't install it. So it is showing - No Wi-fi Adapter Found!
I have read their Release note: Check it here Release Note
It is showing it supports only
Linux (kernel 2.6.18 ~ 3.6.6) But I have checked with uname -a command and found the following result:
Linux elliyaspc 5.4.0-38-generic #42-Ubuntu SMP Mon Jun 8 14:14:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux From lsusb command -
lsusb Bus 002 Device 004: ID 046d:c077 Logitech, Inc. M105 Optical Mouse Bus 002 Device 005: ID 046d:c31c Logitech, Inc. Keyboard K120 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 007: ID 2e04:c022 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub After executing install.sh file, I am getting this errors:
I need to know - is it possible to install this Adapter in my PC? If yes, how?
Please help me.
71 Answer
First run sudo apt update
then install using following command
sudo apt install gcc make build-essential git linux-headers-$(uname -r) For detailed references check here.
To overcome the issue occurring due to install.sh follow this solution.
3