Open Cvolton opened 2 years ago
Also managed to replicate the exact same behavior on Arch btw
Had the same issue but #24 fixed it and along with some other changes mentioned in #30 it compiled for me.
$ lsusb
ID 2357:010c TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]
$ iw list
Supported interface modes:
* managed
* monitor
$ lsusb
ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
$ iw list
Supported interface modes:
* managed
* monitor
$ lsusb
ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
$ iw list
Supported interface modes:
* managed
* monitor
I've been trying to install the driver on Ubuntu 22.04 but it seems that make simply doesn't want to do anything. This is what I've done to get from a fresh installation to the state I'm in right now:
and here's the output of the make command after freshly cloning the repository or after doing make clean
Obviously nothing gets compiled by this and therefore
sudo make install
fails as well.Kernel headers are installed straight out of the box as evidenced by
This is consistent behavior on my fresh installation of Ubuntu 22.04 LTS with kernel version 5.15.0-25-generic and a different installation of Ubuntu 20.04 LTS with kernel version 5.13.0-40-generic.