Você precisa aplicar esse pach: ndiswrapper-patched-3.14
Execute o seguinte comando:
git clone https://github.com/Schwartz/ndiswrapper-patched-3.14.git
cd ndiswrapper-patched-3.14
make
Tentando usar o ndiswrapper no Arch, recebi o seguinte erro (que na verdade é o resultado do comando: ndiswrapper -l
):
modinfo: ERROR: Module ndiswrapper not found.
module version is too old!
utils version: '1.9', utils version needed by module: '0'
module details:
modinfo: ERROR: Module ndiswrapper not found.
You may need to upgrade driver and/or utils to latest versions available at
http://ndiswrapper.sourceforge.net
No entanto, instalei ndiswrapper-dkms
do repositório da comunidade. Como posso resolver isso? Estou executando no kernel 4.4.1-2.
EDIT: Eu tentei compilar o ndiswrapper a partir de fontes, também, mas sem sucesso. O erro que recebo é o seguinte:
ndiswrapper-1.59/driver/crt.c:470:2: error: implicit declaration of
function ‘net_srandom’ [-Werror=implicit-function-declaration]
net_srandom(seed);
^
Você precisa aplicar esse pach: ndiswrapper-patched-3.14
Execute o seguinte comando:
git clone https://github.com/Schwartz/ndiswrapper-patched-3.14.git
cd ndiswrapper-patched-3.14
make
Tags arch-linux ndiswrappers