Seu problema é que o "make" está falhando, porque você não tem os cabeçalhos do kernel Linux instalados.
Instale-os com:
sudo apt-get install linux-headers-3.7.0-7-generic
Eu tentei todas as correções em Como corrigir "ndiswrapper not found"?
Em responda 3 Sugestão de correção # 2 : quando sudo make
recebo
Cannot find kernel build files in /usr/src/linux-headers-3.7.0-7-generic
Please give the path to kernel build directory with
the KBUILD=<path> argument to make
Eu também tentei desinstalar todos os arquivos ndiswrapper e reinstalar. Eu sou relativamente novo no Ubuntu. Estou tentando fazer meu Netgear WN311T funcionar.
sudo modprobe ndiswrapper
me dá
WARNING: All config files need .conf: /etc/modprobe.d/blacklist,
it will be ignored in a future release.
FATAL: Module ndiswrapper not found.
Seu problema é que o "make" está falhando, porque você não tem os cabeçalhos do kernel Linux instalados.
Instale-os com:
sudo apt-get install linux-headers-3.7.0-7-generic
Tags ndiswrapper