Skip to content

Commit

Permalink
Updated Wifi (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd committed Jun 18, 2020
1 parent 23707b7 commit bb467c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ You can verify if it has successfully connected using `ifconfig wlan0`. If the `

Note that this may cause a small amount of background cpu usage, which can stop the CPU from scaling to lowest frequency.

you first need to install it with `sudo apt-get install wicd wicd-curses` and then typ wicd-curses in the terminal to open it.
you first need to install it with `sudo apt install wicd wicd-curses` and then type `wicd-curses` in the terminal to open it.

_(of course you'll need to be connected by ethernet to install it)_

Expand All @@ -296,7 +296,7 @@ Navigate to your wireless network and Press the `RIGHT` arrow to configure your

check automatically connect to this network (by pressing enter) and type in your wifi password where it says "key" press `F10` to save and then press `SHIFT+c` to connect and press `Q` to exit back to the terminal.

There are some noted issues with the daemon using some CPU and preventing the Pi from scaling to lowest frequency, so if that's the case you can remove wicd-curses by typing `sudo apt-get remove wicd-curses` and proceed to setup your wifi using method 2 or 3.
There are some noted issues with the daemon using some CPU and preventing the Pi from scaling to lowest frequency, so if that's the case you can remove wicd-curses by typing `sudo apt remove wicd-curses` and proceed to setup your wifi using method 2 or 3.

# Using an external dongle

Expand Down

0 comments on commit bb467c4

Please sign in to comment.