1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2013-05-24 11:31+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "[[!meta title=\"Enable a wireless device\"]]\n"
25 msgid "When Tails starts, Wi-Fi, Bluetooth, WWAN and WiMAX devices are enabled."
30 "But all other kinds of wireless devices such as GPS and FM devices are "
31 "disabled by default. If you want to use such a device, you need to enabled "
36 msgid "This technique uses the command line."
39 #. type: Bullet: '1. '
41 "When starting Tails, [[set up an administration "
42 "password|doc/first_steps/startup_options/administration_password]]."
45 #. type: Bullet: '2. '
47 "To find out the index of the wireless device that you want to enable, open a "
49 "terminal|doc/first_steps/startup_options/administration_password#open_root_terminal]], "
50 "and execute the following command:"
55 msgid " rfkill list\n"
60 msgid " For example, the command could return the following:\n"
66 " 0: phy0: Wireless LAN\n"
69 " 1: hci0: Bluetooth\n"
73 " Soft blocked: yes\n"
80 " The device index is the number that appears at the beginning of the\n"
81 " three lines describing each device. In this example, the index of the "
83 " device is 1, while the index of the GPS device is 2. Yours are\n"
84 " probably different.\n"
87 #. type: Bullet: '3. '
89 "To enable the wireless device, execute the following command in the root "
90 "terminal, replacing `[index]` with the index found at step 2:"
95 msgid " rfkill unblock [index]\n"
101 " Here is an example of the command to execute. Yours is probably\n"
107 msgid " rfkill unblock 2\n"
110 #. type: Bullet: '4. '
112 "To verify that the wireless device is enabled, execute the following command "
113 "in the root terminal again:"
119 " This output should be very similar to the one of step 2, but\n"
120 " the device enabled at step 3 should not be soft\n"
121 " blocked anymore.\n"
127 " 0: phy0: Wireless LAN\n"
128 " Soft blocked: no\n"
129 " Hard blocked: no\n"
130 " 1: hci0: Bluetooth\n"
131 " Soft blocked: no\n"
132 " Hard blocked: no\n"
134 " Soft blocked: no\n"
135 " Hard blocked: no\n"