<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>
<aid="gui"name="gui">Подключение к беспроводной сети</a></h2>
<p>По умолчанию Haiku после загрузки подключается к первой найденной незашифрованной беспроводной сети. Чтобы подключиться к определенной сети, используйте апплет рабочего стола <ahref="desktop-applets/networkstatus.html">Статус сети (NetworkStatus)</a>.</p>
<p>Кликните правой кнопкой мыши на его иконке в Deskbar и выберите из контекстного меню публичное имя сети (передаваемый ей "SSID").</p>
<p>Откроется окно, где нужно выбрать тип аутентификации (возможно, WPA/WPA2, WEP больше не считается безопасным шифрованием!) и ввести пароль для этой беспроводной сети. Нажмите <spanclass="button">OK</span>, чтобы начать процесс подключения.<br/>В зависимости от вашего оборудования и настроек сети это может занять некоторое время. О состоянии подключения вас проинформирует уведомление:</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>
<p>If you prefer to use the command line or would like to use scripting or the <spanclass="path">~/config/settings/boot/UserBootscript</span> to automate things to join a specific network on bootup, there's the command <tt>ifconfig</tt>.</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>
<aid="firmware"name="firmware">Getting supported hardware to work</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>