Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkc committed Sep 13, 2019
1 parent 81a1170 commit 44cc51b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Note: udhcpd is a DHCP server for Ubuntu and Debian.
Note: Two in-house players are written for Raspberry Pi 3. You may use omxplayer or vlc on other platforms.

# Preparation
**The wpa_supplicant installed in the latest Raspbian distribution does not seem to work properly. (See [this](https://www.reddit.com/r/linux4noobs/comments/c5qila/want_to_downgrade_wpa_supplicant/).) For Raspbian Buster, try downgrading the ``wpasupplicant`` package to the version for Raspbian Stretch.**
**The wpa_supplicant installed in the latest Raspbian distribution does not seem to work properly. (See [this](https://www.reddit.com/r/linux4noobs/comments/c5qila/want_to_downgrade_wpa_supplicant/).) For Raspbian Buster, try downgrading the ``wpasupplicant`` package to the version for Raspbian Stretch. Here is one solution:**
```
wget http://ftp.us.debian.org/debian/pool/main/w/wpa/wpasupplicant_2.4-1+deb9u4_armhf.deb
sudo apt --allow-downgrades install ./wpasupplicant_2.4-1+deb9u4_armhf.deb
```
Install missing packages:
```
sudo apt install udhcpd
Expand Down
2 changes: 1 addition & 1 deletion udhcpd.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
start 192.168.173.80
end 192.168.173.80
interface p2p-wlan0-3
interface p2p-wlan0-4
option subnet 255.255.255.0
option lease 60

0 comments on commit 44cc51b

Please sign in to comment.