I just build  the build the driver for my RTL8188FTV that supported by rtl8188fu. It works as wifi hot spot but has some problems with  nmcli . I share what is done and I hope it be useful for others.   0. Install dkms , make and git:   apt install dkms make git   1. Remove any existing source and dkms config for module :      dkms remove rtl8188fu/1.0 --all  rm -f /lib/firmware/rtlwifi/rtl8188fufw.bin  rm -f /etc/modprobe.d/rtl8188fu.conf  rm -r /v