From 4401d78a1dbd3df140e25737abdf4eb9cff95d14 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 23 Dec 2019 21:23:16 +0100 Subject: updated README --- about.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'about.html') diff --git a/about.html b/about.html index e7870d7..0616d31 100644 --- a/about.html +++ b/about.html @@ -39,5 +39,14 @@
  • Install the generated x200-my package as root with pacman -U
  • Edit /etc/conf.d/x200-my
  • + +

    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: https://git.robertalessi.net/x200-my/tree/x200-my.confd

    -- cgit v1.2.3