1.- Instalar ndiswrapper
sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9 ndisgtk ndiswrapper-dkms
2.- Deshabilitar el modulo bcm43xx:
echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
3.-Instalar controlador (windows) del adaptador:
ndiswrapper -i DELLNIC.inf
4.- Verificar si se instaló:
ndisswrapper -l
5.- Crear vínculo:
ndiswrapper -m
6.- Cargar módulo:
depmod -a
modprobe ndiswrapper
7.- Agregar el módulo ndiswrapper a /etc/modules
echo 'ndiswrapper' | sudo tee -a /etc/modules
Fuente: WikiDELL
No hay comentarios:
Publicar un comentario