mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
fix info to stop normal wifi
This commit is contained in:
parent
a395c3c7af
commit
0c3f02e97b
1 changed files with 4 additions and 7 deletions
11
README.md
11
README.md
|
@ -83,15 +83,12 @@ If you feel confidence enough (since systemd is the entrypoint for an OS) extrac
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Steps to use it as sink:
|
- Steps to use it as sink:
|
||||||
|
|
||||||
1. shutdown wpa_supplicant and NetworkManager
|
1. shutdown wpa_supplicant and NetworkManager
|
||||||
|
|
||||||
$ sudo kill -9 $(ps -ef | grep wpa_supplican[t] | awk '{print $2}')
|
$ systemctl stop NetworkManager.service
|
||||||
# now you can use `res/kill-wpa.sh`
|
$ systemctl stop wpa_supplicant.service
|
||||||
|
|
||||||
>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.
|
|
||||||
|
|
||||||
2. launch wifi daemon
|
2. launch wifi daemon
|
||||||
|
|
||||||
|
@ -110,7 +107,7 @@ Steps to use it as sink:
|
||||||
|
|
||||||
6. See your screen device on this machine
|
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"
|
1. Repeat steps 1 and 2 from "use as sink"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue