From 4401d78a1dbd3df140e25737abdf4eb9cff95d14 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 23 Dec 2019 21:23:16 +0100 Subject: updated README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2519c2d..5993557 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,27 @@ Installation 2. Do `makepkg` 3. Install the generated x200-my package as root with `pacman -U` 4. Edit `/etc/conf.d/x200-my` + +Use and recommended configuration +--------------------------------- +It is advisable to use x200-my in conjunction with `wpa_supplicant` +and `dhcpcd` only. In addition, `wpa_gui` and `dhcpcd-ui` are also +recommended. + +For this to work properly, it is important to have these two lines in +`/etc/wpa_supplicant/wpa_supplicant.conf`: + +```` +mac_addr=1 +preassoc_mac_addr=1 +```` + +And these settings in `/etc/dhcpcd.conf`: + +```` +hostname "localhost" +hostname_short +```` + +More information in `x200-my` initd file: + -- cgit v1.2.3