Vemos que tarjeta Wifi tenemos con:
#lspci |grep Wireless
En mi caso me entrega 01:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
a.- Vamos a esta pagina para ver que solucion tenemos.
b.- Ingresamos en la pestaña que dice "Users" y nos vamos a la seccion de Drivers.
c.- Despues a b43/b43legacy (Broadcom chips) y a Firmware Installation.
Yo probe estas 4 formas de instalacion indicadas:
Driver | Kernel | Firmware | Firmware extractor | Instructions |
b43 | Linux-2.6.24, including 2.6.24-rcX and 2.6.24.Y | 4.80.53.0 | b43-fwcutter v. 011 | |
b43 | Linux-2.6.25, compat-wireless-2.6 package, current GIT trees | 4.150.10.5 | b43-fwcutter v. 011 | |
b43legacy | Any | 3.130.20.0 | b43-fwcutter v. 011 | |
bcm43xx (deprecated) | Any | 3.130.20.0 | bcm43xx-fwcutter v. 6 |
Segui los pasos de la primera opcion y funciono altiro jejej.
Aca esta la descripcion(La parte naranja se ingresa en la consola).
You are using the b43 driver from linux-2.6.24 If you are using the b43 driver from linux-2.6.24, follow these instructions. Use version 011 of b43-fwcutter.
Download, extract the b43-fwcutter tarball and build it:
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..
Use version 4.80.53.0 of Broadcom's proprietary driver.
Download and extract the firmware from this driver tarball: export FIRMWARE_INSTALL_DIR="/lib/firmware"
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
tar xjf broadcom-wl-4.80.53.0.tar.bz2
cd broadcom-wl-4.80.53.0/kmod
../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
Note that you must adjust the FIRMWARE_INSTALL_DIR path to your distribution. The standard place where firmware is installed to is /lib/firmware. However some distributions put firmware in a different place.
d.- Meditando dije que pasa si formateo Debian y no tengo conexion a internet por cable de red, y asi poder ingresar a la pagina para bajar los drivers WIFI o a mi Blog.
Y se me ocurrio una idea genial, que es la que uso cada ves ke reinstalo Debian.
(Formateo Cada ves que se cambia el kernel o cuando me pongo a jugar con las configuraciones o a instalar cosas raras jeje para experimentar que es lo entretenido de este cuento jeje "Asi evito que quede corrupto el sistema" )
d.1.- Ingreso en la consola y ejecutos estas lineas:
# mkdir Wifib43
# cd Wifib43
Descargo los paquetes con los Drivers.
# wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
# wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
# wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
Despues creo un archivo de texto, Nuestro futuro Script. jeje
# nano script_b43_linux-2.6.24_sin_inet.sh
Copio estas lineas:
#Use version 011 of b43-fwcutter.
#Extract the b43-fwcutter tarball and build it:
#
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..
#
#Use version 4.80.53.0 of Broadcom's proprietary driver.
Extract the firmware from this driver tarball:
#
export FIRMWARE_INSTALL_DIR="/lib/firmware"
tar xjf broadcom-wl-4.80.53.0.tar.bz2
cd broadcom-wl-4.80.53.0/kmod
../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
#
#Note that you must adjust the FIRMWARE_INSTALL_DIR path to your distribution. The standard place where firmware is installed to is /lib/firmware. However #some distributions put firmware in a different place.
Guardamos y damos los permisos correspondientes con:
# chmod 777 script_b43_linux-2.6.24_sin_inet.sh
Y para terminar lo ejecutamos e instalamos los Drivers con:
# ./script_b43_linux-2.6.24_sin_inet.sh
Ahora a navegar Sin cables por Inet jejej
No hay comentarios:
Publicar un comentario
Postea con moderación, sin insultar ni menos usar palabras ofencivas.
Me tomo el derecho de borrar el post, si su contenido no cumple lo anterior.
Gracias por postear.