[opensuse-es] bcm4328 y las casualidades
Hola a todos, Llevo así como 10 dias intentando configurar la tarjeta inalámbrica broadcom con chipset bcm4328 con el ndiswrapper. Ya lo tenía funcionando pero dejó de hacerlo al actualizar el kernel. El caso es que hice lo siguiente: #modprobe ndiswrapper Para ver si tenía cargado el driver de windows tenía que hacer: #ndiswrapper -l Pero me equivoqué y lo que hice fue: #modprobe -l El caso es que de golpe y porrazo me reconoció las redes inalámbricas. Con el Yast me dispuse a configurar la red, la sorpresa es que me había reconocido la tarjeta y tenía cargado el módulo "ssb", módulo alternativo que salía cuando hacía el ndiswrapper -l linux:/home/tavi # ndiswrapper -l bcmwl5 : driver installed device (14E4:4328) present (alternate driver: ssb) wl_apsta.o : invalid driver! Ahora viene lo bueno ...... ¿Qué carallo hice? Un saludo -- Octavio Ávalos --------------------------------------------------------------------- Para dar de baja la suscripción, mande un mensaje a: opensuse-es+unsubscribe@opensuse.org Para obtener el resto de direcciones-comando, mande un mensaje a: opensuse-es+help@opensuse.org
El 22/09/08, Octavio escribió:
El caso es que hice lo siguiente:
#modprobe ndiswrapper
Con ésto cargaste el módulo del ndiswrapper (...)
Pero me equivoqué y lo que hice fue:
#modprobe -l
Y con esto se muestran todos los módulos.
El caso es que de golpe y porrazo me reconoció las redes inalámbricas.
(...)
Ahora viene lo bueno ...... ¿Qué carallo hice?
Quizá algún problema con la actualización del kernel que no pudo añadir el módulo del ndiswrapper por lo que sólo te faltaba cargarlo y volver a configurarlo de nuevo. Saludos, -- Camaleón --------------------------------------------------------------------- Para dar de baja la suscripción, mande un mensaje a: opensuse-es+unsubscribe@opensuse.org Para obtener el resto de direcciones-comando, mande un mensaje a: opensuse-es+help@opensuse.org
El día 21 de septiembre de 2008 23:24, Octavio <octavio-avalos@terra.es> escribió:
Hola a todos,
Llevo así como 10 dias intentando configurar la tarjeta inalámbrica broadcom con chipset bcm4328 con el ndiswrapper. Ya lo tenía funcionando pero dejó de hacerlo al actualizar el kernel. El caso es que hice lo siguiente:
#modprobe ndiswrapper
Para ver si tenía cargado el driver de windows tenía que hacer:
#ndiswrapper -l
Pero me equivoqué y lo que hice fue:
#modprobe -l
El caso es que de golpe y porrazo me reconoció las redes inalámbricas. Con el Yast me dispuse a configurar la red, la sorpresa es que me había reconocido la tarjeta y tenía cargado el módulo "ssb", módulo alternativo que salía cuando hacía el ndiswrapper -l
linux:/home/tavi # ndiswrapper -l bcmwl5 : driver installed device (14E4:4328) present (alternate driver: ssb) wl_apsta.o : invalid driver!
Te falta instalar el firmware, y luego puedes usar el modulo del kernel. Ya no necesitas los drivers de ruindous, porque tienes el driver bcm43xx en el kernel. Solamente debes usar la parte del firmware del driver propietario, para lo cual está la herramienta bcm43xx-fwcutter: 1. You need to check if the bcm43xx-fwcutter package is installed through: Yast > Software > Software Installation and search for bcm43xx-fwcutter 2. Find the windows driver for your wireless chip. An example windows driver was titled bcmwl5.sys Also note if you can't find yours try doing a google search for wl_apsta.o (SUSE worked with both the orginal windows driver and the wl_apsta.o at the time of this WIKI post). Put the driver file on your desktop in SUSE. 3. Start the shell console (Kmenu >System > Terminal Program > Terminal) and login as root with the command: sux - and type in the root password Extract your firmware files from your wireless chip and store them in the firmware file by typing in the following. (Note: Swap out the name of your driver accordingly...in this example it is dirver.sty): bcm43xx-fwcutter -w /lib/firmware ~/Desktop/driver.sty 4. Another way to install the firmware is using the install script included in the bcm43xx-fwcutter package. You need to have a working internet connection for this as it is attempted to download driver.sty, next the firmware is extracted and stored in /lib/firmware. install_bcm43xx_firmware 5. Now that the firmware is ready for the driver to use, load the module by typing the following: modprobe bcm43xx 6. Reboot and now you can configure your WLAN card through YAST > Network devices > Network card http://forums.opensuse.org/archives/sf-archives/archives-network-internet/ar... http://developer.berlios.de/project/showfiles.php?group_id=4547 http://downloads.openwrt.org/ Salu2 --------------------------------------------------------------------- Para dar de baja la suscripción, mande un mensaje a: opensuse-es+unsubscribe@opensuse.org Para obtener el resto de direcciones-comando, mande un mensaje a: opensuse-es+help@opensuse.org
2008/9/22 Juan Erbes <jerbes@gmail.com>:
El día 21 de septiembre de 2008 23:24, Octavio <octavio-avalos@terra.es> escribió:
Hola a todos,
Llevo así como 10 dias intentando configurar la tarjeta inalámbrica broadcom con chipset bcm4328 con el ndiswrapper. Ya lo tenía funcionando pero dejó de hacerlo al actualizar el kernel. El caso es que hice lo siguiente:
#modprobe ndiswrapper
Para ver si tenía cargado el driver de windows tenía que hacer:
#ndiswrapper -l
Pero me equivoqué y lo que hice fue:
#modprobe -l
El caso es que de golpe y porrazo me reconoció las redes inalámbricas. Con el Yast me dispuse a configurar la red, la sorpresa es que me había reconocido la tarjeta y tenía cargado el módulo "ssb", módulo alternativo que salía cuando hacía el ndiswrapper -l
linux:/home/tavi # ndiswrapper -l bcmwl5 : driver installed device (14E4:4328) present (alternate driver: ssb) wl_apsta.o : invalid driver!
Te falta instalar el firmware, y luego puedes usar el modulo del kernel. Ya no necesitas los drivers de ruindous, porque tienes el driver bcm43xx en el kernel. Solamente debes usar la parte del firmware del driver propietario, para lo cual está la herramienta bcm43xx-fwcutter:
1. You need to check if the bcm43xx-fwcutter package is installed through: Yast > Software > Software Installation and search for bcm43xx-fwcutter
2. Find the windows driver for your wireless chip. An example windows driver was titled bcmwl5.sys Also note if you can't find yours try doing a google search for wl_apsta.o (SUSE worked with both the orginal windows driver and the wl_apsta.o at the time of this WIKI post). Put the driver file on your desktop in SUSE.
3. Start the shell console (Kmenu >System > Terminal Program > Terminal) and login as root with the command:
sux -
and type in the root password
Extract your firmware files from your wireless chip and store them in the firmware file by typing in the following. (Note: Swap out the name of your driver accordingly...in this example it is dirver.sty):
bcm43xx-fwcutter -w /lib/firmware ~/Desktop/driver.sty
4. Another way to install the firmware is using the install script included in the bcm43xx-fwcutter package. You need to have a working internet connection for this as it is attempted to download driver.sty, next the firmware is extracted and stored in /lib/firmware.
install_bcm43xx_firmware
5. Now that the firmware is ready for the driver to use, load the module by typing the following:
modprobe bcm43xx
6. Reboot and now you can configure your WLAN card through YAST > Network devices > Network card
http://forums.opensuse.org/archives/sf-archives/archives-network-internet/ar...
http://developer.berlios.de/project/showfiles.php?group_id=4547
Salu2
Hola, El chip bcm4328 no vale para bcm43xx-fwcutter, así como tampoco el b43 ni el b43-pci-bridge. La única solución que encontré de momento fue con ndiswrapper. Un saludo -- Octavio Ávalos --------------------------------------------------------------------- Para dar de baja la suscripción, mande un mensaje a: opensuse-es+unsubscribe@opensuse.org Para obtener el resto de direcciones-comando, mande un mensaje a: opensuse-es+help@opensuse.org
El día 22 de septiembre de 2008 13:00, Octavio <octavio-avalos@terra.es> escribió:
2008/9/22 Juan Erbes <jerbes@gmail.com>:
El día 21 de septiembre de 2008 23:24, Octavio <octavio-avalos@terra.es> escribió:
Hola a todos,
Llevo así como 10 dias intentando configurar la tarjeta inalámbrica broadcom con chipset bcm4328 con el ndiswrapper. Ya lo tenía funcionando pero dejó de hacerlo al actualizar el kernel. El caso es que hice lo siguiente:
#modprobe ndiswrapper
Para ver si tenía cargado el driver de windows tenía que hacer:
#ndiswrapper -l
Pero me equivoqué y lo que hice fue:
#modprobe -l
El caso es que de golpe y porrazo me reconoció las redes inalámbricas. Con el Yast me dispuse a configurar la red, la sorpresa es que me había reconocido la tarjeta y tenía cargado el módulo "ssb", módulo alternativo que salía cuando hacía el ndiswrapper -l
linux:/home/tavi # ndiswrapper -l bcmwl5 : driver installed device (14E4:4328) present (alternate driver: ssb) wl_apsta.o : invalid driver!
Te falta instalar el firmware, y luego puedes usar el modulo del kernel. Ya no necesitas los drivers de ruindous, porque tienes el driver bcm43xx en el kernel. Solamente debes usar la parte del firmware del driver propietario, para lo cual está la herramienta bcm43xx-fwcutter:
1. You need to check if the bcm43xx-fwcutter package is installed through: Yast > Software > Software Installation and search for bcm43xx-fwcutter
2. Find the windows driver for your wireless chip. An example windows driver was titled bcmwl5.sys Also note if you can't find yours try doing a google search for wl_apsta.o (SUSE worked with both the orginal windows driver and the wl_apsta.o at the time of this WIKI post). Put the driver file on your desktop in SUSE.
3. Start the shell console (Kmenu >System > Terminal Program > Terminal) and login as root with the command:
sux -
and type in the root password
Extract your firmware files from your wireless chip and store them in the firmware file by typing in the following. (Note: Swap out the name of your driver accordingly...in this example it is dirver.sty):
bcm43xx-fwcutter -w /lib/firmware ~/Desktop/driver.sty
4. Another way to install the firmware is using the install script included in the bcm43xx-fwcutter package. You need to have a working internet connection for this as it is attempted to download driver.sty, next the firmware is extracted and stored in /lib/firmware.
install_bcm43xx_firmware
5. Now that the firmware is ready for the driver to use, load the module by typing the following:
modprobe bcm43xx
6. Reboot and now you can configure your WLAN card through YAST > Network devices > Network card
http://forums.opensuse.org/archives/sf-archives/archives-network-internet/ar...
http://developer.berlios.de/project/showfiles.php?group_id=4547
Salu2
Hola,
El chip bcm4328 no vale para bcm43xx-fwcutter, así como tampoco el b43 ni el b43-pci-bridge. La única solución que encontré de momento fue con ndiswrapper.
Debe ser que empaquetaron de forma distinta el driver, y no consigue cortar el firmware. Salu2 --------------------------------------------------------------------- Para dar de baja la suscripción, mande un mensaje a: opensuse-es+unsubscribe@opensuse.org Para obtener el resto de direcciones-comando, mande un mensaje a: opensuse-es+help@opensuse.org
participants (3)
-
Camaleón
-
Juan Erbes
-
Octavio