|
-->
|
-->
|
|
<!--
|
<!--
|
|
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: yes Hard blocked: no 2: gps0: GPS Soft blocked: no Hard blocked: no
|
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: yes Hard blocked: no 2: gps0: GPS Soft blocked: no Hard blocked: no
|
|
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: yes Hard blocked: no 2: gps0: GPS Soft blocked: yes Hard blocked: no
|
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: yes Hard blocked: no 2: gps0: GPS Soft blocked: yes Hard blocked: no
|
|
Bluetooth is not enabled by default in Tails because it is insecure when trying to protect from a local adversary.
|
Функция Bluetooth в Tails по умолчанию отключена. Bluetooth не считается безопасным от локальной атаки.
|
|
But all other kinds of wireless devices such as Bluetooth, GPS and FM devices are disabled by default. If you want to use such a device, you need to enable it first.
|
Прочие беспроводные устройства, в частности, Bluetooth, GPS и FM-устройства, по умолчанию отключены. Если вы хотите использовать такое устройство, сначала нужно его включить.
|
|
</div>
|
</div>
|
|
<div class="next">
|
<div class="next">
|
|
Enable a wireless device
|
Включение беспроводного устройства
|
|
Enable Bluetooth
|
Включение Bluetooth
|
|
For example, the command could return the following:
|
Пример:
|
|
Here is an example of the command to execute. Yours is probably different:
|
Вот что получится (у вас, вероятно, будет выглядеть иначе):
|
|
[[!meta title="Enabling a wireless device"]]
|
[[!meta title="Включение беспроводного устройства"]]
|
|
<p>If Wi-Fi is not working, see our documentation on [[troubleshooting Wi-Fi that is not working|doc/anonymous_internet/no-wifi]].</p>
|
<p>Если wifi не работает, см. [[соответствующие рекомендации|doc/anonymous_internet/no-wifi]].</p>
|
|
rfkill list
|
rfkill list
|
|
rfkill unblock 2
|
rfkill unblock 2
|
|
rfkill unblock [index]
|
rfkill unblock [index]
|
|
The device index is the number that appears at the beginning of the three lines describing each device. In this example, the index of the Bluetooth device is 1, while the index of the GPS device is 2. Yours are probably different.
|
Номер устройства виден в начале строки, описывающей соответствующее устройство. Здесь номер Bluetooth-устройства — 1, GPS-устройства — 2. На вашем компьютере, вероятно, будет иначе.
|
|
This output should be very similar to the one of step 2, but the device enabled at step 3 should not be soft blocked anymore.
|
Результат будет весьма похож на результат шага 2, но устройство не должно быть заблокировано.
|
|
This technique uses the command line.
|
Будем использовать командную строку.
|