I am trying to drive a new LAN card A5000UA
, I downloaded its file's drive from this link.
I used to extract the .tar using this command:
tar xvf rtl8188EUS_linux_v5.7.6.1_36803.20200508.tar
I would like to do:
./configure
Sadly, I didn't find ./configure
.
As you see in the figure:
I found the drive commands for A3000UA
here.
It is working well for A3000UA
.
What do I do in this case?
make && (sudo) make install
– lucki1000 Nov 17 '21 at 08:04