SurferTim
Posts: 1769
Joined: Sat Sep 14, 2013 9:27 am
Location: Miramar Beach, Florida

RPi3B+ eth0 wlan0 AP bridge fix

Thu Apr 12, 2018 7:22 pm

If you are using the new RPi3B+ and trying to set up a eth0 wlan0 AP bridge using this tutorial
https://www.raspberrypi.org/documentati ... s-point.md
you will get a lockup on boot if you do not run the following

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
Reboot.
To install hostapd and bridge-utils, you may need to run "sudo apt-get update" again.

Return to “Troubleshooting”