aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2019-12-23 21:23:16 +0100
committerRobert Alessi <alessi@robertalessi.net>2019-12-23 21:23:16 +0100
commit4401d78a1dbd3df140e25737abdf4eb9cff95d14 (patch)
tree52586f5516ae8f1a621e639b537c31bee13f5172 /README.md
parent3670c1df65229073d6e72b31c0b55395bbd1e316 (diff)
downloadx200-my-4401d78a1dbd3df140e25737abdf4eb9cff95d14.tar.gz
updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2519c2d..5993557 100644
--- a/README.md
+++ b/README.md
@@ -69,3 +69,27 @@ Installation
692. Do `makepkg` 692. Do `makepkg`
703. Install the generated x200-my package as root with `pacman -U` 703. Install the generated x200-my package as root with `pacman -U`
714. Edit `/etc/conf.d/x200-my` 714. Edit `/etc/conf.d/x200-my`
72
73Use and recommended configuration
74---------------------------------
75It is advisable to use x200-my in conjunction with `wpa_supplicant`
76and `dhcpcd` only. In addition, `wpa_gui` and `dhcpcd-ui` are also
77recommended.
78
79For this to work properly, it is important to have these two lines in
80`/etc/wpa_supplicant/wpa_supplicant.conf`:
81
82````
83mac_addr=1
84preassoc_mac_addr=1
85````
86
87And these settings in `/etc/dhcpcd.conf`:
88
89````
90hostname "localhost"
91hostname_short
92````
93
94More information in `x200-my` initd file:
95<https://git.robertalessi.net/x200-my/tree/x200-my.confd>