Wi-Fi Old/en: различия между версиями

Новая страница: «If conditions are met: # Execute the command #:<syntaxhighlight lang="bash"> iwconfig </syntaxhighlight> #:Its output should show two Wi-Fi interfaces: ''wlan0''…»
(Новая страница: «The mode of simultaneous operation of the Wi-Fi module in both the hotspot mode and the client mode is called ''Concurrent Mode'' or ''STA+SoftAP'',and is not sup…»)
(Новая страница: «If conditions are met: # Execute the command #:<syntaxhighlight lang="bash"> iwconfig </syntaxhighlight> #:Its output should show two Wi-Fi interfaces: ''wlan0''…»)
Строка 89: Строка 89:
The mode of simultaneous operation of the Wi-Fi module in both the hotspot mode and the client mode is called Concurrent Mode or STA+SoftAP, and is not supported by all Wi-Fi modules. It also does not work on all versions of the Wiren Board. We have found out that it works out of the box on Wiren Board with Realtek 8723BU chip and Linux kernel 4.1.15. To check that, run the following commands:
The mode of simultaneous operation of the Wi-Fi module in both the hotspot mode and the client mode is called Concurrent Mode or STA+SoftAP, and is not supported by all Wi-Fi modules. It also does not work on all versions of the Wiren Board. We have found out that it works out of the box on Wiren Board with Realtek 8723BU chip and Linux kernel 4.1.15. To check that, run the following commands:


Если условия выполнены:
If conditions are met:
# Выполните команду
# Execute the command
#:<syntaxhighlight lang="bash">
#:<syntaxhighlight lang="bash">
iwconfig
iwconfig
</syntaxhighlight>
</syntaxhighlight>
#:В её выводе должны быть показаны два интерфейса Wi-Fi: ''wlan0'' и ''wlan1''.
#:Its output should show two Wi-Fi interfaces: ''wlan0'' и ''wlan1''.
# Настройте по двум предыдущим инструкциям подключение в режиме клиента и подключение в режиме точки доступа, но используйте для них разные интерфейсы. Например, оставьте ''wlan0'' для точки доступа, а клиента сделайте на ''wlan1''. Соответствующая часть файла ''/etc/network/interfaces'' должна выглядеть так:
# Use the previous two instructions to configure the client mode and the hotspot mode connection, but use different interfaces. For example, leave ''wlan0'' for the hotspot and make the client on ''wlan1''. The corresponding part of ''/etc/network/interfaces'' should look like this:  
#: <syntaxhighlight lang="bash">
#: <syntaxhighlight lang="bash">
# Wireless interfaces
# Wireless interfaces
auto wlan1
auto wlan1
iface wlan1 inet dhcp
iface wlan1 inet dhcp
     wpa-ssid {ssid} # вместо {ssid} подставьте имя точки доступа
     wpa-ssid {ssid} # replace {ssid} with the hotspot name
     wpa-psk {password} # вместо {password} подставьте пароль
     wpa-psk {password} # replace {password} with your own password


auto wlan0
auto wlan0
12 063

правки