I am trying to install my dwa 181 wifi usb adaptor's driver on ubuntu but it's not working, i have downloaded the official linux driver on d-link website https://support.dlink.com/ProductInfo.aspx?m=DWA-181-US and i spent 7 hours searching on different websites how to install the driver but without any result.
So, there's something i can do to install the driver?
-- edit --
results from lsusb
:
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 2001:331e D-Link Corp. 802.11ac NIC
Bus 003 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 087: ID 12d1:108a Huawei Technologies Co., Ltd. POT-LX1
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
results from mokutil --sb-state
:
EFI variables are not supported on this system
lsusb; mokutil --sb-state
– Jeremy31 Feb 07 '21 at 21:09sudo modprobe 88x2bu && dmesg | grep 88x2
and also:sudo dkms status
– chili555 Feb 07 '21 at 21:52ric3cir121@ric3cir121:~/Scrivania/rtl88x2bu$ sudo modprobe 88x2bu && dmesg | grep 88x2 modprobe: FATAL: Module 88x2bu not found in directory /lib/modules/5.8.0-41-generic ric3cir121@ric3cir121:~/Scrivania/rtl88x2bu$ sudo dkms status rtl88x2bu, 5.2.4.4: added rtl88x2bu, 5.6.1: added
– Ric3 cir121 Feb 07 '21 at 21:54sudo dkms remove rtl88x2bu/5.2.4.4 --all
and also:sudo dkms remove rtl88x2bu/5.6.1 --all
Then try the git version again from the dkms steps. – chili555 Feb 07 '21 at 22:01