when I run the command in Kali Nethunter

root@kali:~# lsmod
libkmod: ERROR ../libkmod/libkmod-module.c:1655 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory

what is causing this error? I am trying to install an old usb wifi card that shows that it is supported "wg111v2" .

When I run dmesg

[ 1060.833005] usb 1-1: New USB device found, idVendor=0846, idProduct=6a00
[ 1060.833588] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1060.834005] usb 1-1: Product: NETGEAR WG111v2
[ 1060.834235] usb 1-1: Manufacturer: NETGEAR WG111v2

so at least I know that it recognizes the card . Any ideas?