Беспроводная сеть Wifi в Haiku
Поддерживаемое оборудование:
Должны работать все wlan драйвера, поддерживаемые FreeBSD 8.
Не поддерживаются все PCMCIA, CardBus, ExpressCard, USB и ISA карты.
Поддерживаются только PCI, miniPCI, PCI-Express, miniPci-Express и PCI-X.
aironetwifi поддерживает как минимум:
Cisco Aironet 350 Series
Aironet PCI4500
Aironet PCI4800
atheroswifi поддерживает почти все существующие чипсеты (кроме чипов AR9285)
broadcom43xx поддерживает:
BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 and BCM4318ipw2100 supporting Intel Pro Wireless 2100 chips
iprowifi2200 supporting Intel Pro Wireless
2200BG
2225BG
2915ABGiprowifi3945 supporting Intel Pro Wireless 3945 chips
iprowifi4965 supporting Intel Pro Wireless 4965 chips
marvell88w8335 поддерживает:
Marvell Libertas 88W8310
Marvell Libertas 88W8335marvell88w8363 поддерживает 88W8363 чипсет
ralinkwifi поддерживает:
RT2560
RT2561S
RT2561
RT2661ralink2860 supporting Ralink RT2860
wavelanwifi поддерживает как минимум:
3Com Airconnect
GLPRISM2 WaveLAN
Intersil Prism3
Intersil Prism2.5
Linksys WDT11
Netgear MA301
PRISM2STA WaveLAN
Siemens SpeedStream
SMC 2602W
Us Robotics 2415
Addtron AWA-100 PCI
Connecting to a wireless network
Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.
You can list available networks, join and leave them with the command ifconfig from Terminal:
ifconfig [wifi_device_path] [list|join|leave] (key)
You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.
Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.
Listing wireless networks:
ifconfig /dev/net/iprowifi3945/0 list
Joining unsecured wireless network:
ifconfig /dev/net/iprowifi3945/0 join wifitopia
Joining WEP secured wireless network: (ascii password)
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
Joining WEP secured wireless network: (64-bit hex password)
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
Leaving a wireless network:
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
Automatically connecting to a wireless network
To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:
network wifitopia { password mypassword }
If you don't create this configuration file, the system will connect to the first unencrypted network it finds.
- 64-битное WEP использует 40-битный ключ, что эквивалентно 5 буквам или 10 цифрам
- 128-битное WEP использует 104-битный ключ, что эквивалентно 13 буквам или 26 цифрам
- hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
WPA шифрование
At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.
install-wifi-firmwares.sh
To install the firmware for Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run
~> install-wifi-firmwares.sh
The Intel ipw2100 and iprowifi22xx 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.
Те, кто самостоятельно собирают собственные образы Haiku, могут соответственным образом изменить свой build/jam/UserBuildConfig. Описание этого процесса, а также обновление информации по поддержке wifi можно найти в онлайн-версии этого документа.
Если вы скачали микропрограмму (firmware), но не имеете работающего Интернет-соединения в Haiku, то онлайн-версия предлагает скрипт, который создаст для Вас zip файл, который нужно будет извлечь в директорию /boot. После этого у Вас будут все файлы, необходимые для запуска install-wifi-firmwares.sh.