Wireless Troubleshooting Guide

From FreekiWiki
Revision as of 16:28, 28 December 2012 by Scellef (talk | contribs) (Initial layout, and Broadcom tip)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Wireless has long been the white whale of F/OSS operating systems. In recent years, however, open source drivers for a variety of wireless devices have greatly improved. Frequently, it'll "just work". Still, we'll sometimes have to get our hands dirty in order to get things working. This article will cover some general practices on configuring and troubleshooting wireless under Linux, and then go into more specific examples and known good solutions.

For reference, this will all be conducted under Xubunut 12.04, although much of the material should tranfer to other versions of Linux.

{TOC}

Configuration

Troubleshooting

Specific Solutions

Broadcom

BCM4311

 $> sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
 $> sudo apt-get install b43-fwcutter firmware-b43-installer
 $> sudo shutdown -r now

[Reference]

Appendix