<divclass="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
<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="https://www.haiku-os.org/guides/daily-tasks/wireless#hardware-notes">this list online</a> for a list of supported models or check <ahref="http://www.freebsd.org/releases/9.3R/hardware.html#wlan">FreeBSD 9.3's release hardware notes</a>.</p>
<divclass="box-info">Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.<br/>
PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.</div>
<p>Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.</p>
<p>Dacă nu aveți acces la Internet pentru a descărca firmware lipsă în Haiku, există o metodă deconectată, vedeți <ahref="#tips">sfaturile</a> de mai jos.</p>
<p>By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet <ahref="desktop-applets/networkstatus.html">NetworkStatus</a>.</p>
<p>Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.</p>
<p>A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click <spanclass="button">OK</span> to start the login process.<br/> Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:</p>
<p>Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.</p>
<aid="commandline"name="commandline">Conectarea din linie de comandă</a></h2>
<p>Dacă preferați să utilizați linia de comandă sau doriți să folosiți scriptare sau <spanclass="path">~/config/settings/boot/UserBootscript</span> pentru a automatiza pașii de alăturare unei rețele specifice la pornire, există comanda <tt>ifconfig</tt>.</p>
<p>Deschideți un Terminal și introduceți prima linie care scanează pentru rețele wireless disponibile:</p>
<p>Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing <tt>ifconfig</tt> commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...</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>
<p>Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:</p>
<p>Dacă asta rezolvă problema, adăugați linia la <spanclass="path">~/config/settings/boot/UserBootscript</span> pentru a o aplica automat la fiecare pornire.</p>