Hi ndiswrapper needs modprobe, but not the one from busybox:
jls@box:~/mrv$ sudo ndiswrapper -l
lspci: Unable to load libkmod resources: error -12
modprobe: opzione non valida -- "c"
BusyBox v1.20.2 (2014-12-04 11:32:04 UTC) multi-call binary.
Usage: modprobe [-alrqvsDb] MODULE [symbol=value]...
-a Load multiple MODULEs
-l List (MODULE is a pattern)
-r Remove MODULE (stacks) or do autoclean
-q Quiet
-v Verbose
-s Log to syslog
-D Show dependencies
-b Apply blacklist to module names too
mrv8335 : driver installed
device (11AB:1FAA) present
jls@box:~/mrv$
after removing bb modprobe and using the one from the kmod package I got:
jls@box:~/mrv$ sudo ndiswrapper -i mrv8335.inf
installing mrv8335 ...
jls@box:~/mrv$ sudo ndiswrapper -m
module configuration contains directive install pci:v000011ABd00001FAAsv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper line 811, <MODPROBE> line 117.
module configuration contains directive install pci:v000011ABd00001FABsv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper line 811, <MODPROBE> line 118.
module configuration already contains alias directive
jls@box:~/mrv$ sudo modprobe ndiswrapper
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.2.9-tinycore/modules.dep.bin'
modprobe: FATAL: Module ndiswrapper not found in directory /lib/modules/4.2.9-tinycore
jls@box:~/mrv$