From 0c3f02e97bce0cea8c332800a55c265c1b3c4a79 Mon Sep 17 00:00:00 2001 From: albfan Date: Wed, 31 Jan 2018 22:14:26 +0100 Subject: [PATCH] fix info to stop normal wifi --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13b6254..f234d07 100644 --- a/README.md +++ b/README.md @@ -83,15 +83,12 @@ If you feel confidence enough (since systemd is the entrypoint for an OS) extrac ## Documentation -Steps to use it as sink: +- Steps to use it as sink: 1. shutdown wpa_supplicant and NetworkManager - $ sudo kill -9 $(ps -ef | grep wpa_supplican[t] | awk '{print $2}') - # now you can use `res/kill-wpa.sh` - - >Remember to save your config to use with `res/normal-wifi.sh` - >it will be easily located with `ps -ef | grep wpa_supplicant` on `-c` option. + $ systemctl stop NetworkManager.service + $ systemctl stop wpa_supplicant.service 2. launch wifi daemon @@ -110,7 +107,7 @@ Steps to use it as sink: 6. See your screen device on this machine -Steps to use it as peer: +- Steps to use it as peer: 1. Repeat steps 1 and 2 from "use as sink"