Fatal Error while running "make" command.
I need to see the entire output including the issued command.
Just copy and paste the relevant lines in your terminal and paste here, not a screenshot.
[edit]
You can run the same command lines again without any ill effects to your system.
Maybe the internal Firewall?
Nope.
His module is not detected as such and needs driver for it.
Scroll up to see the previous exchanges.
It is NOT a connection problem but a Hardware issue.
See the chipset number is not showing in the output of
lsusb
Maybe he should try it with root. I also read something about that 3 command were not executed properly
I do not comprehend what you are talking about.
All commands are issued with
sudo
in it.
Just trying to help and still learning. 
I understand.
But I'd rather concentrate on this case with @MysteriousVampire.
If you have a question/comment regarding how to issue a command as a root etc, you are welcome to create a new thread 
That is what the forum is for.
I compiled it for you.
It went without any issue on my system.
I will PM you a download link to the compiled files.
PM sent.
I also edited the thread title for clarification.
Thank you very much and I'm really sorry to bother you again and again. 
Absolutely not a problem.
Once downloaded, replace the previously created rtl81881fu folder with this folder (which contains compiled drivers).
Then issue those commands:
Move to working directory:
cd ~/rtl8188fu
Load drivers:
sudo modprobe cfg80211
sudo insmod rtl8188fu.ko
Install firmware:
sudo make installfw
Restart your network:
systemctl reboot
Open a terminal and try:
cd ~/rtl8188fu
make clean
make all
sudo make install
modprobe -r 8188fu
modprobe 8188fu
make all
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.0-6.2-liquorix-amd64/build M=/home/sambhav/rtl8188fu modules
make[1]: Entering directory '/usr/src/linux-headers-5.15.0-6.2-liquorix-amd64'
CC [M] /home/sambhav/rtl8188fu/core/rtw_cmd.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_security.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_debug.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_io.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_ioctl_query.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_ioctl_set.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_ieee80211.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_mlme.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_mlme_ext.o
/home/sambhav/rtl8188fu/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/home/sambhav/rtl8188fu/core/rtw_mlme_ext.c:1187:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
1187 | if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE)
| ^
/home/sambhav/rtl8188fu/core/rtw_mlme_ext.c:1192:3: note: here
1192 | case WIFI_ASSOCREQ:
| ^~~~
CC [M] /home/sambhav/rtl8188fu/core/rtw_wlan_util.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_vht.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_pwrctrl.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_rf.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_recv.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_sta_mgt.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_ap.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_xmit.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_p2p.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_tdls.o
CC [M] /home/sambhav/rtl8188fu/core/rtw_br_ext.o
/home/sambhav/rtl8188fu/core/rtw_br_ext.c:25:10: fatal error: net/ipx.h: No such file or directory
25 | #include <net/ipx.h>
| ^~~~~~~~~~~
compilation terminated.
make[2]: *** [scripts/Makefile.build:277: /home/sambhav/rtl8188fu/core/rtw_br_ext.o] Error 1
make[1]: *** [Makefile:1875: /home/sambhav/rtl8188fu] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-6.2-liquorix-amd64'
make: *** [Makefile:435: modules] Error 2
This means that the driver you are installing does not contain a release file for the 5.11.0 kernel currently in use on Zorin OS.
What we can try:
Roll back to the 5.8 kernel:
sudo apt install linux-headers-5.8.0-63-generic linux-modules-5.8.0-63-generic linux-modules-extra-5.8.0-63-generic linux-image-5.8.0-63-generic
Reboot and tap the esc or tab key to reach the Advanced Options for Zorin Menu
Choose to boot the 5.8 generic kernel
Once booted, open a terminal and try re-running the commands above...
But I managed to compile it on my system:
5.11.0-41-generic #45~20.04.1-Ubuntu
How come he cannot but I can??
When I pressed Tab and Esc key some GNU GRUB Version 2.04 CLI Windows have opened, what should I do?
I can only tell you what I know as to why his Make fails. I do not know what modules you have included on your machine over time, or whether you checked the box for Install third party drivers at point of install - your options for which sources you use:
You mean Windows OS booted, instead?
Were you pressing Tab and Esc together?
No, it is GNU GRUB Version 2.04 in the heading


