Need help in creating an ndis0 interface adaptor
I've tried doing the proceding command(s)
step (1) ndiscvt -i WINDRIVER.inf -s WINDRIVER.sys -o ndis_driver_data.h
step (2) make && make install
step (3) kldload ndis
step (4) kldload if_ndis
step(5) dmesg , but nothing was there but the lines of the bootup process
step (6) ifconfig ndis0
The ndis0 adaptor was not there.
I have also tried using ndisgen
ndisgen /WINDRIVER.inf /WINDRIVER.sys
I go through the interactive ndisgen program or the ndiscvt program and it tells me everything was succesful, then tells me to load the .ko file.
When i use kldload ./WINDRIVER_sys.ko i get this
no match for InterlockCompareExchange
no match for KeSetPriorityThread
no match for KeGetCurrentThread
no match for USBD_ParseConfigurationDescriptor
no match for USBD_ParseConfigurationRequest
Can someone tell(help)me so i can make sense of the preceding errors, and what i would need to do, thanks in advance.
I've tried doing the proceding command(s)
step (1) ndiscvt -i WINDRIVER.inf -s WINDRIVER.sys -o ndis_driver_data.h
step (2) make && make install
step (3) kldload ndis
step (4) kldload if_ndis
step(5) dmesg , but nothing was there but the lines of the bootup process
step (6) ifconfig ndis0
The ndis0 adaptor was not there.
I have also tried using ndisgen
ndisgen /WINDRIVER.inf /WINDRIVER.sys
I go through the interactive ndisgen program or the ndiscvt program and it tells me everything was succesful, then tells me to load the .ko file.
When i use kldload ./WINDRIVER_sys.ko i get this
no match for InterlockCompareExchange
no match for KeSetPriorityThread
no match for KeGetCurrentThread
no match for USBD_ParseConfigurationDescriptor
no match for USBD_ParseConfigurationRequest
Can someone tell(help)me so i can make sense of the preceding errors, and what i would need to do, thanks in advance.