Differences
This shows you the differences between two versions of the page.
| |
wiki:network_setup_-_broadcom_wireless_cards [2011/11/08 13:37] – created; very rough draft genec | wiki:network_setup_-_broadcom_wireless_cards [2011/11/08 14:08] (current) – Note not all; mostly newer genec |
---|
Some Broadcom 43xx Wireless cards do not have the necessary firmware readily available in order to use the b43 driver module. However, as pointed out in [[http://forum.tinycorelinux.net/index.php/topic,8927.msg61114.html#msg61114|a forum post by Juanito]], using the 32-bit kernel and the bootcodes "blacklist=b43 blacklist=bcma blacklist=ssb" allows the wl driver module to be loaded. After booting with these bootcodes, either from the virtual terminal or from your preferred terminal emulator (like aterm), do | Some (but not all) Broadcom 43xx Wireless cards (primarily newer cards) do not have the necessary firmware readily available in order to use the b43 driver module. However, as pointed out in [[http://forum.tinycorelinux.net/index.php/topic,8927.msg61114.html#msg61114|a forum post by Juanito]], using the 32-bit kernel and the bootcodes "blacklist=b43 blacklist=bcma blacklist=ssb" allows the wl driver module to be loaded. After booting with these bootcodes, either from the virtual terminal or from your preferred terminal emulator (like aterm), do |
sudo modprobe wl | sudo modprobe wl |
to load the wl driver module. At this point, the wireless utility (present by default in MultiCore) will detect the card appropriately. | to load the wl driver module. At this point, the wireless utility (present by default in MultiCore) will detect the card appropriately. |