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
|
||||
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue