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: 2015-01-25 19:23+0100\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"
26 "When Tails starts, Wi-Fi, Bluetooth, WWAN and WiMAX devices are enabled (but "
27 "Bluetooth doesn't work by default, see below to enable it)"
32 "But all other kinds of wireless devices such as GPS and FM devices are "
33 "disabled by default. If you want to use such a device, you need to enable it "
39 msgid "Enable a wireless device\n"
43 msgid "This technique uses the command line."
46 #. type: Bullet: '1. '
48 "When starting Tails, [[set up an administration password|doc/first_steps/"
49 "startup_options/administration_password]]."
52 #. type: Bullet: '2. '
54 "To find out the index of the wireless device that you want to enable, open a "
55 "[[root terminal|doc/first_steps/startup_options/"
56 "administration_password#open_root_terminal]], and execute the following "
62 msgid " rfkill list\n"
67 msgid " For example, the command could return the following:\n"
73 " 0: phy0: Wireless LAN\n"
76 " 1: hci0: Bluetooth\n"
80 " Soft blocked: yes\n"
87 " The device index is the number that appears at the beginning of the\n"
88 " three lines describing each device. In this example, the index of the Bluetooth\n"
89 " device is 1, while the index of the GPS device is 2. Yours are\n"
90 " probably different.\n"
93 #. type: Bullet: '3. '
95 "To enable the wireless device, execute the following command in the root "
96 "terminal, replacing `[index]` with the index found at step 2:"
101 msgid " rfkill unblock [index]\n"
107 " Here is an example of the command to execute. Yours is probably\n"
113 msgid " rfkill unblock 2\n"
116 #. type: Bullet: '4. '
118 "To verify that the wireless device is enabled, execute the following command "
119 "in the root terminal again:"
125 " This output should be very similar to the one of step 2, but\n"
126 " the device enabled at step 3 should not be soft\n"
127 " blocked anymore.\n"
133 " 0: phy0: Wireless LAN\n"
134 " Soft blocked: no\n"
135 " Hard blocked: no\n"
136 " 1: hci0: Bluetooth\n"
137 " Soft blocked: no\n"
138 " Hard blocked: no\n"
140 " Soft blocked: no\n"
141 " Hard blocked: no\n"
146 msgid "Enable Bluetooth\n"
151 "Bluetooth is not enabled by default in Tails because it is insecure when "
152 "trying to protect from a local adversary."
157 "To use Bluetooth in Tails nonetheless, you have to [[set up an "
158 "administration password at boot time|doc/first_steps/startup_options/"
159 "administration_password]] and install the `gnome-bluetooth` package."