The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.

Wifi in Haiku

index Expected supported hardware

All of FreeBSD 8 wlan drivers should be working. Any PCMCIA, CardBus, ExpressCard, USB or ISA based cards will not work. Only PCI, miniPCI, PCI-Express, miniPci-Express and PCI-X are supposed to work.
This includes:

index WEP encryption

WEP encryption is available through a command-line application setwep. It is a temporary means for joining an unencrypted or WEP encrypted wifi network. setwep works with 64- and 128-bit WEP and supports both text keys as well as hex digit keys (see WEP notes below).

The usage is: setwep device_path [ssid] [key]

Below are two examples. Let us assume your wifi network card is "/dev/net/iprowifi3945/0" and the wireless network is named "haikuwifi".

Example 1: Connect with 64-bit WEP encryption using a hex digit key

setwep /dev/net/iprowifi3945/0 haikuwifi 0x3456789abc

Example 2: Connect to an unencrypted wireless network

setwep /dev/net/iprowifi3945/0 haikuwifi
  • To find out what your device_path is, have a look in Preferences -> Network
  • To make your wifi device connect to a given SSID at each boot, add the setwep command to your home/config/boot/UserBootscript
  • WEP notes

    index WPA encryption

    At the moment there is no WPA encryption available in Haiku. However, there is some preliminary and unfinished code for implementing WPA available. Some tasks for improving this is to plug it into the wpa_supplicant build process and then fixing compile & runtime issues.

    index install-wifi-firmwares.sh

    To install the firmware for Intel ipw2100, Intel ipw2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run

    install-wifi-firmwares.sh
    

    The Intel ipw2100 and ipw22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

    People building their own Haiku image can modify their build/jam/UserBuildConfig accordingly. Details for that and general updates on the wifi topic are found at the online version of this document.

    If you have to download the firmware, but don't have a working internet connection under Haiku, the online version offers a shell script, which will create a zip file for you to extract to Haiku's /boot. After that you'll have all files needed by install-wifi-firmwares.sh.