Page 1 of 1

RPi3B+ eth0 wlan0 AP bridge fix

Posted: Thu Apr 12, 2018 7:22 pm
by SurferTim
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.