<p>Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a <ahref="http://www.freebsd.org">FreeBSD</a> compatibility layer for its networking drivers.<br/>
This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See <ahref="http://www.freebsd.org/releases/12.0R/hardware.html#wlan">FreeBSD 12.0's release hardware notes</a> for a list of supported models.</p>
<p>Por padrão, o Haiku conectará à primeira rede sem fio não encriptada que encontrar após inicializar. Para conectar a uma rede específica, utilize o miniaplicativo <ahref="desktop-applets/networkstatus.html">Estado da Rede</a>.</p>
<p>Clique com o botão direito do mouse no seu ícone no Deskbar e escolha o nome público da rede (que é o "SSID" que ele propaga) a partir do menu de contexto.</p>
<p>Uma janela abre ao inserir o tipo de autenticação (provavelmente WPA/WPA2, WEP não é mais uma encriptação segura!) e a senha para aquela rede sem fio. Clique <spanclass="button">OK</span> para iniciar o processo de autenticação.<br/> Dependendo do seu equipamento e configuração de rede, isto pode levar um tempo. Você será mantido informado do progresso pelas notificações:</p>
<p>Ao ler "Pronto" e o ícone do Estado de Rede mostrar uma luz redonda verde, a conexão está estabelecida. Se notificações findam em "Nenhum vínculo" e um triângulo amarelo, algo está errado, provavelmente uma senha incorreta.</p>
<p>Se preferir utilizar a linha de comando ou gostaria de utilizar script ou o <spanclass="path">~/config/settings/boot/UserBootscript</span> para automatizar a conexão a uma rede específica na inicialização, existe o comando <tt>ifconfig</tt>.</p>
<p>Abra um Terminal e digite a primeira linha para sondar redes sem fio disponíveis:</p>
<p>Confirme que a configuração inicial do adaptador da rede sem fio após a inicialização tenha terminado, antes de enviar comandos <tt>ifconfig</tt> ou eles serão ignorados. Dependendo do seu equipamento e configuração de rede, isso pode levar um tempo. Observe as notificações...</p>
<aid="firmware"name="firmware">Fazendo o dispositivo suportado trabalhar</a></h2>
<p>All supported modern wireless hardware works out of the box.</p>
<p>A few quite old chipsets (Intel 2100/2200/2225/2915, Broadcom 43xx, Marvell 88w8335) require binary firmware modules that Haiku cannot include due to licensing issues, though. To get these wireless cards to work, a simple script is included which will retrieve and install all of the needed proprietary bits for you.</p>
<p>If you cannot obtain the binary firmware files via the <tt>install-wifi-firmwares.sh</tt> script (for example due to lack of internet connection within Haiku), you can also download <ahref="http://www.haiku-os.org/files/download-data-for-wlan-firmwares.txt">this shell script</a>, and run it from another OS that has <tt>wget</tt> and <tt>zip</tt> installed.<br/>
Windows users need to have <ahref="http://gnuwin32.sourceforge.net/packages/wget.htm">wget</a> and <ahref="http://gnuwin32.sourceforge.net/packages/zip.htm">zip</a> for Windows installed in their default locations and use <ahref="https://www.haiku-os.org/files/download-data-for-wlan-firmwares.bat">this batch script</a>.<br/>
The script will download the needed files and create a zip file that is to be extracted to Haiku's <tt>/boot</tt>. Once unpacked, open a Terminal and type:</p>