A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
install:fixes:wifi [2013/12/16 10:20] admin |
install:fixes:wifi [2013/12/16 10:41] (current) admin [Install the Correct Firmware] |
||
---|---|---|---|
Line 13: | Line 13: | ||
In this case, the b43 warning, referred to the Broadcom wireless chip that resides on the WiFi card inside the MacBook. Information regarding this particular driver can be found here: [[http://wireless.kernel.org/en/users/Drivers/b43]]. | In this case, the b43 warning, referred to the Broadcom wireless chip that resides on the WiFi card inside the MacBook. Information regarding this particular driver can be found here: [[http://wireless.kernel.org/en/users/Drivers/b43]]. | ||
+ | |||
+ | ===== Install the Correct Firmware ===== | ||
+ | After looking around to understand exactly what had to be done, it finally appeared that a simple apt-get install was possible to get the correct driver: | ||
+ | <code> | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install firmware-b43-installer | ||
+ | </code> | ||
+ | |||
+ | It might be needed to reboot your system in order to have the new driver available. | ||
+ | <code> | ||
+ | sudo reboot | ||
+ | </code> | ||
+ | |||
+ | **WiFi should be available**: after rebooting, clicking the "network" icon in the panel should show a list of available SSIDs: | ||
+ | {{ :install:fixes:wifi-menu.jpg?direct&200 |}} | ||
+ | |||
+ | Select one, and you'll be asked for the access password of the channel. | ||
+ | ===== Other Firmware Installations ===== | ||
+ | In my case, it was the only firmware update I had to carry out, I'm of course interested in hearing from your experience also ! | ||
+ |