diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-12-23 21:23:16 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-12-23 21:23:16 +0100 |
commit | 4401d78a1dbd3df140e25737abdf4eb9cff95d14 (patch) | |
tree | 52586f5516ae8f1a621e639b537c31bee13f5172 | |
parent | 3670c1df65229073d6e72b31c0b55395bbd1e316 (diff) | |
download | x200-my-4401d78a1dbd3df140e25737abdf4eb9cff95d14.tar.gz |
updated README
-rw-r--r-- | README.md | 24 | ||||
-rw-r--r-- | about.html | 9 |
2 files changed, 33 insertions, 0 deletions
@@ -69,3 +69,27 @@ Installation | |||
69 | 2. Do `makepkg` | 69 | 2. Do `makepkg` |
70 | 3. Install the generated x200-my package as root with `pacman -U` | 70 | 3. Install the generated x200-my package as root with `pacman -U` |
71 | 4. Edit `/etc/conf.d/x200-my` | 71 | 4. Edit `/etc/conf.d/x200-my` |
72 | |||
73 | Use and recommended configuration | ||
74 | --------------------------------- | ||
75 | It is advisable to use x200-my in conjunction with `wpa_supplicant` | ||
76 | and `dhcpcd` only. In addition, `wpa_gui` and `dhcpcd-ui` are also | ||
77 | recommended. | ||
78 | |||
79 | For this to work properly, it is important to have these two lines in | ||
80 | `/etc/wpa_supplicant/wpa_supplicant.conf`: | ||
81 | |||
82 | ```` | ||
83 | mac_addr=1 | ||
84 | preassoc_mac_addr=1 | ||
85 | ```` | ||
86 | |||
87 | And these settings in `/etc/dhcpcd.conf`: | ||
88 | |||
89 | ```` | ||
90 | hostname "localhost" | ||
91 | hostname_short | ||
92 | ```` | ||
93 | |||
94 | More information in `x200-my` initd file: | ||
95 | <https://git.robertalessi.net/x200-my/tree/x200-my.confd> | ||
@@ -39,5 +39,14 @@ | |||
39 | <li>Install the generated x200-my package as root with <code>pacman -U</code></li> | 39 | <li>Install the generated x200-my package as root with <code>pacman -U</code></li> |
40 | <li>Edit <code>/etc/conf.d/x200-my</code></li> | 40 | <li>Edit <code>/etc/conf.d/x200-my</code></li> |
41 | </ol> | 41 | </ol> |
42 | <h2 id="use-and-recommended-configuration">Use and recommended configuration</h2> | ||
43 | <p>It is advisable to use x200-my in conjunction with <code>wpa_supplicant</code> and <code>dhcpcd</code> only. In addition, <code>wpa_gui</code> and <code>dhcpcd-ui</code> are also recommended.</p> | ||
44 | <p>For this to work properly, it is important to have these two lines in <code>/etc/wpa_supplicant/wpa_supplicant.conf</code>:</p> | ||
45 | <pre><code>mac_addr=1 | ||
46 | preassoc_mac_addr=1</code></pre> | ||
47 | <p>And these settings in <code>/etc/dhcpcd.conf</code>:</p> | ||
48 | <pre><code>hostname "localhost" | ||
49 | hostname_short</code></pre> | ||
50 | <p>More information in <code>x200-my</code> initd file: <a href="https://git.robertalessi.net/x200-my/tree/x200-my.confd" class="uri">https://git.robertalessi.net/x200-my/tree/x200-my.confd</a></p> | ||
42 | </body> | 51 | </body> |
43 | </html> | 52 | </html> |