<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.freebsd.org/releases/13.0R/hardware#wlan">FreeBSD 13.0's release hardware notes</a> for a list of supported models.</p>
<p>Haiku sa štadardne pripojí k prvej nešifrovanej sieti, ktorú po spustení nájde. Ak sa chcete pripojiť ku konkrétnej sieti, použite v Paneli aplet <ahref="desktop-applets/networkstatus.html">Stav siete</a>.</p>
<p>Kliknite na jeho ikonu na Paneli pravým tlačidlom a zvoľte z kontextového menu verejné meno siete (SSID, ktoré vysiela).</p>
<p>Otvorí sa okno, kde napíšete typ overenia totožnosti (pravdepodobne WPA/WPA2; WEP u6 nie je bezpečné šifrovanie!) a heslo danej bezdrôtovej siete. Kliknutím na <spanclass="button">OK</span> spustíte prihlasovanie.<br/> V závislosti od vášho hardvéru a nastavenia siete to môže chvíľu trvať. O priebehu vás budú informovať oznámenia:</p>
<p>Keď sa zobrazí „Pripravené“ a ikona Stavu siete v Paneli zobrazí zelené okrúhle svetielko, spojenie je nadviazané. Ak oznámenie hlási „Bez spojenia“ so žltým trojuholníkom, niečo nie je v poriadku - zrejme nesprávne heslo.</p>
<p>Ak radšej používate príkazový riadok alebo by ste chceli napísať skript alebo <spanclass="path">~/config/settings/boot/UserBootscript</span> na automatizáciu pripojenia ku konkrétnej sieti pri štarte, môžete použiť príkaz <tt>ifconfig</tt>.</p>
<p>Spustite Terminál a zadajte prvý riadok, ktorý spustí vyhľadávanie dostupných bezdrôtových sietí:</p>
<p>Ubezpečte sa, že prvotné nastavenie bezdrôtového adaptéra po štarte bolo dokončené predtým, než spustíte príkazy <tt>ifconfig</tt>, inak by nemuseli uspieť. V závislosti od vášho hardvéru a nastavenia siete to môže chvíľu trvať. Sledujte oznámenia.</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>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>