haiku/docs/userguide/pt_BR/workshop-wlan.html
Niels Sascha Reedijk c18f9eb4ea User documentation: synchronize userguide from the userguide translator
Change-Id: I9b30ae27658a40b85c67a4c30aaea2b4bf9507f9
2021-07-21 12:54:38 +01:00

141 lines
8.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-BR" xml:lang="pt-BR">
<head>
<!--
*
* Copyright 2012-2019, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
* Translators:
* Humdinger
* Adriano Duarte
* tiagoms
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>Oficina: Rede sem fio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>Guia do Usuário</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now">Português (Brazil)&nbsp;<span class="dropdown-caret">&#9660;</span></li>
<li><a href="../id/workshop-wlan.html">Bahasa Indonesia</a></li>
<li><a href="../ca/workshop-wlan.html">Català</a></li>
<li><a href="../de/workshop-wlan.html">Deutsch</a></li>
<li><a href="../en/workshop-wlan.html">English</a></li>
<li><a href="../es/workshop-wlan.html">Español</a></li>
<li><a href="../eo/workshop-wlan.html">Esperanto</a></li>
<li><a href="../fr/workshop-wlan.html">Français</a></li>
<li><a href="../fur/workshop-wlan.html">Furlan</a></li>
<li><a href="../it/workshop-wlan.html">Italiano</a></li>
<li><a href="../hu/workshop-wlan.html">Magyar</a></li>
<li><a href="../pl/workshop-wlan.html">Polski</a></li>
<li><a href="../pt_PT/workshop-wlan.html">Português</a></li>
<li><a href="../ro/workshop-wlan.html">Română</a></li>
<li><a href="../sk/workshop-wlan.html">Slovenčina</a></li>
<li><a href="../fi/workshop-wlan.html">Suomi</a></li>
<li><a href="../sv_SE/workshop-wlan.html">Svenska</a></li>
<li><a href="../tr/workshop-wlan.html">Türkçe</a></li>
<li><a href="../zh_CN/workshop-wlan.html"> 中文 [中文]</a></li>
<li><a href="../ru/workshop-wlan.html">Русский</a></li>
<li><a href="../uk/workshop-wlan.html">Українська</a></li>
<li><a href="../jp/workshop-wlan.html">日本語</a></li>
</ul>
<span>
«  <a href="workshop-email.html">Workshop: Managing Email</a> 
::  <a href="contents.html" class="uplink">Contents</a> 
::  <a href="applications.html">Applications</a>  »
</span></div>
</div>
<div id="content">
<div>
<div class="box-info">A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.</div>
<table class="index" id="index" summary="index">
<tr class="heading"><td>Índice</td></tr>
<tr class="index"><td>
<a href="#gui">Joining a wireless network</a><br />
<a href="#commandline">Joining from the command line</a><br />
<a href="#firmware">Getting supported hardware to work</a>
</td></tr>
</table>
<h1>Oficina: Rede sem fio</h1>
<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 <a href="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 <a href="https://www.freebsd.org/releases/13.0R/hardware#wlan">FreeBSD 13.0's release hardware notes</a> for a list of supported models.</p>
<div class="box-info">Atualmente apenas dispositivos PCI, PCI-X, PCI-Express, Mini PCI e Mini PCI-Express devem funcionar.<br />
Dispositivos PCMCIA, CardBus, ExpressCard, USB e ISA ainda precisam de mais trabalho para serem funcionais.</div>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="gui" name="gui">Conectando a uma rede wireless</a></h2>
<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 <a href="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>
<img src="images/workshop-wlan-images/join-network.png" alt="join-network.png" />
<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 <span class="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>
<img src="images/workshop-wlan-images/join-status.gif" alt="join-network.gif" />
<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>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="commandline" name="commandline">Conectando a partir da linha de comando</a></h2>
<p>Se preferir utilizar a linha de comando ou gostaria de utilizar script ou o <span class="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>
<pre class="terminal">ifconfig /dev/net/iprowifi3945/0 scan
name address signal auth
haiku-top 01:d0:19:a6:88:42 30 WPA
ArcorInternet123 00:20:12:a4:29:e1 15 WPA</pre>
<p>O caminho para seu adptador de rede sem fio será ajustado, naturalmente.<br />
A saída mostra o nome público (SSID), endereço MAC, força do sinal e método de autenticação de todas as redes encontradas.</p>
<p>Para conectar uma rede, utilize esta linha e insira o respectivo nome público (SSID) e senha:</p>
<pre class="terminal">ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}</pre>
<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>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="firmware" name="firmware">Fazendo o dispositivo suportado trabalhar</a></h2>
<p>All supported modern wireless hardware works out of the box and you don't have to download/install any additional firmware.</p>
<p>Only 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>Abra um Terminal e digite:</p>
<pre class="terminal">install-wifi-firmwares.sh</pre>
<p>Agora revise as licenças e aceite-as para instalar todos os arquivos de firmware disponíveis.</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 <a href="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 <a href="http://gnuwin32.sourceforge.net/packages/wget.htm">wget</a> and <a href="http://gnuwin32.sourceforge.net/packages/zip.htm">zip</a> for Windows installed in their default locations and use <a href="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>
<pre class="terminal">install-wifi-firmwares.sh</pre>
<p>Review the licenses and accept them to install all of the now available firmware files.</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
«  <a href="workshop-email.html">Ofinica: Gerenciando o Correio Eletrônico</a> 
::  <a href="contents.html" class="uplink">Conteúdo</a> 
::  <a href="applications.html">Aplicativos
</a>  »
</span></div>
</div>
</body>
</html>