También sirve para tarjetas Broadcom BCM43xx..
Abrir Terminal escribir:
sudo gedit /etc/rc.local
Abrirá una ventana para editar*. Antes de la ultima linea (exit 0) escribir:
sudo modprobe b43
Guardan y salen de la terminal y reiniciar.
debe quedar así.
*
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
sudo modprobe b43 (es la linea que se agrega y único que se modifica guardar, cerrar y reiniciar)
exit 0
Abrir Terminal escribir:
sudo gedit /etc/rc.local
Abrirá una ventana para editar*. Antes de la ultima linea (exit 0) escribir:
sudo modprobe b43
Guardan y salen de la terminal y reiniciar.
debe quedar así.
*
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
sudo modprobe b43 (es la linea que se agrega y único que se modifica guardar, cerrar y reiniciar)
exit 0